body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.16rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.52rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.08rem;
  }
}
/* ---- 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: 4.08rem;
    font-size: calc( 2.4349999999999996rem + (5.1 - 2.4349999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4349999999999996rem + (5.1 - 2.4349999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((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 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #08829e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #82c407 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #08829e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #08829e !important;
  border-color: #08829e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #044655 !important;
  border-color: #044655 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #044655 !important;
  border-color: #044655 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #08829e inset !important;
  background: transparent !important;
  border: none !important;
  color: #08829e !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: #f7ed4a !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #82c407 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #82c407 !important;
  border-color: #82c407 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #517a04 !important;
  border-color: #517a04 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #517a04 !important;
  border-color: #517a04 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #82c407 inset !important;
  background: transparent !important;
  border: none !important;
  color: #82c407 !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  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-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #08829e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #03323d;
  color: #03323d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #08829e;
  border-color: #08829e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #08829e !important;
  border-color: #08829e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #08829e inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #08829e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !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-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !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-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #f7ed4a;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #82c407 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #416203;
  color: #416203;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #82c407;
  border-color: #82c407;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #82c407 !important;
  border-color: #82c407 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #82c407 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #82c407;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !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-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !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-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.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: #08829e !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #82c407 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #08829e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !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: #416203 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #82c407;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #08829e;
  border-color: #08829e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #08829e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #31d0f5;
}
.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: #bef952;
}
.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: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #08829e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #08829e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #08829e;
  border-bottom-color: #08829e;
}
.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: #08829e !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: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-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='%2308829e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rIzVXDkYYf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rIzVXDkYYf .nav-item:focus,
.cid-rIzVXDkYYf .nav-link:focus {
  outline: none;
}
.cid-rIzVXDkYYf .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rIzVXDkYYf .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rIzVXDkYYf .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rIzVXDkYYf .dropdown .dropdown-menu .dropdown-item:active,
.cid-rIzVXDkYYf .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rIzVXDkYYf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIzVXDkYYf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rIzVXDkYYf .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-rIzVXDkYYf .navbar-caption:hover {
  color: inherit!important;
}
.cid-rIzVXDkYYf .container {
  max-width: 1380px;
}
.cid-rIzVXDkYYf .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rIzVXDkYYf .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rIzVXDkYYf .nav-link:hover,
.cid-rIzVXDkYYf .nav-link:active,
.cid-rIzVXDkYYf .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rIzVXDkYYf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rIzVXDkYYf .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rIzVXDkYYf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rIzVXDkYYf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rIzVXDkYYf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rIzVXDkYYf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rIzVXDkYYf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rIzVXDkYYf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rIzVXDkYYf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rIzVXDkYYf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rIzVXDkYYf .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-rIzVXDkYYf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rIzVXDkYYf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rIzVXDkYYf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rIzVXDkYYf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rIzVXDkYYf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rIzVXDkYYf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rIzVXDkYYf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rIzVXDkYYf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rIzVXDkYYf .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-rIzVXDkYYf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rIzVXDkYYf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rIzVXDkYYf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rIzVXDkYYf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rIzVXDkYYf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rIzVXDkYYf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rIzVXDkYYf .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rIzVXDkYYf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rIzVXDkYYf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rIzVXDkYYf .icons-menu span {
  color: #ed6436 !important;
}
.cid-rIzVXDkYYf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rIzVXDkYYf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rIzVXDkYYf .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-rIzVXDkYYf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rIzVXDkYYf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rIzVXDkYYf .dropdown-item.active,
.cid-rIzVXDkYYf .dropdown-item:active {
  background-color: transparent;
}
.cid-rIzVXDkYYf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rIzVXDkYYf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rIzVXDkYYf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rIzVXDkYYf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rIzVXDkYYf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rIzVXDkYYf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIzVXDkYYf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rIzVXDkYYf .navbar-buttons {
  text-align: center;
}
.cid-rIzVXDkYYf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIzVXDkYYf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rIzVXDkYYf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIzVXDkYYf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIzVXDkYYf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIzVXDkYYf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIzVXDkYYf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIzVXDkYYf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIzVXDkYYf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIzVXDkYYf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIzVXDkYYf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rIzVXDkYYf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rIzVXDkYYf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rIzVXDkYYf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rIzVXDkYYf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rIzVXDkYYf .navbar {
    height: 77px;
  }
  .cid-rIzVXDkYYf .navbar.opened {
    height: auto;
  }
  .cid-rIzVXDkYYf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rIzVYAoYt0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1271.jpg");
}
.cid-rIzVYAoYt0 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rIzVYAoYt0 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rIzVYAoYt0 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rIzVYAoYt0 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rIzVYAoYt0 .container {
  max-width: 1600px;
}
.cid-rIzVYAoYt0 .mbr-bold,
.cid-rIzVYAoYt0 b {
  font-weight: 900;
}
.cid-rIzVYAoYt0 .btn {
  color: white!important;
}
.cid-rIzVYAoYt0 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rIzVYAoYt0 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rIzVYAoYt0 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rIzVYAoYt0 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rIzVYAoYt0 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rIzVYAoYt0 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rIzVYAoYt0 H1 {
  color: #0b1b3f;
}
.cid-rIzVYAoYt0 .mbr-text,
.cid-rIzVYAoYt0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-rIAn30U1eS {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rIAn30U1eS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rIAn30U1eS H1 {
  color: #0f7699;
}
.cid-rIAn30U1eS .mbr-text,
.cid-rIAn30U1eS .mbr-section-btn {
  color: #716c80;
}
.cid-rIAn30U1eS H3 {
  color: #716c80;
}
.cid-rIAn30U1eS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rIAn30U1eS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rIAn30U1eS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rIAn30U1eS .link:hover {
  color: #08829e !important;
}
.cid-rIAn30U1eS .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rIAn30U1eS DIV {
  color: #57468b;
}
.cid-rIAn30U1eS .mbr-text,
.cid-rIAn30U1eS .media-content {
  color: #b2ccd2;
}
.cid-rTBVqnhdci {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x649.jpg");
}
.cid-rTBVqnhdci .card-wrapper {
  z-index: 3;
}
.cid-rTBVqnhdci .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rTBVqnhdci:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rTBVqnhdci .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rTBVqnhdci .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rIBoONlqq0 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIBoONlqq0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rIBoONlqq0 H2 {
  color: #0b659b;
}
.cid-rIBoEiOD7J {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIBoEiOD7J h3 {
  text-align: center;
}
.cid-rIBoEiOD7J .pie_progress {
  position: relative;
}
.cid-rIBoEiOD7J .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rIBoEiOD7J p {
  line-height: 1.6;
}
.cid-rIBoEiOD7J .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rIBoEiOD7J .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rIBoEiOD7J .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rIBoEiOD7J .mbr-section-subtitle {
  color: #383838;
}
.cid-rIBoEiOD7J .pie_progress__number {
  text-align: center !important;
}
.cid-rIBoEiOD7J .card-title {
  margin-bottom: 0;
}
.cid-rIBoEiOD7J .svg-gradient {
  position: absolute;
}
.cid-rIBoEiOD7J ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rIBoEiOD7J .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rIBoEiOD7J H4 {
  color: #ed6436;
}
.cid-rIBoEiOD7J .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rIBoEiOD7J .card {
    flex-direction: column;
  }
  .cid-rIBoEiOD7J .content {
    padding-left: 0rem;
  }
  .cid-rIBoEiOD7J .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rIBrbiObTX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIBrbiObTX li {
  list-style: none;
}
.cid-rIBrbiObTX .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rIBrbiObTX .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rIBrbiObTX .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rIBrbiObTX h4 {
  margin: 0;
}
.cid-rIBrbiObTX ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rIBrbiObTX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rIBrbiObTX .col-title2 {
  color: #ed6436;
}
.cid-rIBrbiObTX .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rIBrbiObTX .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rIBrbiObTX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rIBrbiObTX .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-rIBrbiObTX .icon-wrap {
    flex-direction: column;
  }
  .cid-rIBrbiObTX .align-wrap {
    width: 100%;
  }
  .cid-rIBrbiObTX .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-rIBrbiObTX .icon-title,
.cid-rIBrbiObTX .mbr-iconfont {
  color: #0b659b;
}
.cid-rIzW5DYhV2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rIzW5DYhV2 .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rIzW5DYhV2 .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rIzW5DYhV2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 30px;
  opacity: 0.3;
  pointer-events: none;
}
.cid-rIzW5DYhV2 .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rIzW5DYhV2 .wrapper {
  position: absolute;
  padding: 1rem;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: fit-content;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-rIzW5DYhV2 .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rIzW5DYhV2 .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rIzW5DYhV2 .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rIzW5DYhV2 .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rIzW5DYhV2 .card-wrapper {
    position: relative;
  }
  .cid-rIzW5DYhV2 .card-wrapper:before {
    opacity: 0;
  }
  .cid-rIzW5DYhV2 .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rIzW5DYhV2 .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rIzW5DYhV2 .wrapper {
    opacity: 0;
  }
  .cid-rIzW5DYhV2 .btn-col {
    justify-content: flex-end;
  }
}
.cid-rIzW5DYhV2 H4 {
  color: #ff2600;
}
.cid-rIzW5DYhV2 .mbr-section-title,
.cid-rIzW5DYhV2 .underline {
  color: #ed6436;
}
.cid-rIAJYHhX4J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .cid-rIAJYHhX4J .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rIAJYHhX4J .content {
    padding: 0 2rem;
  }
}
.cid-rIAJYHhX4J .row {
  justify-content: flex-end;
}
.cid-rIAJYHhX4J .img-col {
  padding: 0;
}
.cid-rIAJYHhX4J .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rIAJYHhX4J .icon-wrap h3 {
  margin: 0;
}
.cid-rIAJYHhX4J .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rIAJYHhX4J .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rIAJYHhX4J .icon-title,
.cid-rIAJYHhX4J .mbr-iconfont {
  color: #181818;
}
.cid-rIAJYHhX4J .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rIAJYHhX4J .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rIAJYHhX4J .icons-wrap {
    flex-direction: column;
  }
  .cid-rIAJYHhX4J .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rIAJYHhX4J H1 {
  color: #0b1b3f;
}
.cid-rIAzBK1PQz {
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-rIAzBK1PQz .accordion .card {
  overflow: hidden;
}
.cid-rIAzBK1PQz .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rIAzBK1PQz .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rIAzBK1PQz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rIAzBK1PQz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rIAzBK1PQz .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rIAzBK1PQz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rIAzBK1PQz .card .panel-body {
  color: #767676;
}
.cid-rIAzBK1PQz .card:hover {
  background: #b2ccd2;
}
.cid-rIAzBK1PQz .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-rIAzBK1PQz .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rIAzBK1PQz .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rIAzBK1PQz .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rIAzBK1PQz .panel-collapse {
  margin-top: -1px;
}
.cid-rIAzBK1PQz H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rIAzBK1PQz .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rIAzBK1PQz .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rIAzBK1PQz .sign {
    margin-right: 0.5rem;
  }
}
.cid-rIAzBK1PQz H2 {
  color: #0f7699;
}
.cid-rIAzBK1PQz H3 {
  color: #b2ccd2;
}
.cid-s02q06SrRn {
  background-image: url("../../../assets/images/mbr-2-1920x1271.jpg");
}
.cid-s02q06SrRn .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-s02q06SrRn .text-content .btn-bgr {
  z-index: 0;
}
.cid-s02q06SrRn .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-s02q06SrRn H3 {
  color: #000000;
  font-weight: 300;
}
.cid-s02q06SrRn P {
  color: #222c02;
}
.cid-s02q06SrRn H2 {
  color: #000000;
}
.cid-s02q06SrRn .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-s02q06SrRn .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-s02q06SrRn .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f9f4b1;
}
@media (max-width: 991px) {
  .cid-s02q06SrRn .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-s02q06SrRn .text-content {
    width: 100%;
  }
}
.cid-s02q06SrRn .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-s02q06SrRn .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-s02q06SrRn .mbr-text {
    text-align: center;
  }
}
.cid-s02q06SrRn .mbr-section-btn,
.cid-s02q06SrRn .mbr-section-title {
  color: #5e4670;
}
.cid-rVHJEtDXeu {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rVHJEtDXeu H1 {
  color: #0f7699;
}
.cid-rVHJEtDXeu .mbr-text,
.cid-rVHJEtDXeu .mbr-section-btn {
  color: #181818;
}
.cid-rVHJEtDXeu .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-rVHJEtDXeu .relative {
  position: relative;
}
.cid-rVHJEtDXeu .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rVHJEtDXeu .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rVHJEtDXeu .card-img2 .img2 {
  width: 120%;
}
.cid-rVHJEtDXeu .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rVHJEtDXeu .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rVHJEtDXeu .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sBn1KGTy54 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBn1KGTy54 .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sBn1KGTy54 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sBn1KGTy54 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sBn1KGTy54 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sBn1KGTy54 .mbr-text,
.cid-sBn1KGTy54 .mbr-section-btn {
  color: #ffffff;
}
.cid-sBn1KGTy54 .card-title,
.cid-sBn1KGTy54 .card-box {
  text-align: left;
}
.cid-rS6ZJEoPHC {
  display: flex;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-rS6ZJEoPHC .mbr-overlay {
  background: #0f7699;
  background: linear-gradient(90deg, #0f7699, #021025);
}
.cid-rS6ZJEoPHC .mbr-section-title {
  margin: 0;
}
.cid-rS6ZJEoPHC .mbr-text {
  color: #efefef;
}
.cid-rS6ZJEoPHC .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rS6ZJEoPHC .card-img {
  text-align: left;
}
.cid-rS6ZJEoPHC .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rS6ZJEoPHC .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rS6ZJEoPHC .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rS6ZJEoPHC .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rS6ZJEoPHC .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rS6ZJEoPHC .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rS6ZJEoPHC .card-title,
.cid-rS6ZJEoPHC .card-img {
  color: #aff0f6;
}
.cid-rS6ZJEoPHC .title-cont,
.cid-rS6ZJEoPHC .mbr-section-title {
  color: #aff0f6;
}
.cid-rSusqWIEfs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSusqWIEfs .card-img {
  position: relative;
  height: 100%;
}
.cid-rSusqWIEfs .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rSusqWIEfs .bone-col {
  padding: 2rem 0;
}
.cid-rSusqWIEfs .card-wrapper {
  padding: 1.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-rSusqWIEfs .row {
  background: #ffc448;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  justify-content: center;
  padding: 0rem;
}
.cid-rSusqWIEfs p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rSusqWIEfs .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-rSusqWIEfs .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-rSusqWIEfs .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rSusqWIEfs .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rSusqWIEfs .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rSusqWIEfs .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rIAvSl6P0F {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIAvSl6P0F .mbr-section-subtitle {
  color: #0b1b3f;
}
.cid-rIAvSl6P0F H2 {
  color: #0f7699;
}
.cid-rIBcDXRpQM {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIBcDXRpQM section {
  position: relative;
}
.cid-rIBcDXRpQM .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rIBcDXRpQM #e1_circle,
.cid-rIBcDXRpQM #e3_circle,
.cid-rIBcDXRpQM #e4_circle,
.cid-rIBcDXRpQM #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rIBcDXRpQM #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rIBcDXRpQM .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rIBcDXRpQM .rev {
  animation: rev 4s linear infinite;
}
.cid-rIBcDXRpQM .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rIBcDXRpQM .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rIBcDXRpQM .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rIBcDXRpQM .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rIBcDXRpQM .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rIBcDXRpQM .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rIBcDXRpQM .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rIBcDXRpQM .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rIBcDXRpQM .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rIBcDXRpQM .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rIBcDXRpQM .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rIBcDXRpQM H1 {
  color: #497594;
}
.cid-rIBcDXRpQM .mbr-text,
.cid-rIBcDXRpQM .mbr-section-btn {
  color: #5b686b;
}
.cid-rIBcDXRpQM H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rIBcDXRpQM .round9,
  .cid-rIBcDXRpQM .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rIBcDXRpQM .round {
    display: none;
  }
}
.cid-rIBcEEKRjI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bfceff;
}
.cid-rIBcEEKRjI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rIBcEEKRjI H1 {
  color: #2b597e;
}
.cid-rIBcEEKRjI .mbr-text,
.cid-rIBcEEKRjI .mbr-section-btn {
  color: #716c80;
}
.cid-rIBcEEKRjI H3 {
  color: #716c80;
}
.cid-rIBcEEKRjI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rIBcEEKRjI .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rIBcEEKRjI .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rIBcEEKRjI .link:hover {
  color: #08829e !important;
}
.cid-rIBcEEKRjI .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rIBcEEKRjI DIV {
  color: #57468b;
}
.cid-rIBcEEKRjI .mbr-text,
.cid-rIBcEEKRjI .media-content {
  color: #000000;
}
.cid-rS74RtoXb1 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS74RtoXb1 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rS74RtoXb1 .mbr-figure img {
  height: 375px;
  width: 375px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rS74RtoXb1 .mbr-text,
.cid-rS74RtoXb1 .mbr-section-btn {
  color: #190202;
}
@media (max-width: 767px) {
  .cid-rS74RtoXb1 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rS74RtoXb1 H1 {
  color: #46580a;
}
.cid-rIB3Hq5fJ3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rIB3Hq5fJ3 section {
  position: relative;
}
.cid-rIB3Hq5fJ3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rIB3Hq5fJ3 #e2_shape {
  fill: #ffffff !important;
}
.cid-rIB3Hq5fJ3 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rIB3Hq5fJ3 img {
    width: 90%!important;
  }
}
.cid-rIB4s0AeoY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rIB4s0AeoY .mbr-section-subtitle {
  color: #767676;
}
.cid-rIB4s0AeoY H2 {
  color: #568707;
}
.cid-rSun0nC0Dj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #90b8d1;
}
.cid-rSun0nC0Dj .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rSun0nC0Dj .content {
    padding: 0 6rem;
  }
}
.cid-rSun0nC0Dj .mbr-figure {
  height: 100%;
}
.cid-rSun0nC0Dj img {
  height: 100%;
  object-fit: cover;
}
.cid-rSun0nC0Dj .img-col {
  padding: 0;
}
.cid-rSun0nC0Dj .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rSun0nC0Dj p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rSun0nC0Dj .mbr-iconfont {
  font-size: 5rem;
  color: #ffffff !important;
}
.cid-rSun0nC0Dj .icon-title,
.cid-rSun0nC0Dj .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rSun0nC0Dj .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSun0nC0Dj .icon-wrap {
    margin: auto;
  }
}
.cid-rSun0nC0Dj H3 {
  color: #0f7699;
}
.cid-rSun0nC0Dj .mbr-text,
.cid-rSun0nC0Dj .mbr-section-btn,
.cid-rSun0nC0Dj .content {
  color: #0b1b3f;
}
.cid-rSurdNoHsY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSurdNoHsY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSurdNoHsY H1 {
  color: #0f7699;
}
.cid-rSurdNoHsY .mbr-text,
.cid-rSurdNoHsY .mbr-section-btn {
  color: #716c80;
}
.cid-rSurdNoHsY H3 {
  color: #716c80;
}
.cid-rSurdNoHsY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSurdNoHsY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSurdNoHsY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSurdNoHsY .link:hover {
  color: #08829e !important;
}
.cid-rSurdNoHsY .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rSurdNoHsY DIV {
  color: #57468b;
}
.cid-rSurdNoHsY .mbr-text,
.cid-rSurdNoHsY .media-content {
  color: #232323;
}
.cid-rUR9qozh5A {
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-rUR9qozh5A .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rUR9qozh5A .text-content .btn-bgr {
  z-index: 0;
}
.cid-rUR9qozh5A .mbr-overlay {
  background: linear-gradient(90deg, #f7ed4a, #482908);
}
.cid-rUR9qozh5A H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rUR9qozh5A P {
  color: #0b1b3f;
}
.cid-rUR9qozh5A H2 {
  color: #000000;
}
.cid-rUR9qozh5A .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rUR9qozh5A .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rUR9qozh5A .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f1f194;
}
@media (max-width: 991px) {
  .cid-rUR9qozh5A .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rUR9qozh5A .text-content {
    width: 100%;
  }
}
.cid-rUR9qozh5A .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rUR9qozh5A .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rUR9qozh5A .mbr-text {
    text-align: center;
  }
}
.cid-udUoMJEfsh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUoMJEfsh H1 {
  color: #0f7699;
}
.cid-udUoMJEfsh .mbr-text,
.cid-udUoMJEfsh .mbr-section-btn {
  color: #181818;
}
.cid-udUoMJEfsh .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUoMJEfsh .relative {
  position: relative;
}
.cid-udUoMJEfsh .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUoMJEfsh .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUoMJEfsh .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-udUoMJEfsh .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-udUoMJEfsh .card-img1 .img1 {
  width: 180%;
}
.cid-udUoMJEfsh .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-s0wakHUJU6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s0wakHUJU6 H1 {
  color: #0f7699;
}
.cid-s0wakHUJU6 .mbr-text,
.cid-s0wakHUJU6 .mbr-section-btn {
  color: #767676;
}
.cid-s0wakHUJU6 .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-s0wakHUJU6 .relative {
  position: relative;
}
.cid-s0wakHUJU6 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s0wakHUJU6 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-s0wakHUJU6 .card-img2 .img2 {
  width: 120%;
}
.cid-s0wakHUJU6 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s0wakHUJU6 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-s0wakHUJU6 .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rSM2QWjWsz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSM2QWjWsz .container {
  max-width: 1500px;
}
.cid-rSM2QWjWsz img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSM2QWjWsz img:hover {
  transform: scale(1.1);
}
.cid-rSM2QWjWsz .row {
  background: #ffffff;
}
.cid-rSM2QWjWsz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rSM2QWjWsz h2 {
  padding: 0;
  margin: 0;
}
.cid-rSM2QWjWsz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSM2QWjWsz .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rSM2QWjWsz .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rSM2QWjWsz .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rSM2QWjWsz .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rSM2QWjWsz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rSM2QWjWsz .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rSM2QWjWsz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSM2QWjWsz .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rSM2QWjWsz .row {
    margin: 0rem;
  }
  .cid-rSM2QWjWsz .text-col {
    padding: 2rem 1rem;
  }
  .cid-rSM2QWjWsz .number {
    margin-right: 2rem;
  }
  .cid-rSM2QWjWsz .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rSM2QWjWsz H2 {
  color: #0f7699;
}
.cid-rSM2QWjWsz .mbr-text {
  color: #181818;
}
.cid-rXAsTbKgdR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dbeff1;
}
.cid-rXAsTbKgdR .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rXAsTbKgdR .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-rXAsTbKgdR .text-block {
  padding-right: 5rem;
}
.cid-rXAsTbKgdR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rXAsTbKgdR .underline .line {
  width: 5rem;
  height: 3px;
  background: #b2ccd2;
  display: inline-block;
}
.cid-rXAsTbKgdR .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-rXAsTbKgdR .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-rXAsTbKgdR .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rXAsTbKgdR .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rXAsTbKgdR .img-block {
    margin-bottom: 1rem;
  }
  .cid-rXAsTbKgdR .text-block {
    padding: 0 15px;
  }
}
.cid-rXAsTbKgdR .mbr-section-title {
  color: #0f7699;
}
.cid-s4yHAlUvBB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4yHAlUvBB .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4yHAlUvBB h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4yHAlUvBB .svg11 path {
  fill: #7aba59;
}
.cid-s4yHAlUvBB .svg21 path {
  fill: #f9b945;
}
.cid-s4yHAlUvBB .svg31 path {
  fill: #ed6436;
}
.cid-s4yHAlUvBB .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4yHAlUvBB .svg12 path,
.cid-s4yHAlUvBB .svg22 path,
.cid-s4yHAlUvBB .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4yHAlUvBB .card {
  position: relative;
  height: 300px;
}
.cid-s4yHAlUvBB .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4yHAlUvBB .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4yHAlUvBB .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yHAlUvBB .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4yHAlUvBB .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yHAlUvBB .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4yHAlUvBB .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yHAlUvBB .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4yHAlUvBB .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4yHAlUvBB .card .svg22,
.cid-s4yHAlUvBB .card .svg32,
.cid-s4yHAlUvBB .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4yHAlUvBB .card .svg21,
.cid-s4yHAlUvBB .card .svg31,
.cid-s4yHAlUvBB .card .svg11 {
  z-index: 2;
}
.cid-s4yHAlUvBB .card div {
  z-index: 3;
}
.cid-s4yHAlUvBB .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4yHAlUvBB .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4yHAlUvBB .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4yHAlUvBB .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4yHAlUvBB .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4yHAlUvBB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4yHAlUvBB .card {
    margin-bottom: 2rem;
  }
  .cid-s4yHAlUvBB .card svg {
    left: 30px;
  }
  .cid-s4yHAlUvBB .card:hover h4 {
    animation: none;
  }
  .cid-s4yHAlUvBB .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4yHAlUvBB h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4yHAlUvBB .card {
    max-width: 330px;
  }
  .cid-s4yHAlUvBB .card svg {
    left: 0px;
  }
}
.cid-s4yHAlUvBB H2 {
  color: #0f7699;
}
.cid-rSurRlqQ2K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSurRlqQ2K .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSurRlqQ2K .content {
    padding: 0 2rem;
  }
}
.cid-rSurRlqQ2K .row {
  justify-content: flex-end;
}
.cid-rSurRlqQ2K .img-col {
  padding: 0;
}
.cid-rSurRlqQ2K .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rSurRlqQ2K .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rSurRlqQ2K .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rSurRlqQ2K .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rSurRlqQ2K .icon-title,
.cid-rSurRlqQ2K .mbr-iconfont {
  color: #ed6436;
}
.cid-rSurRlqQ2K .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rSurRlqQ2K .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSurRlqQ2K .icons-wrap {
    flex-direction: column;
  }
  .cid-rSurRlqQ2K .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rSurRlqQ2K .link-wrap {
    margin: auto;
  }
  .cid-rSurRlqQ2K .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rSurRlqQ2K .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rSurRlqQ2K .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rSurRlqQ2K .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rSurRlqQ2K .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rSurRlqQ2K .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rSurRlqQ2K H1 {
  color: #0f7699;
}
.cid-udUBtv8Eg5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-udUBtv8Eg5 .card-wrapper {
  z-index: 3;
}
.cid-udUBtv8Eg5 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-udUBtv8Eg5:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-udUBtv8Eg5 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-udUBtv8Eg5 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rIB1tYbpPN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rIS3hR24PN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rIS3hR24PN .nav-item:focus,
.cid-rIS3hR24PN .nav-link:focus {
  outline: none;
}
.cid-rIS3hR24PN .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rIS3hR24PN .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rIS3hR24PN .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rIS3hR24PN .dropdown .dropdown-menu .dropdown-item:active,
.cid-rIS3hR24PN .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rIS3hR24PN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rIS3hR24PN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rIS3hR24PN .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-rIS3hR24PN .navbar-caption:hover {
  color: inherit!important;
}
.cid-rIS3hR24PN .container {
  max-width: 1380px;
}
.cid-rIS3hR24PN .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rIS3hR24PN .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rIS3hR24PN .nav-link:hover,
.cid-rIS3hR24PN .nav-link:active,
.cid-rIS3hR24PN .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rIS3hR24PN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rIS3hR24PN .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rIS3hR24PN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rIS3hR24PN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rIS3hR24PN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rIS3hR24PN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rIS3hR24PN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rIS3hR24PN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rIS3hR24PN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rIS3hR24PN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rIS3hR24PN .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-rIS3hR24PN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rIS3hR24PN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rIS3hR24PN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rIS3hR24PN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rIS3hR24PN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rIS3hR24PN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rIS3hR24PN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rIS3hR24PN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rIS3hR24PN .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-rIS3hR24PN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rIS3hR24PN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rIS3hR24PN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rIS3hR24PN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rIS3hR24PN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rIS3hR24PN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rIS3hR24PN .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rIS3hR24PN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rIS3hR24PN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rIS3hR24PN .icons-menu span {
  color: #ed6436 !important;
}
.cid-rIS3hR24PN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rIS3hR24PN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rIS3hR24PN .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-rIS3hR24PN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rIS3hR24PN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rIS3hR24PN .dropdown-item.active,
.cid-rIS3hR24PN .dropdown-item:active {
  background-color: transparent;
}
.cid-rIS3hR24PN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rIS3hR24PN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rIS3hR24PN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rIS3hR24PN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rIS3hR24PN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rIS3hR24PN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rIS3hR24PN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rIS3hR24PN .navbar-buttons {
  text-align: center;
}
.cid-rIS3hR24PN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rIS3hR24PN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rIS3hR24PN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rIS3hR24PN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rIS3hR24PN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rIS3hR24PN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rIS3hR24PN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIS3hR24PN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rIS3hR24PN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rIS3hR24PN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rIS3hR24PN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rIS3hR24PN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rIS3hR24PN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rIS3hR24PN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rIS3hR24PN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rIS3hR24PN .navbar {
    height: 77px;
  }
  .cid-rIS3hR24PN .navbar.opened {
    height: auto;
  }
  .cid-rIS3hR24PN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rIS4vDjc4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rIS4vDjc4G .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rIS4vDjc4G .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rIS4vDjc4G .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rIS4vDjc4G .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rIS4vDjc4G .container {
  max-width: 1600px;
}
.cid-rIS4vDjc4G .mbr-bold,
.cid-rIS4vDjc4G b {
  font-weight: 900;
}
.cid-rIS4vDjc4G .btn {
  color: white!important;
}
.cid-rIS4vDjc4G svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rIS4vDjc4G svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rIS4vDjc4G svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rIS4vDjc4G svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rIS4vDjc4G svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rIS4vDjc4G .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rIS4vDjc4G H1 {
  color: #ffffff;
}
.cid-rIS4vDjc4G .mbr-text,
.cid-rIS4vDjc4G .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rIS3hTxzsq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rIS3hTxzsq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rIS3hTxzsq H1 {
  color: #0f7699;
}
.cid-rIS3hTxzsq .mbr-text,
.cid-rIS3hTxzsq .mbr-section-btn {
  color: #716c80;
}
.cid-rIS3hTxzsq H3 {
  color: #716c80;
}
.cid-rIS3hTxzsq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rIS3hTxzsq .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rIS3hTxzsq .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rIS3hTxzsq .link:hover {
  color: #08829e !important;
}
.cid-rIS3hTxzsq .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rIS3hTxzsq DIV {
  color: #57468b;
}
.cid-rIS3hTxzsq .mbr-text,
.cid-rIS3hTxzsq .media-content {
  color: #232323;
}
.cid-rIS3hUBy9I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIS3hUBy9I .mbr-section-subtitle {
  color: #767676;
}
.cid-rIS3hUBy9I H2 {
  color: #0b659b;
}
.cid-rIS3hVoR4U {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIS3hVoR4U h3 {
  text-align: center;
}
.cid-rIS3hVoR4U .pie_progress {
  position: relative;
}
.cid-rIS3hVoR4U .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rIS3hVoR4U p {
  line-height: 1.6;
}
.cid-rIS3hVoR4U .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rIS3hVoR4U .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rIS3hVoR4U .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rIS3hVoR4U .mbr-section-subtitle {
  color: #383838;
}
.cid-rIS3hVoR4U .pie_progress__number {
  text-align: center !important;
}
.cid-rIS3hVoR4U .card-title {
  margin-bottom: 0;
}
.cid-rIS3hVoR4U .svg-gradient {
  position: absolute;
}
.cid-rIS3hVoR4U ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rIS3hVoR4U .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rIS3hVoR4U H4 {
  color: #ed6436;
}
.cid-rIS3hVoR4U .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rIS3hVoR4U .card {
    flex-direction: column;
  }
  .cid-rIS3hVoR4U .content {
    padding-left: 0rem;
  }
  .cid-rIS3hVoR4U .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rIS7killf4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIS7killf4 h3 {
  text-align: center;
}
.cid-rIS7killf4 .pie_progress {
  position: relative;
}
.cid-rIS7killf4 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rIS7killf4 p {
  line-height: 1.6;
}
.cid-rIS7killf4 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rIS7killf4 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rIS7killf4 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rIS7killf4 .mbr-section-subtitle {
  color: #383838;
}
.cid-rIS7killf4 .pie_progress__number {
  text-align: center !important;
}
.cid-rIS7killf4 .card-title {
  margin-bottom: 0;
}
.cid-rIS7killf4 .svg-gradient {
  position: absolute;
}
.cid-rIS7killf4 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rIS7killf4 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rIS7killf4 H4 {
  color: #ed6436;
}
.cid-rIS7killf4 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rIS7killf4 .card {
    flex-direction: column;
  }
  .cid-rIS7killf4 .content {
    padding-left: 0rem;
  }
  .cid-rIS7killf4 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rIS8l5f01V {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIS8l5f01V h3 {
  text-align: center;
}
.cid-rIS8l5f01V .pie_progress {
  position: relative;
}
.cid-rIS8l5f01V .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rIS8l5f01V p {
  line-height: 1.6;
}
.cid-rIS8l5f01V .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rIS8l5f01V .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rIS8l5f01V .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rIS8l5f01V .mbr-section-subtitle {
  color: #383838;
}
.cid-rIS8l5f01V .pie_progress__number {
  text-align: center !important;
}
.cid-rIS8l5f01V .card-title {
  margin-bottom: 0;
}
.cid-rIS8l5f01V .svg-gradient {
  position: absolute;
}
.cid-rIS8l5f01V ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rIS8l5f01V .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rIS8l5f01V H4 {
  color: #ed6436;
}
.cid-rIS8l5f01V .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rIS8l5f01V .card {
    flex-direction: column;
  }
  .cid-rIS8l5f01V .content {
    padding-left: 0rem;
  }
  .cid-rIS8l5f01V .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rIS8wAwt21 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIS8wAwt21 h3 {
  text-align: center;
}
.cid-rIS8wAwt21 .pie_progress {
  position: relative;
}
.cid-rIS8wAwt21 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rIS8wAwt21 p {
  line-height: 1.6;
}
.cid-rIS8wAwt21 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rIS8wAwt21 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rIS8wAwt21 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rIS8wAwt21 .mbr-section-subtitle {
  color: #383838;
}
.cid-rIS8wAwt21 .pie_progress__number {
  text-align: center !important;
}
.cid-rIS8wAwt21 .card-title {
  margin-bottom: 0;
}
.cid-rIS8wAwt21 .svg-gradient {
  position: absolute;
}
.cid-rIS8wAwt21 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rIS8wAwt21 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rIS8wAwt21 H4 {
  color: #ed6436;
}
.cid-rIS8wAwt21 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rIS8wAwt21 .card {
    flex-direction: column;
  }
  .cid-rIS8wAwt21 .content {
    padding-left: 0rem;
  }
  .cid-rIS8wAwt21 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rIS9uZpGzf {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rIS9uZpGzf img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rIS9uZpGzf H1 {
  color: #064f68;
}
.cid-rIS9uZpGzf .mbr-text,
.cid-rIS9uZpGzf .mbr-section-btn {
  color: #716c80;
}
.cid-rIS9uZpGzf H3 {
  color: #716c80;
}
.cid-rIS9uZpGzf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rIS9uZpGzf .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rIS9uZpGzf .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rIS9uZpGzf .link:hover {
  color: #08829e !important;
}
.cid-rIS9uZpGzf .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rIS9uZpGzf DIV {
  color: #57468b;
}
.cid-rIS9uZpGzf .mbr-text,
.cid-rIS9uZpGzf .media-content {
  color: #232323;
}
.cid-rISasUuhqk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rISasUuhqk H2 {
  color: #aff0f6;
}
.cid-rISdkCMPlH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffdddd;
}
.cid-rISdkCMPlH li {
  list-style: none;
}
.cid-rISdkCMPlH .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rISdkCMPlH .item-wrap:hover .mbr-iconfont {
  color: #f7ed4a !important;
}
.cid-rISdkCMPlH .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #d11212 !important;
}
.cid-rISdkCMPlH h4 {
  margin: 0;
}
.cid-rISdkCMPlH ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rISdkCMPlH .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rISdkCMPlH .col-title2 {
  color: #ed6436;
}
.cid-rISdkCMPlH .col-title1 {
  color: #d11212;
}
.cid-rISdkCMPlH .item1 {
  color: #3d0202;
}
.cid-rISdkCMPlH .mbr-text,
.cid-rISdkCMPlH .mbr-section-btn {
  color: #3d0202;
}
.cid-rISeDOnJxw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7bfa3;
}
.cid-rISeDOnJxw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISeDOnJxw H1 {
  color: #d11212;
}
.cid-rISeDOnJxw .mbr-text,
.cid-rISeDOnJxw .mbr-section-btn {
  color: #716c80;
}
.cid-rISeDOnJxw H3 {
  color: #ed6436;
}
.cid-rISeDOnJxw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISeDOnJxw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISeDOnJxw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISeDOnJxw .link:hover {
  color: #08829e !important;
}
.cid-rISeDOnJxw .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISeDOnJxw DIV {
  color: #57468b;
}
.cid-rISeDOnJxw .mbr-text,
.cid-rISeDOnJxw .media-content {
  color: #3d0202;
}
.cid-rISkN8gmZg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffdddd;
}
.cid-rISkN8gmZg .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rISkN8gmZg .content {
    padding: 0 6rem;
  }
}
.cid-rISkN8gmZg .mbr-figure {
  height: 100%;
}
.cid-rISkN8gmZg img {
  height: 100%;
  object-fit: cover;
}
.cid-rISkN8gmZg .img-col {
  padding: 0;
}
.cid-rISkN8gmZg .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rISkN8gmZg p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rISkN8gmZg .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rISkN8gmZg .icon-title,
.cid-rISkN8gmZg .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rISkN8gmZg .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rISkN8gmZg .icon-wrap {
    margin: auto;
  }
}
.cid-rISkN8gmZg H3 {
  color: #ed6436;
}
.cid-rSupkDvVpr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rSupkDvVpr .mbr-section-title,
.cid-rSupkDvVpr .mbr-section-subtitle {
  color: #000000;
}
.cid-rSupkDvVpr .mbr-section-text {
  color: #232323;
}
.cid-rSupkDvVpr .mbr-text,
.cid-rSupkDvVpr .typed-text,
.cid-rSupkDvVpr .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rSupkDvVpr .btn {
  margin-left: 4px !important;
}
.cid-rSupkDvVpr .animated-element {
  color: #0f7699;
}
.cid-rSupkDvVpr .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #0f7699;
}
.cid-rSupkDvVpr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rSupkDvVpr .typed-text,
  .cid-rSupkDvVpr .mbr-section-subtitle,
  .cid-rSupkDvVpr .mbr-section-text,
  .cid-rSupkDvVpr .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-s4yI0NHh7W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4yI0NHh7W .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4yI0NHh7W h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4yI0NHh7W .svg11 path {
  fill: #7aba59;
}
.cid-s4yI0NHh7W .svg21 path {
  fill: #f9b945;
}
.cid-s4yI0NHh7W .svg31 path {
  fill: #ed6436;
}
.cid-s4yI0NHh7W .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4yI0NHh7W .svg12 path,
.cid-s4yI0NHh7W .svg22 path,
.cid-s4yI0NHh7W .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4yI0NHh7W .card {
  position: relative;
  height: 300px;
}
.cid-s4yI0NHh7W .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4yI0NHh7W .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4yI0NHh7W .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yI0NHh7W .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4yI0NHh7W .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yI0NHh7W .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4yI0NHh7W .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yI0NHh7W .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4yI0NHh7W .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4yI0NHh7W .card .svg22,
.cid-s4yI0NHh7W .card .svg32,
.cid-s4yI0NHh7W .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4yI0NHh7W .card .svg21,
.cid-s4yI0NHh7W .card .svg31,
.cid-s4yI0NHh7W .card .svg11 {
  z-index: 2;
}
.cid-s4yI0NHh7W .card div {
  z-index: 3;
}
.cid-s4yI0NHh7W .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4yI0NHh7W .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4yI0NHh7W .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4yI0NHh7W .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4yI0NHh7W .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4yI0NHh7W .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4yI0NHh7W .card {
    margin-bottom: 2rem;
  }
  .cid-s4yI0NHh7W .card svg {
    left: 30px;
  }
  .cid-s4yI0NHh7W .card:hover h4 {
    animation: none;
  }
  .cid-s4yI0NHh7W .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4yI0NHh7W h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4yI0NHh7W .card {
    max-width: 330px;
  }
  .cid-s4yI0NHh7W .card svg {
    left: 0px;
  }
}
.cid-s4yI0NHh7W H2 {
  color: #0f7699;
}
.cid-rQvsFcbO6g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvsFcbO6g .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvsFcbO6g .content {
    padding: 0 2rem;
  }
}
.cid-rQvsFcbO6g .row {
  justify-content: flex-end;
}
.cid-rQvsFcbO6g .img-col {
  padding: 0;
}
.cid-rQvsFcbO6g .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvsFcbO6g .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvsFcbO6g .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvsFcbO6g .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvsFcbO6g .icon-title,
.cid-rQvsFcbO6g .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvsFcbO6g .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvsFcbO6g .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvsFcbO6g .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvsFcbO6g .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvsFcbO6g .link-wrap {
    margin: auto;
  }
  .cid-rQvsFcbO6g .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvsFcbO6g .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvsFcbO6g .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvsFcbO6g .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvsFcbO6g .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvsFcbO6g .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvsFcbO6g H1 {
  color: #0f7699;
}
.cid-rIS3icFRWd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rISsKdxhmV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rISsKdxhmV .nav-item:focus,
.cid-rISsKdxhmV .nav-link:focus {
  outline: none;
}
.cid-rISsKdxhmV .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rISsKdxhmV .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rISsKdxhmV .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rISsKdxhmV .dropdown .dropdown-menu .dropdown-item:active,
.cid-rISsKdxhmV .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rISsKdxhmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rISsKdxhmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rISsKdxhmV .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-rISsKdxhmV .navbar-caption:hover {
  color: inherit!important;
}
.cid-rISsKdxhmV .container {
  max-width: 1380px;
}
.cid-rISsKdxhmV .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rISsKdxhmV .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rISsKdxhmV .nav-link:hover,
.cid-rISsKdxhmV .nav-link:active,
.cid-rISsKdxhmV .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rISsKdxhmV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rISsKdxhmV .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rISsKdxhmV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rISsKdxhmV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rISsKdxhmV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rISsKdxhmV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rISsKdxhmV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rISsKdxhmV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rISsKdxhmV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rISsKdxhmV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rISsKdxhmV .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-rISsKdxhmV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rISsKdxhmV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rISsKdxhmV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rISsKdxhmV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rISsKdxhmV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rISsKdxhmV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rISsKdxhmV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rISsKdxhmV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rISsKdxhmV .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-rISsKdxhmV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rISsKdxhmV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rISsKdxhmV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rISsKdxhmV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rISsKdxhmV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rISsKdxhmV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rISsKdxhmV .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rISsKdxhmV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rISsKdxhmV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rISsKdxhmV .icons-menu span {
  color: #ed6436 !important;
}
.cid-rISsKdxhmV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rISsKdxhmV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rISsKdxhmV .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-rISsKdxhmV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rISsKdxhmV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rISsKdxhmV .dropdown-item.active,
.cid-rISsKdxhmV .dropdown-item:active {
  background-color: transparent;
}
.cid-rISsKdxhmV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rISsKdxhmV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rISsKdxhmV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rISsKdxhmV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rISsKdxhmV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rISsKdxhmV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rISsKdxhmV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rISsKdxhmV .navbar-buttons {
  text-align: center;
}
.cid-rISsKdxhmV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rISsKdxhmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rISsKdxhmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rISsKdxhmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rISsKdxhmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rISsKdxhmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rISsKdxhmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rISsKdxhmV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rISsKdxhmV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rISsKdxhmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rISsKdxhmV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rISsKdxhmV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rISsKdxhmV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rISsKdxhmV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rISsKdxhmV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rISsKdxhmV .navbar {
    height: 77px;
  }
  .cid-rISsKdxhmV .navbar.opened {
    height: auto;
  }
  .cid-rISsKdxhmV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rISsKf7slS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1024.jpeg");
}
.cid-rISsKf7slS .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rISsKf7slS .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rISsKf7slS .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rISsKf7slS .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rISsKf7slS .container {
  max-width: 1600px;
}
.cid-rISsKf7slS .mbr-bold,
.cid-rISsKf7slS b {
  font-weight: 900;
}
.cid-rISsKf7slS .btn {
  color: white!important;
}
.cid-rISsKf7slS svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rISsKf7slS svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rISsKf7slS svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rISsKf7slS svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rISsKf7slS svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rISsKf7slS .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rISsKf7slS H1 {
  color: #ffffff;
}
.cid-rISsKf7slS .mbr-text,
.cid-rISsKf7slS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rISsKg2old {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rISsKg2old img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISsKg2old H1 {
  color: #0f7699;
}
.cid-rISsKg2old .mbr-text,
.cid-rISsKg2old .mbr-section-btn {
  color: #716c80;
}
.cid-rISsKg2old H3 {
  color: #716c80;
}
.cid-rISsKg2old .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISsKg2old .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISsKg2old .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISsKg2old .link:hover {
  color: #08829e !important;
}
.cid-rISsKg2old .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISsKg2old DIV {
  color: #57468b;
}
.cid-rISsKg2old .mbr-text,
.cid-rISsKg2old .media-content {
  color: #232323;
}
.cid-rISsKgZORC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISsKgZORC .mbr-section-subtitle {
  color: #767676;
}
.cid-rISsKgZORC H2 {
  color: #0b659b;
}
.cid-rJ4QJHSmzX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ4QJHSmzX h3 {
  text-align: center;
}
.cid-rJ4QJHSmzX .pie_progress {
  position: relative;
}
.cid-rJ4QJHSmzX .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJ4QJHSmzX p {
  line-height: 1.6;
}
.cid-rJ4QJHSmzX .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJ4QJHSmzX .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJ4QJHSmzX .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJ4QJHSmzX .mbr-section-subtitle {
  color: #383838;
}
.cid-rJ4QJHSmzX .pie_progress__number {
  text-align: center !important;
}
.cid-rJ4QJHSmzX .card-title {
  margin-bottom: 0;
}
.cid-rJ4QJHSmzX .svg-gradient {
  position: absolute;
}
.cid-rJ4QJHSmzX ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJ4QJHSmzX .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJ4QJHSmzX H4 {
  color: #ed6436;
}
.cid-rJ4QJHSmzX .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJ4QJHSmzX .card {
    flex-direction: column;
  }
  .cid-rJ4QJHSmzX .content {
    padding-left: 0rem;
  }
  .cid-rJ4QJHSmzX .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rJ4QKn1lRW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ4QKn1lRW h3 {
  text-align: center;
}
.cid-rJ4QKn1lRW .pie_progress {
  position: relative;
}
.cid-rJ4QKn1lRW .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJ4QKn1lRW p {
  line-height: 1.6;
}
.cid-rJ4QKn1lRW .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJ4QKn1lRW .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJ4QKn1lRW .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJ4QKn1lRW .mbr-section-subtitle {
  color: #383838;
}
.cid-rJ4QKn1lRW .pie_progress__number {
  text-align: center !important;
}
.cid-rJ4QKn1lRW .card-title {
  margin-bottom: 0;
}
.cid-rJ4QKn1lRW .svg-gradient {
  position: absolute;
}
.cid-rJ4QKn1lRW ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJ4QKn1lRW .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJ4QKn1lRW H4 {
  color: #ed6436;
}
.cid-rJ4QKn1lRW .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJ4QKn1lRW .card {
    flex-direction: column;
  }
  .cid-rJ4QKn1lRW .content {
    padding-left: 0rem;
  }
  .cid-rJ4QKn1lRW .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rISsKk15XP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISsKk15XP h3 {
  text-align: center;
}
.cid-rISsKk15XP .pie_progress {
  position: relative;
}
.cid-rISsKk15XP .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rISsKk15XP p {
  line-height: 1.6;
}
.cid-rISsKk15XP .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rISsKk15XP .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rISsKk15XP .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rISsKk15XP .mbr-section-subtitle {
  color: #383838;
}
.cid-rISsKk15XP .pie_progress__number {
  text-align: center !important;
}
.cid-rISsKk15XP .card-title {
  margin-bottom: 0;
}
.cid-rISsKk15XP .svg-gradient {
  position: absolute;
}
.cid-rISsKk15XP ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rISsKk15XP .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rISsKk15XP H4 {
  color: #ed6436;
}
.cid-rISsKk15XP .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rISsKk15XP .card {
    flex-direction: column;
  }
  .cid-rISsKk15XP .content {
    padding-left: 0rem;
  }
  .cid-rISsKk15XP .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rISsKl6fJJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISsKl6fJJ h3 {
  text-align: center;
}
.cid-rISsKl6fJJ .pie_progress {
  position: relative;
}
.cid-rISsKl6fJJ .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rISsKl6fJJ p {
  line-height: 1.6;
}
.cid-rISsKl6fJJ .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rISsKl6fJJ .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rISsKl6fJJ .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rISsKl6fJJ .mbr-section-subtitle {
  color: #383838;
}
.cid-rISsKl6fJJ .pie_progress__number {
  text-align: center !important;
}
.cid-rISsKl6fJJ .card-title {
  margin-bottom: 0;
}
.cid-rISsKl6fJJ .svg-gradient {
  position: absolute;
}
.cid-rISsKl6fJJ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rISsKl6fJJ .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rISsKl6fJJ H4 {
  color: #ed6436;
}
.cid-rISsKl6fJJ .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rISsKl6fJJ .card {
    flex-direction: column;
  }
  .cid-rISsKl6fJJ .content {
    padding-left: 0rem;
  }
  .cid-rISsKl6fJJ .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rISsKmc8Tp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rISsKmc8Tp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISsKmc8Tp H1 {
  color: #064f68;
}
.cid-rISsKmc8Tp .mbr-text,
.cid-rISsKmc8Tp .mbr-section-btn {
  color: #716c80;
}
.cid-rISsKmc8Tp H3 {
  color: #716c80;
}
.cid-rISsKmc8Tp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISsKmc8Tp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISsKmc8Tp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISsKmc8Tp .link:hover {
  color: #08829e !important;
}
.cid-rISsKmc8Tp .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISsKmc8Tp DIV {
  color: #57468b;
}
.cid-rISsKmc8Tp .mbr-text,
.cid-rISsKmc8Tp .media-content {
  color: #232323;
}
.cid-rISsKn55UB {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rISsKn55UB H2 {
  color: #aff0f6;
}
.cid-rJadXOUIt2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffdddd;
}
.cid-rJadXOUIt2 li {
  list-style: none;
}
.cid-rJadXOUIt2 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rJadXOUIt2 .item-wrap:hover .mbr-iconfont {
  color: #f7ed4a !important;
}
.cid-rJadXOUIt2 .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #d11212 !important;
}
.cid-rJadXOUIt2 h4 {
  margin: 0;
}
.cid-rJadXOUIt2 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rJadXOUIt2 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rJadXOUIt2 .col-title2 {
  color: #ed6436;
}
.cid-rJadXOUIt2 .col-title1 {
  color: #d11212;
}
.cid-rJadXOUIt2 .item1 {
  color: #3d0202;
}
.cid-rJadXOUIt2 .mbr-text,
.cid-rJadXOUIt2 .mbr-section-btn {
  color: #3d0202;
}
.cid-rISsKp8F3O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7bfa3;
}
.cid-rISsKp8F3O img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISsKp8F3O H1 {
  color: #d11212;
}
.cid-rISsKp8F3O .mbr-text,
.cid-rISsKp8F3O .mbr-section-btn {
  color: #716c80;
}
.cid-rISsKp8F3O H3 {
  color: #ed6436;
}
.cid-rISsKp8F3O .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISsKp8F3O .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISsKp8F3O .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISsKp8F3O .link:hover {
  color: #08829e !important;
}
.cid-rISsKp8F3O .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISsKp8F3O DIV {
  color: #57468b;
}
.cid-rISsKp8F3O .mbr-text,
.cid-rISsKp8F3O .media-content {
  color: #3d0202;
}
.cid-rISsKq2JAy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffdddd;
}
.cid-rISsKq2JAy .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rISsKq2JAy .content {
    padding: 0 6rem;
  }
}
.cid-rISsKq2JAy .mbr-figure {
  height: 100%;
}
.cid-rISsKq2JAy img {
  height: 100%;
  object-fit: cover;
}
.cid-rISsKq2JAy .img-col {
  padding: 0;
}
.cid-rISsKq2JAy .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rISsKq2JAy p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rISsKq2JAy .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rISsKq2JAy .icon-title,
.cid-rISsKq2JAy .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rISsKq2JAy .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rISsKq2JAy .icon-wrap {
    margin: auto;
  }
}
.cid-rISsKq2JAy H3 {
  color: #ed6436;
}
.cid-rSur54ZMGu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rSur54ZMGu .mbr-section-title,
.cid-rSur54ZMGu .mbr-section-subtitle {
  color: #000000;
}
.cid-rSur54ZMGu .mbr-section-text {
  color: #232323;
}
.cid-rSur54ZMGu .mbr-text,
.cid-rSur54ZMGu .typed-text,
.cid-rSur54ZMGu .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rSur54ZMGu .btn {
  margin-left: 4px !important;
}
.cid-rSur54ZMGu .animated-element {
  color: #0f7699;
}
.cid-rSur54ZMGu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #0f7699;
}
.cid-rSur54ZMGu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rSur54ZMGu .typed-text,
  .cid-rSur54ZMGu .mbr-section-subtitle,
  .cid-rSur54ZMGu .mbr-section-text,
  .cid-rSur54ZMGu .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-rQvnkdodBs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvnkdodBs .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvnkdodBs h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvnkdodBs .svg11 path {
  fill: #7aba59;
}
.cid-rQvnkdodBs .svg21 path {
  fill: #f9b945;
}
.cid-rQvnkdodBs .svg31 path {
  fill: #ed6436;
}
.cid-rQvnkdodBs .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvnkdodBs .svg12 path,
.cid-rQvnkdodBs .svg22 path,
.cid-rQvnkdodBs .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvnkdodBs .card {
  position: relative;
  height: 300px;
}
.cid-rQvnkdodBs .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvnkdodBs .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvnkdodBs .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvnkdodBs .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvnkdodBs .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvnkdodBs .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvnkdodBs .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvnkdodBs .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvnkdodBs .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvnkdodBs .card .svg22,
.cid-rQvnkdodBs .card .svg32,
.cid-rQvnkdodBs .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvnkdodBs .card .svg21,
.cid-rQvnkdodBs .card .svg31,
.cid-rQvnkdodBs .card .svg11 {
  z-index: 2;
}
.cid-rQvnkdodBs .card div {
  z-index: 3;
}
.cid-rQvnkdodBs .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvnkdodBs .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvnkdodBs .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvnkdodBs .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvnkdodBs .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvnkdodBs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvnkdodBs .card {
    margin-bottom: 2rem;
  }
  .cid-rQvnkdodBs .card svg {
    left: 30px;
  }
  .cid-rQvnkdodBs .card:hover h4 {
    animation: none;
  }
  .cid-rQvnkdodBs .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvnkdodBs h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvnkdodBs .card {
    max-width: 330px;
  }
  .cid-rQvnkdodBs .card svg {
    left: 0px;
  }
}
.cid-rQvnkdodBs H2 {
  color: #0f7699;
}
.cid-rQvti1Zi9i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvti1Zi9i .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvti1Zi9i .content {
    padding: 0 2rem;
  }
}
.cid-rQvti1Zi9i .row {
  justify-content: flex-end;
}
.cid-rQvti1Zi9i .img-col {
  padding: 0;
}
.cid-rQvti1Zi9i .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvti1Zi9i .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvti1Zi9i .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvti1Zi9i .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvti1Zi9i .icon-title,
.cid-rQvti1Zi9i .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvti1Zi9i .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvti1Zi9i .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvti1Zi9i .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvti1Zi9i .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvti1Zi9i .link-wrap {
    margin: auto;
  }
  .cid-rQvti1Zi9i .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvti1Zi9i .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvti1Zi9i .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvti1Zi9i .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvti1Zi9i .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvti1Zi9i .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvti1Zi9i H1 {
  color: #0f7699;
}
.cid-rISsKweTCP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rISwr4u0CI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rISwr4u0CI .nav-item:focus,
.cid-rISwr4u0CI .nav-link:focus {
  outline: none;
}
.cid-rISwr4u0CI .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rISwr4u0CI .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rISwr4u0CI .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rISwr4u0CI .dropdown .dropdown-menu .dropdown-item:active,
.cid-rISwr4u0CI .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rISwr4u0CI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rISwr4u0CI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rISwr4u0CI .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-rISwr4u0CI .navbar-caption:hover {
  color: inherit!important;
}
.cid-rISwr4u0CI .container {
  max-width: 1380px;
}
.cid-rISwr4u0CI .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rISwr4u0CI .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rISwr4u0CI .nav-link:hover,
.cid-rISwr4u0CI .nav-link:active,
.cid-rISwr4u0CI .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rISwr4u0CI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rISwr4u0CI .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rISwr4u0CI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rISwr4u0CI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rISwr4u0CI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rISwr4u0CI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rISwr4u0CI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rISwr4u0CI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rISwr4u0CI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rISwr4u0CI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rISwr4u0CI .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-rISwr4u0CI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rISwr4u0CI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rISwr4u0CI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rISwr4u0CI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rISwr4u0CI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rISwr4u0CI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rISwr4u0CI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rISwr4u0CI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rISwr4u0CI .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-rISwr4u0CI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rISwr4u0CI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rISwr4u0CI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rISwr4u0CI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rISwr4u0CI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rISwr4u0CI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rISwr4u0CI .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rISwr4u0CI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rISwr4u0CI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rISwr4u0CI .icons-menu span {
  color: #ed6436 !important;
}
.cid-rISwr4u0CI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rISwr4u0CI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rISwr4u0CI .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-rISwr4u0CI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rISwr4u0CI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rISwr4u0CI .dropdown-item.active,
.cid-rISwr4u0CI .dropdown-item:active {
  background-color: transparent;
}
.cid-rISwr4u0CI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rISwr4u0CI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rISwr4u0CI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rISwr4u0CI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rISwr4u0CI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rISwr4u0CI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rISwr4u0CI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rISwr4u0CI .navbar-buttons {
  text-align: center;
}
.cid-rISwr4u0CI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rISwr4u0CI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rISwr4u0CI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rISwr4u0CI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rISwr4u0CI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rISwr4u0CI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rISwr4u0CI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rISwr4u0CI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rISwr4u0CI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rISwr4u0CI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rISwr4u0CI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rISwr4u0CI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rISwr4u0CI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rISwr4u0CI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rISwr4u0CI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rISwr4u0CI .navbar {
    height: 77px;
  }
  .cid-rISwr4u0CI .navbar.opened {
    height: auto;
  }
  .cid-rISwr4u0CI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rISwr6gqjg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1128.jpg");
}
.cid-rISwr6gqjg .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rISwr6gqjg .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rISwr6gqjg .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rISwr6gqjg .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rISwr6gqjg .container {
  max-width: 1600px;
}
.cid-rISwr6gqjg .mbr-bold,
.cid-rISwr6gqjg b {
  font-weight: 900;
}
.cid-rISwr6gqjg .btn {
  color: white!important;
}
.cid-rISwr6gqjg svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rISwr6gqjg svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rISwr6gqjg svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rISwr6gqjg svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rISwr6gqjg svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rISwr6gqjg .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rISwr6gqjg H1 {
  color: #0b1b3f;
}
.cid-rISwr6gqjg .mbr-text,
.cid-rISwr6gqjg .mbr-section-btn {
  color: #0b1b3f;
  text-align: left;
}
.cid-rISwr7vU5a {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rISwr7vU5a img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISwr7vU5a H1 {
  color: #0f7699;
}
.cid-rISwr7vU5a .mbr-text,
.cid-rISwr7vU5a .mbr-section-btn {
  color: #716c80;
}
.cid-rISwr7vU5a H3 {
  color: #716c80;
}
.cid-rISwr7vU5a .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISwr7vU5a .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISwr7vU5a .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISwr7vU5a .link:hover {
  color: #08829e !important;
}
.cid-rISwr7vU5a .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISwr7vU5a DIV {
  color: #57468b;
}
.cid-rISwr7vU5a .mbr-text,
.cid-rISwr7vU5a .media-content {
  color: #232323;
}
.cid-rISzL1nWtR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rISzL1nWtR li {
  list-style: none;
}
.cid-rISzL1nWtR .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rISzL1nWtR .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rISzL1nWtR .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #0a799f !important;
}
.cid-rISzL1nWtR h4 {
  margin: 0;
}
.cid-rISzL1nWtR ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rISzL1nWtR .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rISzL1nWtR .col-title2 {
  color: #ed6436;
}
.cid-rISzL1nWtR .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rISzL1nWtR .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rISzL1nWtR .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rISzL1nWtR .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-rISzL1nWtR .icon-wrap {
    flex-direction: column;
  }
  .cid-rISzL1nWtR .align-wrap {
    width: 100%;
  }
  .cid-rISzL1nWtR .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-rISzL1nWtR .icon-title,
.cid-rISzL1nWtR .mbr-iconfont {
  color: #0b1b3f;
}
.cid-rISwr8XDNr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISwr8XDNr .mbr-section-subtitle {
  color: #767676;
}
.cid-rISwr8XDNr H2 {
  color: #0b659b;
}
.cid-rJ4QQiWoPM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ4QQiWoPM h3 {
  text-align: center;
}
.cid-rJ4QQiWoPM .pie_progress {
  position: relative;
}
.cid-rJ4QQiWoPM .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJ4QQiWoPM p {
  line-height: 1.6;
}
.cid-rJ4QQiWoPM .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJ4QQiWoPM .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJ4QQiWoPM .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJ4QQiWoPM .mbr-section-subtitle {
  color: #383838;
}
.cid-rJ4QQiWoPM .pie_progress__number {
  text-align: center !important;
}
.cid-rJ4QQiWoPM .card-title {
  margin-bottom: 0;
}
.cid-rJ4QQiWoPM .svg-gradient {
  position: absolute;
}
.cid-rJ4QQiWoPM ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJ4QQiWoPM .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJ4QQiWoPM H4 {
  color: #ed6436;
}
.cid-rJ4QQiWoPM .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJ4QQiWoPM .card {
    flex-direction: column;
  }
  .cid-rJ4QQiWoPM .content {
    padding-left: 0rem;
  }
  .cid-rJ4QQiWoPM .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rJ4QQTE0Yc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ4QQTE0Yc h3 {
  text-align: center;
}
.cid-rJ4QQTE0Yc .pie_progress {
  position: relative;
}
.cid-rJ4QQTE0Yc .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJ4QQTE0Yc p {
  line-height: 1.6;
}
.cid-rJ4QQTE0Yc .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJ4QQTE0Yc .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJ4QQTE0Yc .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJ4QQTE0Yc .mbr-section-subtitle {
  color: #383838;
}
.cid-rJ4QQTE0Yc .pie_progress__number {
  text-align: center !important;
}
.cid-rJ4QQTE0Yc .card-title {
  margin-bottom: 0;
}
.cid-rJ4QQTE0Yc .svg-gradient {
  position: absolute;
}
.cid-rJ4QQTE0Yc ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJ4QQTE0Yc .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJ4QQTE0Yc H4 {
  color: #ed6436;
}
.cid-rJ4QQTE0Yc .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJ4QQTE0Yc .card {
    flex-direction: column;
  }
  .cid-rJ4QQTE0Yc .content {
    padding-left: 0rem;
  }
  .cid-rJ4QQTE0Yc .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rISwrdoBIK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISwrdoBIK h3 {
  text-align: center;
}
.cid-rISwrdoBIK .pie_progress {
  position: relative;
}
.cid-rISwrdoBIK .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rISwrdoBIK p {
  line-height: 1.6;
}
.cid-rISwrdoBIK .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rISwrdoBIK .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rISwrdoBIK .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rISwrdoBIK .mbr-section-subtitle {
  color: #383838;
}
.cid-rISwrdoBIK .pie_progress__number {
  text-align: center !important;
}
.cid-rISwrdoBIK .card-title {
  margin-bottom: 0;
}
.cid-rISwrdoBIK .svg-gradient {
  position: absolute;
}
.cid-rISwrdoBIK ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rISwrdoBIK .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rISwrdoBIK H4 {
  color: #ed6436;
}
.cid-rISwrdoBIK .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rISwrdoBIK .card {
    flex-direction: column;
  }
  .cid-rISwrdoBIK .content {
    padding-left: 0rem;
  }
  .cid-rISwrdoBIK .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rISwrf3cHs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISwrf3cHs h3 {
  text-align: center;
}
.cid-rISwrf3cHs .pie_progress {
  position: relative;
}
.cid-rISwrf3cHs .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rISwrf3cHs p {
  line-height: 1.6;
}
.cid-rISwrf3cHs .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rISwrf3cHs .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rISwrf3cHs .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rISwrf3cHs .mbr-section-subtitle {
  color: #383838;
}
.cid-rISwrf3cHs .pie_progress__number {
  text-align: center !important;
}
.cid-rISwrf3cHs .card-title {
  margin-bottom: 0;
}
.cid-rISwrf3cHs .svg-gradient {
  position: absolute;
}
.cid-rISwrf3cHs ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rISwrf3cHs .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rISwrf3cHs H4 {
  color: #ed6436;
}
.cid-rISwrf3cHs .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rISwrf3cHs .card {
    flex-direction: column;
  }
  .cid-rISwrf3cHs .content {
    padding-left: 0rem;
  }
  .cid-rISwrf3cHs .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rISwrkdZN6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rISwrkdZN6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISwrkdZN6 H1 {
  color: #064f68;
}
.cid-rISwrkdZN6 .mbr-text,
.cid-rISwrkdZN6 .mbr-section-btn {
  color: #716c80;
}
.cid-rISwrkdZN6 H3 {
  color: #716c80;
}
.cid-rISwrkdZN6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISwrkdZN6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISwrkdZN6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISwrkdZN6 .link:hover {
  color: #08829e !important;
}
.cid-rISwrkdZN6 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISwrkdZN6 DIV {
  color: #57468b;
}
.cid-rISwrkdZN6 .mbr-text,
.cid-rISwrkdZN6 .media-content {
  color: #232323;
}
.cid-rJaer0DSQB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffdddd;
}
.cid-rJaer0DSQB li {
  list-style: none;
}
.cid-rJaer0DSQB .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rJaer0DSQB .item-wrap:hover .mbr-iconfont {
  color: #f7ed4a !important;
}
.cid-rJaer0DSQB .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #d11212 !important;
}
.cid-rJaer0DSQB h4 {
  margin: 0;
}
.cid-rJaer0DSQB ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rJaer0DSQB .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rJaer0DSQB .col-title2 {
  color: #ed6436;
}
.cid-rJaer0DSQB .col-title1 {
  color: #d11212;
}
.cid-rJaer0DSQB .item1 {
  color: #3d0202;
}
.cid-rJaer0DSQB .mbr-text,
.cid-rJaer0DSQB .mbr-section-btn {
  color: #3d0202;
}
.cid-rISwrmT5KT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7bfa3;
}
.cid-rISwrmT5KT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISwrmT5KT H1 {
  color: #d11212;
}
.cid-rISwrmT5KT .mbr-text,
.cid-rISwrmT5KT .mbr-section-btn {
  color: #716c80;
}
.cid-rISwrmT5KT H3 {
  color: #ed6436;
}
.cid-rISwrmT5KT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISwrmT5KT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISwrmT5KT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISwrmT5KT .link:hover {
  color: #08829e !important;
}
.cid-rISwrmT5KT .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISwrmT5KT DIV {
  color: #57468b;
}
.cid-rISwrmT5KT .mbr-text,
.cid-rISwrmT5KT .media-content {
  color: #3d0202;
}
.cid-rISwrnOAFH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffdddd;
}
.cid-rISwrnOAFH .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rISwrnOAFH .content {
    padding: 0 6rem;
  }
}
.cid-rISwrnOAFH .mbr-figure {
  height: 100%;
}
.cid-rISwrnOAFH img {
  height: 100%;
  object-fit: cover;
}
.cid-rISwrnOAFH .img-col {
  padding: 0;
}
.cid-rISwrnOAFH .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rISwrnOAFH p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rISwrnOAFH .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rISwrnOAFH .icon-title,
.cid-rISwrnOAFH .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rISwrnOAFH .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rISwrnOAFH .icon-wrap {
    margin: auto;
  }
}
.cid-rISwrnOAFH H3 {
  color: #ed6436;
}
.cid-rQvntRPMYK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvntRPMYK .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvntRPMYK h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvntRPMYK .svg11 path {
  fill: #7aba59;
}
.cid-rQvntRPMYK .svg21 path {
  fill: #f9b945;
}
.cid-rQvntRPMYK .svg31 path {
  fill: #ed6436;
}
.cid-rQvntRPMYK .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvntRPMYK .svg12 path,
.cid-rQvntRPMYK .svg22 path,
.cid-rQvntRPMYK .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvntRPMYK .card {
  position: relative;
  height: 300px;
}
.cid-rQvntRPMYK .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvntRPMYK .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvntRPMYK .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvntRPMYK .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvntRPMYK .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvntRPMYK .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvntRPMYK .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvntRPMYK .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvntRPMYK .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvntRPMYK .card .svg22,
.cid-rQvntRPMYK .card .svg32,
.cid-rQvntRPMYK .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvntRPMYK .card .svg21,
.cid-rQvntRPMYK .card .svg31,
.cid-rQvntRPMYK .card .svg11 {
  z-index: 2;
}
.cid-rQvntRPMYK .card div {
  z-index: 3;
}
.cid-rQvntRPMYK .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvntRPMYK .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvntRPMYK .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvntRPMYK .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvntRPMYK .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvntRPMYK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvntRPMYK .card {
    margin-bottom: 2rem;
  }
  .cid-rQvntRPMYK .card svg {
    left: 30px;
  }
  .cid-rQvntRPMYK .card:hover h4 {
    animation: none;
  }
  .cid-rQvntRPMYK .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvntRPMYK h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvntRPMYK .card {
    max-width: 330px;
  }
  .cid-rQvntRPMYK .card svg {
    left: 0px;
  }
}
.cid-rQvntRPMYK H2 {
  color: #0f7699;
}
.cid-rQvtu05hD1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtu05hD1 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtu05hD1 .content {
    padding: 0 2rem;
  }
}
.cid-rQvtu05hD1 .row {
  justify-content: flex-end;
}
.cid-rQvtu05hD1 .img-col {
  padding: 0;
}
.cid-rQvtu05hD1 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtu05hD1 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtu05hD1 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtu05hD1 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtu05hD1 .icon-title,
.cid-rQvtu05hD1 .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtu05hD1 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtu05hD1 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtu05hD1 .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtu05hD1 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtu05hD1 .link-wrap {
    margin: auto;
  }
  .cid-rQvtu05hD1 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtu05hD1 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtu05hD1 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtu05hD1 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtu05hD1 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtu05hD1 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtu05hD1 H1 {
  color: #0f7699;
}
.cid-rISwrtsvPz {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rISMLXFzK4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rISMLXFzK4 .nav-item:focus,
.cid-rISMLXFzK4 .nav-link:focus {
  outline: none;
}
.cid-rISMLXFzK4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rISMLXFzK4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rISMLXFzK4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rISMLXFzK4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rISMLXFzK4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rISMLXFzK4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rISMLXFzK4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rISMLXFzK4 .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-rISMLXFzK4 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rISMLXFzK4 .container {
  max-width: 1380px;
}
.cid-rISMLXFzK4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rISMLXFzK4 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rISMLXFzK4 .nav-link:hover,
.cid-rISMLXFzK4 .nav-link:active,
.cid-rISMLXFzK4 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rISMLXFzK4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rISMLXFzK4 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rISMLXFzK4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rISMLXFzK4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rISMLXFzK4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rISMLXFzK4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rISMLXFzK4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rISMLXFzK4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rISMLXFzK4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rISMLXFzK4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rISMLXFzK4 .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-rISMLXFzK4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rISMLXFzK4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rISMLXFzK4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rISMLXFzK4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rISMLXFzK4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rISMLXFzK4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rISMLXFzK4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rISMLXFzK4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rISMLXFzK4 .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-rISMLXFzK4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rISMLXFzK4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rISMLXFzK4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rISMLXFzK4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rISMLXFzK4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rISMLXFzK4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rISMLXFzK4 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rISMLXFzK4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rISMLXFzK4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rISMLXFzK4 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rISMLXFzK4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rISMLXFzK4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rISMLXFzK4 .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-rISMLXFzK4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rISMLXFzK4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rISMLXFzK4 .dropdown-item.active,
.cid-rISMLXFzK4 .dropdown-item:active {
  background-color: transparent;
}
.cid-rISMLXFzK4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rISMLXFzK4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rISMLXFzK4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rISMLXFzK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rISMLXFzK4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rISMLXFzK4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rISMLXFzK4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rISMLXFzK4 .navbar-buttons {
  text-align: center;
}
.cid-rISMLXFzK4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rISMLXFzK4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rISMLXFzK4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rISMLXFzK4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rISMLXFzK4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rISMLXFzK4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rISMLXFzK4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rISMLXFzK4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rISMLXFzK4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rISMLXFzK4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rISMLXFzK4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rISMLXFzK4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rISMLXFzK4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rISMLXFzK4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rISMLXFzK4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rISMLXFzK4 .navbar {
    height: 77px;
  }
  .cid-rISMLXFzK4 .navbar.opened {
    height: auto;
  }
  .cid-rISMLXFzK4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rISMLZhI5e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-rISMLZhI5e .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rISMLZhI5e .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rISMLZhI5e .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rISMLZhI5e .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rISMLZhI5e .container {
  max-width: 1600px;
}
.cid-rISMLZhI5e .mbr-bold,
.cid-rISMLZhI5e b {
  font-weight: 900;
}
.cid-rISMLZhI5e .btn {
  color: white!important;
}
.cid-rISMLZhI5e svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rISMLZhI5e svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rISMLZhI5e svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rISMLZhI5e svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rISMLZhI5e svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rISMLZhI5e .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rISMLZhI5e H1 {
  color: #3d0202;
}
.cid-rISMLZhI5e .mbr-text,
.cid-rISMLZhI5e .mbr-section-btn {
  color: #3d0202;
  text-align: left;
}
.cid-rISMM0p7D5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rISMM0p7D5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISMM0p7D5 H1 {
  color: #3d0202;
}
.cid-rISMM0p7D5 .mbr-text,
.cid-rISMM0p7D5 .mbr-section-btn {
  color: #716c80;
}
.cid-rISMM0p7D5 H3 {
  color: #716c80;
}
.cid-rISMM0p7D5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISMM0p7D5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISMM0p7D5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISMM0p7D5 .link:hover {
  color: #08829e !important;
}
.cid-rISMM0p7D5 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISMM0p7D5 DIV {
  color: #57468b;
}
.cid-rISMM0p7D5 .mbr-text,
.cid-rISMM0p7D5 .media-content {
  color: #232323;
}
.cid-rIT0rPJzFR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rISMMfTkQd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rISMMfTkQd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rISMMfTkQd H1 {
  color: #0b1b3f;
}
.cid-rISMMfTkQd .mbr-text,
.cid-rISMMfTkQd .mbr-section-btn {
  color: #716c80;
}
.cid-rISMMfTkQd H3 {
  color: #716c80;
}
.cid-rISMMfTkQd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rISMMfTkQd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rISMMfTkQd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rISMMfTkQd .link:hover {
  color: #08829e !important;
}
.cid-rISMMfTkQd .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rISMMfTkQd DIV {
  color: #57468b;
}
.cid-rISMMfTkQd .mbr-text,
.cid-rISMMfTkQd .media-content {
  color: #232323;
}
.cid-rIT36bRcdg {
  background-color: #ffffff;
}
.cid-rIT36bRcdg section {
  position: relative;
}
.cid-rIT36bRcdg .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rIT36bRcdg #e1_circle,
.cid-rIT36bRcdg #e3_circle,
.cid-rIT36bRcdg #e4_circle,
.cid-rIT36bRcdg #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rIT36bRcdg #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rIT36bRcdg .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rIT36bRcdg .rev {
  animation: rev 4s linear infinite;
}
.cid-rIT36bRcdg .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rIT36bRcdg .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rIT36bRcdg .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rIT36bRcdg .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rIT36bRcdg .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rIT36bRcdg .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rIT36bRcdg .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rIT36bRcdg .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rIT36bRcdg .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rIT36bRcdg .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rIT36bRcdg .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rIT36bRcdg H1 {
  color: #0a465a;
}
.cid-rIT36bRcdg .mbr-text,
.cid-rIT36bRcdg .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rIT36bRcdg H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rIT36bRcdg .round9,
  .cid-rIT36bRcdg .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rIT36bRcdg .round {
    display: none;
  }
}
.cid-rITa2Gy0oc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rITa2Gy0oc .mbr-section-subtitle {
  color: #ed6436;
}
.cid-rITa2Gy0oc H2 {
  color: #344005;
}
.cid-rIT77Td4RJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIT77Td4RJ li {
  list-style: none;
}
.cid-rIT77Td4RJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rIT77Td4RJ .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rIT77Td4RJ .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rIT77Td4RJ h4 {
  margin: 0;
}
.cid-rIT77Td4RJ ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rIT77Td4RJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rIT77Td4RJ .col-title2 {
  color: #ed6436;
}
.cid-rITaKUbwUg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rITaKUbwUg li {
  list-style: none;
}
.cid-rITaKUbwUg .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rITaKUbwUg .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rITaKUbwUg .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rITaKUbwUg h4 {
  margin: 0;
}
.cid-rITaKUbwUg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rITaKUbwUg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rITaKUbwUg .col-title2 {
  color: #ed6436;
}
.cid-rITluZwOxb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dbf98e;
}
.cid-rITluZwOxb .row {
  justify-content: space-between;
}
.cid-rITluZwOxb .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rITluZwOxb .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rITluZwOxb .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-rITluZwOxb .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-rITluZwOxb .color-col {
  background: #7aba59;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-rITluZwOxb .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rITluZwOxb .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-rITluZwOxb .icon-title,
.cid-rITluZwOxb .mbr-iconfont {
  color: #ed6436;
}
.cid-rITluZwOxb .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rITluZwOxb .content {
    margin-bottom: 2rem;
  }
  .cid-rITluZwOxb .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rITluZwOxb .icons-wrap {
    flex-direction: column;
  }
  .cid-rITluZwOxb .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rITluZwOxb .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-rITluZwOxb .link-wrap {
    margin: auto;
  }
  .cid-rITluZwOxb .color-col {
    padding: 3rem 1rem;
  }
  .cid-rITluZwOxb .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rITluZwOxb .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-rITluZwOxb .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rITluZwOxb .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rITluZwOxb .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rITluZwOxb .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rITluZwOxb .mbr-text2,
.cid-rITluZwOxb .icon-wrap-2 {
  color: #ffffff;
}
.cid-rITluZwOxb H1 {
  color: #344005;
}
.cid-rQvoRuWs6A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvoRuWs6A .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvoRuWs6A h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvoRuWs6A .svg11 path {
  fill: #7aba59;
}
.cid-rQvoRuWs6A .svg21 path {
  fill: #f9b945;
}
.cid-rQvoRuWs6A .svg31 path {
  fill: #ed6436;
}
.cid-rQvoRuWs6A .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvoRuWs6A .svg12 path,
.cid-rQvoRuWs6A .svg22 path,
.cid-rQvoRuWs6A .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvoRuWs6A .card {
  position: relative;
  height: 300px;
}
.cid-rQvoRuWs6A .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvoRuWs6A .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvoRuWs6A .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvoRuWs6A .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvoRuWs6A .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvoRuWs6A .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvoRuWs6A .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvoRuWs6A .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvoRuWs6A .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvoRuWs6A .card .svg22,
.cid-rQvoRuWs6A .card .svg32,
.cid-rQvoRuWs6A .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvoRuWs6A .card .svg21,
.cid-rQvoRuWs6A .card .svg31,
.cid-rQvoRuWs6A .card .svg11 {
  z-index: 2;
}
.cid-rQvoRuWs6A .card div {
  z-index: 3;
}
.cid-rQvoRuWs6A .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvoRuWs6A .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvoRuWs6A .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvoRuWs6A .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvoRuWs6A .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvoRuWs6A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvoRuWs6A .card {
    margin-bottom: 2rem;
  }
  .cid-rQvoRuWs6A .card svg {
    left: 30px;
  }
  .cid-rQvoRuWs6A .card:hover h4 {
    animation: none;
  }
  .cid-rQvoRuWs6A .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvoRuWs6A h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvoRuWs6A .card {
    max-width: 330px;
  }
  .cid-rQvoRuWs6A .card svg {
    left: 0px;
  }
}
.cid-rQvoRuWs6A H2 {
  color: #0f7699;
}
.cid-rQvtz6UX36 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtz6UX36 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtz6UX36 .content {
    padding: 0 2rem;
  }
}
.cid-rQvtz6UX36 .row {
  justify-content: flex-end;
}
.cid-rQvtz6UX36 .img-col {
  padding: 0;
}
.cid-rQvtz6UX36 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtz6UX36 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtz6UX36 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtz6UX36 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtz6UX36 .icon-title,
.cid-rQvtz6UX36 .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtz6UX36 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtz6UX36 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtz6UX36 .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtz6UX36 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtz6UX36 .link-wrap {
    margin: auto;
  }
  .cid-rQvtz6UX36 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtz6UX36 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtz6UX36 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtz6UX36 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtz6UX36 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtz6UX36 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtz6UX36 H1 {
  color: #0f7699;
}
.cid-rISMMpMV63 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJ9KT3uBi7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ9KT3uBi7 .nav-item:focus,
.cid-rJ9KT3uBi7 .nav-link:focus {
  outline: none;
}
.cid-rJ9KT3uBi7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJ9KT3uBi7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJ9KT3uBi7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJ9KT3uBi7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJ9KT3uBi7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJ9KT3uBi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ9KT3uBi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ9KT3uBi7 .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-rJ9KT3uBi7 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJ9KT3uBi7 .container {
  max-width: 1380px;
}
.cid-rJ9KT3uBi7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJ9KT3uBi7 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJ9KT3uBi7 .nav-link:hover,
.cid-rJ9KT3uBi7 .nav-link:active,
.cid-rJ9KT3uBi7 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJ9KT3uBi7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJ9KT3uBi7 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJ9KT3uBi7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ9KT3uBi7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJ9KT3uBi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ9KT3uBi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJ9KT3uBi7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJ9KT3uBi7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJ9KT3uBi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ9KT3uBi7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ9KT3uBi7 .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-rJ9KT3uBi7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ9KT3uBi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ9KT3uBi7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ9KT3uBi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ9KT3uBi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ9KT3uBi7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJ9KT3uBi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ9KT3uBi7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ9KT3uBi7 .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-rJ9KT3uBi7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJ9KT3uBi7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ9KT3uBi7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ9KT3uBi7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJ9KT3uBi7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ9KT3uBi7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ9KT3uBi7 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJ9KT3uBi7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJ9KT3uBi7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ9KT3uBi7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJ9KT3uBi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ9KT3uBi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ9KT3uBi7 .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-rJ9KT3uBi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ9KT3uBi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ9KT3uBi7 .dropdown-item.active,
.cid-rJ9KT3uBi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ9KT3uBi7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ9KT3uBi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ9KT3uBi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ9KT3uBi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJ9KT3uBi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ9KT3uBi7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ9KT3uBi7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ9KT3uBi7 .navbar-buttons {
  text-align: center;
}
.cid-rJ9KT3uBi7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ9KT3uBi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJ9KT3uBi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ9KT3uBi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ9KT3uBi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ9KT3uBi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ9KT3uBi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ9KT3uBi7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ9KT3uBi7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ9KT3uBi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ9KT3uBi7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJ9KT3uBi7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ9KT3uBi7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ9KT3uBi7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJ9KT3uBi7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ9KT3uBi7 .navbar {
    height: 77px;
  }
  .cid-rJ9KT3uBi7 .navbar.opened {
    height: auto;
  }
  .cid-rJ9KT3uBi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJ9KT4Dcwc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/biotrohn1-1-1440x960.jpeg");
}
.cid-rJ9KT4Dcwc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJ9KT4Dcwc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJ9KT4Dcwc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJ9KT4Dcwc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJ9KT4Dcwc .container {
  max-width: 1600px;
}
.cid-rJ9KT4Dcwc .mbr-bold,
.cid-rJ9KT4Dcwc b {
  font-weight: 900;
}
.cid-rJ9KT4Dcwc .btn {
  color: white!important;
}
.cid-rJ9KT4Dcwc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJ9KT4Dcwc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJ9KT4Dcwc svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJ9KT4Dcwc svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJ9KT4Dcwc svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJ9KT4Dcwc .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJ9KT4Dcwc H1 {
  color: #0b1b3f;
}
.cid-rJ9KT4Dcwc .mbr-text,
.cid-rJ9KT4Dcwc .mbr-section-btn {
  color: #030f26;
  text-align: left;
}
.cid-rJ9KT5n7i9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJ9KT5n7i9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJ9KT5n7i9 H1 {
  color: #0a465a;
}
.cid-rJ9KT5n7i9 .mbr-text,
.cid-rJ9KT5n7i9 .mbr-section-btn {
  color: #716c80;
}
.cid-rJ9KT5n7i9 H3 {
  color: #716c80;
}
.cid-rJ9KT5n7i9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJ9KT5n7i9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJ9KT5n7i9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJ9KT5n7i9 .link:hover {
  color: #08829e !important;
}
.cid-rJ9KT5n7i9 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJ9KT5n7i9 DIV {
  color: #57468b;
}
.cid-rJ9KT5n7i9 .mbr-text,
.cid-rJ9KT5n7i9 .media-content {
  color: #232323;
}
.cid-rJ9KT6agcx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rJ9X3ABbpN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #aff0f6;
}
.cid-rJ9X3ABbpN H1 {
  color: #0a465a;
}
.cid-rJ9X3ABbpN .mbr-text,
.cid-rJ9X3ABbpN .mbr-section-btn {
  color: #344005;
}
.cid-rJ9X3ABbpN .img-box {
  position: relative;
}
.cid-rJ9X3ABbpN .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rJ9X3ABbpN .card-ico .ico1 {
  background-color: #0f7699;
}
.cid-rJ9X3ABbpN .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rJ9X3ABbpN .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rJ9X3ABbpN .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rJ9X3ABbpN .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rJ9X3ABbpN img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rJ9X3ABbpN .img-box {
    height: 500px;
  }
  .cid-rJ9X3ABbpN .img1 {
    left: 1rem;
  }
  .cid-rJ9X3ABbpN .img2 {
    right: 1rem;
  }
  .cid-rJ9X3ABbpN img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rJ9X3ABbpN img {
    width: 60%;
  }
  .cid-rJ9X3ABbpN .img-box {
    height: 300px;
  }
  .cid-rJ9X3ABbpN .author-box {
    justify-content: center;
  }
  .cid-rJ9X3ABbpN .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rJ9X3ABbpN .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rJ9X3ABbpN .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rJ9X3ABbpN .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rJ9X3ABbpN .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rJ9X3ABbpN .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rJ9X3ABbpN .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rJ9X3ABbpN h3,
.cid-rJ9X3ABbpN h4 {
  margin: 0;
  padding: 0;
}
.cid-rJ9X3ABbpN H3 {
  color: #57468b;
}
.cid-rJ9X3ABbpN H4 {
  color: #716c80;
}
.cid-rJ9X3ABbpN .card-title {
  color: #0b1b3f;
}
.cid-rJ9X3ABbpN .mbr-text {
  color: #465052;
}
.cid-rJ9KT6RQje {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ9KT6RQje img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJ9KT6RQje H1 {
  color: #0b1b3f;
}
.cid-rJ9KT6RQje .mbr-text,
.cid-rJ9KT6RQje .mbr-section-btn {
  color: #716c80;
}
.cid-rJ9KT6RQje H3 {
  color: #716c80;
}
.cid-rJ9KT6RQje .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJ9KT6RQje .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJ9KT6RQje .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJ9KT6RQje .link:hover {
  color: #08829e !important;
}
.cid-rJ9KT6RQje .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJ9KT6RQje DIV {
  color: #57468b;
}
.cid-rJ9KT6RQje .mbr-text,
.cid-rJ9KT6RQje .media-content {
  color: #232323;
}
.cid-rJ9KT7HKub {
  background-color: #ffffff;
}
.cid-rJ9KT7HKub section {
  position: relative;
}
.cid-rJ9KT7HKub .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rJ9KT7HKub #e1_circle,
.cid-rJ9KT7HKub #e3_circle,
.cid-rJ9KT7HKub #e4_circle,
.cid-rJ9KT7HKub #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rJ9KT7HKub #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rJ9KT7HKub .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rJ9KT7HKub .rev {
  animation: rev 4s linear infinite;
}
.cid-rJ9KT7HKub .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rJ9KT7HKub .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rJ9KT7HKub .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rJ9KT7HKub .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rJ9KT7HKub .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rJ9KT7HKub .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rJ9KT7HKub .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rJ9KT7HKub .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rJ9KT7HKub .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rJ9KT7HKub .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rJ9KT7HKub .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rJ9KT7HKub H1 {
  color: #0a465a;
}
.cid-rJ9KT7HKub .mbr-text,
.cid-rJ9KT7HKub .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rJ9KT7HKub H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rJ9KT7HKub .round9,
  .cid-rJ9KT7HKub .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rJ9KT7HKub .round {
    display: none;
  }
}
.cid-rJ9OUHb989 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJ9OUHb989 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJ9OUHb989 H1 {
  color: #0f7699;
}
.cid-rJ9OUHb989 .mbr-text,
.cid-rJ9OUHb989 .mbr-section-btn {
  color: #716c80;
}
.cid-rJ9OUHb989 H3 {
  color: #716c80;
}
.cid-rJ9OUHb989 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJ9OUHb989 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJ9OUHb989 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJ9OUHb989 .link:hover {
  color: #08829e !important;
}
.cid-rJ9OUHb989 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJ9OUHb989 DIV {
  color: #57468b;
}
.cid-rJ9OUHb989 .mbr-text,
.cid-rJ9OUHb989 .media-content {
  color: #030f26;
}
.cid-rJ9KT8tZym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ9KT8tZym .mbr-section-subtitle {
  color: #ed6436;
}
.cid-rJ9KT8tZym H2 {
  color: #0a465a;
}
.cid-udUFaYNWkf {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUFaYNWkf H1 {
  color: #0f7699;
}
.cid-udUFaYNWkf .mbr-text,
.cid-udUFaYNWkf .mbr-section-btn {
  color: #181818;
}
.cid-udUFaYNWkf .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUFaYNWkf .relative {
  position: relative;
}
.cid-udUFaYNWkf .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUFaYNWkf .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUFaYNWkf .card-img2 .img2 {
  width: 120%;
}
.cid-udUFaYNWkf .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUFaYNWkf .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUFaYNWkf .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUFbDEGbN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUFbDEGbN .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUFbDEGbN .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUFbDEGbN .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUFbDEGbN .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUFbDEGbN .mbr-text,
.cid-udUFbDEGbN .mbr-section-btn {
  color: #ffffff;
}
.cid-udUFbDEGbN .card-title,
.cid-udUFbDEGbN .card-box {
  text-align: left;
}
.cid-rQvp16pMSW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvp16pMSW .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvp16pMSW h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvp16pMSW .svg11 path {
  fill: #7aba59;
}
.cid-rQvp16pMSW .svg21 path {
  fill: #f9b945;
}
.cid-rQvp16pMSW .svg31 path {
  fill: #ed6436;
}
.cid-rQvp16pMSW .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvp16pMSW .svg12 path,
.cid-rQvp16pMSW .svg22 path,
.cid-rQvp16pMSW .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvp16pMSW .card {
  position: relative;
  height: 300px;
}
.cid-rQvp16pMSW .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvp16pMSW .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvp16pMSW .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvp16pMSW .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvp16pMSW .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvp16pMSW .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvp16pMSW .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvp16pMSW .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvp16pMSW .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvp16pMSW .card .svg22,
.cid-rQvp16pMSW .card .svg32,
.cid-rQvp16pMSW .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvp16pMSW .card .svg21,
.cid-rQvp16pMSW .card .svg31,
.cid-rQvp16pMSW .card .svg11 {
  z-index: 2;
}
.cid-rQvp16pMSW .card div {
  z-index: 3;
}
.cid-rQvp16pMSW .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvp16pMSW .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvp16pMSW .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvp16pMSW .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvp16pMSW .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvp16pMSW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvp16pMSW .card {
    margin-bottom: 2rem;
  }
  .cid-rQvp16pMSW .card svg {
    left: 30px;
  }
  .cid-rQvp16pMSW .card:hover h4 {
    animation: none;
  }
  .cid-rQvp16pMSW .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvp16pMSW h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvp16pMSW .card {
    max-width: 330px;
  }
  .cid-rQvp16pMSW .card svg {
    left: 0px;
  }
}
.cid-rQvp16pMSW H2 {
  color: #0f7699;
}
.cid-rQvtK7cV3w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtK7cV3w .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtK7cV3w .content {
    padding: 0 2rem;
  }
}
.cid-rQvtK7cV3w .row {
  justify-content: flex-end;
}
.cid-rQvtK7cV3w .img-col {
  padding: 0;
}
.cid-rQvtK7cV3w .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtK7cV3w .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtK7cV3w .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtK7cV3w .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtK7cV3w .icon-title,
.cid-rQvtK7cV3w .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtK7cV3w .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtK7cV3w .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtK7cV3w .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtK7cV3w .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtK7cV3w .link-wrap {
    margin: auto;
  }
  .cid-rQvtK7cV3w .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtK7cV3w .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtK7cV3w .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtK7cV3w .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtK7cV3w .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtK7cV3w .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtK7cV3w H1 {
  color: #0f7699;
}
.cid-rJ9KTimCo0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJ9QHSrvyu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJ9QHSrvyu .nav-item:focus,
.cid-rJ9QHSrvyu .nav-link:focus {
  outline: none;
}
.cid-rJ9QHSrvyu .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJ9QHSrvyu .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJ9QHSrvyu .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJ9QHSrvyu .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJ9QHSrvyu .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJ9QHSrvyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJ9QHSrvyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJ9QHSrvyu .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-rJ9QHSrvyu .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJ9QHSrvyu .container {
  max-width: 1380px;
}
.cid-rJ9QHSrvyu .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJ9QHSrvyu .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJ9QHSrvyu .nav-link:hover,
.cid-rJ9QHSrvyu .nav-link:active,
.cid-rJ9QHSrvyu .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJ9QHSrvyu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJ9QHSrvyu .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJ9QHSrvyu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJ9QHSrvyu .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJ9QHSrvyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJ9QHSrvyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJ9QHSrvyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJ9QHSrvyu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJ9QHSrvyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJ9QHSrvyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJ9QHSrvyu .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-rJ9QHSrvyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJ9QHSrvyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJ9QHSrvyu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJ9QHSrvyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJ9QHSrvyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJ9QHSrvyu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJ9QHSrvyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJ9QHSrvyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJ9QHSrvyu .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-rJ9QHSrvyu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJ9QHSrvyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJ9QHSrvyu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJ9QHSrvyu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJ9QHSrvyu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJ9QHSrvyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJ9QHSrvyu .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJ9QHSrvyu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJ9QHSrvyu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJ9QHSrvyu .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJ9QHSrvyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJ9QHSrvyu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJ9QHSrvyu .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-rJ9QHSrvyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJ9QHSrvyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJ9QHSrvyu .dropdown-item.active,
.cid-rJ9QHSrvyu .dropdown-item:active {
  background-color: transparent;
}
.cid-rJ9QHSrvyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJ9QHSrvyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJ9QHSrvyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJ9QHSrvyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJ9QHSrvyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJ9QHSrvyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJ9QHSrvyu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJ9QHSrvyu .navbar-buttons {
  text-align: center;
}
.cid-rJ9QHSrvyu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJ9QHSrvyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJ9QHSrvyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJ9QHSrvyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ9QHSrvyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJ9QHSrvyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJ9QHSrvyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ9QHSrvyu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJ9QHSrvyu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJ9QHSrvyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJ9QHSrvyu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJ9QHSrvyu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ9QHSrvyu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJ9QHSrvyu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJ9QHSrvyu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJ9QHSrvyu .navbar {
    height: 77px;
  }
  .cid-rJ9QHSrvyu .navbar.opened {
    height: auto;
  }
  .cid-rJ9QHSrvyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJ9QHTXSz5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dioxygen-612x585.jpeg");
}
.cid-rJ9QHTXSz5 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJ9QHTXSz5 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJ9QHTXSz5 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJ9QHTXSz5 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJ9QHTXSz5 .container {
  max-width: 1600px;
}
.cid-rJ9QHTXSz5 .mbr-bold,
.cid-rJ9QHTXSz5 b {
  font-weight: 900;
}
.cid-rJ9QHTXSz5 .btn {
  color: white!important;
}
.cid-rJ9QHTXSz5 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJ9QHTXSz5 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJ9QHTXSz5 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJ9QHTXSz5 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJ9QHTXSz5 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJ9QHTXSz5 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJ9QHTXSz5 H1 {
  color: #0b1b3f;
}
.cid-rJ9QHTXSz5 .mbr-text,
.cid-rJ9QHTXSz5 .mbr-section-btn {
  color: #030f26;
  text-align: left;
}
.cid-rJ9QHUPB71 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJ9QHUPB71 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJ9QHUPB71 H1 {
  color: #0a465a;
}
.cid-rJ9QHUPB71 .mbr-text,
.cid-rJ9QHUPB71 .mbr-section-btn {
  color: #716c80;
}
.cid-rJ9QHUPB71 H3 {
  color: #716c80;
}
.cid-rJ9QHUPB71 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJ9QHUPB71 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJ9QHUPB71 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJ9QHUPB71 .link:hover {
  color: #08829e !important;
}
.cid-rJ9QHUPB71 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJ9QHUPB71 DIV {
  color: #57468b;
}
.cid-rJ9QHUPB71 .mbr-text,
.cid-rJ9QHUPB71 .media-content {
  color: #232323;
}
.cid-rJ9QHVHg08 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-rJ9SHnRJvd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJ9SHnRJvd H1 {
  color: #0a465a;
}
.cid-rJ9SHnRJvd .mbr-text,
.cid-rJ9SHnRJvd .mbr-section-btn {
  color: #0a465a;
}
.cid-rJ9SHnRJvd .img-box {
  position: relative;
}
.cid-rJ9SHnRJvd .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rJ9SHnRJvd .card-ico .ico1 {
  background-color: #937b2b;
}
.cid-rJ9SHnRJvd .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rJ9SHnRJvd .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rJ9SHnRJvd .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rJ9SHnRJvd .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rJ9SHnRJvd img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rJ9SHnRJvd .img-box {
    height: 500px;
  }
  .cid-rJ9SHnRJvd .img1 {
    left: 1rem;
  }
  .cid-rJ9SHnRJvd .img2 {
    right: 1rem;
  }
  .cid-rJ9SHnRJvd img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rJ9SHnRJvd img {
    width: 60%;
  }
  .cid-rJ9SHnRJvd .img-box {
    height: 300px;
  }
  .cid-rJ9SHnRJvd .author-box {
    justify-content: center;
  }
  .cid-rJ9SHnRJvd .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rJ9SHnRJvd .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rJ9SHnRJvd .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rJ9SHnRJvd .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rJ9SHnRJvd .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rJ9SHnRJvd .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rJ9SHnRJvd .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rJ9SHnRJvd h3,
.cid-rJ9SHnRJvd h4 {
  margin: 0;
  padding: 0;
}
.cid-rJ9SHnRJvd H3 {
  color: #57468b;
}
.cid-rJ9SHnRJvd H4 {
  color: #716c80;
}
.cid-rJ9SHnRJvd .card-title {
  color: #0f7699;
}
.cid-rJ9SHnRJvd .mbr-text {
  color: #7f1933;
}
.cid-rJruAKZp03 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0f7699;
}
.cid-rJruAKZp03 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rJruAKZp03 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rJruAKZp03 .text-content {
  padding-right: 1.5rem;
}
.cid-rJruAKZp03 .mbr-text,
.cid-rJruAKZp03 .mbr-section-btn {
  color: #ffffff;
}
.cid-rJruAKZp03 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rJruAKZp03 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rJruAKZp03 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rJruAKZp03 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rJruAKZp03 .main-row {
    margin: 0;
  }
  .cid-rJruAKZp03 .mbr-section-title,
  .cid-rJruAKZp03 .mbr-text,
  .cid-rJruAKZp03 .list,
  .cid-rJruAKZp03 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rJruAKZp03 .text-content {
    padding: 0;
  }
}
.cid-rJruAKZp03 .mbr-section-title {
  color: #aff0f6;
}
.cid-rJ9QHWtQpZ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJ9QHWtQpZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJ9QHWtQpZ H1 {
  color: #0f7699;
}
.cid-rJ9QHWtQpZ .mbr-text,
.cid-rJ9QHWtQpZ .mbr-section-btn {
  color: #716c80;
}
.cid-rJ9QHWtQpZ H3 {
  color: #716c80;
}
.cid-rJ9QHWtQpZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJ9QHWtQpZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJ9QHWtQpZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJ9QHWtQpZ .link:hover {
  color: #08829e !important;
}
.cid-rJ9QHWtQpZ .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJ9QHWtQpZ DIV {
  color: #57468b;
}
.cid-rJ9QHWtQpZ .mbr-text,
.cid-rJ9QHWtQpZ .media-content {
  color: #0a465a;
}
.cid-rJ9QHY2Gk3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ9QHY2Gk3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJ9QHY2Gk3 H1 {
  color: #0f7699;
}
.cid-rJ9QHY2Gk3 .mbr-text,
.cid-rJ9QHY2Gk3 .mbr-section-btn {
  color: #716c80;
}
.cid-rJ9QHY2Gk3 H3 {
  color: #716c80;
}
.cid-rJ9QHY2Gk3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJ9QHY2Gk3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJ9QHY2Gk3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJ9QHY2Gk3 .link:hover {
  color: #08829e !important;
}
.cid-rJ9QHY2Gk3 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJ9QHY2Gk3 DIV {
  color: #57468b;
}
.cid-rJ9QHY2Gk3 .mbr-text,
.cid-rJ9QHY2Gk3 .media-content {
  color: #0a465a;
}
.cid-rJ9QHXfP2M {
  background-color: #ffffff;
}
.cid-rJ9QHXfP2M section {
  position: relative;
}
.cid-rJ9QHXfP2M .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rJ9QHXfP2M #e1_circle,
.cid-rJ9QHXfP2M #e3_circle,
.cid-rJ9QHXfP2M #e4_circle,
.cid-rJ9QHXfP2M #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rJ9QHXfP2M #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rJ9QHXfP2M .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rJ9QHXfP2M .rev {
  animation: rev 4s linear infinite;
}
.cid-rJ9QHXfP2M .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rJ9QHXfP2M .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rJ9QHXfP2M .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rJ9QHXfP2M .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rJ9QHXfP2M .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rJ9QHXfP2M .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rJ9QHXfP2M .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rJ9QHXfP2M .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rJ9QHXfP2M .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rJ9QHXfP2M .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rJ9QHXfP2M .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rJ9QHXfP2M H1 {
  color: #0a465a;
}
.cid-rJ9QHXfP2M .mbr-text,
.cid-rJ9QHXfP2M .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rJ9QHXfP2M H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rJ9QHXfP2M .round9,
  .cid-rJ9QHXfP2M .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rJ9QHXfP2M .round {
    display: none;
  }
}
.cid-rQvpkfaoyb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpkfaoyb .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpkfaoyb h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpkfaoyb .svg11 path {
  fill: #7aba59;
}
.cid-rQvpkfaoyb .svg21 path {
  fill: #f9b945;
}
.cid-rQvpkfaoyb .svg31 path {
  fill: #ed6436;
}
.cid-rQvpkfaoyb .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpkfaoyb .svg12 path,
.cid-rQvpkfaoyb .svg22 path,
.cid-rQvpkfaoyb .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpkfaoyb .card {
  position: relative;
  height: 300px;
}
.cid-rQvpkfaoyb .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpkfaoyb .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpkfaoyb .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpkfaoyb .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpkfaoyb .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpkfaoyb .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpkfaoyb .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpkfaoyb .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpkfaoyb .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpkfaoyb .card .svg22,
.cid-rQvpkfaoyb .card .svg32,
.cid-rQvpkfaoyb .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpkfaoyb .card .svg21,
.cid-rQvpkfaoyb .card .svg31,
.cid-rQvpkfaoyb .card .svg11 {
  z-index: 2;
}
.cid-rQvpkfaoyb .card div {
  z-index: 3;
}
.cid-rQvpkfaoyb .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpkfaoyb .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpkfaoyb .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpkfaoyb .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpkfaoyb .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpkfaoyb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpkfaoyb .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpkfaoyb .card svg {
    left: 30px;
  }
  .cid-rQvpkfaoyb .card:hover h4 {
    animation: none;
  }
  .cid-rQvpkfaoyb .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpkfaoyb h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpkfaoyb .card {
    max-width: 330px;
  }
  .cid-rQvpkfaoyb .card svg {
    left: 0px;
  }
}
.cid-rQvpkfaoyb H2 {
  color: #0f7699;
}
.cid-rQvu8AzExP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvu8AzExP .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvu8AzExP .content {
    padding: 0 2rem;
  }
}
.cid-rQvu8AzExP .row {
  justify-content: flex-end;
}
.cid-rQvu8AzExP .img-col {
  padding: 0;
}
.cid-rQvu8AzExP .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvu8AzExP .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvu8AzExP .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvu8AzExP .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvu8AzExP .icon-title,
.cid-rQvu8AzExP .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvu8AzExP .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvu8AzExP .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvu8AzExP .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvu8AzExP .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvu8AzExP .link-wrap {
    margin: auto;
  }
  .cid-rQvu8AzExP .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvu8AzExP .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvu8AzExP .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvu8AzExP .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvu8AzExP .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvu8AzExP .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvu8AzExP H1 {
  color: #0f7699;
}
.cid-rJ9QI3N8MD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJezFzAbnQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJezFzAbnQ .nav-item:focus,
.cid-rJezFzAbnQ .nav-link:focus {
  outline: none;
}
.cid-rJezFzAbnQ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJezFzAbnQ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJezFzAbnQ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJezFzAbnQ .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJezFzAbnQ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJezFzAbnQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJezFzAbnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJezFzAbnQ .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-rJezFzAbnQ .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJezFzAbnQ .container {
  max-width: 1380px;
}
.cid-rJezFzAbnQ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJezFzAbnQ .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJezFzAbnQ .nav-link:hover,
.cid-rJezFzAbnQ .nav-link:active,
.cid-rJezFzAbnQ .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJezFzAbnQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJezFzAbnQ .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJezFzAbnQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJezFzAbnQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJezFzAbnQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJezFzAbnQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJezFzAbnQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJezFzAbnQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJezFzAbnQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJezFzAbnQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJezFzAbnQ .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-rJezFzAbnQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJezFzAbnQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJezFzAbnQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJezFzAbnQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJezFzAbnQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJezFzAbnQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJezFzAbnQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJezFzAbnQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJezFzAbnQ .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-rJezFzAbnQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJezFzAbnQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJezFzAbnQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJezFzAbnQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJezFzAbnQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJezFzAbnQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJezFzAbnQ .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJezFzAbnQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJezFzAbnQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJezFzAbnQ .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJezFzAbnQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJezFzAbnQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJezFzAbnQ .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-rJezFzAbnQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJezFzAbnQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJezFzAbnQ .dropdown-item.active,
.cid-rJezFzAbnQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rJezFzAbnQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJezFzAbnQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJezFzAbnQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJezFzAbnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJezFzAbnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJezFzAbnQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJezFzAbnQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJezFzAbnQ .navbar-buttons {
  text-align: center;
}
.cid-rJezFzAbnQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJezFzAbnQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJezFzAbnQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJezFzAbnQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJezFzAbnQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJezFzAbnQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJezFzAbnQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJezFzAbnQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJezFzAbnQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJezFzAbnQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJezFzAbnQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJezFzAbnQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJezFzAbnQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJezFzAbnQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJezFzAbnQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJezFzAbnQ .navbar {
    height: 77px;
  }
  .cid-rJezFzAbnQ .navbar.opened {
    height: auto;
  }
  .cid-rJezFzAbnQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJezFAXUdx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-rJezFAXUdx .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJezFAXUdx .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJezFAXUdx .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJezFAXUdx .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJezFAXUdx .container {
  max-width: 1600px;
}
.cid-rJezFAXUdx .mbr-bold,
.cid-rJezFAXUdx b {
  font-weight: 900;
}
.cid-rJezFAXUdx .btn {
  color: white!important;
}
.cid-rJezFAXUdx svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJezFAXUdx svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJezFAXUdx svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJezFAXUdx svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJezFAXUdx svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJezFAXUdx .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJezFAXUdx H1 {
  color: #ffffff;
}
.cid-rJezFAXUdx .mbr-text,
.cid-rJezFAXUdx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rJezFBPvzT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJezFBPvzT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJezFBPvzT H1 {
  color: #0f7699;
}
.cid-rJezFBPvzT .mbr-text,
.cid-rJezFBPvzT .mbr-section-btn {
  color: #716c80;
}
.cid-rJezFBPvzT H3 {
  color: #716c80;
}
.cid-rJezFBPvzT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJezFBPvzT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJezFBPvzT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJezFBPvzT .link:hover {
  color: #08829e !important;
}
.cid-rJezFBPvzT .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJezFBPvzT DIV {
  color: #57468b;
}
.cid-rJezFBPvzT .mbr-text,
.cid-rJezFBPvzT .media-content {
  color: #232323;
}
.cid-rJeDWiUy2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #aff0f6;
}
.cid-rJeDWiUy2C img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rJeDWiUy2C img:hover {
  transform: scale(1.1);
}
.cid-rJeDWiUy2C .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rJeDWiUy2C h2 {
  padding: 0;
  margin: 0;
}
.cid-rJeDWiUy2C .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rJeDWiUy2C .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rJeDWiUy2C .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rJeDWiUy2C .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rJeDWiUy2C .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rJeDWiUy2C .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rJeDWiUy2C .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rJeDWiUy2C .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rJeDWiUy2C .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rJeDWiUy2C H2 {
  color: #333333;
}
.cid-rJeDWiUy2C .mbr-text {
  color: #000000;
}
.cid-rJeDWiUy2C H1 {
  color: #0c6684;
}
.cid-rJezFCGcHZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJezFCGcHZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rJezFCGcHZ H2 {
  color: #0b659b;
}
.cid-rJeVkVg1TB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJeVkVg1TB h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rJeVkVg1TB .mbr-section-subtitle {
  color: #767676;
}
.cid-rJeVkVg1TB .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rJeVkVg1TB .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rJeVkVg1TB H2 {
  color: #0a465a;
}
.cid-rJeVkVg1TB .article-counter-right {
  color: #0a465a;
}
.cid-rJeVkVg1TB .article-counter-left {
  color: #1298c6;
}
.cid-rJeVkVg1TB .mbr-text-left {
  color: #0a465a;
}
.cid-rJeVkVg1TB .article-title-left {
  color: #1298c6;
}
.cid-rJeVkVg1TB .article-title-right {
  color: #0a465a;
}
.cid-rJeVkVg1TB .mbr-text-right {
  color: #0a465a;
}
.cid-rJf1w9YlWY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cdebfa;
}
.cid-rJf1w9YlWY .mbr-section-subtitle {
  color: #030f26;
}
.cid-rJf1w9YlWY H2 {
  color: #0c6684;
}
.cid-rJeXL9LGCx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cdebfa;
}
.cid-rJeXL9LGCx .counter-container {
  color: #464646;
}
.cid-rJeXL9LGCx .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rJeXL9LGCx .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rJeXL9LGCx .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rJeCTAy30s {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #282124;
}
.cid-rJeCTAy30s .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rJeCTAy30s .container {
  max-width: 1500px;
}
.cid-rJeCTAy30s .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rJeCTAy30s .container {
    padding: 0 4rem;
  }
}
.cid-rJeCTAy30s .mbr-text,
.cid-rJeCTAy30s .mbr-section-btn {
  color: #efeeee;
}
.cid-rJeCTAy30s .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rJeCTAy30s .btn .mbr-iconfont {
  order: 2;
}
.cid-rJeCTAy30s .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rJeCTAy30s .align-left {
    text-align: center;
  }
  .cid-rJeCTAy30s .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rJeCTAy30s H1 {
  color: #f9f295;
}
.cid-rJeSgDSG9e {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJeSgDSG9e .mbr-section-subtitle {
  color: #030f26;
}
.cid-rJeSgDSG9e H2 {
  color: #0c6684;
}
.cid-rJePek20Dt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJePek20Dt li {
  list-style: none;
}
.cid-rJePek20Dt .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rJePek20Dt .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rJePek20Dt h4 {
  margin: 0;
}
.cid-rJePek20Dt .item {
  color: #57468b;
}
.cid-rJePek20Dt ul {
  padding: 0;
  margin: 0;
}
.cid-rJePek20Dt .col-title {
  color: #57468b;
}
.cid-rJePek20Dt .col-title1 {
  color: #bfceff;
}
.cid-rJePek20Dt .col-title2 {
  color: #5580ff;
}
.cid-rJePek20Dt .col-title3 {
  color: #ff8a73;
}
.cid-rJePek20Dt .col-title4 {
  color: #57468b;
}
.cid-rJePek20Dt .item1 {
  color: #716c80;
}
.cid-rJePek20Dt .item2 {
  color: #716c80;
}
.cid-rJePek20Dt .item3 {
  color: #716c80;
}
.cid-rJePek20Dt .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rJePek20Dt .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rJg5IUFCdo {
  background-image: url("../../../assets/images/mbr-700x525.jpg");
}
.cid-rJg5IUFCdo .column-content {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #cdebfa;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rJg5IUFCdo .text-content .btn-bgr {
  z-index: 0;
}
.cid-rJg5IUFCdo .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rJg5IUFCdo .container-full-width {
  position: relative;
}
.cid-rJg5IUFCdo .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rJg5IUFCdo .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rJg5IUFCdo .layer path {
  fill: #cdebfa;
}
@media (min-width: 576px) {
  .cid-rJg5IUFCdo .text-content {
    width: 540px;
  }
  .cid-rJg5IUFCdo .column-content {
    width: 100%;
  }
  .cid-rJg5IUFCdo .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rJg5IUFCdo .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rJg5IUFCdo .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rJg5IUFCdo .column-content {
    width: 50%;
  }
  .cid-rJg5IUFCdo .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rJg5IUFCdo .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJg5IUFCdo .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rJg5IUFCdo .column-content {
    height: 33rem;
  }
}
.cid-rJg5IUFCdo .mbr-text,
.cid-rJg5IUFCdo .mbr-section-btn {
  color: #030f26;
}
.cid-rJg5IUFCdo H1 {
  color: #08829e;
}
.cid-rJfxqeDkVX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJfxqeDkVX .mbr-text {
  color: #8d97ad;
}
.cid-rJfxqeDkVX .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rJfxqeDkVX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rJfxqeDkVX .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-rUW7wyDwKU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUW7wyDwKU .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem!important;
}
.cid-rUW7wyDwKU .card-title,
.cid-rUW7wyDwKU .card-img {
  color: #ed6436;
}
.cid-rUW7wyDwKU p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-rUW7wyDwKU .card {
    margin-bottom: 2rem;
  }
}
.cid-rUW7wyDwKU .card-title,
.cid-rUW7wyDwKU .card-ico {
  color: #0f7699;
}
.cid-rJg5SpBxhe {
  padding-top: 80px;
  background-image: url("");
}
.cid-rJg5SpBxhe .container {
  margin-bottom: 15%;
}
.cid-rJg5SpBxhe .content-container .btn-bgr {
  z-index: 0;
}
.cid-rJg5SpBxhe .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rJg5SpBxhe .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rJg5SpBxhe .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rJg5SpBxhe .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rJg5SpBxhe .box-item:last-child {
  background-color: #82c407;
}
.cid-rJg5SpBxhe .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rJg5SpBxhe .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rJg5SpBxhe .box-list li:last-child {
  border-bottom: none;
}
.cid-rJg5SpBxhe .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rJg5SpBxhe .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rJg5SpBxhe .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rJg5SpBxhe .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rJg5SpBxhe .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rJg5SpBxhe .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rJg5SpBxhe .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rJg5SpBxhe .mbr-text,
.cid-rJg5SpBxhe .mbr-section-btn {
  color: #232323;
}
.cid-rJg5SpBxhe H1 {
  color: #0f7699;
}
.cid-rJg5SpBxhe UL {
  color: #000000;
}
.cid-rV29JxI9yD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV29JxI9yD img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rV29JxI9yD H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rV29JxI9yD .mbr-text,
.cid-rV29JxI9yD .mbr-section-btn {
  color: #716c80;
}
.cid-rV29JxI9yD H3 {
  color: #716c80;
}
.cid-rV29JxI9yD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rV29JxI9yD .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rV29JxI9yD .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rV29JxI9yD .link:hover {
  color: #08829e !important;
}
.cid-rV29JxI9yD .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rV29JxI9yD DIV {
  color: #57468b;
}
.cid-rV29JxI9yD .mbr-text,
.cid-rV29JxI9yD .media-content {
  color: #232323;
}
.cid-rV29JxI9yD P {
  text-align: center;
  color: #82786e;
}
.cid-rV29CzyyUH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rV29CzyyUH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rV29CzyyUH .video-block {
    width: 100% !important;
  }
}
.cid-s4yIG0FNkA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4yIG0FNkA .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4yIG0FNkA h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4yIG0FNkA .svg11 path {
  fill: #7aba59;
}
.cid-s4yIG0FNkA .svg21 path {
  fill: #f9b945;
}
.cid-s4yIG0FNkA .svg31 path {
  fill: #ed6436;
}
.cid-s4yIG0FNkA .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4yIG0FNkA .svg12 path,
.cid-s4yIG0FNkA .svg22 path,
.cid-s4yIG0FNkA .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4yIG0FNkA .card {
  position: relative;
  height: 300px;
}
.cid-s4yIG0FNkA .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4yIG0FNkA .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4yIG0FNkA .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yIG0FNkA .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4yIG0FNkA .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yIG0FNkA .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4yIG0FNkA .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yIG0FNkA .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4yIG0FNkA .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4yIG0FNkA .card .svg22,
.cid-s4yIG0FNkA .card .svg32,
.cid-s4yIG0FNkA .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4yIG0FNkA .card .svg21,
.cid-s4yIG0FNkA .card .svg31,
.cid-s4yIG0FNkA .card .svg11 {
  z-index: 2;
}
.cid-s4yIG0FNkA .card div {
  z-index: 3;
}
.cid-s4yIG0FNkA .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4yIG0FNkA .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4yIG0FNkA .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4yIG0FNkA .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4yIG0FNkA .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4yIG0FNkA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4yIG0FNkA .card {
    margin-bottom: 2rem;
  }
  .cid-s4yIG0FNkA .card svg {
    left: 30px;
  }
  .cid-s4yIG0FNkA .card:hover h4 {
    animation: none;
  }
  .cid-s4yIG0FNkA .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4yIG0FNkA h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4yIG0FNkA .card {
    max-width: 330px;
  }
  .cid-s4yIG0FNkA .card svg {
    left: 0px;
  }
}
.cid-s4yIG0FNkA H2 {
  color: #0f7699;
}
.cid-rQvt73ZAe2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvt73ZAe2 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvt73ZAe2 .content {
    padding: 0 2rem;
  }
}
.cid-rQvt73ZAe2 .row {
  justify-content: flex-end;
}
.cid-rQvt73ZAe2 .img-col {
  padding: 0;
}
.cid-rQvt73ZAe2 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvt73ZAe2 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvt73ZAe2 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvt73ZAe2 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvt73ZAe2 .icon-title,
.cid-rQvt73ZAe2 .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvt73ZAe2 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvt73ZAe2 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvt73ZAe2 .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvt73ZAe2 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvt73ZAe2 .link-wrap {
    margin: auto;
  }
  .cid-rQvt73ZAe2 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvt73ZAe2 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvt73ZAe2 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvt73ZAe2 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvt73ZAe2 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvt73ZAe2 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvt73ZAe2 H1 {
  color: #0f7699;
}
.cid-rJezFRiKon {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJfsIUQcSe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJfsIUQcSe .nav-item:focus,
.cid-rJfsIUQcSe .nav-link:focus {
  outline: none;
}
.cid-rJfsIUQcSe .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJfsIUQcSe .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJfsIUQcSe .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJfsIUQcSe .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJfsIUQcSe .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJfsIUQcSe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJfsIUQcSe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJfsIUQcSe .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-rJfsIUQcSe .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJfsIUQcSe .container {
  max-width: 1380px;
}
.cid-rJfsIUQcSe .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJfsIUQcSe .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJfsIUQcSe .nav-link:hover,
.cid-rJfsIUQcSe .nav-link:active,
.cid-rJfsIUQcSe .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJfsIUQcSe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJfsIUQcSe .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJfsIUQcSe .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJfsIUQcSe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJfsIUQcSe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJfsIUQcSe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJfsIUQcSe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJfsIUQcSe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJfsIUQcSe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJfsIUQcSe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJfsIUQcSe .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-rJfsIUQcSe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJfsIUQcSe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJfsIUQcSe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJfsIUQcSe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJfsIUQcSe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJfsIUQcSe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJfsIUQcSe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJfsIUQcSe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJfsIUQcSe .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-rJfsIUQcSe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJfsIUQcSe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJfsIUQcSe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJfsIUQcSe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJfsIUQcSe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJfsIUQcSe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJfsIUQcSe .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJfsIUQcSe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJfsIUQcSe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJfsIUQcSe .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJfsIUQcSe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJfsIUQcSe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJfsIUQcSe .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-rJfsIUQcSe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJfsIUQcSe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJfsIUQcSe .dropdown-item.active,
.cid-rJfsIUQcSe .dropdown-item:active {
  background-color: transparent;
}
.cid-rJfsIUQcSe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJfsIUQcSe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJfsIUQcSe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJfsIUQcSe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJfsIUQcSe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJfsIUQcSe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJfsIUQcSe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJfsIUQcSe .navbar-buttons {
  text-align: center;
}
.cid-rJfsIUQcSe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJfsIUQcSe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJfsIUQcSe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJfsIUQcSe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJfsIUQcSe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJfsIUQcSe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJfsIUQcSe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJfsIUQcSe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJfsIUQcSe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJfsIUQcSe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJfsIUQcSe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJfsIUQcSe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJfsIUQcSe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJfsIUQcSe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJfsIUQcSe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJfsIUQcSe .navbar {
    height: 77px;
  }
  .cid-rJfsIUQcSe .navbar.opened {
    height: auto;
  }
  .cid-rJfsIUQcSe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJfsV3GLAo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-21-1920x1280.jpg");
}
.cid-rJfsV3GLAo .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJfsV3GLAo .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJfsV3GLAo .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJfsV3GLAo .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJfsV3GLAo .container {
  max-width: 1600px;
}
.cid-rJfsV3GLAo .mbr-bold,
.cid-rJfsV3GLAo b {
  font-weight: 900;
}
.cid-rJfsV3GLAo .btn {
  color: white!important;
}
.cid-rJfsV3GLAo svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJfsV3GLAo svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJfsV3GLAo svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJfsV3GLAo svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJfsV3GLAo svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJfsV3GLAo .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJfsV3GLAo H1 {
  color: #ffffff;
}
.cid-rJfsV3GLAo .mbr-text,
.cid-rJfsV3GLAo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rUnsYAoPFy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rUnsYAoPFy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUnsYAoPFy H1 {
  color: #0f7699;
}
.cid-rUnsYAoPFy .mbr-text,
.cid-rUnsYAoPFy .mbr-section-btn {
  color: #716c80;
}
.cid-rUnsYAoPFy H3 {
  color: #716c80;
}
.cid-rUnsYAoPFy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUnsYAoPFy .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUnsYAoPFy .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUnsYAoPFy .link:hover {
  color: #08829e !important;
}
.cid-rUnsYAoPFy .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rUnsYAoPFy DIV {
  color: #57468b;
}
.cid-rUnsYAoPFy .mbr-text,
.cid-rUnsYAoPFy .media-content {
  color: #232323;
}
.cid-rJfuqKGOYD {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rJfuqKGOYD svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rJfuqKGOYD #e1_ellipse {
  fill: #cdebfa !important;
}
.cid-rJfuqKGOYD img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-rJfuqKGOYD img {
    width: 100%;
    left: 0;
  }
}
.cid-rJfuqKGOYD H1 {
  color: #0c6684;
}
.cid-rJfuqKGOYD .mbr-text,
.cid-rJfuqKGOYD .mbr-section-btn {
  color: #030f26;
}
.cid-rJfsIYMZuy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJfsIYMZuy .mbr-section-subtitle {
  color: #767676;
}
.cid-rJfsIYMZuy H2 {
  color: #0b659b;
}
.cid-rJfsJ2RGmP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJfsJ2RGmP h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rJfsJ2RGmP .mbr-section-subtitle {
  color: #767676;
}
.cid-rJfsJ2RGmP .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rJfsJ2RGmP .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rJfsJ2RGmP H2 {
  color: #0a465a;
}
.cid-rJfsJ2RGmP .article-counter-right {
  color: #0a465a;
}
.cid-rJfsJ2RGmP .article-counter-left {
  color: #1298c6;
}
.cid-rJfsJ2RGmP .mbr-text-left {
  color: #0a465a;
}
.cid-rJfsJ2RGmP .article-title-left {
  color: #1298c6;
}
.cid-rJfsJ2RGmP .article-title-right {
  color: #0a465a;
}
.cid-rJfsJ2RGmP .mbr-text-right {
  color: #0a465a;
}
.cid-rRsC9tm84G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRsC9tm84G img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRsC9tm84G H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rRsC9tm84G .mbr-text,
.cid-rRsC9tm84G .mbr-section-btn {
  color: #716c80;
}
.cid-rRsC9tm84G H3 {
  color: #0f7699;
}
.cid-rRsC9tm84G .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRsC9tm84G .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRsC9tm84G .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRsC9tm84G .link:hover {
  color: #08829e !important;
}
.cid-rRsC9tm84G .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRsC9tm84G DIV {
  color: #57468b;
}
.cid-rRsC9tm84G .mbr-text,
.cid-rRsC9tm84G .media-content {
  color: #232323;
}
.cid-rRsC9tm84G P {
  text-align: center;
  color: #0b659b;
}
.cid-rRsBLYi3Mc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 90px;
}
.cid-rRsBLYi3Mc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rRsBLYi3Mc .video-block {
    width: 100% !important;
  }
}
.cid-rJfsJ3KSQ7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #cdebfa;
}
.cid-rJfsJ3KSQ7 .mbr-section-subtitle {
  color: #030f26;
}
.cid-rJfsJ3KSQ7 H2 {
  color: #0c6684;
}
.cid-rJfsJ4vQpb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #cdebfa;
}
.cid-rJfsJ4vQpb .counter-container {
  color: #464646;
}
.cid-rJfsJ4vQpb .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rJfsJ4vQpb .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rJfsJ4vQpb .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rJfsIZuXKd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #282124;
}
.cid-rJfsIZuXKd .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rJfsIZuXKd .container {
  max-width: 1500px;
}
.cid-rJfsIZuXKd .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rJfsIZuXKd .container {
    padding: 0 4rem;
  }
}
.cid-rJfsIZuXKd .mbr-text,
.cid-rJfsIZuXKd .mbr-section-btn {
  color: #efeeee;
}
.cid-rJfsIZuXKd .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rJfsIZuXKd .btn .mbr-iconfont {
  order: 2;
}
.cid-rJfsIZuXKd .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rJfsIZuXKd .align-left {
    text-align: center;
  }
  .cid-rJfsIZuXKd .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rJfsIZuXKd H1 {
  color: #f7ed4a;
}
.cid-rJfsJ0iaAG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJfsJ0iaAG .mbr-section-subtitle {
  color: #030f26;
}
.cid-rJfsJ0iaAG H2 {
  color: #0c6684;
}
.cid-rJfsJ11w2f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJfsJ11w2f li {
  list-style: none;
}
.cid-rJfsJ11w2f .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rJfsJ11w2f .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rJfsJ11w2f h4 {
  margin: 0;
}
.cid-rJfsJ11w2f .item {
  color: #57468b;
}
.cid-rJfsJ11w2f ul {
  padding: 0;
  margin: 0;
}
.cid-rJfsJ11w2f .col-title {
  color: #57468b;
}
.cid-rJfsJ11w2f .col-title1 {
  color: #bfceff;
}
.cid-rJfsJ11w2f .col-title2 {
  color: #5580ff;
}
.cid-rJfsJ11w2f .col-title3 {
  color: #ff8a73;
}
.cid-rJfsJ11w2f .col-title4 {
  color: #57468b;
}
.cid-rJfsJ11w2f .item1 {
  color: #716c80;
}
.cid-rJfsJ11w2f .item2 {
  color: #716c80;
}
.cid-rJfsJ11w2f .item3 {
  color: #716c80;
}
.cid-rJfsJ11w2f .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rJfsJ11w2f .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rTa1oKmpzs {
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-rTa1oKmpzs .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rTa1oKmpzs .text-content .btn-bgr {
  z-index: 0;
}
.cid-rTa1oKmpzs .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rTa1oKmpzs .container-full-width {
  position: relative;
}
.cid-rTa1oKmpzs .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rTa1oKmpzs .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rTa1oKmpzs .layer path {
  fill: #b2ccd2;
}
@media (min-width: 576px) {
  .cid-rTa1oKmpzs .text-content {
    width: 540px;
  }
  .cid-rTa1oKmpzs .column-content {
    width: 100%;
  }
  .cid-rTa1oKmpzs .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rTa1oKmpzs .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rTa1oKmpzs .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rTa1oKmpzs .column-content {
    width: 50%;
  }
  .cid-rTa1oKmpzs .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rTa1oKmpzs .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rTa1oKmpzs .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rTa1oKmpzs .column-content {
    height: 33rem;
  }
}
.cid-rTa1oKmpzs .mbr-text,
.cid-rTa1oKmpzs .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTa1oKmpzs H1 {
  color: #0f7699;
}
.cid-rT9Woj5CNd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rT9Woj5CNd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rT9Woj5CNd H1 {
  color: #0f7699;
}
.cid-rT9Woj5CNd .mbr-text,
.cid-rT9Woj5CNd .mbr-section-btn {
  color: #716c80;
}
.cid-rT9Woj5CNd H3 {
  color: #716c80;
}
.cid-rT9Woj5CNd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rT9Woj5CNd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rT9Woj5CNd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rT9Woj5CNd .link:hover {
  color: #08829e !important;
}
.cid-rT9Woj5CNd .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rT9Woj5CNd DIV {
  color: #57468b;
}
.cid-rT9Woj5CNd .mbr-text,
.cid-rT9Woj5CNd .media-content {
  color: #232323;
}
.cid-rJfASy2NLD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJfASy2NLD .mbr-text {
  color: #8d97ad;
}
.cid-rJfASy2NLD .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rJfASy2NLD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rJfASy2NLD .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #1298c6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1298c6, #cdebfa);
}
.cid-rUWfFSzMct {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUWfFSzMct .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem!important;
}
.cid-rUWfFSzMct .card-title,
.cid-rUWfFSzMct .card-img {
  color: #ed6436;
}
.cid-rUWfFSzMct p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-rUWfFSzMct .card {
    margin-bottom: 2rem;
  }
}
.cid-rUWfFSzMct .card-title,
.cid-rUWfFSzMct .card-ico {
  color: #0f7699;
}
.cid-rUWfGxqBhn {
  padding-top: 80px;
  background-image: url("");
}
.cid-rUWfGxqBhn .container {
  margin-bottom: 15%;
}
.cid-rUWfGxqBhn .content-container .btn-bgr {
  z-index: 0;
}
.cid-rUWfGxqBhn .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rUWfGxqBhn .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rUWfGxqBhn .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rUWfGxqBhn .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rUWfGxqBhn .box-item:last-child {
  background-color: #82c407;
}
.cid-rUWfGxqBhn .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rUWfGxqBhn .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rUWfGxqBhn .box-list li:last-child {
  border-bottom: none;
}
.cid-rUWfGxqBhn .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rUWfGxqBhn .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rUWfGxqBhn .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rUWfGxqBhn .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rUWfGxqBhn .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rUWfGxqBhn .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rUWfGxqBhn .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rUWfGxqBhn .mbr-text,
.cid-rUWfGxqBhn .mbr-section-btn {
  color: #232323;
}
.cid-rUWfGxqBhn H1 {
  color: #0f7699;
}
.cid-rUWfGxqBhn UL {
  color: #000000;
}
.cid-rV29MyKRXc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV29MyKRXc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rV29MyKRXc H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rV29MyKRXc .mbr-text,
.cid-rV29MyKRXc .mbr-section-btn {
  color: #716c80;
}
.cid-rV29MyKRXc H3 {
  color: #716c80;
}
.cid-rV29MyKRXc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rV29MyKRXc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rV29MyKRXc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rV29MyKRXc .link:hover {
  color: #08829e !important;
}
.cid-rV29MyKRXc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rV29MyKRXc DIV {
  color: #57468b;
}
.cid-rV29MyKRXc .mbr-text,
.cid-rV29MyKRXc .media-content {
  color: #232323;
}
.cid-rV29MyKRXc P {
  text-align: center;
  color: #82786e;
}
.cid-rV29Nasd96 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rV29Nasd96 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rV29Nasd96 .video-block {
    width: 100% !important;
  }
}
.cid-rQvnpERlNF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvnpERlNF .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvnpERlNF h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvnpERlNF .svg11 path {
  fill: #7aba59;
}
.cid-rQvnpERlNF .svg21 path {
  fill: #f9b945;
}
.cid-rQvnpERlNF .svg31 path {
  fill: #ed6436;
}
.cid-rQvnpERlNF .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvnpERlNF .svg12 path,
.cid-rQvnpERlNF .svg22 path,
.cid-rQvnpERlNF .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvnpERlNF .card {
  position: relative;
  height: 300px;
}
.cid-rQvnpERlNF .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvnpERlNF .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvnpERlNF .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvnpERlNF .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvnpERlNF .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvnpERlNF .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvnpERlNF .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvnpERlNF .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvnpERlNF .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvnpERlNF .card .svg22,
.cid-rQvnpERlNF .card .svg32,
.cid-rQvnpERlNF .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvnpERlNF .card .svg21,
.cid-rQvnpERlNF .card .svg31,
.cid-rQvnpERlNF .card .svg11 {
  z-index: 2;
}
.cid-rQvnpERlNF .card div {
  z-index: 3;
}
.cid-rQvnpERlNF .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvnpERlNF .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvnpERlNF .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvnpERlNF .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvnpERlNF .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvnpERlNF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvnpERlNF .card {
    margin-bottom: 2rem;
  }
  .cid-rQvnpERlNF .card svg {
    left: 30px;
  }
  .cid-rQvnpERlNF .card:hover h4 {
    animation: none;
  }
  .cid-rQvnpERlNF .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvnpERlNF h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvnpERlNF .card {
    max-width: 330px;
  }
  .cid-rQvnpERlNF .card svg {
    left: 0px;
  }
}
.cid-rQvnpERlNF H2 {
  color: #0f7699;
}
.cid-rQvtoKxcCs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtoKxcCs .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtoKxcCs .content {
    padding: 0 2rem;
  }
}
.cid-rQvtoKxcCs .row {
  justify-content: flex-end;
}
.cid-rQvtoKxcCs .img-col {
  padding: 0;
}
.cid-rQvtoKxcCs .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtoKxcCs .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtoKxcCs .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtoKxcCs .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtoKxcCs .icon-title,
.cid-rQvtoKxcCs .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtoKxcCs .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtoKxcCs .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtoKxcCs .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtoKxcCs .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtoKxcCs .link-wrap {
    margin: auto;
  }
  .cid-rQvtoKxcCs .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtoKxcCs .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtoKxcCs .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtoKxcCs .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtoKxcCs .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtoKxcCs .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtoKxcCs H1 {
  color: #0f7699;
}
.cid-rJfsJaeH0s {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJg0lGosmw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJg0lGosmw .nav-item:focus,
.cid-rJg0lGosmw .nav-link:focus {
  outline: none;
}
.cid-rJg0lGosmw .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJg0lGosmw .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJg0lGosmw .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJg0lGosmw .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJg0lGosmw .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJg0lGosmw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJg0lGosmw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJg0lGosmw .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-rJg0lGosmw .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJg0lGosmw .container {
  max-width: 1380px;
}
.cid-rJg0lGosmw .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJg0lGosmw .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJg0lGosmw .nav-link:hover,
.cid-rJg0lGosmw .nav-link:active,
.cid-rJg0lGosmw .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJg0lGosmw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJg0lGosmw .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJg0lGosmw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJg0lGosmw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJg0lGosmw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJg0lGosmw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJg0lGosmw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJg0lGosmw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJg0lGosmw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJg0lGosmw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJg0lGosmw .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-rJg0lGosmw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJg0lGosmw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJg0lGosmw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJg0lGosmw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJg0lGosmw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJg0lGosmw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJg0lGosmw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJg0lGosmw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJg0lGosmw .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-rJg0lGosmw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJg0lGosmw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJg0lGosmw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJg0lGosmw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJg0lGosmw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJg0lGosmw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJg0lGosmw .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJg0lGosmw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJg0lGosmw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJg0lGosmw .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJg0lGosmw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJg0lGosmw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJg0lGosmw .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-rJg0lGosmw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJg0lGosmw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJg0lGosmw .dropdown-item.active,
.cid-rJg0lGosmw .dropdown-item:active {
  background-color: transparent;
}
.cid-rJg0lGosmw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJg0lGosmw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJg0lGosmw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJg0lGosmw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJg0lGosmw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJg0lGosmw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJg0lGosmw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJg0lGosmw .navbar-buttons {
  text-align: center;
}
.cid-rJg0lGosmw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJg0lGosmw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJg0lGosmw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJg0lGosmw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJg0lGosmw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJg0lGosmw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJg0lGosmw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJg0lGosmw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJg0lGosmw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJg0lGosmw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJg0lGosmw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJg0lGosmw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJg0lGosmw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJg0lGosmw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJg0lGosmw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJg0lGosmw .navbar {
    height: 77px;
  }
  .cid-rJg0lGosmw .navbar.opened {
    height: auto;
  }
  .cid-rJg0lGosmw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJg0usftt7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1128.jpg");
}
.cid-rJg0usftt7 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJg0usftt7 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJg0usftt7 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJg0usftt7 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJg0usftt7 .container {
  max-width: 1600px;
}
.cid-rJg0usftt7 .mbr-bold,
.cid-rJg0usftt7 b {
  font-weight: 900;
}
.cid-rJg0usftt7 .btn {
  color: white!important;
}
.cid-rJg0usftt7 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJg0usftt7 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJg0usftt7 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJg0usftt7 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJg0usftt7 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJg0usftt7 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJg0usftt7 H1 {
  color: #0b1b3f;
}
.cid-rJg0usftt7 .mbr-text,
.cid-rJg0usftt7 .mbr-section-btn {
  color: #0b1b3f;
  text-align: left;
}
.cid-rJg0lItjOx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJg0lItjOx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJg0lItjOx H1 {
  color: #0f7699;
}
.cid-rJg0lItjOx .mbr-text,
.cid-rJg0lItjOx .mbr-section-btn {
  color: #716c80;
}
.cid-rJg0lItjOx H3 {
  color: #716c80;
}
.cid-rJg0lItjOx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJg0lItjOx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJg0lItjOx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJg0lItjOx .link:hover {
  color: #08829e !important;
}
.cid-rJg0lItjOx .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJg0lItjOx DIV {
  color: #57468b;
}
.cid-rJg0lItjOx .mbr-text,
.cid-rJg0lItjOx .media-content {
  color: #232323;
}
.cid-rJg2Qs5g0P {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rJg2Qs5g0P svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rJg2Qs5g0P #e1_ellipse {
  fill: #cdebfa !important;
}
.cid-rJg2Qs5g0P img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-rJg2Qs5g0P img {
    width: 100%;
    left: 0;
  }
}
.cid-rJg2Qs5g0P H1 {
  color: #0c6684;
}
.cid-rJg2Qs5g0P .mbr-text,
.cid-rJg2Qs5g0P .mbr-section-btn {
  color: #030f26;
}
.cid-rJg0lK0d0T {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJg0lK0d0T .mbr-section-subtitle {
  color: #767676;
}
.cid-rJg0lK0d0T H2 {
  color: #0b659b;
}
.cid-rJg0lMXNMz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #282124;
}
.cid-rJg0lMXNMz .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rJg0lMXNMz .container {
  max-width: 1500px;
}
.cid-rJg0lMXNMz .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rJg0lMXNMz .container {
    padding: 0 4rem;
  }
}
.cid-rJg0lMXNMz .mbr-text,
.cid-rJg0lMXNMz .mbr-section-btn {
  color: #efeeee;
}
.cid-rJg0lMXNMz .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rJg0lMXNMz .btn .mbr-iconfont {
  order: 2;
}
.cid-rJg0lMXNMz .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rJg0lMXNMz .align-left {
    text-align: center;
  }
  .cid-rJg0lMXNMz .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rJg0lMXNMz H1 {
  color: #f9f295;
}
.cid-rJg0lNHgkz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJg0lNHgkz .mbr-section-subtitle {
  color: #030f26;
}
.cid-rJg0lNHgkz H2 {
  color: #0c6684;
}
.cid-rJg0lOrMxp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJg0lOrMxp li {
  list-style: none;
}
.cid-rJg0lOrMxp .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rJg0lOrMxp .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rJg0lOrMxp h4 {
  margin: 0;
}
.cid-rJg0lOrMxp .item {
  color: #57468b;
}
.cid-rJg0lOrMxp ul {
  padding: 0;
  margin: 0;
}
.cid-rJg0lOrMxp .col-title {
  color: #57468b;
}
.cid-rJg0lOrMxp .col-title1 {
  color: #bfceff;
}
.cid-rJg0lOrMxp .col-title2 {
  color: #5580ff;
}
.cid-rJg0lOrMxp .col-title3 {
  color: #ff8a73;
}
.cid-rJg0lOrMxp .col-title4 {
  color: #57468b;
}
.cid-rJg0lOrMxp .item1 {
  color: #716c80;
}
.cid-rJg0lOrMxp .item2 {
  color: #716c80;
}
.cid-rJg0lOrMxp .item3 {
  color: #716c80;
}
.cid-rJg0lOrMxp .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rJg0lOrMxp .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rJg5hLrwTv {
  background-image: url("../../../assets/images/mbr-700x525.jpg");
}
.cid-rJg5hLrwTv .column-content {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #cdebfa;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rJg5hLrwTv .text-content .btn-bgr {
  z-index: 0;
}
.cid-rJg5hLrwTv .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rJg5hLrwTv .container-full-width {
  position: relative;
}
.cid-rJg5hLrwTv .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rJg5hLrwTv .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rJg5hLrwTv .layer path {
  fill: #cdebfa;
}
@media (min-width: 576px) {
  .cid-rJg5hLrwTv .text-content {
    width: 540px;
  }
  .cid-rJg5hLrwTv .column-content {
    width: 100%;
  }
  .cid-rJg5hLrwTv .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rJg5hLrwTv .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rJg5hLrwTv .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rJg5hLrwTv .column-content {
    width: 50%;
  }
  .cid-rJg5hLrwTv .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rJg5hLrwTv .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJg5hLrwTv .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rJg5hLrwTv .column-content {
    height: 33rem;
  }
}
.cid-rJg5hLrwTv .mbr-text,
.cid-rJg5hLrwTv .mbr-section-btn {
  color: #030f26;
}
.cid-rJg5hLrwTv H1 {
  color: #08829e;
}
.cid-rJg0lQDwcf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJg0lQDwcf .mbr-text {
  color: #8d97ad;
}
.cid-rJg0lQDwcf .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rJg0lQDwcf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rJg0lQDwcf .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-rUWfLM9GlV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUWfLM9GlV .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem!important;
}
.cid-rUWfLM9GlV .card-title,
.cid-rUWfLM9GlV .card-img {
  color: #ed6436;
}
.cid-rUWfLM9GlV p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-rUWfLM9GlV .card {
    margin-bottom: 2rem;
  }
}
.cid-rUWfLM9GlV .card-title,
.cid-rUWfLM9GlV .card-ico {
  color: #0f7699;
}
.cid-rUWfMtL1Ks {
  padding-top: 80px;
  background-image: url("");
}
.cid-rUWfMtL1Ks .container {
  margin-bottom: 15%;
}
.cid-rUWfMtL1Ks .content-container .btn-bgr {
  z-index: 0;
}
.cid-rUWfMtL1Ks .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rUWfMtL1Ks .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rUWfMtL1Ks .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rUWfMtL1Ks .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rUWfMtL1Ks .box-item:last-child {
  background-color: #82c407;
}
.cid-rUWfMtL1Ks .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rUWfMtL1Ks .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rUWfMtL1Ks .box-list li:last-child {
  border-bottom: none;
}
.cid-rUWfMtL1Ks .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rUWfMtL1Ks .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rUWfMtL1Ks .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rUWfMtL1Ks .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rUWfMtL1Ks .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rUWfMtL1Ks .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rUWfMtL1Ks .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rUWfMtL1Ks .mbr-text,
.cid-rUWfMtL1Ks .mbr-section-btn {
  color: #232323;
}
.cid-rUWfMtL1Ks H1 {
  color: #0f7699;
}
.cid-rUWfMtL1Ks UL {
  color: #000000;
}
.cid-rQvngmGMsX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvngmGMsX .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvngmGMsX h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvngmGMsX .svg11 path {
  fill: #7aba59;
}
.cid-rQvngmGMsX .svg21 path {
  fill: #f9b945;
}
.cid-rQvngmGMsX .svg31 path {
  fill: #ed6436;
}
.cid-rQvngmGMsX .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvngmGMsX .svg12 path,
.cid-rQvngmGMsX .svg22 path,
.cid-rQvngmGMsX .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvngmGMsX .card {
  position: relative;
  height: 300px;
}
.cid-rQvngmGMsX .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvngmGMsX .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvngmGMsX .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvngmGMsX .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvngmGMsX .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvngmGMsX .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvngmGMsX .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvngmGMsX .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvngmGMsX .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvngmGMsX .card .svg22,
.cid-rQvngmGMsX .card .svg32,
.cid-rQvngmGMsX .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvngmGMsX .card .svg21,
.cid-rQvngmGMsX .card .svg31,
.cid-rQvngmGMsX .card .svg11 {
  z-index: 2;
}
.cid-rQvngmGMsX .card div {
  z-index: 3;
}
.cid-rQvngmGMsX .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvngmGMsX .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvngmGMsX .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvngmGMsX .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvngmGMsX .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvngmGMsX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvngmGMsX .card {
    margin-bottom: 2rem;
  }
  .cid-rQvngmGMsX .card svg {
    left: 30px;
  }
  .cid-rQvngmGMsX .card:hover h4 {
    animation: none;
  }
  .cid-rQvngmGMsX .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvngmGMsX h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvngmGMsX .card {
    max-width: 330px;
  }
  .cid-rQvngmGMsX .card svg {
    left: 0px;
  }
}
.cid-rQvngmGMsX H2 {
  color: #0f7699;
}
.cid-rQvtcgw43n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtcgw43n .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtcgw43n .content {
    padding: 0 2rem;
  }
}
.cid-rQvtcgw43n .row {
  justify-content: flex-end;
}
.cid-rQvtcgw43n .img-col {
  padding: 0;
}
.cid-rQvtcgw43n .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtcgw43n .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtcgw43n .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtcgw43n .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtcgw43n .icon-title,
.cid-rQvtcgw43n .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtcgw43n .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtcgw43n .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtcgw43n .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtcgw43n .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtcgw43n .link-wrap {
    margin: auto;
  }
  .cid-rQvtcgw43n .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtcgw43n .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtcgw43n .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtcgw43n .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtcgw43n .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtcgw43n .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtcgw43n H1 {
  color: #0f7699;
}
.cid-rJg0lWFsDg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJg8qFtDfM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJg8qFtDfM .nav-item:focus,
.cid-rJg8qFtDfM .nav-link:focus {
  outline: none;
}
.cid-rJg8qFtDfM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJg8qFtDfM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJg8qFtDfM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJg8qFtDfM .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJg8qFtDfM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJg8qFtDfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJg8qFtDfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJg8qFtDfM .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-rJg8qFtDfM .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJg8qFtDfM .container {
  max-width: 1380px;
}
.cid-rJg8qFtDfM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJg8qFtDfM .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJg8qFtDfM .nav-link:hover,
.cid-rJg8qFtDfM .nav-link:active,
.cid-rJg8qFtDfM .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJg8qFtDfM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJg8qFtDfM .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJg8qFtDfM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJg8qFtDfM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJg8qFtDfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJg8qFtDfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJg8qFtDfM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJg8qFtDfM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJg8qFtDfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJg8qFtDfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJg8qFtDfM .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-rJg8qFtDfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJg8qFtDfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJg8qFtDfM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJg8qFtDfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJg8qFtDfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJg8qFtDfM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJg8qFtDfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJg8qFtDfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJg8qFtDfM .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-rJg8qFtDfM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJg8qFtDfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJg8qFtDfM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJg8qFtDfM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJg8qFtDfM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJg8qFtDfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJg8qFtDfM .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJg8qFtDfM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJg8qFtDfM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJg8qFtDfM .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJg8qFtDfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJg8qFtDfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJg8qFtDfM .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-rJg8qFtDfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJg8qFtDfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJg8qFtDfM .dropdown-item.active,
.cid-rJg8qFtDfM .dropdown-item:active {
  background-color: transparent;
}
.cid-rJg8qFtDfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJg8qFtDfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJg8qFtDfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJg8qFtDfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJg8qFtDfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJg8qFtDfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJg8qFtDfM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJg8qFtDfM .navbar-buttons {
  text-align: center;
}
.cid-rJg8qFtDfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJg8qFtDfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJg8qFtDfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJg8qFtDfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJg8qFtDfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJg8qFtDfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJg8qFtDfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJg8qFtDfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJg8qFtDfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJg8qFtDfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJg8qFtDfM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJg8qFtDfM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJg8qFtDfM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJg8qFtDfM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJg8qFtDfM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJg8qFtDfM .navbar {
    height: 77px;
  }
  .cid-rJg8qFtDfM .navbar.opened {
    height: auto;
  }
  .cid-rJg8qFtDfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJg8qGIfeU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rJg8qGIfeU .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJg8qGIfeU .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJg8qGIfeU .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJg8qGIfeU .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJg8qGIfeU .container {
  max-width: 1600px;
}
.cid-rJg8qGIfeU .mbr-bold,
.cid-rJg8qGIfeU b {
  font-weight: 900;
}
.cid-rJg8qGIfeU .btn {
  color: white!important;
}
.cid-rJg8qGIfeU svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJg8qGIfeU svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJg8qGIfeU svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJg8qGIfeU svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJg8qGIfeU svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJg8qGIfeU .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJg8qGIfeU H1 {
  color: #ffffff;
}
.cid-rJg8qGIfeU .mbr-text,
.cid-rJg8qGIfeU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rJg8qHC15l {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJg8qHC15l img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJg8qHC15l H1 {
  color: #422106;
}
.cid-rJg8qHC15l .mbr-text,
.cid-rJg8qHC15l .mbr-section-btn {
  color: #716c80;
}
.cid-rJg8qHC15l H3 {
  color: #716c80;
}
.cid-rJg8qHC15l .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJg8qHC15l .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJg8qHC15l .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJg8qHC15l .link:hover {
  color: #08829e !important;
}
.cid-rJg8qHC15l .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJg8qHC15l DIV {
  color: #57468b;
}
.cid-rJg8qHC15l .mbr-text,
.cid-rJg8qHC15l .media-content {
  color: #232323;
}
.cid-rJgcmI3wC9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d5f199;
}
.cid-rJgcmI3wC9 .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rJgcmI3wC9 .mbr-section-subtitle {
  color: #2f4606;
  text-align: center;
}
.cid-rJgcmI3wC9 p {
  margin: 0;
  padding: 0;
}
.cid-rJgcmI3wC9 .card {
  margin-bottom: 2rem;
}
.cid-rJgcmI3wC9 .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rJgcmI3wC9 .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
}
.cid-rJgcmI3wC9 .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rJgcmI3wC9 .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rJgcmI3wC9 .name-wrap {
  display: inline-block;
}
.cid-rJgcmI3wC9 .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rJgcmI3wC9 .mbr-author-desc {
  color: #767676;
}
.cid-rJgcmI3wC9 .card-block P {
  color: #767676;
}
.cid-rJgcmI3wC9 .mbr-author-name {
  color: #2f4606;
}
.cid-rJgcmI3wC9 .mbr-section-title,
.cid-rJgcmI3wC9 .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rJgcmI3wC9 .mbr-section-title,
.cid-rJgcmI3wC9 .title {
  color: #639605;
}
.cid-rJg8qInDFy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rJg8qJ8ACc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJg8qJ8ACc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJg8qJ8ACc H1 {
  color: #0b1b3f;
}
.cid-rJg8qJ8ACc .mbr-text,
.cid-rJg8qJ8ACc .mbr-section-btn {
  color: #716c80;
}
.cid-rJg8qJ8ACc H3 {
  color: #716c80;
}
.cid-rJg8qJ8ACc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJg8qJ8ACc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJg8qJ8ACc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJg8qJ8ACc .link:hover {
  color: #08829e !important;
}
.cid-rJg8qJ8ACc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJg8qJ8ACc DIV {
  color: #57468b;
}
.cid-rJg8qJ8ACc .mbr-text,
.cid-rJg8qJ8ACc .media-content {
  color: #232323;
}
.cid-rJgnjCDBHs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJgnjCDBHs h3 {
  text-align: center;
}
.cid-rJgnjCDBHs .pie_progress {
  position: relative;
}
.cid-rJgnjCDBHs .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJgnjCDBHs p {
  line-height: 1.6;
}
.cid-rJgnjCDBHs .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJgnjCDBHs .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJgnjCDBHs .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJgnjCDBHs .mbr-section-subtitle {
  color: #383838;
}
.cid-rJgnjCDBHs .pie_progress__number {
  text-align: center !important;
}
.cid-rJgnjCDBHs .card-title {
  margin-bottom: 0;
}
.cid-rJgnjCDBHs .svg-gradient {
  position: absolute;
}
.cid-rJgnjCDBHs ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJgnjCDBHs .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJgnjCDBHs H4 {
  color: #ed6436;
}
.cid-rJgnjCDBHs .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJgnjCDBHs .card {
    flex-direction: column;
  }
  .cid-rJgnjCDBHs .content {
    padding-left: 0rem;
  }
  .cid-rJgnjCDBHs .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rJgnjCDBHs .card-text {
  color: #a95b10;
}
.cid-rJg8qJSXXU {
  background-color: #ffffff;
}
.cid-rJg8qJSXXU section {
  position: relative;
}
.cid-rJg8qJSXXU .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rJg8qJSXXU #e1_circle,
.cid-rJg8qJSXXU #e3_circle,
.cid-rJg8qJSXXU #e4_circle,
.cid-rJg8qJSXXU #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rJg8qJSXXU #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rJg8qJSXXU .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rJg8qJSXXU .rev {
  animation: rev 4s linear infinite;
}
.cid-rJg8qJSXXU .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rJg8qJSXXU .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rJg8qJSXXU .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rJg8qJSXXU .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rJg8qJSXXU .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rJg8qJSXXU .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rJg8qJSXXU .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rJg8qJSXXU .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rJg8qJSXXU .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rJg8qJSXXU .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rJg8qJSXXU .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rJg8qJSXXU H1 {
  color: #0a465a;
}
.cid-rJg8qJSXXU .mbr-text,
.cid-rJg8qJSXXU .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rJg8qJSXXU H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rJg8qJSXXU .round9,
  .cid-rJg8qJSXXU .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rJg8qJSXXU .round {
    display: none;
  }
}
.cid-rJg8qKJrym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJg8qKJrym .mbr-section-subtitle {
  color: #ed6436;
  text-align: center;
}
.cid-rJg8qKJrym H2 {
  color: #0f7699;
}
.cid-rJgi59kTpu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJgi59kTpu .mbr-text,
.cid-rJgi59kTpu .ornament {
  text-align: left;
}
.cid-rQvoWNsBlp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvoWNsBlp .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvoWNsBlp h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvoWNsBlp .svg11 path {
  fill: #7aba59;
}
.cid-rQvoWNsBlp .svg21 path {
  fill: #f9b945;
}
.cid-rQvoWNsBlp .svg31 path {
  fill: #ed6436;
}
.cid-rQvoWNsBlp .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvoWNsBlp .svg12 path,
.cid-rQvoWNsBlp .svg22 path,
.cid-rQvoWNsBlp .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvoWNsBlp .card {
  position: relative;
  height: 300px;
}
.cid-rQvoWNsBlp .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvoWNsBlp .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvoWNsBlp .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvoWNsBlp .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvoWNsBlp .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvoWNsBlp .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvoWNsBlp .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvoWNsBlp .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvoWNsBlp .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvoWNsBlp .card .svg22,
.cid-rQvoWNsBlp .card .svg32,
.cid-rQvoWNsBlp .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvoWNsBlp .card .svg21,
.cid-rQvoWNsBlp .card .svg31,
.cid-rQvoWNsBlp .card .svg11 {
  z-index: 2;
}
.cid-rQvoWNsBlp .card div {
  z-index: 3;
}
.cid-rQvoWNsBlp .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvoWNsBlp .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvoWNsBlp .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvoWNsBlp .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvoWNsBlp .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvoWNsBlp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvoWNsBlp .card {
    margin-bottom: 2rem;
  }
  .cid-rQvoWNsBlp .card svg {
    left: 30px;
  }
  .cid-rQvoWNsBlp .card:hover h4 {
    animation: none;
  }
  .cid-rQvoWNsBlp .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvoWNsBlp h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvoWNsBlp .card {
    max-width: 330px;
  }
  .cid-rQvoWNsBlp .card svg {
    left: 0px;
  }
}
.cid-rQvoWNsBlp H2 {
  color: #0f7699;
}
.cid-rQvtE6jiUY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtE6jiUY .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtE6jiUY .content {
    padding: 0 2rem;
  }
}
.cid-rQvtE6jiUY .row {
  justify-content: flex-end;
}
.cid-rQvtE6jiUY .img-col {
  padding: 0;
}
.cid-rQvtE6jiUY .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtE6jiUY .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtE6jiUY .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtE6jiUY .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtE6jiUY .icon-title,
.cid-rQvtE6jiUY .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtE6jiUY .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtE6jiUY .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtE6jiUY .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtE6jiUY .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtE6jiUY .link-wrap {
    margin: auto;
  }
  .cid-rQvtE6jiUY .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtE6jiUY .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtE6jiUY .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtE6jiUY .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtE6jiUY .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtE6jiUY .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtE6jiUY H1 {
  color: #0f7699;
}
.cid-rJg8qTSkOU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJroKNUtGx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJroKNUtGx .nav-item:focus,
.cid-rJroKNUtGx .nav-link:focus {
  outline: none;
}
.cid-rJroKNUtGx .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJroKNUtGx .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJroKNUtGx .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJroKNUtGx .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJroKNUtGx .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJroKNUtGx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJroKNUtGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJroKNUtGx .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-rJroKNUtGx .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJroKNUtGx .container {
  max-width: 1380px;
}
.cid-rJroKNUtGx .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJroKNUtGx .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJroKNUtGx .nav-link:hover,
.cid-rJroKNUtGx .nav-link:active,
.cid-rJroKNUtGx .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJroKNUtGx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJroKNUtGx .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJroKNUtGx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJroKNUtGx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJroKNUtGx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJroKNUtGx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJroKNUtGx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJroKNUtGx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJroKNUtGx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJroKNUtGx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJroKNUtGx .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-rJroKNUtGx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJroKNUtGx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJroKNUtGx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJroKNUtGx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJroKNUtGx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJroKNUtGx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJroKNUtGx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJroKNUtGx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJroKNUtGx .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-rJroKNUtGx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJroKNUtGx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJroKNUtGx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJroKNUtGx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJroKNUtGx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJroKNUtGx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJroKNUtGx .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJroKNUtGx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJroKNUtGx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJroKNUtGx .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJroKNUtGx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJroKNUtGx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJroKNUtGx .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-rJroKNUtGx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJroKNUtGx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJroKNUtGx .dropdown-item.active,
.cid-rJroKNUtGx .dropdown-item:active {
  background-color: transparent;
}
.cid-rJroKNUtGx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJroKNUtGx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJroKNUtGx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJroKNUtGx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJroKNUtGx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJroKNUtGx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJroKNUtGx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJroKNUtGx .navbar-buttons {
  text-align: center;
}
.cid-rJroKNUtGx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJroKNUtGx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJroKNUtGx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJroKNUtGx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJroKNUtGx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJroKNUtGx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJroKNUtGx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJroKNUtGx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJroKNUtGx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJroKNUtGx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJroKNUtGx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJroKNUtGx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJroKNUtGx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJroKNUtGx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJroKNUtGx .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJroKNUtGx .navbar {
    height: 77px;
  }
  .cid-rJroKNUtGx .navbar.opened {
    height: auto;
  }
  .cid-rJroKNUtGx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJroKOUR7j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/biotrohn1-1-1440x960.jpeg");
}
.cid-rJroKOUR7j .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJroKOUR7j .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJroKOUR7j .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJroKOUR7j .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJroKOUR7j .container {
  max-width: 1600px;
}
.cid-rJroKOUR7j .mbr-bold,
.cid-rJroKOUR7j b {
  font-weight: 900;
}
.cid-rJroKOUR7j .btn {
  color: white!important;
}
.cid-rJroKOUR7j svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJroKOUR7j svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJroKOUR7j svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJroKOUR7j svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJroKOUR7j svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJroKOUR7j .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJroKOUR7j H1 {
  color: #0b1b3f;
}
.cid-rJroKOUR7j .mbr-text,
.cid-rJroKOUR7j .mbr-section-btn {
  color: #030f26;
  text-align: left;
}
.cid-rJroKPAy9a {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJroKPAy9a img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJroKPAy9a H1 {
  color: #0a465a;
}
.cid-rJroKPAy9a .mbr-text,
.cid-rJroKPAy9a .mbr-section-btn {
  color: #716c80;
}
.cid-rJroKPAy9a H3 {
  color: #716c80;
}
.cid-rJroKPAy9a .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJroKPAy9a .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJroKPAy9a .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJroKPAy9a .link:hover {
  color: #08829e !important;
}
.cid-rJroKPAy9a .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJroKPAy9a DIV {
  color: #57468b;
}
.cid-rJroKPAy9a .mbr-text,
.cid-rJroKPAy9a .media-content {
  color: #232323;
}
.cid-rJroKQeUTx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-rJroKQYnTs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #aff0f6;
}
.cid-rJroKQYnTs H1 {
  color: #0a465a;
}
.cid-rJroKQYnTs .mbr-text,
.cid-rJroKQYnTs .mbr-section-btn {
  color: #344005;
}
.cid-rJroKQYnTs .img-box {
  position: relative;
}
.cid-rJroKQYnTs .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rJroKQYnTs .card-ico .ico1 {
  background-color: #0f7699;
}
.cid-rJroKQYnTs .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rJroKQYnTs .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rJroKQYnTs .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rJroKQYnTs .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rJroKQYnTs img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rJroKQYnTs .img-box {
    height: 500px;
  }
  .cid-rJroKQYnTs .img1 {
    left: 1rem;
  }
  .cid-rJroKQYnTs .img2 {
    right: 1rem;
  }
  .cid-rJroKQYnTs img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rJroKQYnTs img {
    width: 60%;
  }
  .cid-rJroKQYnTs .img-box {
    height: 300px;
  }
  .cid-rJroKQYnTs .author-box {
    justify-content: center;
  }
  .cid-rJroKQYnTs .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rJroKQYnTs .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rJroKQYnTs .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rJroKQYnTs .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rJroKQYnTs .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rJroKQYnTs .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rJroKQYnTs .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rJroKQYnTs h3,
.cid-rJroKQYnTs h4 {
  margin: 0;
  padding: 0;
}
.cid-rJroKQYnTs H3 {
  color: #57468b;
}
.cid-rJroKQYnTs H4 {
  color: #716c80;
}
.cid-rJroKQYnTs .card-title {
  color: #0b1b3f;
}
.cid-rJroKQYnTs .mbr-text {
  color: #7f1933;
}
.cid-rJroKRGH1g {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJroKRGH1g img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJroKRGH1g H1 {
  color: #0b1b3f;
}
.cid-rJroKRGH1g .mbr-text,
.cid-rJroKRGH1g .mbr-section-btn {
  color: #716c80;
}
.cid-rJroKRGH1g H3 {
  color: #716c80;
}
.cid-rJroKRGH1g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJroKRGH1g .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJroKRGH1g .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJroKRGH1g .link:hover {
  color: #08829e !important;
}
.cid-rJroKRGH1g .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJroKRGH1g DIV {
  color: #57468b;
}
.cid-rJroKRGH1g .mbr-text,
.cid-rJroKRGH1g .media-content {
  color: #232323;
}
.cid-rJroKSncfS {
  background-color: #ffffff;
}
.cid-rJroKSncfS section {
  position: relative;
}
.cid-rJroKSncfS .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rJroKSncfS #e1_circle,
.cid-rJroKSncfS #e3_circle,
.cid-rJroKSncfS #e4_circle,
.cid-rJroKSncfS #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rJroKSncfS #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rJroKSncfS .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rJroKSncfS .rev {
  animation: rev 4s linear infinite;
}
.cid-rJroKSncfS .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rJroKSncfS .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rJroKSncfS .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rJroKSncfS .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rJroKSncfS .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rJroKSncfS .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rJroKSncfS .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rJroKSncfS .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rJroKSncfS .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rJroKSncfS .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rJroKSncfS .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rJroKSncfS H1 {
  color: #0a465a;
}
.cid-rJroKSncfS .mbr-text,
.cid-rJroKSncfS .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rJroKSncfS H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rJroKSncfS .round9,
  .cid-rJroKSncfS .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rJroKSncfS .round {
    display: none;
  }
}
.cid-rJroKT50yU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJroKT50yU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJroKT50yU H1 {
  color: #0f7699;
}
.cid-rJroKT50yU .mbr-text,
.cid-rJroKT50yU .mbr-section-btn {
  color: #716c80;
}
.cid-rJroKT50yU H3 {
  color: #716c80;
}
.cid-rJroKT50yU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJroKT50yU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJroKT50yU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJroKT50yU .link:hover {
  color: #08829e !important;
}
.cid-rJroKT50yU .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJroKT50yU DIV {
  color: #57468b;
}
.cid-rJroKT50yU .mbr-text,
.cid-rJroKT50yU .media-content {
  color: #030f26;
}
.cid-rJroKTHw5p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJroKTHw5p .mbr-section-subtitle {
  color: #ed6436;
}
.cid-rJroKTHw5p H2 {
  color: #0a465a;
}
.cid-udUCOfasVp {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUCOfasVp H1 {
  color: #0f7699;
}
.cid-udUCOfasVp .mbr-text,
.cid-udUCOfasVp .mbr-section-btn {
  color: #181818;
}
.cid-udUCOfasVp .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUCOfasVp .relative {
  position: relative;
}
.cid-udUCOfasVp .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUCOfasVp .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUCOfasVp .card-img2 .img2 {
  width: 120%;
}
.cid-udUCOfasVp .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUCOfasVp .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUCOfasVp .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUCP3p8p6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUCP3p8p6 .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUCP3p8p6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUCP3p8p6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUCP3p8p6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUCP3p8p6 .mbr-text,
.cid-udUCP3p8p6 .mbr-section-btn {
  color: #ffffff;
}
.cid-udUCP3p8p6 .card-title,
.cid-udUCP3p8p6 .card-box {
  text-align: left;
}
.cid-rQvpdHuhht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpdHuhht .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpdHuhht h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpdHuhht .svg11 path {
  fill: #7aba59;
}
.cid-rQvpdHuhht .svg21 path {
  fill: #f9b945;
}
.cid-rQvpdHuhht .svg31 path {
  fill: #ed6436;
}
.cid-rQvpdHuhht .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpdHuhht .svg12 path,
.cid-rQvpdHuhht .svg22 path,
.cid-rQvpdHuhht .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpdHuhht .card {
  position: relative;
  height: 300px;
}
.cid-rQvpdHuhht .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpdHuhht .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpdHuhht .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpdHuhht .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpdHuhht .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpdHuhht .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpdHuhht .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpdHuhht .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpdHuhht .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpdHuhht .card .svg22,
.cid-rQvpdHuhht .card .svg32,
.cid-rQvpdHuhht .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpdHuhht .card .svg21,
.cid-rQvpdHuhht .card .svg31,
.cid-rQvpdHuhht .card .svg11 {
  z-index: 2;
}
.cid-rQvpdHuhht .card div {
  z-index: 3;
}
.cid-rQvpdHuhht .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpdHuhht .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpdHuhht .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpdHuhht .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpdHuhht .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpdHuhht .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpdHuhht .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpdHuhht .card svg {
    left: 30px;
  }
  .cid-rQvpdHuhht .card:hover h4 {
    animation: none;
  }
  .cid-rQvpdHuhht .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpdHuhht h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpdHuhht .card {
    max-width: 330px;
  }
  .cid-rQvpdHuhht .card svg {
    left: 0px;
  }
}
.cid-rQvpdHuhht H2 {
  color: #0f7699;
}
.cid-rQvtSvstfX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvtSvstfX .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvtSvstfX .content {
    padding: 0 2rem;
  }
}
.cid-rQvtSvstfX .row {
  justify-content: flex-end;
}
.cid-rQvtSvstfX .img-col {
  padding: 0;
}
.cid-rQvtSvstfX .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvtSvstfX .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvtSvstfX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvtSvstfX .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvtSvstfX .icon-title,
.cid-rQvtSvstfX .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvtSvstfX .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvtSvstfX .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvtSvstfX .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvtSvstfX .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvtSvstfX .link-wrap {
    margin: auto;
  }
  .cid-rQvtSvstfX .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvtSvstfX .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvtSvstfX .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvtSvstfX .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvtSvstfX .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvtSvstfX .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvtSvstfX H1 {
  color: #0f7699;
}
.cid-rJroKYolW1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJrrZ9IwCW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJrrZ9IwCW .nav-item:focus,
.cid-rJrrZ9IwCW .nav-link:focus {
  outline: none;
}
.cid-rJrrZ9IwCW .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJrrZ9IwCW .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJrrZ9IwCW .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJrrZ9IwCW .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJrrZ9IwCW .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJrrZ9IwCW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJrrZ9IwCW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJrrZ9IwCW .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-rJrrZ9IwCW .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJrrZ9IwCW .container {
  max-width: 1380px;
}
.cid-rJrrZ9IwCW .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJrrZ9IwCW .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJrrZ9IwCW .nav-link:hover,
.cid-rJrrZ9IwCW .nav-link:active,
.cid-rJrrZ9IwCW .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJrrZ9IwCW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJrrZ9IwCW .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJrrZ9IwCW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJrrZ9IwCW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJrrZ9IwCW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJrrZ9IwCW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJrrZ9IwCW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJrrZ9IwCW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJrrZ9IwCW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJrrZ9IwCW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJrrZ9IwCW .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-rJrrZ9IwCW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJrrZ9IwCW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJrrZ9IwCW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJrrZ9IwCW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJrrZ9IwCW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJrrZ9IwCW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJrrZ9IwCW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJrrZ9IwCW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJrrZ9IwCW .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-rJrrZ9IwCW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJrrZ9IwCW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJrrZ9IwCW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJrrZ9IwCW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJrrZ9IwCW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJrrZ9IwCW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJrrZ9IwCW .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJrrZ9IwCW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJrrZ9IwCW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJrrZ9IwCW .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJrrZ9IwCW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJrrZ9IwCW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJrrZ9IwCW .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-rJrrZ9IwCW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJrrZ9IwCW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJrrZ9IwCW .dropdown-item.active,
.cid-rJrrZ9IwCW .dropdown-item:active {
  background-color: transparent;
}
.cid-rJrrZ9IwCW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJrrZ9IwCW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJrrZ9IwCW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJrrZ9IwCW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJrrZ9IwCW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJrrZ9IwCW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJrrZ9IwCW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJrrZ9IwCW .navbar-buttons {
  text-align: center;
}
.cid-rJrrZ9IwCW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJrrZ9IwCW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJrrZ9IwCW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJrrZ9IwCW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJrrZ9IwCW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJrrZ9IwCW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJrrZ9IwCW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJrrZ9IwCW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJrrZ9IwCW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJrrZ9IwCW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJrrZ9IwCW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJrrZ9IwCW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJrrZ9IwCW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJrrZ9IwCW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJrrZ9IwCW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJrrZ9IwCW .navbar {
    height: 77px;
  }
  .cid-rJrrZ9IwCW .navbar.opened {
    height: auto;
  }
  .cid-rJrrZ9IwCW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJrrZaHgDV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dioxygen-612x585.jpeg");
}
.cid-rJrrZaHgDV .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJrrZaHgDV .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJrrZaHgDV .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJrrZaHgDV .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJrrZaHgDV .container {
  max-width: 1600px;
}
.cid-rJrrZaHgDV .mbr-bold,
.cid-rJrrZaHgDV b {
  font-weight: 900;
}
.cid-rJrrZaHgDV .btn {
  color: white!important;
}
.cid-rJrrZaHgDV svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJrrZaHgDV svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJrrZaHgDV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJrrZaHgDV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJrrZaHgDV svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJrrZaHgDV .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJrrZaHgDV H1 {
  color: #0b1b3f;
}
.cid-rJrrZaHgDV .mbr-text,
.cid-rJrrZaHgDV .mbr-section-btn {
  color: #030f26;
  text-align: left;
}
.cid-rJrrZbqqEX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJrrZbqqEX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJrrZbqqEX H1 {
  color: #0a465a;
}
.cid-rJrrZbqqEX .mbr-text,
.cid-rJrrZbqqEX .mbr-section-btn {
  color: #716c80;
}
.cid-rJrrZbqqEX H3 {
  color: #716c80;
}
.cid-rJrrZbqqEX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJrrZbqqEX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJrrZbqqEX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJrrZbqqEX .link:hover {
  color: #08829e !important;
}
.cid-rJrrZbqqEX .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJrrZbqqEX DIV {
  color: #57468b;
}
.cid-rJrrZbqqEX .mbr-text,
.cid-rJrrZbqqEX .media-content {
  color: #232323;
}
.cid-rJrrZc3mh0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-rJrrZdp355 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJrrZdp355 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJrrZdp355 H1 {
  color: #0f7699;
}
.cid-rJrrZdp355 .mbr-text,
.cid-rJrrZdp355 .mbr-section-btn {
  color: #716c80;
}
.cid-rJrrZdp355 H3 {
  color: #716c80;
}
.cid-rJrrZdp355 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJrrZdp355 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJrrZdp355 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJrrZdp355 .link:hover {
  color: #08829e !important;
}
.cid-rJrrZdp355 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJrrZdp355 DIV {
  color: #57468b;
}
.cid-rJrrZdp355 .mbr-text,
.cid-rJrrZdp355 .media-content {
  color: #0a465a;
}
.cid-rJrrZeex0F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJrrZeex0F img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJrrZeex0F H1 {
  color: #0f7699;
}
.cid-rJrrZeex0F .mbr-text,
.cid-rJrrZeex0F .mbr-section-btn {
  color: #716c80;
}
.cid-rJrrZeex0F H3 {
  color: #716c80;
}
.cid-rJrrZeex0F .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJrrZeex0F .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJrrZeex0F .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJrrZeex0F .link:hover {
  color: #08829e !important;
}
.cid-rJrrZeex0F .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJrrZeex0F DIV {
  color: #57468b;
}
.cid-rJrrZeex0F .mbr-text,
.cid-rJrrZeex0F .media-content {
  color: #0a465a;
}
.cid-rJrrZeRa0g {
  background-color: #ffffff;
}
.cid-rJrrZeRa0g section {
  position: relative;
}
.cid-rJrrZeRa0g .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rJrrZeRa0g #e1_circle,
.cid-rJrrZeRa0g #e3_circle,
.cid-rJrrZeRa0g #e4_circle,
.cid-rJrrZeRa0g #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rJrrZeRa0g #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rJrrZeRa0g .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rJrrZeRa0g .rev {
  animation: rev 4s linear infinite;
}
.cid-rJrrZeRa0g .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rJrrZeRa0g .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rJrrZeRa0g .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rJrrZeRa0g .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rJrrZeRa0g .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rJrrZeRa0g .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rJrrZeRa0g .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rJrrZeRa0g .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rJrrZeRa0g .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rJrrZeRa0g .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rJrrZeRa0g .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rJrrZeRa0g H1 {
  color: #0a465a;
}
.cid-rJrrZeRa0g .mbr-text,
.cid-rJrrZeRa0g .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rJrrZeRa0g H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rJrrZeRa0g .round9,
  .cid-rJrrZeRa0g .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rJrrZeRa0g .round {
    display: none;
  }
}
.cid-rQvppeobMo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvppeobMo .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvppeobMo h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvppeobMo .svg11 path {
  fill: #7aba59;
}
.cid-rQvppeobMo .svg21 path {
  fill: #f9b945;
}
.cid-rQvppeobMo .svg31 path {
  fill: #ed6436;
}
.cid-rQvppeobMo .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvppeobMo .svg12 path,
.cid-rQvppeobMo .svg22 path,
.cid-rQvppeobMo .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvppeobMo .card {
  position: relative;
  height: 300px;
}
.cid-rQvppeobMo .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvppeobMo .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvppeobMo .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvppeobMo .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvppeobMo .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvppeobMo .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvppeobMo .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvppeobMo .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvppeobMo .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvppeobMo .card .svg22,
.cid-rQvppeobMo .card .svg32,
.cid-rQvppeobMo .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvppeobMo .card .svg21,
.cid-rQvppeobMo .card .svg31,
.cid-rQvppeobMo .card .svg11 {
  z-index: 2;
}
.cid-rQvppeobMo .card div {
  z-index: 3;
}
.cid-rQvppeobMo .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvppeobMo .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvppeobMo .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvppeobMo .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvppeobMo .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvppeobMo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvppeobMo .card {
    margin-bottom: 2rem;
  }
  .cid-rQvppeobMo .card svg {
    left: 30px;
  }
  .cid-rQvppeobMo .card:hover h4 {
    animation: none;
  }
  .cid-rQvppeobMo .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvppeobMo h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvppeobMo .card {
    max-width: 330px;
  }
  .cid-rQvppeobMo .card svg {
    left: 0px;
  }
}
.cid-rQvppeobMo H2 {
  color: #0f7699;
}
.cid-rQvudvwlgU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvudvwlgU .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvudvwlgU .content {
    padding: 0 2rem;
  }
}
.cid-rQvudvwlgU .row {
  justify-content: flex-end;
}
.cid-rQvudvwlgU .img-col {
  padding: 0;
}
.cid-rQvudvwlgU .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvudvwlgU .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvudvwlgU .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvudvwlgU .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvudvwlgU .icon-title,
.cid-rQvudvwlgU .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvudvwlgU .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvudvwlgU .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvudvwlgU .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvudvwlgU .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvudvwlgU .link-wrap {
    margin: auto;
  }
  .cid-rQvudvwlgU .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvudvwlgU .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvudvwlgU .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvudvwlgU .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvudvwlgU .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvudvwlgU .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvudvwlgU H1 {
  color: #0f7699;
}
.cid-rJrrZjjrSI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rJxoQVwEIk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rJxoQVwEIk .nav-item:focus,
.cid-rJxoQVwEIk .nav-link:focus {
  outline: none;
}
.cid-rJxoQVwEIk .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rJxoQVwEIk .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rJxoQVwEIk .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rJxoQVwEIk .dropdown .dropdown-menu .dropdown-item:active,
.cid-rJxoQVwEIk .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rJxoQVwEIk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rJxoQVwEIk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rJxoQVwEIk .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-rJxoQVwEIk .navbar-caption:hover {
  color: inherit!important;
}
.cid-rJxoQVwEIk .container {
  max-width: 1380px;
}
.cid-rJxoQVwEIk .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rJxoQVwEIk .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rJxoQVwEIk .nav-link:hover,
.cid-rJxoQVwEIk .nav-link:active,
.cid-rJxoQVwEIk .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rJxoQVwEIk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rJxoQVwEIk .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rJxoQVwEIk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rJxoQVwEIk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rJxoQVwEIk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rJxoQVwEIk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rJxoQVwEIk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rJxoQVwEIk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rJxoQVwEIk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rJxoQVwEIk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rJxoQVwEIk .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-rJxoQVwEIk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rJxoQVwEIk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rJxoQVwEIk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rJxoQVwEIk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rJxoQVwEIk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rJxoQVwEIk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rJxoQVwEIk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rJxoQVwEIk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rJxoQVwEIk .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-rJxoQVwEIk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rJxoQVwEIk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rJxoQVwEIk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rJxoQVwEIk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rJxoQVwEIk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rJxoQVwEIk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rJxoQVwEIk .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rJxoQVwEIk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rJxoQVwEIk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rJxoQVwEIk .icons-menu span {
  color: #ed6436 !important;
}
.cid-rJxoQVwEIk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rJxoQVwEIk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rJxoQVwEIk .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-rJxoQVwEIk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rJxoQVwEIk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rJxoQVwEIk .dropdown-item.active,
.cid-rJxoQVwEIk .dropdown-item:active {
  background-color: transparent;
}
.cid-rJxoQVwEIk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rJxoQVwEIk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rJxoQVwEIk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rJxoQVwEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rJxoQVwEIk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rJxoQVwEIk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rJxoQVwEIk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rJxoQVwEIk .navbar-buttons {
  text-align: center;
}
.cid-rJxoQVwEIk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rJxoQVwEIk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rJxoQVwEIk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rJxoQVwEIk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rJxoQVwEIk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rJxoQVwEIk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rJxoQVwEIk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJxoQVwEIk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rJxoQVwEIk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rJxoQVwEIk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rJxoQVwEIk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rJxoQVwEIk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJxoQVwEIk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rJxoQVwEIk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rJxoQVwEIk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rJxoQVwEIk .navbar {
    height: 77px;
  }
  .cid-rJxoQVwEIk .navbar.opened {
    height: auto;
  }
  .cid-rJxoQVwEIk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rJxoQWyGWn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-rJxoQWyGWn .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rJxoQWyGWn .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rJxoQWyGWn .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rJxoQWyGWn .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rJxoQWyGWn .container {
  max-width: 1600px;
}
.cid-rJxoQWyGWn .mbr-bold,
.cid-rJxoQWyGWn b {
  font-weight: 900;
}
.cid-rJxoQWyGWn .btn {
  color: white!important;
}
.cid-rJxoQWyGWn svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rJxoQWyGWn svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rJxoQWyGWn svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rJxoQWyGWn svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rJxoQWyGWn svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rJxoQWyGWn .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rJxoQWyGWn H1 {
  color: #ffffff;
}
.cid-rJxoQWyGWn .mbr-text,
.cid-rJxoQWyGWn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rJxoQXe9AS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJxoQXe9AS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rJxoQXe9AS H1 {
  color: #0f7699;
}
.cid-rJxoQXe9AS .mbr-text,
.cid-rJxoQXe9AS .mbr-section-btn {
  color: #716c80;
}
.cid-rJxoQXe9AS H3 {
  color: #716c80;
}
.cid-rJxoQXe9AS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rJxoQXe9AS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rJxoQXe9AS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rJxoQXe9AS .link:hover {
  color: #08829e !important;
}
.cid-rJxoQXe9AS .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rJxoQXe9AS DIV {
  color: #57468b;
}
.cid-rJxoQXe9AS .mbr-text,
.cid-rJxoQXe9AS .media-content {
  color: #232323;
}
.cid-rJxoQZAFfi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJxoQZAFfi h3 {
  text-align: center;
}
.cid-rJxoQZAFfi .pie_progress {
  position: relative;
}
.cid-rJxoQZAFfi .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJxoQZAFfi p {
  line-height: 1.6;
}
.cid-rJxoQZAFfi .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJxoQZAFfi .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJxoQZAFfi .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJxoQZAFfi .mbr-section-subtitle {
  color: #383838;
}
.cid-rJxoQZAFfi .pie_progress__number {
  text-align: center !important;
}
.cid-rJxoQZAFfi .card-title {
  margin-bottom: 0;
}
.cid-rJxoQZAFfi .svg-gradient {
  position: absolute;
}
.cid-rJxoQZAFfi ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJxoQZAFfi .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJxoQZAFfi H4 {
  color: #ed6436;
}
.cid-rJxoQZAFfi .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJxoQZAFfi .card {
    flex-direction: column;
  }
  .cid-rJxoQZAFfi .content {
    padding-left: 0rem;
  }
  .cid-rJxoQZAFfi .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rJxoR0saUs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJxoR0saUs h3 {
  text-align: center;
}
.cid-rJxoR0saUs .pie_progress {
  position: relative;
}
.cid-rJxoR0saUs .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJxoR0saUs p {
  line-height: 1.6;
}
.cid-rJxoR0saUs .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJxoR0saUs .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJxoR0saUs .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJxoR0saUs .mbr-section-subtitle {
  color: #383838;
}
.cid-rJxoR0saUs .pie_progress__number {
  text-align: center !important;
}
.cid-rJxoR0saUs .card-title {
  margin-bottom: 0;
}
.cid-rJxoR0saUs .svg-gradient {
  position: absolute;
}
.cid-rJxoR0saUs ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJxoR0saUs .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJxoR0saUs H4 {
  color: #0f7699;
}
.cid-rJxoR0saUs .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJxoR0saUs .card {
    flex-direction: column;
  }
  .cid-rJxoR0saUs .content {
    padding-left: 0rem;
  }
  .cid-rJxoR0saUs .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rJxoR1nKGM {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rJxoR1nKGM h3 {
  text-align: center;
}
.cid-rJxoR1nKGM .pie_progress {
  position: relative;
}
.cid-rJxoR1nKGM .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rJxoR1nKGM p {
  line-height: 1.6;
}
.cid-rJxoR1nKGM .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rJxoR1nKGM .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rJxoR1nKGM .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rJxoR1nKGM .mbr-section-subtitle {
  color: #383838;
}
.cid-rJxoR1nKGM .pie_progress__number {
  text-align: center !important;
}
.cid-rJxoR1nKGM .card-title {
  margin-bottom: 0;
}
.cid-rJxoR1nKGM .svg-gradient {
  position: absolute;
}
.cid-rJxoR1nKGM ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rJxoR1nKGM .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rJxoR1nKGM H4 {
  color: #ed6436;
}
.cid-rJxoR1nKGM .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rJxoR1nKGM .card {
    flex-direction: column;
  }
  .cid-rJxoR1nKGM .content {
    padding-left: 0rem;
  }
  .cid-rJxoR1nKGM .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rJxoR2RjsP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rJxoR2RjsP H2 {
  color: #aff0f6;
}
.cid-rJxAFFCp1u {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rJxAFFCp1u .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rJxAFFCp1u .video-block {
    width: 100% !important;
  }
}
.cid-s95gVv0Efb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95gVv0Efb .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-s95gVv0Efb .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-s95gVv0Efb .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-s95gVv0Efb .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-s95gVv0Efb .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-s95gVv0Efb .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-s95gVv0Efb .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-s95gVv0Efb .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-s95gVv0Efb .col:hover .box-title2,
.cid-s95gVv0Efb .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-s95gVv0Efb .box-title2,
.cid-s95gVv0Efb .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-s95gVv0Efb .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-s95gVv0Efb .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-s95gVv0Efb .img-content {
    opacity: 1;
  }
  .cid-s95gVv0Efb .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-s95gVv0Efb .box-content {
    width: 100%;
  }
  .cid-s95gVv0Efb .box-title2,
  .cid-s95gVv0Efb .box-text2 {
    color: #ffffff !important;
  }
  .cid-s95gVv0Efb .content-block,
  .cid-s95gVv0Efb .content1 {
    padding: 3rem 1rem;
  }
}
.cid-s95gVv0Efb .box-text1 {
  color: #333333;
}
.cid-s95gVv0Efb .box-title2 {
  color: #cccccc;
}
.cid-rJxDhX2yl5 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0f7699;
}
.cid-rJxDhX2yl5 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rJxDhX2yl5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rJxDhX2yl5 .text-content {
  padding-right: 1.5rem;
}
.cid-rJxDhX2yl5 .mbr-text,
.cid-rJxDhX2yl5 .mbr-section-btn {
  color: #ffffff;
}
.cid-rJxDhX2yl5 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rJxDhX2yl5 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rJxDhX2yl5 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rJxDhX2yl5 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rJxDhX2yl5 .main-row {
    margin: 0;
  }
  .cid-rJxDhX2yl5 .mbr-section-title,
  .cid-rJxDhX2yl5 .mbr-text,
  .cid-rJxDhX2yl5 .list,
  .cid-rJxDhX2yl5 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rJxDhX2yl5 .text-content {
    padding: 0;
  }
}
.cid-rJxDhX2yl5 .mbr-section-title {
  color: #aff0f6;
}
.cid-rJxQzJBvnu {
  padding-top: 135px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rJxQzJBvnu .text-content {
  padding-bottom: 60px;
}
.cid-rJxQzJBvnu .content-container .btn-bgr {
  z-index: 0;
}
.cid-rJxQzJBvnu .box-item-text {
  color: #767676;
}
.cid-rJxQzJBvnu .box-item {
  padding: 2.5rem;
}
.cid-rJxQzJBvnu .box-item:first-child {
  background-color: #ffffff;
}
.cid-rJxQzJBvnu .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-rJxQzJBvnu .box-item:last-child {
  background-color: #ffffff;
}
.cid-rJxQzJBvnu .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rJxQzJBvnu .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rJxQzJBvnu .box-list li:last-child {
  border-bottom: none;
}
.cid-rJxQzJBvnu .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rJxQzJBvnu .mbr-iconfont {
  color: #08829e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rJxQzJBvnu .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rJxQzJBvnu .mbr-section-subtitle,
  .cid-rJxQzJBvnu .mbr-section-title,
  .cid-rJxQzJBvnu .mbr-text,
  .cid-rJxQzJBvnu .mbr-section-btn,
  .cid-rJxQzJBvnu .icon-block-top,
  .cid-rJxQzJBvnu .box-item-title,
  .cid-rJxQzJBvnu .box-item-text {
    text-align: center !important;
  }
}
.cid-rJxQzJBvnu .mbr-section-title {
  color: #0b659b;
}
.cid-rJxQzJBvnu .mbr-text,
.cid-rJxQzJBvnu .mbr-section-btn {
  color: #232323;
}
.cid-rJxQzJBvnu .mbr-section-subtitle {
  color: #767676;
}
.cid-rJy59rCbnI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJy59rCbnI .counter-container {
  color: #464646;
}
.cid-rJy59rCbnI .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rJy59rCbnI .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rJy59rCbnI .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rJy59rCbnI H3 {
  color: #08829e;
}
.cid-rJy59rCbnI H4 {
  color: #0f7699;
}
.cid-s4yIngiJ8w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4yIngiJ8w .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4yIngiJ8w h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4yIngiJ8w .svg11 path {
  fill: #7aba59;
}
.cid-s4yIngiJ8w .svg21 path {
  fill: #f9b945;
}
.cid-s4yIngiJ8w .svg31 path {
  fill: #ed6436;
}
.cid-s4yIngiJ8w .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4yIngiJ8w .svg12 path,
.cid-s4yIngiJ8w .svg22 path,
.cid-s4yIngiJ8w .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4yIngiJ8w .card {
  position: relative;
  height: 300px;
}
.cid-s4yIngiJ8w .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4yIngiJ8w .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4yIngiJ8w .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yIngiJ8w .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4yIngiJ8w .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yIngiJ8w .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4yIngiJ8w .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4yIngiJ8w .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4yIngiJ8w .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4yIngiJ8w .card .svg22,
.cid-s4yIngiJ8w .card .svg32,
.cid-s4yIngiJ8w .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4yIngiJ8w .card .svg21,
.cid-s4yIngiJ8w .card .svg31,
.cid-s4yIngiJ8w .card .svg11 {
  z-index: 2;
}
.cid-s4yIngiJ8w .card div {
  z-index: 3;
}
.cid-s4yIngiJ8w .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4yIngiJ8w .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4yIngiJ8w .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4yIngiJ8w .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4yIngiJ8w .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4yIngiJ8w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4yIngiJ8w .card {
    margin-bottom: 2rem;
  }
  .cid-s4yIngiJ8w .card svg {
    left: 30px;
  }
  .cid-s4yIngiJ8w .card:hover h4 {
    animation: none;
  }
  .cid-s4yIngiJ8w .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4yIngiJ8w h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4yIngiJ8w .card {
    max-width: 330px;
  }
  .cid-s4yIngiJ8w .card svg {
    left: 0px;
  }
}
.cid-s4yIngiJ8w H2 {
  color: #0f7699;
}
.cid-rQvsYmpnXv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvsYmpnXv .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvsYmpnXv .content {
    padding: 0 2rem;
  }
}
.cid-rQvsYmpnXv .row {
  justify-content: flex-end;
}
.cid-rQvsYmpnXv .img-col {
  padding: 0;
}
.cid-rQvsYmpnXv .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvsYmpnXv .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvsYmpnXv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvsYmpnXv .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvsYmpnXv .icon-title,
.cid-rQvsYmpnXv .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvsYmpnXv .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvsYmpnXv .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvsYmpnXv .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvsYmpnXv .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvsYmpnXv .link-wrap {
    margin: auto;
  }
  .cid-rQvsYmpnXv .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvsYmpnXv .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvsYmpnXv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvsYmpnXv .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvsYmpnXv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvsYmpnXv .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvsYmpnXv H1 {
  color: #0f7699;
}
.cid-rJxoRahfUt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rNqe2SJiyc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNqe2SJiyc .nav-item:focus,
.cid-rNqe2SJiyc .nav-link:focus {
  outline: none;
}
.cid-rNqe2SJiyc .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rNqe2SJiyc .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rNqe2SJiyc .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rNqe2SJiyc .dropdown .dropdown-menu .dropdown-item:active,
.cid-rNqe2SJiyc .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rNqe2SJiyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNqe2SJiyc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNqe2SJiyc .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-rNqe2SJiyc .navbar-caption:hover {
  color: inherit!important;
}
.cid-rNqe2SJiyc .container {
  max-width: 1380px;
}
.cid-rNqe2SJiyc .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rNqe2SJiyc .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rNqe2SJiyc .nav-link:hover,
.cid-rNqe2SJiyc .nav-link:active,
.cid-rNqe2SJiyc .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rNqe2SJiyc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rNqe2SJiyc .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rNqe2SJiyc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rNqe2SJiyc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNqe2SJiyc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNqe2SJiyc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNqe2SJiyc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rNqe2SJiyc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNqe2SJiyc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNqe2SJiyc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rNqe2SJiyc .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-rNqe2SJiyc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNqe2SJiyc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rNqe2SJiyc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNqe2SJiyc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNqe2SJiyc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNqe2SJiyc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNqe2SJiyc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNqe2SJiyc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNqe2SJiyc .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-rNqe2SJiyc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNqe2SJiyc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNqe2SJiyc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNqe2SJiyc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNqe2SJiyc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNqe2SJiyc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNqe2SJiyc .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rNqe2SJiyc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNqe2SJiyc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNqe2SJiyc .icons-menu span {
  color: #ed6436 !important;
}
.cid-rNqe2SJiyc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNqe2SJiyc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNqe2SJiyc .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-rNqe2SJiyc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNqe2SJiyc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNqe2SJiyc .dropdown-item.active,
.cid-rNqe2SJiyc .dropdown-item:active {
  background-color: transparent;
}
.cid-rNqe2SJiyc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNqe2SJiyc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNqe2SJiyc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNqe2SJiyc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rNqe2SJiyc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNqe2SJiyc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNqe2SJiyc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNqe2SJiyc .navbar-buttons {
  text-align: center;
}
.cid-rNqe2SJiyc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNqe2SJiyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rNqe2SJiyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNqe2SJiyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNqe2SJiyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNqe2SJiyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNqe2SJiyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNqe2SJiyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNqe2SJiyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNqe2SJiyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNqe2SJiyc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNqe2SJiyc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNqe2SJiyc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rNqe2SJiyc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rNqe2SJiyc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNqe2SJiyc .navbar {
    height: 77px;
  }
  .cid-rNqe2SJiyc .navbar.opened {
    height: auto;
  }
  .cid-rNqe2SJiyc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNqe2U8WuV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1272.jpg");
}
.cid-rNqe2U8WuV .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rNqe2U8WuV .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rNqe2U8WuV .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rNqe2U8WuV .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rNqe2U8WuV .container {
  max-width: 1600px;
}
.cid-rNqe2U8WuV .mbr-bold,
.cid-rNqe2U8WuV b {
  font-weight: 900;
}
.cid-rNqe2U8WuV .btn {
  color: white!important;
}
.cid-rNqe2U8WuV svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rNqe2U8WuV svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rNqe2U8WuV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rNqe2U8WuV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rNqe2U8WuV svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rNqe2U8WuV .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rNqe2U8WuV H1 {
  color: #ffffff;
}
.cid-rNqe2U8WuV .mbr-text,
.cid-rNqe2U8WuV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rNqe2USSBJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNqe2USSBJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNqe2USSBJ H1 {
  color: #0a465a;
}
.cid-rNqe2USSBJ .mbr-text,
.cid-rNqe2USSBJ .mbr-section-btn {
  color: #716c80;
}
.cid-rNqe2USSBJ H3 {
  color: #716c80;
}
.cid-rNqe2USSBJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNqe2USSBJ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNqe2USSBJ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNqe2USSBJ .link:hover {
  color: #08829e !important;
}
.cid-rNqe2USSBJ .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNqe2USSBJ DIV {
  color: #57468b;
}
.cid-rNqe2USSBJ .mbr-text,
.cid-rNqe2USSBJ .media-content {
  color: #232323;
}
.cid-rNqgsHe0SS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bfceff;
}
.cid-rNqgsHe0SS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNqgsHe0SS H1 {
  color: #2b597e;
}
.cid-rNqgsHe0SS .mbr-text,
.cid-rNqgsHe0SS .mbr-section-btn {
  color: #716c80;
}
.cid-rNqgsHe0SS H3 {
  color: #716c80;
}
.cid-rNqgsHe0SS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNqgsHe0SS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNqgsHe0SS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNqgsHe0SS .link:hover {
  color: #08829e !important;
}
.cid-rNqgsHe0SS .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNqgsHe0SS DIV {
  color: #57468b;
}
.cid-rNqgsHe0SS .mbr-text,
.cid-rNqgsHe0SS .media-content {
  color: #000000;
}
.cid-rNqe2VEtyO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1326.jpg");
}
.cid-rNqe2VEtyO H2 {
  color: #b2ccd2;
}
.cid-rNqe2X2Tml {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNqe2X2Tml img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNqe2X2Tml H1 {
  color: #0f7699;
}
.cid-rNqe2X2Tml .mbr-text,
.cid-rNqe2X2Tml .mbr-section-btn {
  color: #716c80;
}
.cid-rNqe2X2Tml H3 {
  color: #716c80;
}
.cid-rNqe2X2Tml .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNqe2X2Tml .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNqe2X2Tml .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNqe2X2Tml .link:hover {
  color: #08829e !important;
}
.cid-rNqe2X2Tml .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNqe2X2Tml DIV {
  color: #57468b;
}
.cid-rNqe2X2Tml .mbr-text,
.cid-rNqe2X2Tml .media-content {
  color: #0a465a;
}
.cid-rNqe2XG6Fu {
  background-color: #ffffff;
}
.cid-rNqe2XG6Fu section {
  position: relative;
}
.cid-rNqe2XG6Fu .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rNqe2XG6Fu #e1_circle,
.cid-rNqe2XG6Fu #e3_circle,
.cid-rNqe2XG6Fu #e4_circle,
.cid-rNqe2XG6Fu #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rNqe2XG6Fu #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rNqe2XG6Fu .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rNqe2XG6Fu .rev {
  animation: rev 4s linear infinite;
}
.cid-rNqe2XG6Fu .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rNqe2XG6Fu .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rNqe2XG6Fu .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rNqe2XG6Fu .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rNqe2XG6Fu .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rNqe2XG6Fu .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rNqe2XG6Fu .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rNqe2XG6Fu .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rNqe2XG6Fu .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rNqe2XG6Fu .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rNqe2XG6Fu .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rNqe2XG6Fu H1 {
  color: #0a465a;
}
.cid-rNqe2XG6Fu .mbr-text,
.cid-rNqe2XG6Fu .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rNqe2XG6Fu H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rNqe2XG6Fu .round9,
  .cid-rNqe2XG6Fu .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rNqe2XG6Fu .round {
    display: none;
  }
}
.cid-udUCXOZSuG {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUCXOZSuG H1 {
  color: #0f7699;
}
.cid-udUCXOZSuG .mbr-text,
.cid-udUCXOZSuG .mbr-section-btn {
  color: #181818;
}
.cid-udUCXOZSuG .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUCXOZSuG .relative {
  position: relative;
}
.cid-udUCXOZSuG .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUCXOZSuG .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUCXOZSuG .card-img2 .img2 {
  width: 120%;
}
.cid-udUCXOZSuG .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUCXOZSuG .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUCXOZSuG .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUCYGMXH4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUCYGMXH4 .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUCYGMXH4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUCYGMXH4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUCYGMXH4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUCYGMXH4 .mbr-text,
.cid-udUCYGMXH4 .mbr-section-btn {
  color: #ffffff;
}
.cid-udUCYGMXH4 .card-title,
.cid-udUCYGMXH4 .card-box {
  text-align: left;
}
.cid-rQvptbJ46h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvptbJ46h .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvptbJ46h h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvptbJ46h .svg11 path {
  fill: #7aba59;
}
.cid-rQvptbJ46h .svg21 path {
  fill: #f9b945;
}
.cid-rQvptbJ46h .svg31 path {
  fill: #ed6436;
}
.cid-rQvptbJ46h .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvptbJ46h .svg12 path,
.cid-rQvptbJ46h .svg22 path,
.cid-rQvptbJ46h .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvptbJ46h .card {
  position: relative;
  height: 300px;
}
.cid-rQvptbJ46h .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvptbJ46h .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvptbJ46h .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvptbJ46h .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvptbJ46h .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvptbJ46h .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvptbJ46h .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvptbJ46h .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvptbJ46h .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvptbJ46h .card .svg22,
.cid-rQvptbJ46h .card .svg32,
.cid-rQvptbJ46h .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvptbJ46h .card .svg21,
.cid-rQvptbJ46h .card .svg31,
.cid-rQvptbJ46h .card .svg11 {
  z-index: 2;
}
.cid-rQvptbJ46h .card div {
  z-index: 3;
}
.cid-rQvptbJ46h .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvptbJ46h .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvptbJ46h .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvptbJ46h .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvptbJ46h .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvptbJ46h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvptbJ46h .card {
    margin-bottom: 2rem;
  }
  .cid-rQvptbJ46h .card svg {
    left: 30px;
  }
  .cid-rQvptbJ46h .card:hover h4 {
    animation: none;
  }
  .cid-rQvptbJ46h .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvptbJ46h h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvptbJ46h .card {
    max-width: 330px;
  }
  .cid-rQvptbJ46h .card svg {
    left: 0px;
  }
}
.cid-rQvptbJ46h H2 {
  color: #0f7699;
}
.cid-rQvuhNfEdv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvuhNfEdv .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvuhNfEdv .content {
    padding: 0 2rem;
  }
}
.cid-rQvuhNfEdv .row {
  justify-content: flex-end;
}
.cid-rQvuhNfEdv .img-col {
  padding: 0;
}
.cid-rQvuhNfEdv .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvuhNfEdv .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvuhNfEdv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvuhNfEdv .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvuhNfEdv .icon-title,
.cid-rQvuhNfEdv .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvuhNfEdv .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvuhNfEdv .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvuhNfEdv .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvuhNfEdv .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvuhNfEdv .link-wrap {
    margin: auto;
  }
  .cid-rQvuhNfEdv .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvuhNfEdv .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvuhNfEdv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvuhNfEdv .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvuhNfEdv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvuhNfEdv .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvuhNfEdv H1 {
  color: #0f7699;
}
.cid-rNqe32gg49 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rNvaVR8Krh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNvaVR8Krh .nav-item:focus,
.cid-rNvaVR8Krh .nav-link:focus {
  outline: none;
}
.cid-rNvaVR8Krh .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rNvaVR8Krh .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rNvaVR8Krh .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rNvaVR8Krh .dropdown .dropdown-menu .dropdown-item:active,
.cid-rNvaVR8Krh .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rNvaVR8Krh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNvaVR8Krh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNvaVR8Krh .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-rNvaVR8Krh .navbar-caption:hover {
  color: inherit!important;
}
.cid-rNvaVR8Krh .container {
  max-width: 1380px;
}
.cid-rNvaVR8Krh .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rNvaVR8Krh .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rNvaVR8Krh .nav-link:hover,
.cid-rNvaVR8Krh .nav-link:active,
.cid-rNvaVR8Krh .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rNvaVR8Krh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rNvaVR8Krh .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rNvaVR8Krh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rNvaVR8Krh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNvaVR8Krh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNvaVR8Krh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNvaVR8Krh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rNvaVR8Krh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNvaVR8Krh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNvaVR8Krh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rNvaVR8Krh .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-rNvaVR8Krh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNvaVR8Krh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rNvaVR8Krh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNvaVR8Krh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNvaVR8Krh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNvaVR8Krh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNvaVR8Krh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNvaVR8Krh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNvaVR8Krh .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-rNvaVR8Krh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNvaVR8Krh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNvaVR8Krh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNvaVR8Krh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNvaVR8Krh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNvaVR8Krh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNvaVR8Krh .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rNvaVR8Krh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNvaVR8Krh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNvaVR8Krh .icons-menu span {
  color: #ed6436 !important;
}
.cid-rNvaVR8Krh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNvaVR8Krh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNvaVR8Krh .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-rNvaVR8Krh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNvaVR8Krh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNvaVR8Krh .dropdown-item.active,
.cid-rNvaVR8Krh .dropdown-item:active {
  background-color: transparent;
}
.cid-rNvaVR8Krh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNvaVR8Krh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNvaVR8Krh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNvaVR8Krh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rNvaVR8Krh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNvaVR8Krh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNvaVR8Krh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNvaVR8Krh .navbar-buttons {
  text-align: center;
}
.cid-rNvaVR8Krh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNvaVR8Krh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rNvaVR8Krh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNvaVR8Krh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNvaVR8Krh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNvaVR8Krh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNvaVR8Krh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNvaVR8Krh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNvaVR8Krh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNvaVR8Krh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNvaVR8Krh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNvaVR8Krh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNvaVR8Krh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rNvaVR8Krh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rNvaVR8Krh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNvaVR8Krh .navbar {
    height: 77px;
  }
  .cid-rNvaVR8Krh .navbar.opened {
    height: auto;
  }
  .cid-rNvaVR8Krh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNvaVSAh0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1274.jpg");
}
.cid-rNvaVSAh0E .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rNvaVSAh0E .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rNvaVSAh0E .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rNvaVSAh0E .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rNvaVSAh0E .container {
  max-width: 1600px;
}
.cid-rNvaVSAh0E .mbr-bold,
.cid-rNvaVSAh0E b {
  font-weight: 900;
}
.cid-rNvaVSAh0E .btn {
  color: white!important;
}
.cid-rNvaVSAh0E svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rNvaVSAh0E svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rNvaVSAh0E svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rNvaVSAh0E svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rNvaVSAh0E svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rNvaVSAh0E .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rNvaVSAh0E H1 {
  color: #ffffff;
}
.cid-rNvaVSAh0E .mbr-text,
.cid-rNvaVSAh0E .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rNvaVTejXg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rNvaVTejXg img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNvaVTejXg H1 {
  color: #0b659b;
}
.cid-rNvaVTejXg .mbr-text,
.cid-rNvaVTejXg .mbr-section-btn {
  color: #716c80;
}
.cid-rNvaVTejXg H3 {
  color: #716c80;
}
.cid-rNvaVTejXg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNvaVTejXg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNvaVTejXg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNvaVTejXg .link:hover {
  color: #08829e !important;
}
.cid-rNvaVTejXg .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNvaVTejXg DIV {
  color: #57468b;
}
.cid-rNvaVTejXg .mbr-text,
.cid-rNvaVTejXg .media-content {
  color: #232323;
}
.cid-rNvaVTYsm3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bfceff;
}
.cid-rNvaVTYsm3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNvaVTYsm3 H1 {
  color: #2b597e;
}
.cid-rNvaVTYsm3 .mbr-text,
.cid-rNvaVTYsm3 .mbr-section-btn {
  color: #716c80;
}
.cid-rNvaVTYsm3 H3 {
  color: #716c80;
}
.cid-rNvaVTYsm3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNvaVTYsm3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNvaVTYsm3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNvaVTYsm3 .link:hover {
  color: #08829e !important;
}
.cid-rNvaVTYsm3 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNvaVTYsm3 DIV {
  color: #57468b;
}
.cid-rNvaVTYsm3 .mbr-text,
.cid-rNvaVTYsm3 .media-content {
  color: #000000;
}
.cid-rTByzOWIiM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rTByzOWIiM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rTByzOWIiM H1 {
  color: #0b659b;
}
.cid-rTByzOWIiM .mbr-text,
.cid-rTByzOWIiM .mbr-section-btn {
  color: #716c80;
}
.cid-rTByzOWIiM H3 {
  color: #716c80;
}
.cid-rTByzOWIiM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rTByzOWIiM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rTByzOWIiM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rTByzOWIiM .link:hover {
  color: #08829e !important;
}
.cid-rTByzOWIiM .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rTByzOWIiM DIV {
  color: #57468b;
}
.cid-rTByzOWIiM .mbr-text,
.cid-rTByzOWIiM .media-content {
  color: #232323;
}
.cid-rTBlOK3buL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTBlOK3buL li {
  list-style: none;
}
.cid-rTBlOK3buL .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rTBlOK3buL .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rTBlOK3buL .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rTBlOK3buL h4 {
  margin: 0;
}
.cid-rTBlOK3buL ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rTBlOK3buL .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rTBlOK3buL .col-title2 {
  color: #0f7699;
}
.cid-rTBlOK3buL .col-title1 {
  text-align: right;
  color: #054570;
}
.cid-rTUuOMhiwO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTUuOMhiwO li {
  list-style: none;
}
.cid-rTUuOMhiwO .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rTUuOMhiwO .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rTUuOMhiwO .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rTUuOMhiwO h4 {
  margin: 0;
}
.cid-rTUuOMhiwO ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rTUuOMhiwO .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rTUuOMhiwO .col-title2 {
  color: #0f7699;
}
.cid-rTUuOMhiwO .col-title1 {
  text-align: right;
  color: #054570;
}
.cid-rSoIBYJaxg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(90deg, #c4c4c4, #c4c4c4);
}
.cid-rSoIBYJaxg .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rSoIBYJaxg .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rSoIBYJaxg .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-rSoIBYJaxg .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rSoIBYJaxg .mbr-section-subtitle,
.cid-rSoIBYJaxg .mbr-section-btn {
  color: #767676;
}
.cid-rV84AYPfJE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV84AYPfJE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rV84AYPfJE H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rV84AYPfJE .mbr-text,
.cid-rV84AYPfJE .mbr-section-btn {
  color: #716c80;
}
.cid-rV84AYPfJE H3 {
  color: #716c80;
}
.cid-rV84AYPfJE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rV84AYPfJE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rV84AYPfJE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rV84AYPfJE .link:hover {
  color: #08829e !important;
}
.cid-rV84AYPfJE .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rV84AYPfJE DIV {
  color: #57468b;
}
.cid-rV84AYPfJE .mbr-text,
.cid-rV84AYPfJE .media-content {
  color: #232323;
}
.cid-rV84AYPfJE P {
  text-align: center;
  color: #82786e;
}
.cid-rU6vwpszir {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rU6vwpszir .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rU6vwpszir .video-block {
    width: 100% !important;
  }
}
.cid-rZtCi8cuKP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-rZtCi8cuKP .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rZtCi8cuKP .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rZtCi8cuKP .card-wrap:hover h4,
.cid-rZtCi8cuKP .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rZtCi8cuKP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rZtCi8cuKP h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rZtCi8cuKP img {
  width: 100%;
}
.cid-rZtCi8cuKP h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZtCi8cuKP h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZtCi8cuKP .card-title1,
.cid-rZtCi8cuKP .title-wrap1 {
  color: #ffffff;
}
.cid-rZtCi8cuKP .card-title,
.cid-rZtCi8cuKP .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rZtCi8cuKP .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rZtCi8cuKP .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rZtCi8cuKP H3 {
  color: #ffffff;
}
.cid-rZtDwwLDlz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-rZtDwwLDlz .mbr-text {
  position: relative;
}
.cid-rZtDwwLDlz .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rZtDwwLDlz .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rZtDwwLDlz .mbr-text:after,
  .cid-rZtDwwLDlz .mbr-text:before {
    display: none;
  }
}
.cid-rNvaVUCeHC {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1441.jpg");
}
.cid-rWE5V2NKPt {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e2e461;
  overflow: hidden;
}
.cid-rWE5V2NKPt H1 {
  color: #232323;
}
.cid-rWE5V2NKPt .mbr-text,
.cid-rWE5V2NKPt .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rWE5V2NKPt .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-rWE5V2NKPt .relative {
  position: relative;
}
.cid-rWE5V2NKPt .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rWE5V2NKPt .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rWE5V2NKPt .card-img2 .img2 {
  width: 120%;
}
.cid-rWE5V2NKPt .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rWE5V2NKPt .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rWE5V2NKPt .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rXLhnI16a9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rXLhnI16a9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-rXLhnI16a9 .mbr-overlay {
  background: #0f7699;
}
.cid-rXLhnI16a9 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rXLhnI16a9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rXLhnI16a9 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rXLhnI16a9 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rXLhnI16a9 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rXLhnI16a9 .mbr-section-btn,
.cid-rXLhnI16a9 .mbr-section-title {
  color: #0f7699;
}
.cid-rURhlf0JqP {
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-rURhlf0JqP .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rURhlf0JqP .text-content .btn-bgr {
  z-index: 0;
}
.cid-rURhlf0JqP .mbr-overlay {
  background: linear-gradient(90deg, #f7ed4a, #482908);
}
.cid-rURhlf0JqP H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rURhlf0JqP P {
  color: #0b1b3f;
}
.cid-rURhlf0JqP H2 {
  color: #000000;
}
.cid-rURhlf0JqP .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rURhlf0JqP .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rURhlf0JqP .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rURhlf0JqP .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rURhlf0JqP .text-content {
    width: 100%;
  }
}
.cid-rURhlf0JqP .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rURhlf0JqP .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rURhlf0JqP .mbr-text {
    text-align: center;
  }
}
.cid-rXtMmDbejh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXtMmDbejh .mbr-text,
.cid-rXtMmDbejh .mbr-section-btn,
.cid-rXtMmDbejh H4 {
  color: #767676;
}
.cid-rXtMmDbejh .img-box {
  position: relative;
}
.cid-rXtMmDbejh .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rXtMmDbejh .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rXtMmDbejh img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-rXtMmDbejh .author-box {
    justify-content: center;
  }
}
.cid-rXtMmDbejh .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rXtMmDbejh .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rXtMmDbejh .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rXtMmDbejh h3,
.cid-rXtMmDbejh h4 {
  margin: 0;
  padding: 0;
}
.cid-rXtMmDbejh H3 {
  color: #149dcc;
}
.cid-rXtMmDbejh H1 {
  color: #0f7699;
}
.cid-rXtMmDbejh .mbr-text,
.cid-rXtMmDbejh .mbr-section-btn {
  color: #181818;
}
.cid-rXWWDKH9dQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-700x525.jpg");
}
.cid-rXWWDKH9dQ .text-content .btn-bgr {
  z-index: 0;
}
.cid-rXWWDKH9dQ .mbr-overlay {
  background: #0f7699;
}
.cid-rXWWDKH9dQ .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rXWWDKH9dQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rXWWDKH9dQ .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rXWWDKH9dQ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rXWWDKH9dQ .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rXWWDKH9dQ .mbr-section-btn,
.cid-rXWWDKH9dQ .mbr-section-title {
  color: #0f7699;
}
.cid-rNvaVVhVGi {
  background-color: #ffffff;
}
.cid-rNvaVVhVGi section {
  position: relative;
}
.cid-rNvaVVhVGi .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rNvaVVhVGi #e1_circle,
.cid-rNvaVVhVGi #e3_circle,
.cid-rNvaVVhVGi #e4_circle,
.cid-rNvaVVhVGi #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rNvaVVhVGi #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rNvaVVhVGi .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rNvaVVhVGi .rev {
  animation: rev 4s linear infinite;
}
.cid-rNvaVVhVGi .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rNvaVVhVGi .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rNvaVVhVGi .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rNvaVVhVGi .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rNvaVVhVGi .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rNvaVVhVGi .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rNvaVVhVGi .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rNvaVVhVGi .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rNvaVVhVGi .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rNvaVVhVGi .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rNvaVVhVGi .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rNvaVVhVGi H1 {
  color: #0a465a;
}
.cid-rNvaVVhVGi .mbr-text,
.cid-rNvaVVhVGi .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rNvaVVhVGi H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rNvaVVhVGi .round9,
  .cid-rNvaVVhVGi .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rNvaVVhVGi .round {
    display: none;
  }
}
.cid-rQvpC1PFQp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpC1PFQp .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpC1PFQp h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpC1PFQp .svg11 path {
  fill: #7aba59;
}
.cid-rQvpC1PFQp .svg21 path {
  fill: #f9b945;
}
.cid-rQvpC1PFQp .svg31 path {
  fill: #ed6436;
}
.cid-rQvpC1PFQp .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpC1PFQp .svg12 path,
.cid-rQvpC1PFQp .svg22 path,
.cid-rQvpC1PFQp .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpC1PFQp .card {
  position: relative;
  height: 300px;
}
.cid-rQvpC1PFQp .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpC1PFQp .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpC1PFQp .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpC1PFQp .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpC1PFQp .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpC1PFQp .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpC1PFQp .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpC1PFQp .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpC1PFQp .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpC1PFQp .card .svg22,
.cid-rQvpC1PFQp .card .svg32,
.cid-rQvpC1PFQp .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpC1PFQp .card .svg21,
.cid-rQvpC1PFQp .card .svg31,
.cid-rQvpC1PFQp .card .svg11 {
  z-index: 2;
}
.cid-rQvpC1PFQp .card div {
  z-index: 3;
}
.cid-rQvpC1PFQp .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpC1PFQp .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpC1PFQp .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpC1PFQp .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpC1PFQp .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpC1PFQp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpC1PFQp .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpC1PFQp .card svg {
    left: 30px;
  }
  .cid-rQvpC1PFQp .card:hover h4 {
    animation: none;
  }
  .cid-rQvpC1PFQp .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpC1PFQp h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpC1PFQp .card {
    max-width: 330px;
  }
  .cid-rQvpC1PFQp .card svg {
    left: 0px;
  }
}
.cid-rQvpC1PFQp H2 {
  color: #0f7699;
}
.cid-rQvuuA6rBG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvuuA6rBG .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvuuA6rBG .content {
    padding: 0 2rem;
  }
}
.cid-rQvuuA6rBG .row {
  justify-content: flex-end;
}
.cid-rQvuuA6rBG .img-col {
  padding: 0;
}
.cid-rQvuuA6rBG .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvuuA6rBG .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvuuA6rBG .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvuuA6rBG .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvuuA6rBG .icon-title,
.cid-rQvuuA6rBG .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvuuA6rBG .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvuuA6rBG .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvuuA6rBG .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvuuA6rBG .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvuuA6rBG .link-wrap {
    margin: auto;
  }
  .cid-rQvuuA6rBG .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvuuA6rBG .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvuuA6rBG .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvuuA6rBG .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvuuA6rBG .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvuuA6rBG .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvuuA6rBG H1 {
  color: #0f7699;
}
.cid-rNvaVZZydl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQ79y2wEim .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ79y2wEim .nav-item:focus,
.cid-rQ79y2wEim .nav-link:focus {
  outline: none;
}
.cid-rQ79y2wEim .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQ79y2wEim .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQ79y2wEim .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQ79y2wEim .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQ79y2wEim .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQ79y2wEim .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ79y2wEim .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQ79y2wEim .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-rQ79y2wEim .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQ79y2wEim .container {
  max-width: 1380px;
}
.cid-rQ79y2wEim .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQ79y2wEim .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQ79y2wEim .nav-link:hover,
.cid-rQ79y2wEim .nav-link:active,
.cid-rQ79y2wEim .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQ79y2wEim .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQ79y2wEim .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQ79y2wEim .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQ79y2wEim .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQ79y2wEim .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQ79y2wEim .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQ79y2wEim .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQ79y2wEim .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQ79y2wEim .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQ79y2wEim .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQ79y2wEim .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-rQ79y2wEim .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQ79y2wEim .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQ79y2wEim .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQ79y2wEim .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQ79y2wEim .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQ79y2wEim .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQ79y2wEim .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQ79y2wEim .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQ79y2wEim .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-rQ79y2wEim .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQ79y2wEim .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQ79y2wEim .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQ79y2wEim .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQ79y2wEim .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQ79y2wEim .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQ79y2wEim .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQ79y2wEim .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQ79y2wEim .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQ79y2wEim .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQ79y2wEim .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQ79y2wEim .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQ79y2wEim .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-rQ79y2wEim .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQ79y2wEim .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQ79y2wEim .dropdown-item.active,
.cid-rQ79y2wEim .dropdown-item:active {
  background-color: transparent;
}
.cid-rQ79y2wEim .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQ79y2wEim .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQ79y2wEim .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQ79y2wEim .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQ79y2wEim .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQ79y2wEim .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ79y2wEim ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQ79y2wEim .navbar-buttons {
  text-align: center;
}
.cid-rQ79y2wEim button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ79y2wEim button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQ79y2wEim button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ79y2wEim button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ79y2wEim button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ79y2wEim button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ79y2wEim nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ79y2wEim nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ79y2wEim nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ79y2wEim nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ79y2wEim .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQ79y2wEim a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQ79y2wEim .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQ79y2wEim .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQ79y2wEim .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQ79y2wEim .navbar {
    height: 77px;
  }
  .cid-rQ79y2wEim .navbar.opened {
    height: auto;
  }
  .cid-rQ79y2wEim .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQ79y40FNB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-rQ79y40FNB .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQ79y40FNB .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQ79y40FNB .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQ79y40FNB .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQ79y40FNB .container {
  max-width: 1600px;
}
.cid-rQ79y40FNB .mbr-bold,
.cid-rQ79y40FNB b {
  font-weight: 900;
}
.cid-rQ79y40FNB .btn {
  color: white!important;
}
.cid-rQ79y40FNB svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQ79y40FNB svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQ79y40FNB svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQ79y40FNB svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQ79y40FNB svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQ79y40FNB .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQ79y40FNB H1 {
  color: #0b1b3f;
}
.cid-rQ79y40FNB .mbr-text,
.cid-rQ79y40FNB .mbr-section-btn {
  color: #0b1b3f;
  text-align: left;
}
.cid-rQ79y52Hnz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQ79y52Hnz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ79y52Hnz H1 {
  color: #0b1b3f;
}
.cid-rQ79y52Hnz .mbr-text,
.cid-rQ79y52Hnz .mbr-section-btn {
  color: #716c80;
}
.cid-rQ79y52Hnz H3 {
  color: #716c80;
}
.cid-rQ79y52Hnz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ79y52Hnz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ79y52Hnz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ79y52Hnz .link:hover {
  color: #08829e !important;
}
.cid-rQ79y52Hnz .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ79y52Hnz DIV {
  color: #57468b;
}
.cid-rQ79y52Hnz .mbr-text,
.cid-rQ79y52Hnz .media-content {
  color: #232323;
}
.cid-rQ79y5W1TC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #80ccfa;
}
.cid-rQ79y5W1TC .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQ79y5W1TC .mbr-section-subtitle {
  color: #031641;
  text-align: center;
}
.cid-rQ79y5W1TC p {
  margin: 0;
  padding: 0;
}
.cid-rQ79y5W1TC .card {
  margin-bottom: 2rem;
}
.cid-rQ79y5W1TC .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rQ79y5W1TC .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
}
.cid-rQ79y5W1TC .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rQ79y5W1TC .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rQ79y5W1TC .name-wrap {
  display: inline-block;
}
.cid-rQ79y5W1TC .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rQ79y5W1TC .mbr-author-desc {
  color: #767676;
}
.cid-rQ79y5W1TC .card-block P {
  color: #767676;
}
.cid-rQ79y5W1TC .mbr-author-name {
  color: #2f4606;
}
.cid-rQ79y5W1TC .mbr-section-title,
.cid-rQ79y5W1TC .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rQ79y5W1TC .mbr-section-title,
.cid-rQ79y5W1TC .title {
  color: #0f7699;
}
.cid-rQ79y8cuRV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-rQ79y9iJpF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ79y9iJpF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ79y9iJpF H1 {
  color: #0b1b3f;
}
.cid-rQ79y9iJpF .mbr-text,
.cid-rQ79y9iJpF .mbr-section-btn {
  color: #716c80;
}
.cid-rQ79y9iJpF H3 {
  color: #716c80;
}
.cid-rQ79y9iJpF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ79y9iJpF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ79y9iJpF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ79y9iJpF .link:hover {
  color: #08829e !important;
}
.cid-rQ79y9iJpF .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ79y9iJpF DIV {
  color: #57468b;
}
.cid-rQ79y9iJpF .mbr-text,
.cid-rQ79y9iJpF .media-content {
  color: #232323;
}
.cid-rSAR8nge7L {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSAR8nge7L .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rSAR8nge7L .video-block {
    width: 100% !important;
  }
}
.cid-rQ79yacOD0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ79yacOD0 h3 {
  text-align: center;
}
.cid-rQ79yacOD0 .pie_progress {
  position: relative;
}
.cid-rQ79yacOD0 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQ79yacOD0 p {
  line-height: 1.6;
}
.cid-rQ79yacOD0 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQ79yacOD0 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQ79yacOD0 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQ79yacOD0 .mbr-section-subtitle {
  color: #383838;
}
.cid-rQ79yacOD0 .pie_progress__number {
  text-align: center !important;
}
.cid-rQ79yacOD0 .card-title {
  margin-bottom: 0;
}
.cid-rQ79yacOD0 .svg-gradient {
  position: absolute;
}
.cid-rQ79yacOD0 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQ79yacOD0 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQ79yacOD0 H4 {
  color: #ed6436;
}
.cid-rQ79yacOD0 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQ79yacOD0 .card {
    flex-direction: column;
  }
  .cid-rQ79yacOD0 .content {
    padding-left: 0rem;
  }
  .cid-rQ79yacOD0 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQ79yacOD0 .card-text {
  color: #a95b10;
}
.cid-rQ79ybSywj {
  background-color: #ffffff;
}
.cid-rQ79ybSywj section {
  position: relative;
}
.cid-rQ79ybSywj .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQ79ybSywj #e1_circle,
.cid-rQ79ybSywj #e3_circle,
.cid-rQ79ybSywj #e4_circle,
.cid-rQ79ybSywj #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQ79ybSywj #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQ79ybSywj .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQ79ybSywj .rev {
  animation: rev 4s linear infinite;
}
.cid-rQ79ybSywj .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQ79ybSywj .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQ79ybSywj .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQ79ybSywj .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQ79ybSywj .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQ79ybSywj .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQ79ybSywj .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQ79ybSywj .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQ79ybSywj .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQ79ybSywj .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQ79ybSywj .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQ79ybSywj H1 {
  color: #0a465a;
}
.cid-rQ79ybSywj .mbr-text,
.cid-rQ79ybSywj .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQ79ybSywj H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rQ79ybSywj .round9,
  .cid-rQ79ybSywj .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQ79ybSywj .round {
    display: none;
  }
}
.cid-rQvpKJ7nWp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpKJ7nWp .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpKJ7nWp h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpKJ7nWp .svg11 path {
  fill: #7aba59;
}
.cid-rQvpKJ7nWp .svg21 path {
  fill: #f9b945;
}
.cid-rQvpKJ7nWp .svg31 path {
  fill: #ed6436;
}
.cid-rQvpKJ7nWp .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpKJ7nWp .svg12 path,
.cid-rQvpKJ7nWp .svg22 path,
.cid-rQvpKJ7nWp .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpKJ7nWp .card {
  position: relative;
  height: 300px;
}
.cid-rQvpKJ7nWp .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpKJ7nWp .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpKJ7nWp .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpKJ7nWp .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpKJ7nWp .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpKJ7nWp .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpKJ7nWp .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpKJ7nWp .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpKJ7nWp .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpKJ7nWp .card .svg22,
.cid-rQvpKJ7nWp .card .svg32,
.cid-rQvpKJ7nWp .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpKJ7nWp .card .svg21,
.cid-rQvpKJ7nWp .card .svg31,
.cid-rQvpKJ7nWp .card .svg11 {
  z-index: 2;
}
.cid-rQvpKJ7nWp .card div {
  z-index: 3;
}
.cid-rQvpKJ7nWp .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpKJ7nWp .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpKJ7nWp .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpKJ7nWp .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpKJ7nWp .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpKJ7nWp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpKJ7nWp .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpKJ7nWp .card svg {
    left: 30px;
  }
  .cid-rQvpKJ7nWp .card:hover h4 {
    animation: none;
  }
  .cid-rQvpKJ7nWp .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpKJ7nWp h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpKJ7nWp .card {
    max-width: 330px;
  }
  .cid-rQvpKJ7nWp .card svg {
    left: 0px;
  }
}
.cid-rQvpKJ7nWp H2 {
  color: #0f7699;
}
.cid-rQvuA7NlIf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvuA7NlIf .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvuA7NlIf .content {
    padding: 0 2rem;
  }
}
.cid-rQvuA7NlIf .row {
  justify-content: flex-end;
}
.cid-rQvuA7NlIf .img-col {
  padding: 0;
}
.cid-rQvuA7NlIf .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvuA7NlIf .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvuA7NlIf .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvuA7NlIf .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvuA7NlIf .icon-title,
.cid-rQvuA7NlIf .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvuA7NlIf .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvuA7NlIf .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvuA7NlIf .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvuA7NlIf .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvuA7NlIf .link-wrap {
    margin: auto;
  }
  .cid-rQvuA7NlIf .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvuA7NlIf .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvuA7NlIf .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvuA7NlIf .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvuA7NlIf .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvuA7NlIf .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvuA7NlIf H1 {
  color: #0f7699;
}
.cid-rQ79ym4I5z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQ7qvBWTQi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ7qvBWTQi .nav-item:focus,
.cid-rQ7qvBWTQi .nav-link:focus {
  outline: none;
}
.cid-rQ7qvBWTQi .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQ7qvBWTQi .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQ7qvBWTQi .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQ7qvBWTQi .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQ7qvBWTQi .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQ7qvBWTQi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ7qvBWTQi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQ7qvBWTQi .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-rQ7qvBWTQi .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQ7qvBWTQi .container {
  max-width: 1380px;
}
.cid-rQ7qvBWTQi .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQ7qvBWTQi .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQ7qvBWTQi .nav-link:hover,
.cid-rQ7qvBWTQi .nav-link:active,
.cid-rQ7qvBWTQi .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQ7qvBWTQi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQ7qvBWTQi .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQ7qvBWTQi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQ7qvBWTQi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQ7qvBWTQi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQ7qvBWTQi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQ7qvBWTQi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQ7qvBWTQi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQ7qvBWTQi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQ7qvBWTQi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQ7qvBWTQi .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-rQ7qvBWTQi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQ7qvBWTQi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQ7qvBWTQi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQ7qvBWTQi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQ7qvBWTQi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQ7qvBWTQi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQ7qvBWTQi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQ7qvBWTQi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQ7qvBWTQi .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-rQ7qvBWTQi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQ7qvBWTQi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQ7qvBWTQi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQ7qvBWTQi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQ7qvBWTQi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQ7qvBWTQi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQ7qvBWTQi .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQ7qvBWTQi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQ7qvBWTQi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQ7qvBWTQi .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQ7qvBWTQi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQ7qvBWTQi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQ7qvBWTQi .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-rQ7qvBWTQi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQ7qvBWTQi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQ7qvBWTQi .dropdown-item.active,
.cid-rQ7qvBWTQi .dropdown-item:active {
  background-color: transparent;
}
.cid-rQ7qvBWTQi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQ7qvBWTQi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQ7qvBWTQi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQ7qvBWTQi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQ7qvBWTQi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQ7qvBWTQi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ7qvBWTQi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQ7qvBWTQi .navbar-buttons {
  text-align: center;
}
.cid-rQ7qvBWTQi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ7qvBWTQi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQ7qvBWTQi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ7qvBWTQi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ7qvBWTQi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ7qvBWTQi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ7qvBWTQi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ7qvBWTQi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ7qvBWTQi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ7qvBWTQi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ7qvBWTQi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQ7qvBWTQi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQ7qvBWTQi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQ7qvBWTQi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQ7qvBWTQi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQ7qvBWTQi .navbar {
    height: 77px;
  }
  .cid-rQ7qvBWTQi .navbar.opened {
    height: auto;
  }
  .cid-rQ7qvBWTQi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQ7qvDkkGr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1440.jpg");
}
.cid-rQ7qvDkkGr .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQ7qvDkkGr .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQ7qvDkkGr .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQ7qvDkkGr .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQ7qvDkkGr .container {
  max-width: 1600px;
}
.cid-rQ7qvDkkGr .mbr-bold,
.cid-rQ7qvDkkGr b {
  font-weight: 900;
}
.cid-rQ7qvDkkGr .btn {
  color: white!important;
}
.cid-rQ7qvDkkGr svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQ7qvDkkGr svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQ7qvDkkGr svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQ7qvDkkGr svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQ7qvDkkGr svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQ7qvDkkGr .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQ7qvDkkGr H1 {
  color: #ffffff;
}
.cid-rQ7qvDkkGr .mbr-text,
.cid-rQ7qvDkkGr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQ7qvE58Zh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ7qvE58Zh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ7qvE58Zh H1 {
  color: #031641;
}
.cid-rQ7qvE58Zh .mbr-text,
.cid-rQ7qvE58Zh .mbr-section-btn {
  color: #716c80;
}
.cid-rQ7qvE58Zh H3 {
  color: #716c80;
}
.cid-rQ7qvE58Zh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ7qvE58Zh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ7qvE58Zh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ7qvE58Zh .link:hover {
  color: #08829e !important;
}
.cid-rQ7qvE58Zh .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ7qvE58Zh DIV {
  color: #57468b;
}
.cid-rQ7qvE58Zh .mbr-text,
.cid-rQ7qvE58Zh .media-content {
  color: #232323;
}
.cid-rQ7s7ktSVf {
  background-color: #ffffff;
}
.cid-rQ7s7ktSVf .box {
  background-image: url("../../../assets/images/primer-testimonio-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7s7ktSVf .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7s7ktSVf .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7s7ktSVf .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7s7ktSVf .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7s7ktSVf .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rQ7s7ktSVf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7s7ktSVf .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7s7ktSVf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7s7ktSVf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7s7ktSVf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7s7ktSVf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7s7ktSVf a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7s7ktSVf .box {
    height: 250px;
  }
}
.cid-rQ9pFsZFTX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ9pFsZFTX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ9pFsZFTX H1 {
  color: #031641;
}
.cid-rQ9pFsZFTX .mbr-text,
.cid-rQ9pFsZFTX .mbr-section-btn {
  color: #716c80;
}
.cid-rQ9pFsZFTX H3 {
  color: #716c80;
}
.cid-rQ9pFsZFTX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ9pFsZFTX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ9pFsZFTX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ9pFsZFTX .link:hover {
  color: #08829e !important;
}
.cid-rQ9pFsZFTX .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ9pFsZFTX DIV {
  color: #57468b;
}
.cid-rQ9pFsZFTX .mbr-text,
.cid-rQ9pFsZFTX .media-content {
  color: #232323;
}
.cid-rQ7BIAZl4o {
  background-color: #ffffff;
}
.cid-rQ7BIAZl4o .box {
  background-image: url("../../../assets/images/segundo-testimonio-1153x647.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7BIAZl4o .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7BIAZl4o .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7BIAZl4o .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7BIAZl4o .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7BIAZl4o .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rQ7BIAZl4o .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7BIAZl4o .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7BIAZl4o .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7BIAZl4o .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7BIAZl4o .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7BIAZl4o a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7BIAZl4o a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7BIAZl4o .box {
    height: 250px;
  }
}
.cid-rQ9qn7K7G4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ9qn7K7G4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ9qn7K7G4 H1 {
  color: #031641;
}
.cid-rQ9qn7K7G4 .mbr-text,
.cid-rQ9qn7K7G4 .mbr-section-btn {
  color: #716c80;
}
.cid-rQ9qn7K7G4 H3 {
  color: #716c80;
}
.cid-rQ9qn7K7G4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ9qn7K7G4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ9qn7K7G4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ9qn7K7G4 .link:hover {
  color: #08829e !important;
}
.cid-rQ9qn7K7G4 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ9qn7K7G4 DIV {
  color: #57468b;
}
.cid-rQ9qn7K7G4 .mbr-text,
.cid-rQ9qn7K7G4 .media-content {
  color: #232323;
}
.cid-rQ7Em7Crga {
  background-color: #ffffff;
}
.cid-rQ7Em7Crga .box {
  background-image: url("../../../assets/images/tercero-testimonio-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7Em7Crga .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7Em7Crga .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7Em7Crga .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7Em7Crga .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7Em7Crga .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rQ7Em7Crga .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7Em7Crga .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7Em7Crga .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7Em7Crga .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7Em7Crga .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7Em7Crga a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7Em7Crga a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7Em7Crga .box {
    height: 250px;
  }
}
.cid-rQ7qvJ0oLh {
  background-color: #ffffff;
}
.cid-rQ7qvJ0oLh section {
  position: relative;
}
.cid-rQ7qvJ0oLh .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQ7qvJ0oLh #e1_circle,
.cid-rQ7qvJ0oLh #e3_circle,
.cid-rQ7qvJ0oLh #e4_circle,
.cid-rQ7qvJ0oLh #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQ7qvJ0oLh #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQ7qvJ0oLh .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQ7qvJ0oLh .rev {
  animation: rev 4s linear infinite;
}
.cid-rQ7qvJ0oLh .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQ7qvJ0oLh .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQ7qvJ0oLh .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQ7qvJ0oLh .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQ7qvJ0oLh .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQ7qvJ0oLh .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQ7qvJ0oLh .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQ7qvJ0oLh .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQ7qvJ0oLh .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQ7qvJ0oLh .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQ7qvJ0oLh .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQ7qvJ0oLh H1 {
  color: #0a465a;
}
.cid-rQ7qvJ0oLh .mbr-text,
.cid-rQ7qvJ0oLh .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQ7qvJ0oLh H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rQ7qvJ0oLh .round9,
  .cid-rQ7qvJ0oLh .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQ7qvJ0oLh .round {
    display: none;
  }
}
.cid-rQvpOuM7eD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpOuM7eD .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpOuM7eD h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpOuM7eD .svg11 path {
  fill: #7aba59;
}
.cid-rQvpOuM7eD .svg21 path {
  fill: #f9b945;
}
.cid-rQvpOuM7eD .svg31 path {
  fill: #ed6436;
}
.cid-rQvpOuM7eD .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpOuM7eD .svg12 path,
.cid-rQvpOuM7eD .svg22 path,
.cid-rQvpOuM7eD .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpOuM7eD .card {
  position: relative;
  height: 300px;
}
.cid-rQvpOuM7eD .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpOuM7eD .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpOuM7eD .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpOuM7eD .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpOuM7eD .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpOuM7eD .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpOuM7eD .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpOuM7eD .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpOuM7eD .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpOuM7eD .card .svg22,
.cid-rQvpOuM7eD .card .svg32,
.cid-rQvpOuM7eD .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpOuM7eD .card .svg21,
.cid-rQvpOuM7eD .card .svg31,
.cid-rQvpOuM7eD .card .svg11 {
  z-index: 2;
}
.cid-rQvpOuM7eD .card div {
  z-index: 3;
}
.cid-rQvpOuM7eD .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpOuM7eD .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpOuM7eD .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpOuM7eD .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpOuM7eD .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpOuM7eD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpOuM7eD .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpOuM7eD .card svg {
    left: 30px;
  }
  .cid-rQvpOuM7eD .card:hover h4 {
    animation: none;
  }
  .cid-rQvpOuM7eD .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpOuM7eD h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpOuM7eD .card {
    max-width: 330px;
  }
  .cid-rQvpOuM7eD .card svg {
    left: 0px;
  }
}
.cid-rQvpOuM7eD H2 {
  color: #0f7699;
}
.cid-rQvuFoY5Y7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvuFoY5Y7 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvuFoY5Y7 .content {
    padding: 0 2rem;
  }
}
.cid-rQvuFoY5Y7 .row {
  justify-content: flex-end;
}
.cid-rQvuFoY5Y7 .img-col {
  padding: 0;
}
.cid-rQvuFoY5Y7 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvuFoY5Y7 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvuFoY5Y7 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvuFoY5Y7 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvuFoY5Y7 .icon-title,
.cid-rQvuFoY5Y7 .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvuFoY5Y7 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvuFoY5Y7 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvuFoY5Y7 .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvuFoY5Y7 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvuFoY5Y7 .link-wrap {
    margin: auto;
  }
  .cid-rQvuFoY5Y7 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvuFoY5Y7 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvuFoY5Y7 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvuFoY5Y7 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvuFoY5Y7 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvuFoY5Y7 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvuFoY5Y7 H1 {
  color: #0f7699;
}
.cid-rQ7qvO9n7D {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQ7QDWjYu9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ7QDWjYu9 .nav-item:focus,
.cid-rQ7QDWjYu9 .nav-link:focus {
  outline: none;
}
.cid-rQ7QDWjYu9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQ7QDWjYu9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQ7QDWjYu9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQ7QDWjYu9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQ7QDWjYu9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQ7QDWjYu9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ7QDWjYu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQ7QDWjYu9 .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-rQ7QDWjYu9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQ7QDWjYu9 .container {
  max-width: 1380px;
}
.cid-rQ7QDWjYu9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQ7QDWjYu9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQ7QDWjYu9 .nav-link:hover,
.cid-rQ7QDWjYu9 .nav-link:active,
.cid-rQ7QDWjYu9 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQ7QDWjYu9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQ7QDWjYu9 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQ7QDWjYu9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQ7QDWjYu9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQ7QDWjYu9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQ7QDWjYu9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQ7QDWjYu9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQ7QDWjYu9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQ7QDWjYu9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQ7QDWjYu9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQ7QDWjYu9 .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-rQ7QDWjYu9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQ7QDWjYu9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQ7QDWjYu9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQ7QDWjYu9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQ7QDWjYu9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQ7QDWjYu9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQ7QDWjYu9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQ7QDWjYu9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQ7QDWjYu9 .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-rQ7QDWjYu9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQ7QDWjYu9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQ7QDWjYu9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQ7QDWjYu9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQ7QDWjYu9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQ7QDWjYu9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQ7QDWjYu9 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQ7QDWjYu9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQ7QDWjYu9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQ7QDWjYu9 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQ7QDWjYu9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQ7QDWjYu9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQ7QDWjYu9 .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-rQ7QDWjYu9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQ7QDWjYu9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQ7QDWjYu9 .dropdown-item.active,
.cid-rQ7QDWjYu9 .dropdown-item:active {
  background-color: transparent;
}
.cid-rQ7QDWjYu9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQ7QDWjYu9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQ7QDWjYu9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQ7QDWjYu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQ7QDWjYu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQ7QDWjYu9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ7QDWjYu9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQ7QDWjYu9 .navbar-buttons {
  text-align: center;
}
.cid-rQ7QDWjYu9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ7QDWjYu9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQ7QDWjYu9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ7QDWjYu9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ7QDWjYu9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ7QDWjYu9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ7QDWjYu9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ7QDWjYu9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ7QDWjYu9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ7QDWjYu9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ7QDWjYu9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQ7QDWjYu9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQ7QDWjYu9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQ7QDWjYu9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQ7QDWjYu9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQ7QDWjYu9 .navbar {
    height: 77px;
  }
  .cid-rQ7QDWjYu9 .navbar.opened {
    height: auto;
  }
  .cid-rQ7QDWjYu9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQ7QDY2wE9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-rQ7QDY2wE9 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQ7QDY2wE9 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQ7QDY2wE9 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQ7QDY2wE9 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQ7QDY2wE9 .container {
  max-width: 1600px;
}
.cid-rQ7QDY2wE9 .mbr-bold,
.cid-rQ7QDY2wE9 b {
  font-weight: 900;
}
.cid-rQ7QDY2wE9 .btn {
  color: white!important;
}
.cid-rQ7QDY2wE9 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQ7QDY2wE9 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQ7QDY2wE9 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQ7QDY2wE9 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQ7QDY2wE9 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQ7QDY2wE9 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQ7QDY2wE9 H1 {
  color: #ffffff;
}
.cid-rQ7QDY2wE9 .mbr-text,
.cid-rQ7QDY2wE9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQ8AxQCo2j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ8AxQCo2j img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8AxQCo2j H1 {
  color: #031641;
}
.cid-rQ8AxQCo2j .mbr-text,
.cid-rQ8AxQCo2j .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8AxQCo2j H3 {
  color: #716c80;
}
.cid-rQ8AxQCo2j .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8AxQCo2j .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8AxQCo2j .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8AxQCo2j .link:hover {
  color: #08829e !important;
}
.cid-rQ8AxQCo2j .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8AxQCo2j DIV {
  color: #57468b;
}
.cid-rQ8AxQCo2j .mbr-text,
.cid-rQ8AxQCo2j .media-content {
  color: #232323;
}
.cid-rQ7QDYXDfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ7QDYXDfc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ7QDYXDfc H1 {
  color: #031641;
}
.cid-rQ7QDYXDfc .mbr-text,
.cid-rQ7QDYXDfc .mbr-section-btn {
  color: #716c80;
}
.cid-rQ7QDYXDfc H3 {
  color: #716c80;
}
.cid-rQ7QDYXDfc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ7QDYXDfc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ7QDYXDfc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ7QDYXDfc .link:hover {
  color: #08829e !important;
}
.cid-rQ7QDYXDfc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ7QDYXDfc DIV {
  color: #57468b;
}
.cid-rQ7QDYXDfc .mbr-text,
.cid-rQ7QDYXDfc .media-content {
  color: #232323;
}
.cid-rQ7QDZHRsd {
  background-color: #ffffff;
}
.cid-rQ7QDZHRsd .box {
  background-image: url("../../../assets/images/mms1-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7QDZHRsd .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7QDZHRsd .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7QDZHRsd .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7QDZHRsd .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7QDZHRsd .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ff0000 !important;
}
.cid-rQ7QDZHRsd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7QDZHRsd .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7QDZHRsd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7QDZHRsd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7QDZHRsd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7QDZHRsd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7QDZHRsd a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7QDZHRsd .box {
    height: 250px;
  }
}
.cid-rQ8A8TVzVE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ8A8TVzVE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8A8TVzVE H1 {
  color: #031641;
}
.cid-rQ8A8TVzVE .mbr-text,
.cid-rQ8A8TVzVE .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8A8TVzVE H3 {
  color: #716c80;
}
.cid-rQ8A8TVzVE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8A8TVzVE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8A8TVzVE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8A8TVzVE .link:hover {
  color: #08829e !important;
}
.cid-rQ8A8TVzVE .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8A8TVzVE DIV {
  color: #57468b;
}
.cid-rQ8A8TVzVE .mbr-text,
.cid-rQ8A8TVzVE .media-content {
  color: #232323;
}
.cid-rQ7QE0xLIV {
  background-color: #ffffff;
}
.cid-rQ7QE0xLIV .box {
  background-image: url("../../../assets/images/mms2-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7QE0xLIV .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7QE0xLIV .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7QE0xLIV .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7QE0xLIV .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7QE0xLIV .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ff0000 !important;
}
.cid-rQ7QE0xLIV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7QE0xLIV .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7QE0xLIV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7QE0xLIV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7QE0xLIV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7QE0xLIV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7QE0xLIV a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7QE0xLIV .box {
    height: 250px;
  }
}
.cid-rQ8Blsd8VL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ8Blsd8VL img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8Blsd8VL H1 {
  color: #031641;
}
.cid-rQ8Blsd8VL .mbr-text,
.cid-rQ8Blsd8VL .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8Blsd8VL H3 {
  color: #716c80;
}
.cid-rQ8Blsd8VL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8Blsd8VL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8Blsd8VL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8Blsd8VL .link:hover {
  color: #08829e !important;
}
.cid-rQ8Blsd8VL .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8Blsd8VL DIV {
  color: #57468b;
}
.cid-rQ8Blsd8VL .mbr-text,
.cid-rQ8Blsd8VL .media-content {
  color: #232323;
}
.cid-rQ7QE1lSAw {
  background-color: #ffffff;
}
.cid-rQ7QE1lSAw .box {
  background-image: url("../../../assets/images/mms3-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7QE1lSAw .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7QE1lSAw .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7QE1lSAw .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7QE1lSAw .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7QE1lSAw .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ff0000 !important;
}
.cid-rQ7QE1lSAw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7QE1lSAw .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7QE1lSAw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7QE1lSAw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7QE1lSAw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7QE1lSAw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7QE1lSAw a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7QE1lSAw .box {
    height: 250px;
  }
}
.cid-rQ8BCXWJ3A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ8BCXWJ3A img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8BCXWJ3A H1 {
  color: #031641;
}
.cid-rQ8BCXWJ3A .mbr-text,
.cid-rQ8BCXWJ3A .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8BCXWJ3A H3 {
  color: #716c80;
}
.cid-rQ8BCXWJ3A .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8BCXWJ3A .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8BCXWJ3A .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8BCXWJ3A .link:hover {
  color: #08829e !important;
}
.cid-rQ8BCXWJ3A .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8BCXWJ3A DIV {
  color: #57468b;
}
.cid-rQ8BCXWJ3A .mbr-text,
.cid-rQ8BCXWJ3A .media-content {
  color: #232323;
}
.cid-rQ8wMFyDra {
  background-color: #ffffff;
}
.cid-rQ8wMFyDra .box {
  background-image: url("../../../assets/images/mms4-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ8wMFyDra .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ8wMFyDra .box:hover {
    background-size: 110%;
  }
}
.cid-rQ8wMFyDra .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ8wMFyDra .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ8wMFyDra .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ff0000 !important;
}
.cid-rQ8wMFyDra .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ8wMFyDra .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ8wMFyDra .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ8wMFyDra .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ8wMFyDra .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ8wMFyDra a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ8wMFyDra a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ8wMFyDra .box {
    height: 250px;
  }
}
.cid-rQ8C0xBchp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ8C0xBchp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8C0xBchp H1 {
  color: #031641;
}
.cid-rQ8C0xBchp .mbr-text,
.cid-rQ8C0xBchp .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8C0xBchp H3 {
  color: #716c80;
}
.cid-rQ8C0xBchp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8C0xBchp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8C0xBchp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8C0xBchp .link:hover {
  color: #08829e !important;
}
.cid-rQ8C0xBchp .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8C0xBchp DIV {
  color: #57468b;
}
.cid-rQ8C0xBchp .mbr-text,
.cid-rQ8C0xBchp .media-content {
  color: #232323;
}
.cid-rQ7VfdXnzI {
  background-color: #ffffff;
}
.cid-rQ7VfdXnzI .box {
  background-image: url("../../../assets/images/pinotidol1-1093x579.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQ7VfdXnzI .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rQ7VfdXnzI .box:hover {
    background-size: 110%;
  }
}
.cid-rQ7VfdXnzI .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rQ7VfdXnzI .icon-wrap span {
  padding-left: 8px;
}
.cid-rQ7VfdXnzI .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ff0000 !important;
}
.cid-rQ7VfdXnzI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rQ7VfdXnzI .mbr-media span:hover {
  color: #08829e !important;
}
.cid-rQ7VfdXnzI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rQ7VfdXnzI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQ7VfdXnzI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQ7VfdXnzI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQ7VfdXnzI a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQ7VfdXnzI .box {
    height: 250px;
  }
}
.cid-rQ7QE2nt51 {
  background-color: #ffffff;
}
.cid-rQ7QE2nt51 section {
  position: relative;
}
.cid-rQ7QE2nt51 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQ7QE2nt51 #e1_circle,
.cid-rQ7QE2nt51 #e3_circle,
.cid-rQ7QE2nt51 #e4_circle,
.cid-rQ7QE2nt51 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQ7QE2nt51 #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQ7QE2nt51 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQ7QE2nt51 .rev {
  animation: rev 4s linear infinite;
}
.cid-rQ7QE2nt51 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQ7QE2nt51 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQ7QE2nt51 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQ7QE2nt51 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQ7QE2nt51 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQ7QE2nt51 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQ7QE2nt51 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQ7QE2nt51 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQ7QE2nt51 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQ7QE2nt51 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQ7QE2nt51 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQ7QE2nt51 H1 {
  color: #0a465a;
}
.cid-rQ7QE2nt51 .mbr-text,
.cid-rQ7QE2nt51 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQ7QE2nt51 H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-rQ7QE2nt51 .round9,
  .cid-rQ7QE2nt51 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQ7QE2nt51 .round {
    display: none;
  }
}
.cid-rQvpUhCfTy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpUhCfTy .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpUhCfTy h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpUhCfTy .svg11 path {
  fill: #7aba59;
}
.cid-rQvpUhCfTy .svg21 path {
  fill: #f9b945;
}
.cid-rQvpUhCfTy .svg31 path {
  fill: #ed6436;
}
.cid-rQvpUhCfTy .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpUhCfTy .svg12 path,
.cid-rQvpUhCfTy .svg22 path,
.cid-rQvpUhCfTy .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpUhCfTy .card {
  position: relative;
  height: 300px;
}
.cid-rQvpUhCfTy .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpUhCfTy .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpUhCfTy .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpUhCfTy .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpUhCfTy .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpUhCfTy .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpUhCfTy .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpUhCfTy .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpUhCfTy .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpUhCfTy .card .svg22,
.cid-rQvpUhCfTy .card .svg32,
.cid-rQvpUhCfTy .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpUhCfTy .card .svg21,
.cid-rQvpUhCfTy .card .svg31,
.cid-rQvpUhCfTy .card .svg11 {
  z-index: 2;
}
.cid-rQvpUhCfTy .card div {
  z-index: 3;
}
.cid-rQvpUhCfTy .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpUhCfTy .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpUhCfTy .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpUhCfTy .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpUhCfTy .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpUhCfTy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpUhCfTy .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpUhCfTy .card svg {
    left: 30px;
  }
  .cid-rQvpUhCfTy .card:hover h4 {
    animation: none;
  }
  .cid-rQvpUhCfTy .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpUhCfTy h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpUhCfTy .card {
    max-width: 330px;
  }
  .cid-rQvpUhCfTy .card svg {
    left: 0px;
  }
}
.cid-rQvpUhCfTy H2 {
  color: #0f7699;
}
.cid-rQvvW3fXiM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvvW3fXiM .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvvW3fXiM .content {
    padding: 0 2rem;
  }
}
.cid-rQvvW3fXiM .row {
  justify-content: flex-end;
}
.cid-rQvvW3fXiM .img-col {
  padding: 0;
}
.cid-rQvvW3fXiM .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvvW3fXiM .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvvW3fXiM .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvvW3fXiM .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvvW3fXiM .icon-title,
.cid-rQvvW3fXiM .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvvW3fXiM .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvvW3fXiM .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvvW3fXiM .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvvW3fXiM .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvvW3fXiM .link-wrap {
    margin: auto;
  }
  .cid-rQvvW3fXiM .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvvW3fXiM .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvvW3fXiM .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvvW3fXiM .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvvW3fXiM .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvvW3fXiM .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvvW3fXiM H1 {
  color: #0f7699;
}
.cid-rQ7QE7wnnh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQ8KbdvJ6D .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ8KbdvJ6D .nav-item:focus,
.cid-rQ8KbdvJ6D .nav-link:focus {
  outline: none;
}
.cid-rQ8KbdvJ6D .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQ8KbdvJ6D .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQ8KbdvJ6D .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQ8KbdvJ6D .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQ8KbdvJ6D .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQ8KbdvJ6D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ8KbdvJ6D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQ8KbdvJ6D .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-rQ8KbdvJ6D .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQ8KbdvJ6D .container {
  max-width: 1380px;
}
.cid-rQ8KbdvJ6D .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQ8KbdvJ6D .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQ8KbdvJ6D .nav-link:hover,
.cid-rQ8KbdvJ6D .nav-link:active,
.cid-rQ8KbdvJ6D .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQ8KbdvJ6D .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQ8KbdvJ6D .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQ8KbdvJ6D .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQ8KbdvJ6D .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQ8KbdvJ6D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQ8KbdvJ6D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQ8KbdvJ6D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQ8KbdvJ6D .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQ8KbdvJ6D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQ8KbdvJ6D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQ8KbdvJ6D .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-rQ8KbdvJ6D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQ8KbdvJ6D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQ8KbdvJ6D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQ8KbdvJ6D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQ8KbdvJ6D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQ8KbdvJ6D .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQ8KbdvJ6D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQ8KbdvJ6D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQ8KbdvJ6D .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-rQ8KbdvJ6D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQ8KbdvJ6D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQ8KbdvJ6D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQ8KbdvJ6D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQ8KbdvJ6D .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQ8KbdvJ6D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQ8KbdvJ6D .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQ8KbdvJ6D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQ8KbdvJ6D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQ8KbdvJ6D .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQ8KbdvJ6D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQ8KbdvJ6D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQ8KbdvJ6D .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-rQ8KbdvJ6D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQ8KbdvJ6D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQ8KbdvJ6D .dropdown-item.active,
.cid-rQ8KbdvJ6D .dropdown-item:active {
  background-color: transparent;
}
.cid-rQ8KbdvJ6D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQ8KbdvJ6D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQ8KbdvJ6D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQ8KbdvJ6D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQ8KbdvJ6D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQ8KbdvJ6D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ8KbdvJ6D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQ8KbdvJ6D .navbar-buttons {
  text-align: center;
}
.cid-rQ8KbdvJ6D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ8KbdvJ6D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQ8KbdvJ6D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ8KbdvJ6D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ8KbdvJ6D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ8KbdvJ6D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ8KbdvJ6D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ8KbdvJ6D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ8KbdvJ6D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ8KbdvJ6D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ8KbdvJ6D .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQ8KbdvJ6D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQ8KbdvJ6D .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQ8KbdvJ6D .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQ8KbdvJ6D .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQ8KbdvJ6D .navbar {
    height: 77px;
  }
  .cid-rQ8KbdvJ6D .navbar.opened {
    height: auto;
  }
  .cid-rQ8KbdvJ6D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQ8KbeVeY1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-rQ8KbeVeY1 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQ8KbeVeY1 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQ8KbeVeY1 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQ8KbeVeY1 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQ8KbeVeY1 .container {
  max-width: 1600px;
}
.cid-rQ8KbeVeY1 .mbr-bold,
.cid-rQ8KbeVeY1 b {
  font-weight: 900;
}
.cid-rQ8KbeVeY1 .btn {
  color: white!important;
}
.cid-rQ8KbeVeY1 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQ8KbeVeY1 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQ8KbeVeY1 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQ8KbeVeY1 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQ8KbeVeY1 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQ8KbeVeY1 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQ8KbeVeY1 H1 {
  color: #ffffff;
}
.cid-rQ8KbeVeY1 .mbr-text,
.cid-rQ8KbeVeY1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQ8KbfRsC8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQ8KbfRsC8 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8KbfRsC8 H1 {
  color: #0b659b;
}
.cid-rQ8KbfRsC8 .mbr-text,
.cid-rQ8KbfRsC8 .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8KbfRsC8 H3 {
  color: #716c80;
}
.cid-rQ8KbfRsC8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8KbfRsC8 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8KbfRsC8 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8KbfRsC8 .link:hover {
  color: #08829e !important;
}
.cid-rQ8KbfRsC8 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8KbfRsC8 DIV {
  color: #57468b;
}
.cid-rQ8KbfRsC8 .mbr-text,
.cid-rQ8KbfRsC8 .media-content {
  color: #232323;
}
.cid-rQ8KbfRsC8 P {
  text-align: left;
}
.cid-rS1TeSSgmG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rS1TeSSgmG .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rS1TeSSgmG .mbr-figure img {
  height: 275px;
  width: 275px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rS1TeSSgmG .mbr-text,
.cid-rS1TeSSgmG .mbr-section-btn {
  color: #0b1b3f;
}
@media (max-width: 767px) {
  .cid-rS1TeSSgmG img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rS1TeSSgmG H1 {
  color: #0f7699;
}
.cid-rS1TeSSgmG H3 {
  color: #0f7699;
}
.cid-rQ8KbgBvGi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bfceff;
}
.cid-rQ8KbgBvGi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ8KbgBvGi H1 {
  color: #2b597e;
}
.cid-rQ8KbgBvGi .mbr-text,
.cid-rQ8KbgBvGi .mbr-section-btn {
  color: #716c80;
}
.cid-rQ8KbgBvGi H3 {
  color: #716c80;
}
.cid-rQ8KbgBvGi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ8KbgBvGi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ8KbgBvGi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ8KbgBvGi .link:hover {
  color: #08829e !important;
}
.cid-rQ8KbgBvGi .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ8KbgBvGi DIV {
  color: #57468b;
}
.cid-rQ8KbgBvGi .mbr-text,
.cid-rQ8KbgBvGi .media-content {
  color: #000000;
}
.cid-s2Ghai31RT {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-700x525.jpg");
}
.cid-s2Ghai31RT img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-s2Ghai31RT .row {
  justify-content: center;
}
.cid-s2Ghai31RT .mbr-text {
  color: #aff0f6;
}
.cid-s2Ghai31RT .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-s2Ghai31RT .mbr-iconfont {
  color: #c4e0f6 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s2Ghai31RT .date {
  margin: 0;
  color: #ffffff;
}
.cid-s2Ghai31RT .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-s2Ghai31RT .icon-box {
    flex-direction: column;
  }
  .cid-s2Ghai31RT .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-s2Ghai31RT img {
    margin-bottom: 2rem;
  }
}
.cid-s2Ghb8zkjy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2Ghb8zkjy .nav-tabs .nav-item.open .nav-link:focus,
.cid-s2Ghb8zkjy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s2Ghb8zkjy .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #879a9f;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-s2Ghb8zkjy .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s2Ghb8zkjy p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-s2Ghb8zkjy .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s2Ghb8zkjy .nav-tabs .nav-link {
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s2Ghb8zkjy .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
}
.cid-s2Ghb8zkjy .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-s2Ghb8zkjy .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-s2Ghb8zkjy .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s2Ghb8zkjy p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s2Ghb8zkjy .mbr-text,
  .cid-s2Ghb8zkjy .nav-link {
    text-align: center;
  }
  .cid-s2Ghb8zkjy .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s2Ghb8zkjy .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s2Ghb8zkjy p {
    padding-left: 0rem;
  }
}
.cid-rQ8KbhnrAF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1441.jpg");
}
.cid-rQ8KbhnrAF H2 {
  color: #aff0f6;
}
.cid-rQ8KbhnrAF .mbr-section-subtitle {
  color: #aff0f6;
}
.cid-rQ8STsRhUC {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ8STsRhUC h3 {
  text-align: center;
}
.cid-rQ8STsRhUC .pie_progress {
  position: relative;
}
.cid-rQ8STsRhUC .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQ8STsRhUC p {
  line-height: 1.6;
}
.cid-rQ8STsRhUC .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQ8STsRhUC .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQ8STsRhUC .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQ8STsRhUC .mbr-section-subtitle {
  color: #383838;
}
.cid-rQ8STsRhUC .pie_progress__number {
  text-align: center !important;
}
.cid-rQ8STsRhUC .card-title {
  margin-bottom: 0;
}
.cid-rQ8STsRhUC .svg-gradient {
  position: absolute;
}
.cid-rQ8STsRhUC ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQ8STsRhUC .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQ8STsRhUC H4 {
  color: #ed6436;
}
.cid-rQ8STsRhUC .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQ8STsRhUC .card {
    flex-direction: column;
  }
  .cid-rQ8STsRhUC .content {
    padding-left: 0rem;
  }
  .cid-rQ8STsRhUC .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQ8Tnm85hL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQ8Tnm85hL h3 {
  text-align: center;
}
.cid-rQ8Tnm85hL .pie_progress {
  position: relative;
}
.cid-rQ8Tnm85hL .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQ8Tnm85hL p {
  line-height: 1.6;
}
.cid-rQ8Tnm85hL .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQ8Tnm85hL .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQ8Tnm85hL .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQ8Tnm85hL .mbr-section-subtitle {
  color: #383838;
}
.cid-rQ8Tnm85hL .pie_progress__number {
  text-align: center !important;
}
.cid-rQ8Tnm85hL .card-title {
  margin-bottom: 0;
}
.cid-rQ8Tnm85hL .svg-gradient {
  position: absolute;
}
.cid-rQ8Tnm85hL ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQ8Tnm85hL .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQ8Tnm85hL H4 {
  color: #ed6436;
}
.cid-rQ8Tnm85hL .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQ8Tnm85hL .card {
    flex-direction: column;
  }
  .cid-rQ8Tnm85hL .content {
    padding-left: 0rem;
  }
  .cid-rQ8Tnm85hL .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQ8TXTqEqE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #73250f;
}
.cid-rQ8TXTqEqE .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQ8TXTqEqE .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQ8TXTqEqE .text-content {
  padding-right: 1.5rem;
}
.cid-rQ8TXTqEqE .mbr-text,
.cid-rQ8TXTqEqE .mbr-section-btn {
  color: #f9f4b1;
}
.cid-rQ8TXTqEqE .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQ8TXTqEqE .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQ8TXTqEqE .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQ8TXTqEqE .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQ8TXTqEqE .main-row {
    margin: 0;
  }
  .cid-rQ8TXTqEqE .mbr-section-title,
  .cid-rQ8TXTqEqE .mbr-text,
  .cid-rQ8TXTqEqE .list,
  .cid-rQ8TXTqEqE .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQ8TXTqEqE .text-content {
    padding: 0;
  }
}
.cid-rQ8TXTqEqE .mbr-section-title {
  color: #f9f295;
}
.cid-rVdY6JdJES {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #d1f5f9;
}
.cid-rVdY6JdJES img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVdY6JdJES H1 {
  color: #074c63;
  text-align: center;
}
.cid-rVdY6JdJES .mbr-text,
.cid-rVdY6JdJES .mbr-section-btn {
  color: #716c80;
}
.cid-rVdY6JdJES H3 {
  color: #716c80;
}
.cid-rVdY6JdJES .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVdY6JdJES .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVdY6JdJES .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVdY6JdJES .link:hover {
  color: #08829e !important;
}
.cid-rVdY6JdJES .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVdY6JdJES DIV {
  color: #57468b;
}
.cid-rVdY6JdJES .mbr-text,
.cid-rVdY6JdJES .media-content {
  color: #232323;
}
.cid-rVdY6JdJES P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rVdTklSREs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #d1f5f9;
}
.cid-rVdTklSREs .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-rVdTklSREs .mbr-section-title {
  margin: 0;
}
.cid-rVdTklSREs .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rVdTklSREs .card-img {
  text-align: inherit;
}
.cid-rVdTklSREs .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-rVdTklSREs .mbr-text {
  color: #0b1b3f;
}
.cid-rVdTklSREs .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-rVdTklSREs .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rQ8Kbi9FSB {
  background-color: #ffffff;
}
.cid-rQ8Kbi9FSB section {
  position: relative;
}
.cid-rQ8Kbi9FSB .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQ8Kbi9FSB #e1_circle,
.cid-rQ8Kbi9FSB #e3_circle,
.cid-rQ8Kbi9FSB #e4_circle,
.cid-rQ8Kbi9FSB #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQ8Kbi9FSB #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQ8Kbi9FSB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQ8Kbi9FSB .rev {
  animation: rev 4s linear infinite;
}
.cid-rQ8Kbi9FSB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQ8Kbi9FSB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQ8Kbi9FSB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQ8Kbi9FSB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQ8Kbi9FSB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQ8Kbi9FSB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQ8Kbi9FSB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQ8Kbi9FSB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQ8Kbi9FSB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQ8Kbi9FSB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQ8Kbi9FSB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQ8Kbi9FSB H1 {
  color: #0a465a;
}
.cid-rQ8Kbi9FSB .mbr-text,
.cid-rQ8Kbi9FSB .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQ8Kbi9FSB H3 {
  color: #0b1b3f;
}
@media (max-width: 992px) {
  .cid-rQ8Kbi9FSB .round9,
  .cid-rQ8Kbi9FSB .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQ8Kbi9FSB .round {
    display: none;
  }
}
.cid-rQ90C7FSWh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ90C7FSWh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ90C7FSWh H1 {
  color: #031641;
  text-align: center;
}
.cid-rQ90C7FSWh .mbr-text,
.cid-rQ90C7FSWh .mbr-section-btn {
  color: #716c80;
}
.cid-rQ90C7FSWh H3 {
  color: #716c80;
}
.cid-rQ90C7FSWh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ90C7FSWh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ90C7FSWh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ90C7FSWh .link:hover {
  color: #08829e !important;
}
.cid-rQ90C7FSWh .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ90C7FSWh DIV {
  color: #57468b;
}
.cid-rQ90C7FSWh .mbr-text,
.cid-rQ90C7FSWh .media-content {
  color: #232323;
  text-align: center;
}
.cid-rRsHZduuVE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRsHZduuVE .container-fluid {
  padding: 0 3rem;
}
.cid-rRsHZduuVE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #08829e 50%, #181818 120%);
  display: inline-block;
}
.cid-rRsHZduuVE .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-rRsHZduuVE .header-text {
  padding: 2rem 1rem !important;
}
.cid-rRsHZduuVE .card {
  border-radius: 25px !important;
  background: #b2ccd2;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-rRsHZduuVE .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rRsHZduuVE .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rRsHZduuVE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRsHZduuVE .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-rRsHZduuVE .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-rRsHZduuVE .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rRsHZduuVE .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-rRsHZduuVE .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rRsHZduuVE .container-fluid {
    padding: 0 1rem;
  }
  .cid-rRsHZduuVE .header-text {
    padding: 1rem !important;
  }
  .cid-rRsHZduuVE .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rRsHZduuVE .panel-body {
    width: calc(100% - 48px);
  }
  .cid-rRsHZduuVE .panel-group {
    padding: 0;
  }
}
.cid-rRsHZduuVE .header-text,
.cid-rRsHZduuVE .sign {
  color: #232323;
}
.cid-rVHxarLbf8 {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rVHxarLbf8 H1 {
  color: #0f7699;
}
.cid-rVHxarLbf8 .mbr-text,
.cid-rVHxarLbf8 .mbr-section-btn {
  color: #181818;
}
.cid-rVHxarLbf8 .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-rVHxarLbf8 .relative {
  position: relative;
}
.cid-rVHxarLbf8 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rVHxarLbf8 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rVHxarLbf8 .card-img2 .img2 {
  width: 120%;
}
.cid-rVHxarLbf8 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rVHxarLbf8 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rVHxarLbf8 .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rWE5ZZ2coF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e2e461;
  overflow: hidden;
}
.cid-rWE5ZZ2coF H1 {
  color: #232323;
}
.cid-rWE5ZZ2coF .mbr-text,
.cid-rWE5ZZ2coF .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rWE5ZZ2coF .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-rWE5ZZ2coF .relative {
  position: relative;
}
.cid-rWE5ZZ2coF .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rWE5ZZ2coF .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rWE5ZZ2coF .card-img2 .img2 {
  width: 120%;
}
.cid-rWE5ZZ2coF .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rWE5ZZ2coF .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rWE5ZZ2coF .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rURgHcrWCg {
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-rURgHcrWCg .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rURgHcrWCg .text-content .btn-bgr {
  z-index: 0;
}
.cid-rURgHcrWCg .mbr-overlay {
  background: linear-gradient(90deg, #f67e0e, #482908);
}
.cid-rURgHcrWCg H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rURgHcrWCg P {
  color: #0b1b3f;
}
.cid-rURgHcrWCg H2 {
  color: #000000;
}
.cid-rURgHcrWCg .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rURgHcrWCg .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rURgHcrWCg .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f1f194;
}
@media (max-width: 991px) {
  .cid-rURgHcrWCg .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rURgHcrWCg .text-content {
    width: 100%;
  }
}
.cid-rURgHcrWCg .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rURgHcrWCg .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rURgHcrWCg .mbr-text {
    text-align: center;
  }
}
.cid-rSALQeQoBI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rSALQeQoBI .container {
  max-width: 1500px;
}
.cid-rSALQeQoBI .row {
  background: #333333;
}
.cid-rSALQeQoBI .img-col {
  padding: 0;
}
.cid-rSALQeQoBI .title-col {
  padding: 4rem 8rem;
}
.cid-rSALQeQoBI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rSALQeQoBI h2 {
  padding: 0;
  margin: 0;
}
.cid-rSALQeQoBI .text-wrap {
  margin: auto;
}
.cid-rSALQeQoBI .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rSALQeQoBI .row {
    margin: 2rem;
  }
  .cid-rSALQeQoBI .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSALQeQoBI .row {
    margin: 0rem;
  }
  .cid-rSALQeQoBI .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rSALQeQoBI H2 {
  color: #ffc448;
}
.cid-rXtMa0NP0S {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXtMa0NP0S .mbr-text,
.cid-rXtMa0NP0S .mbr-section-btn,
.cid-rXtMa0NP0S H4 {
  color: #767676;
}
.cid-rXtMa0NP0S .img-box {
  position: relative;
}
.cid-rXtMa0NP0S .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rXtMa0NP0S .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rXtMa0NP0S img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-rXtMa0NP0S .author-box {
    justify-content: center;
  }
}
.cid-rXtMa0NP0S .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rXtMa0NP0S .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rXtMa0NP0S .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rXtMa0NP0S h3,
.cid-rXtMa0NP0S h4 {
  margin: 0;
  padding: 0;
}
.cid-rXtMa0NP0S H3 {
  color: #149dcc;
}
.cid-rXtMa0NP0S H1 {
  color: #0f7699;
}
.cid-rXtMa0NP0S .mbr-text,
.cid-rXtMa0NP0S .mbr-section-btn {
  color: #181818;
}
.cid-rXRfDpjf1C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5e4670;
}
.cid-rXRfDpjf1C .link-wrap {
  width: 100%;
}
.cid-rXRfDpjf1C .card-box,
.cid-rXRfDpjf1C .img-wrapper {
  width: 50%;
}
.cid-rXRfDpjf1C img {
  margin: auto;
  width: 80%;
}
.cid-rXRfDpjf1C .link {
  display: inline-block;
}
.cid-rXRfDpjf1C .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rXRfDpjf1C .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rXRfDpjf1C .link a:hover {
  text-decoration: underline;
}
.cid-rXRfDpjf1C .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rXRfDpjf1C .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXRfDpjf1C .link,
.cid-rXRfDpjf1C .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rXRfDpjf1C .card {
    margin-bottom: 2rem;
  }
  .cid-rXRfDpjf1C img {
    width: 100%;
  }
  .cid-rXRfDpjf1C .card-wrapper {
    flex-direction: column;
  }
  .cid-rXRfDpjf1C .card-box,
  .cid-rXRfDpjf1C .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rXRfDpjf1C .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-rXRfDpjf1C .card-box,
  .cid-rXRfDpjf1C .img-wrapper {
    width: 100%;
  }
}
.cid-rXRfDpjf1C .card-subtitle {
  color: #0077ff;
}
.cid-rXRfDpjf1C .mbr-text,
.cid-rXRfDpjf1C .link-wrap {
  color: #333333;
}
.cid-rXRfDpjf1C .card-title,
.cid-rXRfDpjf1C .card-box {
  color: #5e4670;
}
.cid-rQvpXWhMCQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpXWhMCQ .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpXWhMCQ h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpXWhMCQ .svg11 path {
  fill: #7aba59;
}
.cid-rQvpXWhMCQ .svg21 path {
  fill: #f9b945;
}
.cid-rQvpXWhMCQ .svg31 path {
  fill: #ed6436;
}
.cid-rQvpXWhMCQ .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpXWhMCQ .svg12 path,
.cid-rQvpXWhMCQ .svg22 path,
.cid-rQvpXWhMCQ .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpXWhMCQ .card {
  position: relative;
  height: 300px;
}
.cid-rQvpXWhMCQ .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpXWhMCQ .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpXWhMCQ .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpXWhMCQ .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpXWhMCQ .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpXWhMCQ .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpXWhMCQ .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpXWhMCQ .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpXWhMCQ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpXWhMCQ .card .svg22,
.cid-rQvpXWhMCQ .card .svg32,
.cid-rQvpXWhMCQ .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpXWhMCQ .card .svg21,
.cid-rQvpXWhMCQ .card .svg31,
.cid-rQvpXWhMCQ .card .svg11 {
  z-index: 2;
}
.cid-rQvpXWhMCQ .card div {
  z-index: 3;
}
.cid-rQvpXWhMCQ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpXWhMCQ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpXWhMCQ .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpXWhMCQ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpXWhMCQ .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpXWhMCQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpXWhMCQ .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpXWhMCQ .card svg {
    left: 30px;
  }
  .cid-rQvpXWhMCQ .card:hover h4 {
    animation: none;
  }
  .cid-rQvpXWhMCQ .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpXWhMCQ h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpXWhMCQ .card {
    max-width: 330px;
  }
  .cid-rQvpXWhMCQ .card svg {
    left: 0px;
  }
}
.cid-rQvpXWhMCQ H2 {
  color: #0f7699;
}
.cid-rQvvRDSYQH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvvRDSYQH .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvvRDSYQH .content {
    padding: 0 2rem;
  }
}
.cid-rQvvRDSYQH .row {
  justify-content: flex-end;
}
.cid-rQvvRDSYQH .img-col {
  padding: 0;
}
.cid-rQvvRDSYQH .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvvRDSYQH .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvvRDSYQH .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvvRDSYQH .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvvRDSYQH .icon-title,
.cid-rQvvRDSYQH .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvvRDSYQH .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvvRDSYQH .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvvRDSYQH .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvvRDSYQH .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvvRDSYQH .link-wrap {
    margin: auto;
  }
  .cid-rQvvRDSYQH .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvvRDSYQH .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvvRDSYQH .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvvRDSYQH .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvvRDSYQH .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvvRDSYQH .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvvRDSYQH H1 {
  color: #0f7699;
}
.cid-rQ8KbnAIny {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQ93FUJxqf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ93FUJxqf .nav-item:focus,
.cid-rQ93FUJxqf .nav-link:focus {
  outline: none;
}
.cid-rQ93FUJxqf .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQ93FUJxqf .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQ93FUJxqf .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQ93FUJxqf .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQ93FUJxqf .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQ93FUJxqf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ93FUJxqf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQ93FUJxqf .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-rQ93FUJxqf .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQ93FUJxqf .container {
  max-width: 1380px;
}
.cid-rQ93FUJxqf .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQ93FUJxqf .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQ93FUJxqf .nav-link:hover,
.cid-rQ93FUJxqf .nav-link:active,
.cid-rQ93FUJxqf .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQ93FUJxqf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQ93FUJxqf .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQ93FUJxqf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQ93FUJxqf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQ93FUJxqf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQ93FUJxqf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQ93FUJxqf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQ93FUJxqf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQ93FUJxqf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQ93FUJxqf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQ93FUJxqf .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-rQ93FUJxqf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQ93FUJxqf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQ93FUJxqf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQ93FUJxqf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQ93FUJxqf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQ93FUJxqf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQ93FUJxqf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQ93FUJxqf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQ93FUJxqf .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-rQ93FUJxqf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQ93FUJxqf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQ93FUJxqf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQ93FUJxqf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQ93FUJxqf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQ93FUJxqf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQ93FUJxqf .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQ93FUJxqf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQ93FUJxqf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQ93FUJxqf .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQ93FUJxqf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQ93FUJxqf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQ93FUJxqf .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-rQ93FUJxqf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQ93FUJxqf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQ93FUJxqf .dropdown-item.active,
.cid-rQ93FUJxqf .dropdown-item:active {
  background-color: transparent;
}
.cid-rQ93FUJxqf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQ93FUJxqf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQ93FUJxqf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQ93FUJxqf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQ93FUJxqf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQ93FUJxqf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQ93FUJxqf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQ93FUJxqf .navbar-buttons {
  text-align: center;
}
.cid-rQ93FUJxqf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ93FUJxqf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQ93FUJxqf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ93FUJxqf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ93FUJxqf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ93FUJxqf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ93FUJxqf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ93FUJxqf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ93FUJxqf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ93FUJxqf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ93FUJxqf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQ93FUJxqf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQ93FUJxqf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQ93FUJxqf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQ93FUJxqf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQ93FUJxqf .navbar {
    height: 77px;
  }
  .cid-rQ93FUJxqf .navbar.opened {
    height: auto;
  }
  .cid-rQ93FUJxqf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQ93FWiaJD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpeg");
}
.cid-rQ93FWiaJD .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQ93FWiaJD .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQ93FWiaJD .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQ93FWiaJD .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQ93FWiaJD .container {
  max-width: 1600px;
}
.cid-rQ93FWiaJD .mbr-bold,
.cid-rQ93FWiaJD b {
  font-weight: 900;
}
.cid-rQ93FWiaJD .btn {
  color: white!important;
}
.cid-rQ93FWiaJD svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQ93FWiaJD svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQ93FWiaJD svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQ93FWiaJD svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQ93FWiaJD svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQ93FWiaJD .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQ93FWiaJD H1 {
  color: #ffffff;
}
.cid-rQ93FWiaJD .mbr-text,
.cid-rQ93FWiaJD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQ93FX92Mu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQ93FX92Mu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ93FX92Mu H1 {
  color: #73250f;
}
.cid-rQ93FX92Mu .mbr-text,
.cid-rQ93FX92Mu .mbr-section-btn {
  color: #716c80;
}
.cid-rQ93FX92Mu H3 {
  color: #716c80;
}
.cid-rQ93FX92Mu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ93FX92Mu .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ93FX92Mu .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ93FX92Mu .link:hover {
  color: #08829e !important;
}
.cid-rQ93FX92Mu .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ93FX92Mu DIV {
  color: #57468b;
}
.cid-rQ93FX92Mu .mbr-text,
.cid-rQ93FX92Mu .media-content {
  color: #232323;
}
.cid-rQ93FX92Mu P {
  text-align: left;
  color: #701403;
}
.cid-rQ93FY0FR6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f9f295;
}
.cid-rQ93FY0FR6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ93FY0FR6 H1 {
  color: #701403;
}
.cid-rQ93FY0FR6 .mbr-text,
.cid-rQ93FY0FR6 .mbr-section-btn {
  color: #716c80;
}
.cid-rQ93FY0FR6 H3 {
  color: #b1560c;
}
.cid-rQ93FY0FR6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ93FY0FR6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ93FY0FR6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ93FY0FR6 .link:hover {
  color: #08829e !important;
}
.cid-rQ93FY0FR6 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQ93FY0FR6 DIV {
  color: #57468b;
}
.cid-rQ93FY0FR6 .mbr-text,
.cid-rQ93FY0FR6 .media-content {
  color: #000000;
}
.cid-rQZfFAFgw2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-rQZfFAFgw2 .card-wrapper {
  z-index: 3;
}
.cid-rQZfFAFgw2 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rQZfFAFgw2:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rQZfFAFgw2 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rQZfFAFgw2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rQZehFoSz1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQZehFoSz1 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rQZehFoSz1 .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rQZehFoSz1 .mbr-text,
.cid-rQZehFoSz1 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rQZehFoSz1 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rQ93FYR3as {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-rQ93FZD3Xr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQ93FZD3Xr h3 {
  text-align: center;
}
.cid-rQ93FZD3Xr .pie_progress {
  position: relative;
}
.cid-rQ93FZD3Xr .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQ93FZD3Xr p {
  line-height: 1.6;
}
.cid-rQ93FZD3Xr .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQ93FZD3Xr .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQ93FZD3Xr .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQ93FZD3Xr .mbr-section-subtitle {
  color: #383838;
}
.cid-rQ93FZD3Xr .pie_progress__number {
  text-align: center !important;
}
.cid-rQ93FZD3Xr .card-title {
  margin-bottom: 0;
}
.cid-rQ93FZD3Xr .svg-gradient {
  position: absolute;
}
.cid-rQ93FZD3Xr ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQ93FZD3Xr .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQ93FZD3Xr H4 {
  color: #0f7699;
}
.cid-rQ93FZD3Xr .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQ93FZD3Xr .card {
    flex-direction: column;
  }
  .cid-rQ93FZD3Xr .content {
    padding-left: 0rem;
  }
  .cid-rQ93FZD3Xr .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQ93G11r2Y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQ93G11r2Y h3 {
  text-align: center;
}
.cid-rQ93G11r2Y .pie_progress {
  position: relative;
}
.cid-rQ93G11r2Y .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQ93G11r2Y p {
  line-height: 1.6;
}
.cid-rQ93G11r2Y .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQ93G11r2Y .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQ93G11r2Y .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQ93G11r2Y .mbr-section-subtitle {
  color: #383838;
}
.cid-rQ93G11r2Y .pie_progress__number {
  text-align: center !important;
}
.cid-rQ93G11r2Y .card-title {
  margin-bottom: 0;
}
.cid-rQ93G11r2Y .svg-gradient {
  position: absolute;
}
.cid-rQ93G11r2Y ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQ93G11r2Y .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQ93G11r2Y H4 {
  color: #0f7699;
}
.cid-rQ93G11r2Y .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQ93G11r2Y .card {
    flex-direction: column;
  }
  .cid-rQ93G11r2Y .content {
    padding-left: 0rem;
  }
  .cid-rQ93G11r2Y .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQ93G2JhD6 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQ93G2JhD6 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQ93G2JhD6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQ93G2JhD6 .text-content {
  padding-right: 1.5rem;
}
.cid-rQ93G2JhD6 .mbr-text,
.cid-rQ93G2JhD6 .mbr-section-btn {
  color: #ffffff;
}
.cid-rQ93G2JhD6 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQ93G2JhD6 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQ93G2JhD6 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQ93G2JhD6 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQ93G2JhD6 .main-row {
    margin: 0;
  }
  .cid-rQ93G2JhD6 .mbr-section-title,
  .cid-rQ93G2JhD6 .mbr-text,
  .cid-rQ93G2JhD6 .list,
  .cid-rQ93G2JhD6 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQ93G2JhD6 .text-content {
    padding: 0;
  }
}
.cid-rQ93G2JhD6 .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCwgF5Pvr {
  background-color: #ffffff;
}
.cid-rTCwgF5Pvr section {
  position: relative;
}
.cid-rTCwgF5Pvr .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwgF5Pvr #e1_circle,
.cid-rTCwgF5Pvr #e3_circle,
.cid-rTCwgF5Pvr #e4_circle,
.cid-rTCwgF5Pvr #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwgF5Pvr #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwgF5Pvr .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwgF5Pvr .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwgF5Pvr .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwgF5Pvr .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwgF5Pvr .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwgF5Pvr .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwgF5Pvr .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwgF5Pvr .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwgF5Pvr .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwgF5Pvr .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwgF5Pvr .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwgF5Pvr .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwgF5Pvr .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwgF5Pvr H1 {
  color: #0a465a;
}
.cid-rTCwgF5Pvr .mbr-text,
.cid-rTCwgF5Pvr .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwgF5Pvr H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwgF5Pvr .round9,
  .cid-rTCwgF5Pvr .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwgF5Pvr .round {
    display: none;
  }
}
.cid-rQvqb2sLQb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvqb2sLQb .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvqb2sLQb h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvqb2sLQb .svg11 path {
  fill: #7aba59;
}
.cid-rQvqb2sLQb .svg21 path {
  fill: #f9b945;
}
.cid-rQvqb2sLQb .svg31 path {
  fill: #ed6436;
}
.cid-rQvqb2sLQb .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvqb2sLQb .svg12 path,
.cid-rQvqb2sLQb .svg22 path,
.cid-rQvqb2sLQb .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvqb2sLQb .card {
  position: relative;
  height: 300px;
}
.cid-rQvqb2sLQb .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvqb2sLQb .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvqb2sLQb .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqb2sLQb .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvqb2sLQb .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqb2sLQb .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvqb2sLQb .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqb2sLQb .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvqb2sLQb .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvqb2sLQb .card .svg22,
.cid-rQvqb2sLQb .card .svg32,
.cid-rQvqb2sLQb .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvqb2sLQb .card .svg21,
.cid-rQvqb2sLQb .card .svg31,
.cid-rQvqb2sLQb .card .svg11 {
  z-index: 2;
}
.cid-rQvqb2sLQb .card div {
  z-index: 3;
}
.cid-rQvqb2sLQb .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvqb2sLQb .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvqb2sLQb .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvqb2sLQb .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvqb2sLQb .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvqb2sLQb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvqb2sLQb .card {
    margin-bottom: 2rem;
  }
  .cid-rQvqb2sLQb .card svg {
    left: 30px;
  }
  .cid-rQvqb2sLQb .card:hover h4 {
    animation: none;
  }
  .cid-rQvqb2sLQb .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvqb2sLQb h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvqb2sLQb .card {
    max-width: 330px;
  }
  .cid-rQvqb2sLQb .card svg {
    left: 0px;
  }
}
.cid-rQvqb2sLQb H2 {
  color: #0f7699;
}
.cid-rQvvIUM3CM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvvIUM3CM .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvvIUM3CM .content {
    padding: 0 2rem;
  }
}
.cid-rQvvIUM3CM .row {
  justify-content: flex-end;
}
.cid-rQvvIUM3CM .img-col {
  padding: 0;
}
.cid-rQvvIUM3CM .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvvIUM3CM .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvvIUM3CM .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvvIUM3CM .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvvIUM3CM .icon-title,
.cid-rQvvIUM3CM .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvvIUM3CM .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvvIUM3CM .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvvIUM3CM .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvvIUM3CM .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvvIUM3CM .link-wrap {
    margin: auto;
  }
  .cid-rQvvIUM3CM .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvvIUM3CM .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvvIUM3CM .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvvIUM3CM .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvvIUM3CM .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvvIUM3CM .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvvIUM3CM H1 {
  color: #0f7699;
}
.cid-rQ93Gc3pK8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQdbA2Hvxg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQdbA2Hvxg .nav-item:focus,
.cid-rQdbA2Hvxg .nav-link:focus {
  outline: none;
}
.cid-rQdbA2Hvxg .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQdbA2Hvxg .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQdbA2Hvxg .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQdbA2Hvxg .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQdbA2Hvxg .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQdbA2Hvxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQdbA2Hvxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQdbA2Hvxg .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-rQdbA2Hvxg .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQdbA2Hvxg .container {
  max-width: 1380px;
}
.cid-rQdbA2Hvxg .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQdbA2Hvxg .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQdbA2Hvxg .nav-link:hover,
.cid-rQdbA2Hvxg .nav-link:active,
.cid-rQdbA2Hvxg .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQdbA2Hvxg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQdbA2Hvxg .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQdbA2Hvxg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQdbA2Hvxg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQdbA2Hvxg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQdbA2Hvxg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQdbA2Hvxg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQdbA2Hvxg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQdbA2Hvxg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQdbA2Hvxg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQdbA2Hvxg .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-rQdbA2Hvxg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQdbA2Hvxg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQdbA2Hvxg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQdbA2Hvxg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQdbA2Hvxg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQdbA2Hvxg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQdbA2Hvxg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQdbA2Hvxg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQdbA2Hvxg .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-rQdbA2Hvxg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQdbA2Hvxg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQdbA2Hvxg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQdbA2Hvxg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQdbA2Hvxg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQdbA2Hvxg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQdbA2Hvxg .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQdbA2Hvxg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQdbA2Hvxg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQdbA2Hvxg .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQdbA2Hvxg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQdbA2Hvxg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQdbA2Hvxg .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-rQdbA2Hvxg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQdbA2Hvxg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQdbA2Hvxg .dropdown-item.active,
.cid-rQdbA2Hvxg .dropdown-item:active {
  background-color: transparent;
}
.cid-rQdbA2Hvxg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQdbA2Hvxg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQdbA2Hvxg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQdbA2Hvxg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQdbA2Hvxg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQdbA2Hvxg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQdbA2Hvxg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQdbA2Hvxg .navbar-buttons {
  text-align: center;
}
.cid-rQdbA2Hvxg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQdbA2Hvxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQdbA2Hvxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQdbA2Hvxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdbA2Hvxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdbA2Hvxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQdbA2Hvxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdbA2Hvxg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQdbA2Hvxg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQdbA2Hvxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdbA2Hvxg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQdbA2Hvxg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdbA2Hvxg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQdbA2Hvxg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQdbA2Hvxg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQdbA2Hvxg .navbar {
    height: 77px;
  }
  .cid-rQdbA2Hvxg .navbar.opened {
    height: auto;
  }
  .cid-rQdbA2Hvxg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQdbA43Buz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-rQdbA43Buz .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQdbA43Buz .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQdbA43Buz .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQdbA43Buz .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQdbA43Buz .container {
  max-width: 1600px;
}
.cid-rQdbA43Buz .mbr-bold,
.cid-rQdbA43Buz b {
  font-weight: 900;
}
.cid-rQdbA43Buz .btn {
  color: white!important;
}
.cid-rQdbA43Buz svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQdbA43Buz svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQdbA43Buz svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQdbA43Buz svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQdbA43Buz svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQdbA43Buz .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQdbA43Buz H1 {
  color: #ffffff;
}
.cid-rQdbA43Buz .mbr-text,
.cid-rQdbA43Buz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQdbA59eqr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdbA59eqr img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQdbA59eqr H1 {
  color: #0b659b;
}
.cid-rQdbA59eqr .mbr-text,
.cid-rQdbA59eqr .mbr-section-btn {
  color: #716c80;
}
.cid-rQdbA59eqr H3 {
  color: #701403;
}
.cid-rQdbA59eqr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQdbA59eqr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQdbA59eqr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQdbA59eqr .link:hover {
  color: #08829e !important;
}
.cid-rQdbA59eqr .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQdbA59eqr DIV {
  color: #57468b;
}
.cid-rQdbA59eqr .mbr-text,
.cid-rQdbA59eqr .media-content {
  color: #232323;
}
.cid-rQdbA59eqr P {
  text-align: left;
  color: #0f7699;
}
.cid-rQZprrFIOF {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1-1920x1326.jpg");
}
.cid-rQZprrFIOF .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rQZprrFIOF .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rQZprrFIOF .card-img span {
  font-size: 100px;
}
.cid-rQZprrFIOF .mbr-text,
.cid-rQZprrFIOF .mbr-section-btn {
  color: #efefef;
}
.cid-rQZprrFIOF .mbr-section-title,
.cid-rQZprrFIOF .card-img {
  color: #aff0f6;
}
.cid-rQdek17Hqs {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdek17Hqs li {
  list-style: none;
}
.cid-rQdek17Hqs .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rQdek17Hqs .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rQdek17Hqs .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rQdek17Hqs h4 {
  margin: 0;
}
.cid-rQdek17Hqs ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rQdek17Hqs .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rQdek17Hqs .col-title2 {
  color: #ed6436;
}
.cid-rQdiadXjD1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdiadXjD1 li {
  list-style: none;
}
.cid-rQdiadXjD1 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rQdiadXjD1 .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rQdiadXjD1 .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rQdiadXjD1 h4 {
  margin: 0;
}
.cid-rQdiadXjD1 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rQdiadXjD1 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rQdiadXjD1 .col-title2 {
  color: #ed6436;
}
.cid-rV7CNy17XG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rV7CNy17XG .mbr-text,
.cid-rV7CNy17XG .mbr-section-subtitle {
  color: #767676;
}
.cid-rV7CNy17XG .card-title {
  color: #66458e;
}
.cid-rV7CNy17XG .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV7CNy17XG .mbr-section-subtitle,
  .cid-rV7CNy17XG .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV7CNy17XG .card .card-img span {
    background: none;
  }
}
.cid-rV7CNy17XG .mbr-section-title {
  color: #540658;
}
.cid-rQdbA7hmSz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQdbA7ZfNL {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdbA7ZfNL h3 {
  text-align: center;
}
.cid-rQdbA7ZfNL .pie_progress {
  position: relative;
}
.cid-rQdbA7ZfNL .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdbA7ZfNL p {
  line-height: 1.6;
}
.cid-rQdbA7ZfNL .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdbA7ZfNL .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdbA7ZfNL .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdbA7ZfNL .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdbA7ZfNL .pie_progress__number {
  text-align: center !important;
}
.cid-rQdbA7ZfNL .card-title {
  margin-bottom: 0;
}
.cid-rQdbA7ZfNL .svg-gradient {
  position: absolute;
}
.cid-rQdbA7ZfNL ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdbA7ZfNL .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdbA7ZfNL H4 {
  color: #0f7699;
}
.cid-rQdbA7ZfNL .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdbA7ZfNL .card {
    flex-direction: column;
  }
  .cid-rQdbA7ZfNL .content {
    padding-left: 0rem;
  }
  .cid-rQdbA7ZfNL .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdbA9dpEi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdbA9dpEi h3 {
  text-align: center;
}
.cid-rQdbA9dpEi .pie_progress {
  position: relative;
}
.cid-rQdbA9dpEi .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdbA9dpEi p {
  line-height: 1.6;
}
.cid-rQdbA9dpEi .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdbA9dpEi .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdbA9dpEi .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdbA9dpEi .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdbA9dpEi .pie_progress__number {
  text-align: center !important;
}
.cid-rQdbA9dpEi .card-title {
  margin-bottom: 0;
}
.cid-rQdbA9dpEi .svg-gradient {
  position: absolute;
}
.cid-rQdbA9dpEi ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdbA9dpEi .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdbA9dpEi H4 {
  color: #0f7699;
}
.cid-rQdbA9dpEi .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdbA9dpEi .card {
    flex-direction: column;
  }
  .cid-rQdbA9dpEi .content {
    padding-left: 0rem;
  }
  .cid-rQdbA9dpEi .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdbAanDG8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQdbAanDG8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQdbAanDG8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQdbAanDG8 .text-content {
  padding-right: 1.5rem;
}
.cid-rQdbAanDG8 .mbr-text,
.cid-rQdbAanDG8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rQdbAanDG8 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQdbAanDG8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQdbAanDG8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQdbAanDG8 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQdbAanDG8 .main-row {
    margin: 0;
  }
  .cid-rQdbAanDG8 .mbr-section-title,
  .cid-rQdbAanDG8 .mbr-text,
  .cid-rQdbAanDG8 .list,
  .cid-rQdbAanDG8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQdbAanDG8 .text-content {
    padding: 0;
  }
}
.cid-rQdbAanDG8 .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCwwC1WQO {
  background-color: #ffffff;
}
.cid-rTCwwC1WQO section {
  position: relative;
}
.cid-rTCwwC1WQO .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwwC1WQO #e1_circle,
.cid-rTCwwC1WQO #e3_circle,
.cid-rTCwwC1WQO #e4_circle,
.cid-rTCwwC1WQO #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwwC1WQO #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwwC1WQO .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwwC1WQO .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwwC1WQO .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwwC1WQO .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwwC1WQO .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwwC1WQO .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwwC1WQO .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwwC1WQO .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwwC1WQO .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwwC1WQO .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwwC1WQO .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwwC1WQO .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwwC1WQO .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwwC1WQO H1 {
  color: #0a465a;
}
.cid-rTCwwC1WQO .mbr-text,
.cid-rTCwwC1WQO .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwwC1WQO H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwwC1WQO .round9,
  .cid-rTCwwC1WQO .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwwC1WQO .round {
    display: none;
  }
}
.cid-rQvqFJs63U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvqFJs63U .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvqFJs63U h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvqFJs63U .svg11 path {
  fill: #7aba59;
}
.cid-rQvqFJs63U .svg21 path {
  fill: #f9b945;
}
.cid-rQvqFJs63U .svg31 path {
  fill: #ed6436;
}
.cid-rQvqFJs63U .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvqFJs63U .svg12 path,
.cid-rQvqFJs63U .svg22 path,
.cid-rQvqFJs63U .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvqFJs63U .card {
  position: relative;
  height: 300px;
}
.cid-rQvqFJs63U .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvqFJs63U .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvqFJs63U .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqFJs63U .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvqFJs63U .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqFJs63U .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvqFJs63U .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqFJs63U .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvqFJs63U .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvqFJs63U .card .svg22,
.cid-rQvqFJs63U .card .svg32,
.cid-rQvqFJs63U .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvqFJs63U .card .svg21,
.cid-rQvqFJs63U .card .svg31,
.cid-rQvqFJs63U .card .svg11 {
  z-index: 2;
}
.cid-rQvqFJs63U .card div {
  z-index: 3;
}
.cid-rQvqFJs63U .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvqFJs63U .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvqFJs63U .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvqFJs63U .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvqFJs63U .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvqFJs63U .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvqFJs63U .card {
    margin-bottom: 2rem;
  }
  .cid-rQvqFJs63U .card svg {
    left: 30px;
  }
  .cid-rQvqFJs63U .card:hover h4 {
    animation: none;
  }
  .cid-rQvqFJs63U .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvqFJs63U h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvqFJs63U .card {
    max-width: 330px;
  }
  .cid-rQvqFJs63U .card svg {
    left: 0px;
  }
}
.cid-rQvqFJs63U H2 {
  color: #0f7699;
}
.cid-rQvwi03T1U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvwi03T1U .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvwi03T1U .content {
    padding: 0 2rem;
  }
}
.cid-rQvwi03T1U .row {
  justify-content: flex-end;
}
.cid-rQvwi03T1U .img-col {
  padding: 0;
}
.cid-rQvwi03T1U .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvwi03T1U .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvwi03T1U .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvwi03T1U .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvwi03T1U .icon-title,
.cid-rQvwi03T1U .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvwi03T1U .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvwi03T1U .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvwi03T1U .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvwi03T1U .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvwi03T1U .link-wrap {
    margin: auto;
  }
  .cid-rQvwi03T1U .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvwi03T1U .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvwi03T1U .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvwi03T1U .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvwi03T1U .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvwi03T1U .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvwi03T1U H1 {
  color: #0f7699;
}
.cid-rQdbAg7yxn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQdowrTtXQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQdowrTtXQ .nav-item:focus,
.cid-rQdowrTtXQ .nav-link:focus {
  outline: none;
}
.cid-rQdowrTtXQ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQdowrTtXQ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQdowrTtXQ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQdowrTtXQ .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQdowrTtXQ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQdowrTtXQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQdowrTtXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQdowrTtXQ .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-rQdowrTtXQ .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQdowrTtXQ .container {
  max-width: 1380px;
}
.cid-rQdowrTtXQ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQdowrTtXQ .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQdowrTtXQ .nav-link:hover,
.cid-rQdowrTtXQ .nav-link:active,
.cid-rQdowrTtXQ .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQdowrTtXQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQdowrTtXQ .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQdowrTtXQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQdowrTtXQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQdowrTtXQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQdowrTtXQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQdowrTtXQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQdowrTtXQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQdowrTtXQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQdowrTtXQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQdowrTtXQ .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-rQdowrTtXQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQdowrTtXQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQdowrTtXQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQdowrTtXQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQdowrTtXQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQdowrTtXQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQdowrTtXQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQdowrTtXQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQdowrTtXQ .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-rQdowrTtXQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQdowrTtXQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQdowrTtXQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQdowrTtXQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQdowrTtXQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQdowrTtXQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQdowrTtXQ .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQdowrTtXQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQdowrTtXQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQdowrTtXQ .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQdowrTtXQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQdowrTtXQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQdowrTtXQ .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-rQdowrTtXQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQdowrTtXQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQdowrTtXQ .dropdown-item.active,
.cid-rQdowrTtXQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rQdowrTtXQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQdowrTtXQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQdowrTtXQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQdowrTtXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQdowrTtXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQdowrTtXQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQdowrTtXQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQdowrTtXQ .navbar-buttons {
  text-align: center;
}
.cid-rQdowrTtXQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQdowrTtXQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQdowrTtXQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQdowrTtXQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdowrTtXQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdowrTtXQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQdowrTtXQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdowrTtXQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQdowrTtXQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQdowrTtXQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdowrTtXQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQdowrTtXQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdowrTtXQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQdowrTtXQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQdowrTtXQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQdowrTtXQ .navbar {
    height: 77px;
  }
  .cid-rQdowrTtXQ .navbar.opened {
    height: auto;
  }
  .cid-rQdowrTtXQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQdowtvKC3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-rQdowtvKC3 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQdowtvKC3 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQdowtvKC3 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQdowtvKC3 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQdowtvKC3 .container {
  max-width: 1600px;
}
.cid-rQdowtvKC3 .mbr-bold,
.cid-rQdowtvKC3 b {
  font-weight: 900;
}
.cid-rQdowtvKC3 .btn {
  color: white!important;
}
.cid-rQdowtvKC3 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQdowtvKC3 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQdowtvKC3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQdowtvKC3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQdowtvKC3 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQdowtvKC3 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQdowtvKC3 H1 {
  color: #ffffff;
}
.cid-rQdowtvKC3 .mbr-text,
.cid-rQdowtvKC3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQdowuhC0P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdowuhC0P img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQdowuhC0P H1 {
  color: #0b659b;
}
.cid-rQdowuhC0P .mbr-text,
.cid-rQdowuhC0P .mbr-section-btn {
  color: #716c80;
}
.cid-rQdowuhC0P H3 {
  color: #716c80;
}
.cid-rQdowuhC0P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQdowuhC0P .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQdowuhC0P .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQdowuhC0P .link:hover {
  color: #08829e !important;
}
.cid-rQdowuhC0P .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQdowuhC0P DIV {
  color: #57468b;
}
.cid-rQdowuhC0P .mbr-text,
.cid-rQdowuhC0P .media-content {
  color: #232323;
}
.cid-rQdowuhC0P P {
  text-align: left;
  color: #0f7699;
}
.cid-rQdqfUHBNs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQdqfUHBNs .counter-container {
  color: #464646;
}
.cid-rQdqfUHBNs .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rQdqfUHBNs .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rQdqfUHBNs .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rQdqfUHBNs H3 {
  color: #0f7699;
}
.cid-rQdDprqi4n {
  padding-top: 0px;
  background-image: url("");
}
.cid-rQdDprqi4n .container {
  margin-bottom: 15%;
}
.cid-rQdDprqi4n .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQdDprqi4n .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQdDprqi4n .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQdDprqi4n .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQdDprqi4n .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQdDprqi4n .box-item:last-child {
  background-color: #82c407;
}
.cid-rQdDprqi4n .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQdDprqi4n .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQdDprqi4n .box-list li:last-child {
  border-bottom: none;
}
.cid-rQdDprqi4n .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQdDprqi4n .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQdDprqi4n .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQdDprqi4n .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQdDprqi4n .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQdDprqi4n .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQdDprqi4n .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQdDprqi4n .mbr-text,
.cid-rQdDprqi4n .mbr-section-btn {
  color: #232323;
}
.cid-rQdDprqi4n H1 {
  color: #0f7699;
}
.cid-rQdDprqi4n UL {
  color: #000000;
}
.cid-rQdqEU1BUl {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQdqEU1BUl .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQdqEU1BUl .mbr-section-title {
  margin: 0;
}
.cid-rQdqEU1BUl .mbr-text {
  color: #efefef;
}
.cid-rQdqEU1BUl .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQdqEU1BUl .card-img {
  text-align: left;
}
.cid-rQdqEU1BUl .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQdqEU1BUl .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQdqEU1BUl .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdqEU1BUl .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQdqEU1BUl .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQdqEU1BUl .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQBbAFFoQr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQBbAFFoQr .mbr-text,
.cid-rQBbAFFoQr .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBbAFFoQr p {
  z-index: 2;
  position: relative;
}
.cid-rQBbAFFoQr .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBbAFFoQr .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBbAFFoQr .ico1 {
  font-size: 2rem;
}
.cid-rQBbAFFoQr .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBbAFFoQr H3 {
  color: #149dcc;
}
.cid-rWPBVMhePd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #9e0404;
}
.cid-rWPBVMhePd .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rWPBVMhePd .container {
  max-width: 1500px;
}
.cid-rWPBVMhePd .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWPBVMhePd .container {
    padding: 0 4rem;
  }
}
.cid-rWPBVMhePd .mbr-text,
.cid-rWPBVMhePd .mbr-section-btn {
  color: #efeeee;
}
.cid-rWPBVMhePd .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rWPBVMhePd .btn .mbr-iconfont {
  order: 2;
}
.cid-rWPBVMhePd .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rWPBVMhePd .align-left {
    text-align: center;
  }
  .cid-rWPBVMhePd .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rQdowxL6Yp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQdowyxxQA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdowyxxQA h3 {
  text-align: center;
}
.cid-rQdowyxxQA .pie_progress {
  position: relative;
}
.cid-rQdowyxxQA .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdowyxxQA p {
  line-height: 1.6;
}
.cid-rQdowyxxQA .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdowyxxQA .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdowyxxQA .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdowyxxQA .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdowyxxQA .pie_progress__number {
  text-align: center !important;
}
.cid-rQdowyxxQA .card-title {
  margin-bottom: 0;
}
.cid-rQdowyxxQA .svg-gradient {
  position: absolute;
}
.cid-rQdowyxxQA ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdowyxxQA .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdowyxxQA H4 {
  color: #0f7699;
}
.cid-rQdowyxxQA .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdowyxxQA .card {
    flex-direction: column;
  }
  .cid-rQdowyxxQA .content {
    padding-left: 0rem;
  }
  .cid-rQdowyxxQA .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdowzTyMT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdowzTyMT h3 {
  text-align: center;
}
.cid-rQdowzTyMT .pie_progress {
  position: relative;
}
.cid-rQdowzTyMT .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdowzTyMT p {
  line-height: 1.6;
}
.cid-rQdowzTyMT .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdowzTyMT .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdowzTyMT .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdowzTyMT .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdowzTyMT .pie_progress__number {
  text-align: center !important;
}
.cid-rQdowzTyMT .card-title {
  margin-bottom: 0;
}
.cid-rQdowzTyMT .svg-gradient {
  position: absolute;
}
.cid-rQdowzTyMT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdowzTyMT .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdowzTyMT H4 {
  color: #0f7699;
}
.cid-rQdowzTyMT .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdowzTyMT .card {
    flex-direction: column;
  }
  .cid-rQdowzTyMT .content {
    padding-left: 0rem;
  }
  .cid-rQdowzTyMT .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdowBnodH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQdowBnodH .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQdowBnodH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQdowBnodH .text-content {
  padding-right: 1.5rem;
}
.cid-rQdowBnodH .mbr-text,
.cid-rQdowBnodH .mbr-section-btn {
  color: #ffffff;
}
.cid-rQdowBnodH .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQdowBnodH .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQdowBnodH .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQdowBnodH .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQdowBnodH .main-row {
    margin: 0;
  }
  .cid-rQdowBnodH .mbr-section-title,
  .cid-rQdowBnodH .mbr-text,
  .cid-rQdowBnodH .list,
  .cid-rQdowBnodH .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQdowBnodH .text-content {
    padding: 0;
  }
}
.cid-rQdowBnodH .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCwCbcA5e {
  background-color: #ffffff;
}
.cid-rTCwCbcA5e section {
  position: relative;
}
.cid-rTCwCbcA5e .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwCbcA5e #e1_circle,
.cid-rTCwCbcA5e #e3_circle,
.cid-rTCwCbcA5e #e4_circle,
.cid-rTCwCbcA5e #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwCbcA5e #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwCbcA5e .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwCbcA5e .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwCbcA5e .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwCbcA5e .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwCbcA5e .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwCbcA5e .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwCbcA5e .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwCbcA5e .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwCbcA5e .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwCbcA5e .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwCbcA5e .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwCbcA5e .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwCbcA5e .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwCbcA5e H1 {
  color: #0a465a;
}
.cid-rTCwCbcA5e .mbr-text,
.cid-rTCwCbcA5e .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwCbcA5e H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwCbcA5e .round9,
  .cid-rTCwCbcA5e .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwCbcA5e .round {
    display: none;
  }
}
.cid-rQvqKFQs6R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvqKFQs6R .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvqKFQs6R h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvqKFQs6R .svg11 path {
  fill: #7aba59;
}
.cid-rQvqKFQs6R .svg21 path {
  fill: #f9b945;
}
.cid-rQvqKFQs6R .svg31 path {
  fill: #ed6436;
}
.cid-rQvqKFQs6R .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvqKFQs6R .svg12 path,
.cid-rQvqKFQs6R .svg22 path,
.cid-rQvqKFQs6R .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvqKFQs6R .card {
  position: relative;
  height: 300px;
}
.cid-rQvqKFQs6R .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvqKFQs6R .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvqKFQs6R .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqKFQs6R .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvqKFQs6R .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqKFQs6R .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvqKFQs6R .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqKFQs6R .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvqKFQs6R .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvqKFQs6R .card .svg22,
.cid-rQvqKFQs6R .card .svg32,
.cid-rQvqKFQs6R .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvqKFQs6R .card .svg21,
.cid-rQvqKFQs6R .card .svg31,
.cid-rQvqKFQs6R .card .svg11 {
  z-index: 2;
}
.cid-rQvqKFQs6R .card div {
  z-index: 3;
}
.cid-rQvqKFQs6R .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvqKFQs6R .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvqKFQs6R .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvqKFQs6R .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvqKFQs6R .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvqKFQs6R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvqKFQs6R .card {
    margin-bottom: 2rem;
  }
  .cid-rQvqKFQs6R .card svg {
    left: 30px;
  }
  .cid-rQvqKFQs6R .card:hover h4 {
    animation: none;
  }
  .cid-rQvqKFQs6R .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvqKFQs6R h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvqKFQs6R .card {
    max-width: 330px;
  }
  .cid-rQvqKFQs6R .card svg {
    left: 0px;
  }
}
.cid-rQvqKFQs6R H2 {
  color: #0f7699;
}
.cid-rQvwqG4b1u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvwqG4b1u .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvwqG4b1u .content {
    padding: 0 2rem;
  }
}
.cid-rQvwqG4b1u .row {
  justify-content: flex-end;
}
.cid-rQvwqG4b1u .img-col {
  padding: 0;
}
.cid-rQvwqG4b1u .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvwqG4b1u .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvwqG4b1u .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvwqG4b1u .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvwqG4b1u .icon-title,
.cid-rQvwqG4b1u .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvwqG4b1u .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvwqG4b1u .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvwqG4b1u .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvwqG4b1u .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvwqG4b1u .link-wrap {
    margin: auto;
  }
  .cid-rQvwqG4b1u .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvwqG4b1u .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvwqG4b1u .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvwqG4b1u .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvwqG4b1u .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvwqG4b1u .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvwqG4b1u H1 {
  color: #0f7699;
}
.cid-rQdowHPugk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQdzqVlD7f .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQdzqVlD7f .nav-item:focus,
.cid-rQdzqVlD7f .nav-link:focus {
  outline: none;
}
.cid-rQdzqVlD7f .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQdzqVlD7f .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQdzqVlD7f .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQdzqVlD7f .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQdzqVlD7f .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQdzqVlD7f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQdzqVlD7f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQdzqVlD7f .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-rQdzqVlD7f .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQdzqVlD7f .container {
  max-width: 1380px;
}
.cid-rQdzqVlD7f .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQdzqVlD7f .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQdzqVlD7f .nav-link:hover,
.cid-rQdzqVlD7f .nav-link:active,
.cid-rQdzqVlD7f .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQdzqVlD7f .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQdzqVlD7f .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQdzqVlD7f .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQdzqVlD7f .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQdzqVlD7f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQdzqVlD7f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQdzqVlD7f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQdzqVlD7f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQdzqVlD7f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQdzqVlD7f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQdzqVlD7f .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-rQdzqVlD7f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQdzqVlD7f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQdzqVlD7f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQdzqVlD7f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQdzqVlD7f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQdzqVlD7f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQdzqVlD7f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQdzqVlD7f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQdzqVlD7f .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-rQdzqVlD7f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQdzqVlD7f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQdzqVlD7f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQdzqVlD7f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQdzqVlD7f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQdzqVlD7f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQdzqVlD7f .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQdzqVlD7f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQdzqVlD7f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQdzqVlD7f .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQdzqVlD7f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQdzqVlD7f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQdzqVlD7f .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-rQdzqVlD7f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQdzqVlD7f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQdzqVlD7f .dropdown-item.active,
.cid-rQdzqVlD7f .dropdown-item:active {
  background-color: transparent;
}
.cid-rQdzqVlD7f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQdzqVlD7f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQdzqVlD7f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQdzqVlD7f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQdzqVlD7f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQdzqVlD7f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQdzqVlD7f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQdzqVlD7f .navbar-buttons {
  text-align: center;
}
.cid-rQdzqVlD7f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQdzqVlD7f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQdzqVlD7f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQdzqVlD7f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdzqVlD7f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdzqVlD7f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQdzqVlD7f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdzqVlD7f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQdzqVlD7f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQdzqVlD7f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdzqVlD7f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQdzqVlD7f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdzqVlD7f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQdzqVlD7f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQdzqVlD7f .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQdzqVlD7f .navbar {
    height: 77px;
  }
  .cid-rQdzqVlD7f .navbar.opened {
    height: auto;
  }
  .cid-rQdzqVlD7f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQdzqWMbCB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-5-1920x1080.jpg");
}
.cid-rQdzqWMbCB .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQdzqWMbCB .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQdzqWMbCB .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQdzqWMbCB .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQdzqWMbCB .container {
  max-width: 1600px;
}
.cid-rQdzqWMbCB .mbr-bold,
.cid-rQdzqWMbCB b {
  font-weight: 900;
}
.cid-rQdzqWMbCB .btn {
  color: white!important;
}
.cid-rQdzqWMbCB svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQdzqWMbCB svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQdzqWMbCB svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQdzqWMbCB svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQdzqWMbCB svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQdzqWMbCB .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQdzqWMbCB H1 {
  color: #ffffff;
}
.cid-rQdzqWMbCB .mbr-text,
.cid-rQdzqWMbCB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRrQLnNJex {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrQLnNJex img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRrQLnNJex H1 {
  color: #0f7699;
}
.cid-rRrQLnNJex .mbr-text,
.cid-rRrQLnNJex .mbr-section-btn {
  color: #716c80;
}
.cid-rRrQLnNJex H3 {
  color: #0f7699;
}
.cid-rRrQLnNJex .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRrQLnNJex .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRrQLnNJex .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRrQLnNJex .link:hover {
  color: #08829e !important;
}
.cid-rRrQLnNJex .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRrQLnNJex DIV {
  color: #57468b;
}
.cid-rRrQLnNJex .mbr-text,
.cid-rRrQLnNJex .media-content {
  color: #232323;
}
.cid-rRrQLnNJex P {
  text-align: left;
  color: #383838;
}
.cid-rRrQRyMXeq {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-rRrQRyMXeq .container-fluid {
  padding: 0 3rem;
}
.cid-rRrQRyMXeq .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #0f7699;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-rRrQRyMXeq .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #149dcc;
}
.cid-rRrQRyMXeq .table-wrap:hover .table-pricing,
.cid-rRrQRyMXeq .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-rRrQRyMXeq .table-wrap:hover .table-heading,
.cid-rRrQRyMXeq .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-rRrQRyMXeq .section-heading {
  margin-bottom: 2rem;
}
.cid-rRrQRyMXeq .table-heading {
  margin-bottom: 2em;
}
.cid-rRrQRyMXeq .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-rRrQRyMXeq .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #08829e, #181818);
  display: inline-block;
}
.cid-rRrQRyMXeq ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-rRrQRyMXeq ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rRrQRyMXeq ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-rRrQRyMXeq hr {
  display: none;
  background: #0f7699;
}
.cid-rRrQRyMXeq hr {
  display: block;
}
.cid-rRrQRyMXeq .table-heading,
.cid-rRrQRyMXeq .table-pricing,
.cid-rRrQRyMXeq .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-rRrQRyMXeq .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-rRrQRyMXeq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rRrQRyMXeq .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-rRrQRyMXeq .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rRrQRyMXeq .container-fluid {
    padding: 0 0rem;
  }
}
.cid-rRrQRyMXeq .mbr-section-subtitle,
.cid-rRrQRyMXeq .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQdzqXKOa4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdzqXKOa4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQdzqXKOa4 H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rQdzqXKOa4 .mbr-text,
.cid-rQdzqXKOa4 .mbr-section-btn {
  color: #716c80;
}
.cid-rQdzqXKOa4 H3 {
  color: #0f7699;
}
.cid-rQdzqXKOa4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQdzqXKOa4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQdzqXKOa4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQdzqXKOa4 .link:hover {
  color: #08829e !important;
}
.cid-rQdzqXKOa4 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQdzqXKOa4 DIV {
  color: #57468b;
}
.cid-rQdzqXKOa4 .mbr-text,
.cid-rQdzqXKOa4 .media-content {
  color: #232323;
}
.cid-rQdzqXKOa4 P {
  text-align: center;
  color: #383838;
}
.cid-rQBMI10koc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rQBMI10koc .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQBMI10koc #e1_circle,
.cid-rQBMI10koc #e3_circle,
.cid-rQBMI10koc #e4_circle,
.cid-rQBMI10koc #e5_circle {
  fill: #f4f1d3 !important;
}
.cid-rQBMI10koc #e6_circle {
  fill: #dacd9f !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQBMI10koc .round {
  border-radius: 100%;
  position: absolute;
  background-color: #f4f1d3;
  animation: orbit 4s linear infinite;
}
.cid-rQBMI10koc .rev {
  animation: rev 4s linear infinite;
}
.cid-rQBMI10koc .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQBMI10koc .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQBMI10koc .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQBMI10koc .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQBMI10koc .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQBMI10koc .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQBMI10koc .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQBMI10koc .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQBMI10koc .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQBMI10koc .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQBMI10koc .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQBMI10koc H1 {
  color: #705914;
}
.cid-rQBMI10koc .mbr-text,
.cid-rQBMI10koc .mbr-section-btn {
  color: #181818;
}
.cid-rQBMI10koc img {
  width: 100%;
  margin: 0 auto;
}
.cid-rSQlJCuPEG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rSQlJCuPEG .container {
  max-width: 1500px;
}
.cid-rSQlJCuPEG .row {
  background: #d2be7b;
}
.cid-rSQlJCuPEG .img-col {
  padding: 0;
}
.cid-rSQlJCuPEG .title-col {
  padding: 4rem 8rem;
}
.cid-rSQlJCuPEG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rSQlJCuPEG h2 {
  padding: 0;
  margin: 0;
}
.cid-rSQlJCuPEG .text-wrap {
  margin: auto;
}
.cid-rSQlJCuPEG .mbr-text {
  color: #2c1e04;
}
@media (max-width: 1200px) {
  .cid-rSQlJCuPEG .row {
    margin: 2rem;
  }
  .cid-rSQlJCuPEG .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSQlJCuPEG .row {
    margin: 0rem;
  }
  .cid-rSQlJCuPEG .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rQBO38qLZc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dacd9f;
}
.cid-rQBO38qLZc .mbr-text {
  color: #767676;
}
.cid-rQBO38qLZc .mbr-iconfont {
  color: #a99759 !important;
  font-size: 4rem!important;
}
.cid-rQBO38qLZc .card-img {
  margin-bottom: 3rem;
}
.cid-rQBO38qLZc .card-wrapper {
  background: #ffffff;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rQBO38qLZc .link {
  margin: 0;
}
.cid-rQBO38qLZc p {
  font-weight: 400;
}
.cid-rQBO38qLZc .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rQBO38qLZc .link a:hover {
  color: #181818 !important;
}
.cid-rQBO38qLZc .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQBO38qLZc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQBO38qLZc .card {
    margin-bottom: 3rem;
  }
}
.cid-rQBO38qLZc .mbr-text,
.cid-rQBO38qLZc .link {
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rQBO38qLZc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rQBO38qLZc .card-title,
.cid-rQBO38qLZc .card-img {
  color: #a99759;
  text-align: center;
}
.cid-rSnpYAs0Ex {
  background-image: url("../../../assets/images/mbr-1920x1800.png");
}
.cid-rSnpYAs0Ex .text-content {
  padding-top: 90px;
  padding-bottom: 60px;
}
.cid-rSnpYAs0Ex .text-content .btn-bgr {
  z-index: 0;
}
.cid-rSnpYAs0Ex .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-rSnpYAs0Ex H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rSnpYAs0Ex P {
  color: #000000;
}
.cid-rSnpYAs0Ex H2 {
  color: #000000;
}
.cid-rSnpYAs0Ex .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rSnpYAs0Ex .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rSnpYAs0Ex .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f4c6ff;
}
@media (max-width: 991px) {
  .cid-rSnpYAs0Ex .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rSnpYAs0Ex .text-content {
    width: 100%;
  }
}
.cid-rSnpYAs0Ex .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rSnpYAs0Ex .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rSnpYAs0Ex .mbr-text {
    text-align: center;
  }
}
.cid-rSnpYAs0Ex .mbr-section-btn,
.cid-rSnpYAs0Ex .mbr-section-title {
  color: #660e61;
}
.cid-rSnpYAs0Ex .mbr-section-subtitle {
  color: #660e61;
}
.cid-rQuLMiU9Yc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQuLMiU9Yc h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQuLMiU9Yc .mbr-section-subtitle {
  color: #767676;
}
.cid-rQuLMiU9Yc .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQuLMiU9Yc .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-rQuLMiU9Yc H2 {
  color: #0e5785;
}
.cid-rQuLMiU9Yc .article-counter-left {
  color: #6e9c08;
}
.cid-rQuLMiU9Yc .article-counter-right {
  color: #1a9cc9;
}
.cid-rQuLMiU9Yc .article-title-left {
  color: #46580a;
}
.cid-rQuLMiU9Yc .article-title-right {
  color: #0c4a76;
}
.cid-rQuLMiU9Yc .mbr-text-left {
  color: #46580a;
}
.cid-rQuLMiU9Yc .mbr-text-right {
  color: #0b1b3f;
}
.cid-rQeIZR0ZBn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQeIZR0ZBn .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQeIZR0ZBn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQeIZR0ZBn .text-content {
  padding-right: 1.5rem;
}
.cid-rQeIZR0ZBn .mbr-text,
.cid-rQeIZR0ZBn .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQeIZR0ZBn .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQeIZR0ZBn .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQeIZR0ZBn .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQeIZR0ZBn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rQeIZR0ZBn .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #ed6436;
}
@media (max-width: 991px) {
  .cid-rQeIZR0ZBn .main-row {
    margin: 0;
  }
  .cid-rQeIZR0ZBn .mbr-section-title,
  .cid-rQeIZR0ZBn .mbr-text,
  .cid-rQeIZR0ZBn .list,
  .cid-rQeIZR0ZBn .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQeIZR0ZBn .text-content {
    padding: 0;
  }
}
.cid-rQeIZR0ZBn .list {
  color: #ed6436;
}
.cid-rQeIZR0ZBn .mbr-section-title {
  color: #0f7699;
}
.cid-rSjqVGb4Jc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rSjqVGb4Jc .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rSjqVGb4Jc .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rSjqVGb4Jc .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-rSjqVGb4Jc .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rSjqVGb4Jc .mbr-section-subtitle,
.cid-rSjqVGb4Jc .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rSjqVGb4Jc H1 {
  color: #0f7699;
}
.cid-rQZnHsFvJR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQZnHsFvJR .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rQZnHsFvJR .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rQZnHsFvJR .mbr-text,
.cid-rQZnHsFvJR .mbr-section-btn {
  color: #733c07;
}
@media (max-width: 767px) {
  .cid-rQZnHsFvJR img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rQZnHsFvJR H1 {
  color: #733c07;
}
.cid-rQBc2fG1Am {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQBc2fG1Am .mbr-text,
.cid-rQBc2fG1Am .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBc2fG1Am p {
  z-index: 2;
  position: relative;
}
.cid-rQBc2fG1Am .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBc2fG1Am .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBc2fG1Am .ico1 {
  font-size: 2rem;
}
.cid-rQBc2fG1Am .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBc2fG1Am H3 {
  color: #149dcc;
}
.cid-rWPBOOS3ck {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #9e0404;
}
.cid-rWPBOOS3ck .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rWPBOOS3ck .container {
  max-width: 1500px;
}
.cid-rWPBOOS3ck .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWPBOOS3ck .container {
    padding: 0 4rem;
  }
}
.cid-rWPBOOS3ck .mbr-text,
.cid-rWPBOOS3ck .mbr-section-btn {
  color: #efeeee;
}
.cid-rWPBOOS3ck .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rWPBOOS3ck .btn .mbr-iconfont {
  order: 2;
}
.cid-rWPBOOS3ck .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rWPBOOS3ck .align-left {
    text-align: center;
  }
  .cid-rWPBOOS3ck .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rQdzr0yVom {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQdzr1kR8e {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdzr1kR8e h3 {
  text-align: center;
}
.cid-rQdzr1kR8e .pie_progress {
  position: relative;
}
.cid-rQdzr1kR8e .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdzr1kR8e p {
  line-height: 1.6;
}
.cid-rQdzr1kR8e .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdzr1kR8e .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdzr1kR8e .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdzr1kR8e .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdzr1kR8e .pie_progress__number {
  text-align: center !important;
}
.cid-rQdzr1kR8e .card-title {
  margin-bottom: 0;
}
.cid-rQdzr1kR8e .svg-gradient {
  position: absolute;
}
.cid-rQdzr1kR8e ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdzr1kR8e .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdzr1kR8e H4 {
  color: #0f7699;
}
.cid-rQdzr1kR8e .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdzr1kR8e .card {
    flex-direction: column;
  }
  .cid-rQdzr1kR8e .content {
    padding-left: 0rem;
  }
  .cid-rQdzr1kR8e .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdzr2wSUe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdzr2wSUe h3 {
  text-align: center;
}
.cid-rQdzr2wSUe .pie_progress {
  position: relative;
}
.cid-rQdzr2wSUe .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdzr2wSUe p {
  line-height: 1.6;
}
.cid-rQdzr2wSUe .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdzr2wSUe .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdzr2wSUe .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdzr2wSUe .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdzr2wSUe .pie_progress__number {
  text-align: center !important;
}
.cid-rQdzr2wSUe .card-title {
  margin-bottom: 0;
}
.cid-rQdzr2wSUe .svg-gradient {
  position: absolute;
}
.cid-rQdzr2wSUe ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdzr2wSUe .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdzr2wSUe H4 {
  color: #0f7699;
}
.cid-rQdzr2wSUe .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdzr2wSUe .card {
    flex-direction: column;
  }
  .cid-rQdzr2wSUe .content {
    padding-left: 0rem;
  }
  .cid-rQdzr2wSUe .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdzr3UbFc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQdzr3UbFc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQdzr3UbFc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQdzr3UbFc .text-content {
  padding-right: 1.5rem;
}
.cid-rQdzr3UbFc .mbr-text,
.cid-rQdzr3UbFc .mbr-section-btn {
  color: #ffffff;
}
.cid-rQdzr3UbFc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQdzr3UbFc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQdzr3UbFc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQdzr3UbFc .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQdzr3UbFc .main-row {
    margin: 0;
  }
  .cid-rQdzr3UbFc .mbr-section-title,
  .cid-rQdzr3UbFc .mbr-text,
  .cid-rQdzr3UbFc .list,
  .cid-rQdzr3UbFc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQdzr3UbFc .text-content {
    padding: 0;
  }
}
.cid-rQdzr3UbFc .mbr-section-title {
  color: #aff0f6;
}
.cid-rT4b8Jeybc {
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-rT4b8Jeybc .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rT4b8Jeybc .text-content .btn-bgr {
  z-index: 0;
}
.cid-rT4b8Jeybc .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rT4b8Jeybc .container-full-width {
  position: relative;
}
.cid-rT4b8Jeybc .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rT4b8Jeybc .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rT4b8Jeybc .layer path {
  fill: #b2ccd2;
}
@media (min-width: 576px) {
  .cid-rT4b8Jeybc .text-content {
    width: 540px;
  }
  .cid-rT4b8Jeybc .column-content {
    width: 100%;
  }
  .cid-rT4b8Jeybc .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rT4b8Jeybc .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rT4b8Jeybc .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rT4b8Jeybc .column-content {
    width: 50%;
  }
  .cid-rT4b8Jeybc .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rT4b8Jeybc .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT4b8Jeybc .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rT4b8Jeybc .column-content {
    height: 33rem;
  }
}
.cid-rT4b8Jeybc .mbr-text,
.cid-rT4b8Jeybc .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rT4b8Jeybc H1 {
  color: #0f7699;
}
.cid-rSovdbJ94P {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSovdbJ94P img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSovdbJ94P H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rSovdbJ94P .mbr-text,
.cid-rSovdbJ94P .mbr-section-btn {
  color: #716c80;
}
.cid-rSovdbJ94P H3 {
  color: #0f7699;
}
.cid-rSovdbJ94P .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSovdbJ94P .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSovdbJ94P .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSovdbJ94P .link:hover {
  color: #08829e !important;
}
.cid-rSovdbJ94P .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rSovdbJ94P DIV {
  color: #57468b;
}
.cid-rSovdbJ94P .mbr-text,
.cid-rSovdbJ94P .media-content {
  color: #232323;
}
.cid-rSovdbJ94P P {
  text-align: center;
  color: #0b659b;
}
.cid-rSovdTrVAw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 90px;
}
.cid-rSovdTrVAw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rSovdTrVAw .video-block {
    width: 100% !important;
  }
}
.cid-rSuBaSF20p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSuBaSF20p .mbr-text {
  margin: 0;
}
.cid-rSuBaSF20p .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rSuBaSF20p .row-element,
.cid-rSuBaSF20p .image-element {
  padding: 0;
}
.cid-rSuBaSF20p .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSuBaSF20p .image-element .img-wrap {
  width: 100% !important;
}
.cid-rSuBaSF20p .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rSuBaSF20p .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSuBaSF20p .carousel-item.active,
.cid-rSuBaSF20p .carousel-item-next,
.cid-rSuBaSF20p .carousel-item-prev {
  display: flex;
}
.cid-rSuBaSF20p .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rSuBaSF20p .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #08829e;
}
.cid-rSuBaSF20p .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rSuBaSF20p .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rSuBaSF20p .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rSuBaSF20p .carousel-controls {
    display: block;
  }
  .cid-rSuBaSF20p .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rSuBaSF20p .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rSuBaSF20p .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rSuBaSF20p .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rSuBaSF20p .text-element {
    padding: 1rem;
  }
  .cid-rSuBaSF20p .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSuBaSF20p .image-element {
    min-width: 50%;
  }
  .cid-rSuBaSF20p .media-container-row {
    width: 100%;
  }
}
.cid-rSuBaSF20p .mbr-subtitle {
  color: #879a9f;
}
.cid-rSuBaSF20p .mbr-title,
.cid-rSuBaSF20p .ornament {
  color: #0f7699;
}
.cid-rV2a1tqZyn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rV2a1tqZyn img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rV2a1tqZyn H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rV2a1tqZyn .mbr-text,
.cid-rV2a1tqZyn .mbr-section-btn {
  color: #716c80;
}
.cid-rV2a1tqZyn H3 {
  color: #716c80;
}
.cid-rV2a1tqZyn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rV2a1tqZyn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rV2a1tqZyn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rV2a1tqZyn .link:hover {
  color: #08829e !important;
}
.cid-rV2a1tqZyn .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rV2a1tqZyn DIV {
  color: #57468b;
}
.cid-rV2a1tqZyn .mbr-text,
.cid-rV2a1tqZyn .media-content {
  color: #232323;
}
.cid-rV2a1tqZyn P {
  text-align: center;
  color: #82786e;
}
.cid-rV2a2se2G0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rV2a2se2G0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rV2a2se2G0 .video-block {
    width: 100% !important;
  }
}
.cid-rQuXDNExiD {
  background-color: #ffffff;
}
.cid-rQuXDNExiD section {
  position: relative;
}
.cid-rQuXDNExiD .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQuXDNExiD #e1_circle,
.cid-rQuXDNExiD #e3_circle,
.cid-rQuXDNExiD #e4_circle,
.cid-rQuXDNExiD #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQuXDNExiD #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQuXDNExiD .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQuXDNExiD .rev {
  animation: rev 4s linear infinite;
}
.cid-rQuXDNExiD .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQuXDNExiD .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQuXDNExiD .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQuXDNExiD .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQuXDNExiD .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQuXDNExiD .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQuXDNExiD .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQuXDNExiD .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQuXDNExiD .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQuXDNExiD .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQuXDNExiD .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQuXDNExiD H1 {
  color: #0a465a;
}
.cid-rQuXDNExiD .mbr-text,
.cid-rQuXDNExiD .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQuXDNExiD H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rQuXDNExiD .round9,
  .cid-rQuXDNExiD .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQuXDNExiD .round {
    display: none;
  }
}
.cid-rQvrjAsoXR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvrjAsoXR .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvrjAsoXR h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvrjAsoXR .svg11 path {
  fill: #7aba59;
}
.cid-rQvrjAsoXR .svg21 path {
  fill: #f9b945;
}
.cid-rQvrjAsoXR .svg31 path {
  fill: #ed6436;
}
.cid-rQvrjAsoXR .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvrjAsoXR .svg12 path,
.cid-rQvrjAsoXR .svg22 path,
.cid-rQvrjAsoXR .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvrjAsoXR .card {
  position: relative;
  height: 300px;
}
.cid-rQvrjAsoXR .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvrjAsoXR .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvrjAsoXR .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrjAsoXR .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvrjAsoXR .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrjAsoXR .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvrjAsoXR .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrjAsoXR .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvrjAsoXR .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvrjAsoXR .card .svg22,
.cid-rQvrjAsoXR .card .svg32,
.cid-rQvrjAsoXR .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvrjAsoXR .card .svg21,
.cid-rQvrjAsoXR .card .svg31,
.cid-rQvrjAsoXR .card .svg11 {
  z-index: 2;
}
.cid-rQvrjAsoXR .card div {
  z-index: 3;
}
.cid-rQvrjAsoXR .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvrjAsoXR .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvrjAsoXR .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvrjAsoXR .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvrjAsoXR .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvrjAsoXR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvrjAsoXR .card {
    margin-bottom: 2rem;
  }
  .cid-rQvrjAsoXR .card svg {
    left: 30px;
  }
  .cid-rQvrjAsoXR .card:hover h4 {
    animation: none;
  }
  .cid-rQvrjAsoXR .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvrjAsoXR h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvrjAsoXR .card {
    max-width: 330px;
  }
  .cid-rQvrjAsoXR .card svg {
    left: 0px;
  }
}
.cid-rQvrjAsoXR H2 {
  color: #0f7699;
}
.cid-rQvxfp5S5P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvxfp5S5P .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvxfp5S5P .content {
    padding: 0 2rem;
  }
}
.cid-rQvxfp5S5P .row {
  justify-content: flex-end;
}
.cid-rQvxfp5S5P .img-col {
  padding: 0;
}
.cid-rQvxfp5S5P .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvxfp5S5P .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvxfp5S5P .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvxfp5S5P .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvxfp5S5P .icon-title,
.cid-rQvxfp5S5P .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvxfp5S5P .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvxfp5S5P .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvxfp5S5P .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvxfp5S5P .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvxfp5S5P .link-wrap {
    margin: auto;
  }
  .cid-rQvxfp5S5P .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvxfp5S5P .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvxfp5S5P .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvxfp5S5P .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvxfp5S5P .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvxfp5S5P .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvxfp5S5P H1 {
  color: #0f7699;
}
.cid-rQdzra15yC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQdKSgI1Uw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQdKSgI1Uw .nav-item:focus,
.cid-rQdKSgI1Uw .nav-link:focus {
  outline: none;
}
.cid-rQdKSgI1Uw .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQdKSgI1Uw .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQdKSgI1Uw .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQdKSgI1Uw .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQdKSgI1Uw .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQdKSgI1Uw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQdKSgI1Uw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQdKSgI1Uw .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-rQdKSgI1Uw .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQdKSgI1Uw .container {
  max-width: 1380px;
}
.cid-rQdKSgI1Uw .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQdKSgI1Uw .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQdKSgI1Uw .nav-link:hover,
.cid-rQdKSgI1Uw .nav-link:active,
.cid-rQdKSgI1Uw .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQdKSgI1Uw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQdKSgI1Uw .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQdKSgI1Uw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQdKSgI1Uw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQdKSgI1Uw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQdKSgI1Uw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQdKSgI1Uw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQdKSgI1Uw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQdKSgI1Uw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQdKSgI1Uw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQdKSgI1Uw .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-rQdKSgI1Uw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQdKSgI1Uw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQdKSgI1Uw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQdKSgI1Uw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQdKSgI1Uw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQdKSgI1Uw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQdKSgI1Uw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQdKSgI1Uw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQdKSgI1Uw .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-rQdKSgI1Uw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQdKSgI1Uw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQdKSgI1Uw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQdKSgI1Uw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQdKSgI1Uw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQdKSgI1Uw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQdKSgI1Uw .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQdKSgI1Uw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQdKSgI1Uw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQdKSgI1Uw .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQdKSgI1Uw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQdKSgI1Uw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQdKSgI1Uw .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-rQdKSgI1Uw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQdKSgI1Uw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQdKSgI1Uw .dropdown-item.active,
.cid-rQdKSgI1Uw .dropdown-item:active {
  background-color: transparent;
}
.cid-rQdKSgI1Uw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQdKSgI1Uw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQdKSgI1Uw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQdKSgI1Uw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQdKSgI1Uw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQdKSgI1Uw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQdKSgI1Uw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQdKSgI1Uw .navbar-buttons {
  text-align: center;
}
.cid-rQdKSgI1Uw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQdKSgI1Uw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQdKSgI1Uw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQdKSgI1Uw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdKSgI1Uw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdKSgI1Uw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQdKSgI1Uw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdKSgI1Uw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQdKSgI1Uw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQdKSgI1Uw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdKSgI1Uw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQdKSgI1Uw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdKSgI1Uw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQdKSgI1Uw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQdKSgI1Uw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQdKSgI1Uw .navbar {
    height: 77px;
  }
  .cid-rQdKSgI1Uw .navbar.opened {
    height: auto;
  }
  .cid-rQdKSgI1Uw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQdKSiq1B4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1061.jpg");
}
.cid-rQdKSiq1B4 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQdKSiq1B4 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQdKSiq1B4 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQdKSiq1B4 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQdKSiq1B4 .container {
  max-width: 1600px;
}
.cid-rQdKSiq1B4 .mbr-bold,
.cid-rQdKSiq1B4 b {
  font-weight: 900;
}
.cid-rQdKSiq1B4 .btn {
  color: white!important;
}
.cid-rQdKSiq1B4 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQdKSiq1B4 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQdKSiq1B4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQdKSiq1B4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQdKSiq1B4 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQdKSiq1B4 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQdKSiq1B4 H1 {
  color: #ffffff;
}
.cid-rQdKSiq1B4 .mbr-text,
.cid-rQdKSiq1B4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQdKSjkmuI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdKSjkmuI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQdKSjkmuI H1 {
  color: #0b659b;
}
.cid-rQdKSjkmuI .mbr-text,
.cid-rQdKSjkmuI .mbr-section-btn {
  color: #716c80;
}
.cid-rQdKSjkmuI H3 {
  color: #ff0000;
}
.cid-rQdKSjkmuI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQdKSjkmuI .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQdKSjkmuI .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQdKSjkmuI .link:hover {
  color: #08829e !important;
}
.cid-rQdKSjkmuI .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQdKSjkmuI DIV {
  color: #57468b;
}
.cid-rQdKSjkmuI .mbr-text,
.cid-rQdKSjkmuI .media-content {
  color: #232323;
}
.cid-rQdKSjkmuI P {
  text-align: left;
  color: #0f7699;
}
.cid-rQdKSlsT1v {
  padding-top: 0px;
  background-image: url("");
}
.cid-rQdKSlsT1v .container {
  margin-bottom: 15%;
}
.cid-rQdKSlsT1v .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQdKSlsT1v .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQdKSlsT1v .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQdKSlsT1v .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQdKSlsT1v .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQdKSlsT1v .box-item:last-child {
  background-color: #82c407;
}
.cid-rQdKSlsT1v .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQdKSlsT1v .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQdKSlsT1v .box-list li:last-child {
  border-bottom: none;
}
.cid-rQdKSlsT1v .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQdKSlsT1v .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQdKSlsT1v .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQdKSlsT1v .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQdKSlsT1v .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQdKSlsT1v .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQdKSlsT1v .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQdKSlsT1v .mbr-text,
.cid-rQdKSlsT1v .mbr-section-btn {
  color: #232323;
}
.cid-rQdKSlsT1v H1 {
  color: #0f7699;
}
.cid-rQdKSlsT1v UL {
  color: #000000;
}
.cid-rQdKSmQQu9 {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQdKSmQQu9 .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQdKSmQQu9 .mbr-section-title {
  margin: 0;
}
.cid-rQdKSmQQu9 .mbr-text {
  color: #efefef;
}
.cid-rQdKSmQQu9 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQdKSmQQu9 .card-img {
  text-align: left;
}
.cid-rQdKSmQQu9 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQdKSmQQu9 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQdKSmQQu9 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdKSmQQu9 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQdKSmQQu9 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQdKSmQQu9 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQB9JQQ3f5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQB9JQQ3f5 .mbr-text,
.cid-rQB9JQQ3f5 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQB9JQQ3f5 p {
  z-index: 2;
  position: relative;
}
.cid-rQB9JQQ3f5 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQB9JQQ3f5 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQB9JQQ3f5 .ico1 {
  font-size: 2rem;
}
.cid-rQB9JQQ3f5 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQB9JQQ3f5 H3 {
  color: #149dcc;
}
.cid-rQdKSo7J7h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQdKSp3FtS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdKSp3FtS h3 {
  text-align: center;
}
.cid-rQdKSp3FtS .pie_progress {
  position: relative;
}
.cid-rQdKSp3FtS .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdKSp3FtS p {
  line-height: 1.6;
}
.cid-rQdKSp3FtS .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdKSp3FtS .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdKSp3FtS .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdKSp3FtS .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdKSp3FtS .pie_progress__number {
  text-align: center !important;
}
.cid-rQdKSp3FtS .card-title {
  margin-bottom: 0;
}
.cid-rQdKSp3FtS .svg-gradient {
  position: absolute;
}
.cid-rQdKSp3FtS ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdKSp3FtS .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdKSp3FtS H4 {
  color: #0f7699;
}
.cid-rQdKSp3FtS .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdKSp3FtS .card {
    flex-direction: column;
  }
  .cid-rQdKSp3FtS .content {
    padding-left: 0rem;
  }
  .cid-rQdKSp3FtS .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdKSqH1uV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdKSqH1uV h3 {
  text-align: center;
}
.cid-rQdKSqH1uV .pie_progress {
  position: relative;
}
.cid-rQdKSqH1uV .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdKSqH1uV p {
  line-height: 1.6;
}
.cid-rQdKSqH1uV .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdKSqH1uV .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdKSqH1uV .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdKSqH1uV .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdKSqH1uV .pie_progress__number {
  text-align: center !important;
}
.cid-rQdKSqH1uV .card-title {
  margin-bottom: 0;
}
.cid-rQdKSqH1uV .svg-gradient {
  position: absolute;
}
.cid-rQdKSqH1uV ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdKSqH1uV .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdKSqH1uV H4 {
  color: #0f7699;
}
.cid-rQdKSqH1uV .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdKSqH1uV .card {
    flex-direction: column;
  }
  .cid-rQdKSqH1uV .content {
    padding-left: 0rem;
  }
  .cid-rQdKSqH1uV .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdKSsEHEa {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQdKSsEHEa .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQdKSsEHEa .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQdKSsEHEa .text-content {
  padding-right: 1.5rem;
}
.cid-rQdKSsEHEa .mbr-text,
.cid-rQdKSsEHEa .mbr-section-btn {
  color: #ffffff;
}
.cid-rQdKSsEHEa .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQdKSsEHEa .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQdKSsEHEa .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQdKSsEHEa .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQdKSsEHEa .main-row {
    margin: 0;
  }
  .cid-rQdKSsEHEa .mbr-section-title,
  .cid-rQdKSsEHEa .mbr-text,
  .cid-rQdKSsEHEa .list,
  .cid-rQdKSsEHEa .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQdKSsEHEa .text-content {
    padding: 0;
  }
}
.cid-rQdKSsEHEa .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCwFMdGmi {
  background-color: #ffffff;
}
.cid-rTCwFMdGmi section {
  position: relative;
}
.cid-rTCwFMdGmi .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwFMdGmi #e1_circle,
.cid-rTCwFMdGmi #e3_circle,
.cid-rTCwFMdGmi #e4_circle,
.cid-rTCwFMdGmi #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwFMdGmi #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwFMdGmi .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwFMdGmi .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwFMdGmi .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwFMdGmi .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwFMdGmi .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwFMdGmi .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwFMdGmi .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwFMdGmi .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwFMdGmi .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwFMdGmi .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwFMdGmi .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwFMdGmi .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwFMdGmi .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwFMdGmi H1 {
  color: #0a465a;
}
.cid-rTCwFMdGmi .mbr-text,
.cid-rTCwFMdGmi .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwFMdGmi H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwFMdGmi .round9,
  .cid-rTCwFMdGmi .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwFMdGmi .round {
    display: none;
  }
}
.cid-rQvqOtf8jS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvqOtf8jS .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvqOtf8jS h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvqOtf8jS .svg11 path {
  fill: #7aba59;
}
.cid-rQvqOtf8jS .svg21 path {
  fill: #f9b945;
}
.cid-rQvqOtf8jS .svg31 path {
  fill: #ed6436;
}
.cid-rQvqOtf8jS .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvqOtf8jS .svg12 path,
.cid-rQvqOtf8jS .svg22 path,
.cid-rQvqOtf8jS .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvqOtf8jS .card {
  position: relative;
  height: 300px;
}
.cid-rQvqOtf8jS .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvqOtf8jS .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvqOtf8jS .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqOtf8jS .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvqOtf8jS .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqOtf8jS .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvqOtf8jS .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqOtf8jS .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvqOtf8jS .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvqOtf8jS .card .svg22,
.cid-rQvqOtf8jS .card .svg32,
.cid-rQvqOtf8jS .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvqOtf8jS .card .svg21,
.cid-rQvqOtf8jS .card .svg31,
.cid-rQvqOtf8jS .card .svg11 {
  z-index: 2;
}
.cid-rQvqOtf8jS .card div {
  z-index: 3;
}
.cid-rQvqOtf8jS .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvqOtf8jS .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvqOtf8jS .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvqOtf8jS .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvqOtf8jS .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvqOtf8jS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvqOtf8jS .card {
    margin-bottom: 2rem;
  }
  .cid-rQvqOtf8jS .card svg {
    left: 30px;
  }
  .cid-rQvqOtf8jS .card:hover h4 {
    animation: none;
  }
  .cid-rQvqOtf8jS .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvqOtf8jS h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvqOtf8jS .card {
    max-width: 330px;
  }
  .cid-rQvqOtf8jS .card svg {
    left: 0px;
  }
}
.cid-rQvqOtf8jS H2 {
  color: #0f7699;
}
.cid-rQvwvQMMmb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvwvQMMmb .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvwvQMMmb .content {
    padding: 0 2rem;
  }
}
.cid-rQvwvQMMmb .row {
  justify-content: flex-end;
}
.cid-rQvwvQMMmb .img-col {
  padding: 0;
}
.cid-rQvwvQMMmb .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvwvQMMmb .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvwvQMMmb .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvwvQMMmb .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvwvQMMmb .icon-title,
.cid-rQvwvQMMmb .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvwvQMMmb .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvwvQMMmb .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvwvQMMmb .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvwvQMMmb .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvwvQMMmb .link-wrap {
    margin: auto;
  }
  .cid-rQvwvQMMmb .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvwvQMMmb .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvwvQMMmb .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvwvQMMmb .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvwvQMMmb .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvwvQMMmb .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvwvQMMmb H1 {
  color: #0f7699;
}
.cid-rQdKSAuR85 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQdQ6BwDYp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQdQ6BwDYp .nav-item:focus,
.cid-rQdQ6BwDYp .nav-link:focus {
  outline: none;
}
.cid-rQdQ6BwDYp .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQdQ6BwDYp .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQdQ6BwDYp .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQdQ6BwDYp .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQdQ6BwDYp .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQdQ6BwDYp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQdQ6BwDYp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQdQ6BwDYp .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-rQdQ6BwDYp .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQdQ6BwDYp .container {
  max-width: 1380px;
}
.cid-rQdQ6BwDYp .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQdQ6BwDYp .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQdQ6BwDYp .nav-link:hover,
.cid-rQdQ6BwDYp .nav-link:active,
.cid-rQdQ6BwDYp .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQdQ6BwDYp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQdQ6BwDYp .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQdQ6BwDYp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQdQ6BwDYp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQdQ6BwDYp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQdQ6BwDYp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQdQ6BwDYp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQdQ6BwDYp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQdQ6BwDYp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQdQ6BwDYp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQdQ6BwDYp .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-rQdQ6BwDYp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQdQ6BwDYp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQdQ6BwDYp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQdQ6BwDYp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQdQ6BwDYp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQdQ6BwDYp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQdQ6BwDYp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQdQ6BwDYp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQdQ6BwDYp .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-rQdQ6BwDYp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQdQ6BwDYp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQdQ6BwDYp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQdQ6BwDYp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQdQ6BwDYp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQdQ6BwDYp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQdQ6BwDYp .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQdQ6BwDYp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQdQ6BwDYp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQdQ6BwDYp .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQdQ6BwDYp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQdQ6BwDYp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQdQ6BwDYp .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-rQdQ6BwDYp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQdQ6BwDYp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQdQ6BwDYp .dropdown-item.active,
.cid-rQdQ6BwDYp .dropdown-item:active {
  background-color: transparent;
}
.cid-rQdQ6BwDYp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQdQ6BwDYp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQdQ6BwDYp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQdQ6BwDYp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQdQ6BwDYp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQdQ6BwDYp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQdQ6BwDYp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQdQ6BwDYp .navbar-buttons {
  text-align: center;
}
.cid-rQdQ6BwDYp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQdQ6BwDYp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQdQ6BwDYp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQdQ6BwDYp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdQ6BwDYp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdQ6BwDYp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQdQ6BwDYp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdQ6BwDYp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQdQ6BwDYp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQdQ6BwDYp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdQ6BwDYp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQdQ6BwDYp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdQ6BwDYp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQdQ6BwDYp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQdQ6BwDYp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQdQ6BwDYp .navbar {
    height: 77px;
  }
  .cid-rQdQ6BwDYp .navbar.opened {
    height: auto;
  }
  .cid-rQdQ6BwDYp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQdQ6DipA5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1082.jpg");
}
.cid-rQdQ6DipA5 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQdQ6DipA5 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQdQ6DipA5 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQdQ6DipA5 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQdQ6DipA5 .container {
  max-width: 1600px;
}
.cid-rQdQ6DipA5 .mbr-bold,
.cid-rQdQ6DipA5 b {
  font-weight: 900;
}
.cid-rQdQ6DipA5 .btn {
  color: white!important;
}
.cid-rQdQ6DipA5 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQdQ6DipA5 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQdQ6DipA5 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQdQ6DipA5 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQdQ6DipA5 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQdQ6DipA5 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQdQ6DipA5 H1 {
  color: #ffffff;
}
.cid-rQdQ6DipA5 .mbr-text,
.cid-rQdQ6DipA5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQof6O8GKp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQof6O8GKp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQof6O8GKp H1 {
  color: #0b659b;
}
.cid-rQof6O8GKp .mbr-text,
.cid-rQof6O8GKp .mbr-section-btn {
  color: #716c80;
}
.cid-rQof6O8GKp H3 {
  color: #ff0000;
}
.cid-rQof6O8GKp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQof6O8GKp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQof6O8GKp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQof6O8GKp .link:hover {
  color: #08829e !important;
}
.cid-rQof6O8GKp .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQof6O8GKp DIV {
  color: #57468b;
}
.cid-rQof6O8GKp .mbr-text,
.cid-rQof6O8GKp .media-content {
  color: #232323;
}
.cid-rQof6O8GKp P {
  text-align: left;
  color: #0f7699;
}
.cid-rQdQ6GPscm {
  padding-top: 0px;
  background-image: url("");
}
.cid-rQdQ6GPscm .container {
  margin-bottom: 15%;
}
.cid-rQdQ6GPscm .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQdQ6GPscm .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQdQ6GPscm .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQdQ6GPscm .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQdQ6GPscm .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQdQ6GPscm .box-item:last-child {
  background-color: #82c407;
}
.cid-rQdQ6GPscm .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQdQ6GPscm .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQdQ6GPscm .box-list li:last-child {
  border-bottom: none;
}
.cid-rQdQ6GPscm .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQdQ6GPscm .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQdQ6GPscm .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQdQ6GPscm .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQdQ6GPscm .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQdQ6GPscm .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQdQ6GPscm .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQdQ6GPscm .mbr-text,
.cid-rQdQ6GPscm .mbr-section-btn {
  color: #232323;
}
.cid-rQdQ6GPscm H1 {
  color: #0f7699;
}
.cid-rQdQ6GPscm UL {
  color: #000000;
}
.cid-rQdQ6Iz49o {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQdQ6Iz49o .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQdQ6Iz49o .mbr-section-title {
  margin: 0;
}
.cid-rQdQ6Iz49o .mbr-text {
  color: #efefef;
}
.cid-rQdQ6Iz49o .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQdQ6Iz49o .card-img {
  text-align: left;
}
.cid-rQdQ6Iz49o .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQdQ6Iz49o .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQdQ6Iz49o .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdQ6Iz49o .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQdQ6Iz49o .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQdQ6Iz49o .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQBbHP2UnI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQBbHP2UnI .mbr-text,
.cid-rQBbHP2UnI .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBbHP2UnI p {
  z-index: 2;
  position: relative;
}
.cid-rQBbHP2UnI .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBbHP2UnI .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBbHP2UnI .ico1 {
  font-size: 2rem;
}
.cid-rQBbHP2UnI .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBbHP2UnI H3 {
  color: #149dcc;
}
.cid-rQdQ6K6hi8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQdQ6LcmO8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdQ6LcmO8 h3 {
  text-align: center;
}
.cid-rQdQ6LcmO8 .pie_progress {
  position: relative;
}
.cid-rQdQ6LcmO8 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdQ6LcmO8 p {
  line-height: 1.6;
}
.cid-rQdQ6LcmO8 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdQ6LcmO8 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdQ6LcmO8 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdQ6LcmO8 .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdQ6LcmO8 .pie_progress__number {
  text-align: center !important;
}
.cid-rQdQ6LcmO8 .card-title {
  margin-bottom: 0;
}
.cid-rQdQ6LcmO8 .svg-gradient {
  position: absolute;
}
.cid-rQdQ6LcmO8 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdQ6LcmO8 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdQ6LcmO8 H4 {
  color: #0f7699;
}
.cid-rQdQ6LcmO8 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdQ6LcmO8 .card {
    flex-direction: column;
  }
  .cid-rQdQ6LcmO8 .content {
    padding-left: 0rem;
  }
  .cid-rQdQ6LcmO8 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdQ6NbT8L {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdQ6NbT8L h3 {
  text-align: center;
}
.cid-rQdQ6NbT8L .pie_progress {
  position: relative;
}
.cid-rQdQ6NbT8L .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdQ6NbT8L p {
  line-height: 1.6;
}
.cid-rQdQ6NbT8L .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdQ6NbT8L .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdQ6NbT8L .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdQ6NbT8L .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdQ6NbT8L .pie_progress__number {
  text-align: center !important;
}
.cid-rQdQ6NbT8L .card-title {
  margin-bottom: 0;
}
.cid-rQdQ6NbT8L .svg-gradient {
  position: absolute;
}
.cid-rQdQ6NbT8L ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdQ6NbT8L .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdQ6NbT8L H4 {
  color: #0f7699;
}
.cid-rQdQ6NbT8L .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdQ6NbT8L .card {
    flex-direction: column;
  }
  .cid-rQdQ6NbT8L .content {
    padding-left: 0rem;
  }
  .cid-rQdQ6NbT8L .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdQ6Pc9LJ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQdQ6Pc9LJ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQdQ6Pc9LJ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQdQ6Pc9LJ .text-content {
  padding-right: 1.5rem;
}
.cid-rQdQ6Pc9LJ .mbr-text,
.cid-rQdQ6Pc9LJ .mbr-section-btn {
  color: #ffffff;
}
.cid-rQdQ6Pc9LJ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQdQ6Pc9LJ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQdQ6Pc9LJ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQdQ6Pc9LJ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQdQ6Pc9LJ .main-row {
    margin: 0;
  }
  .cid-rQdQ6Pc9LJ .mbr-section-title,
  .cid-rQdQ6Pc9LJ .mbr-text,
  .cid-rQdQ6Pc9LJ .list,
  .cid-rQdQ6Pc9LJ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQdQ6Pc9LJ .text-content {
    padding: 0;
  }
}
.cid-rQdQ6Pc9LJ .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCwNXrjeN {
  background-color: #ffffff;
}
.cid-rTCwNXrjeN section {
  position: relative;
}
.cid-rTCwNXrjeN .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwNXrjeN #e1_circle,
.cid-rTCwNXrjeN #e3_circle,
.cid-rTCwNXrjeN #e4_circle,
.cid-rTCwNXrjeN #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwNXrjeN #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwNXrjeN .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwNXrjeN .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwNXrjeN .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwNXrjeN .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwNXrjeN .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwNXrjeN .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwNXrjeN .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwNXrjeN .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwNXrjeN .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwNXrjeN .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwNXrjeN .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwNXrjeN .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwNXrjeN .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwNXrjeN H1 {
  color: #0a465a;
}
.cid-rTCwNXrjeN .mbr-text,
.cid-rTCwNXrjeN .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwNXrjeN H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwNXrjeN .round9,
  .cid-rTCwNXrjeN .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwNXrjeN .round {
    display: none;
  }
}
.cid-udUDC92s0b {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUDC92s0b H1 {
  color: #0f7699;
}
.cid-udUDC92s0b .mbr-text,
.cid-udUDC92s0b .mbr-section-btn {
  color: #181818;
}
.cid-udUDC92s0b .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUDC92s0b .relative {
  position: relative;
}
.cid-udUDC92s0b .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUDC92s0b .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUDC92s0b .card-img2 .img2 {
  width: 120%;
}
.cid-udUDC92s0b .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUDC92s0b .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUDC92s0b .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUDCP2tvG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUDCP2tvG .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUDCP2tvG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUDCP2tvG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUDCP2tvG .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUDCP2tvG .mbr-text,
.cid-udUDCP2tvG .mbr-section-btn {
  color: #ffffff;
}
.cid-udUDCP2tvG .card-title,
.cid-udUDCP2tvG .card-box {
  text-align: left;
}
.cid-rQvqYx75JQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvqYx75JQ .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvqYx75JQ h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvqYx75JQ .svg11 path {
  fill: #7aba59;
}
.cid-rQvqYx75JQ .svg21 path {
  fill: #f9b945;
}
.cid-rQvqYx75JQ .svg31 path {
  fill: #ed6436;
}
.cid-rQvqYx75JQ .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvqYx75JQ .svg12 path,
.cid-rQvqYx75JQ .svg22 path,
.cid-rQvqYx75JQ .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvqYx75JQ .card {
  position: relative;
  height: 300px;
}
.cid-rQvqYx75JQ .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvqYx75JQ .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvqYx75JQ .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqYx75JQ .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvqYx75JQ .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqYx75JQ .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvqYx75JQ .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqYx75JQ .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvqYx75JQ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvqYx75JQ .card .svg22,
.cid-rQvqYx75JQ .card .svg32,
.cid-rQvqYx75JQ .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvqYx75JQ .card .svg21,
.cid-rQvqYx75JQ .card .svg31,
.cid-rQvqYx75JQ .card .svg11 {
  z-index: 2;
}
.cid-rQvqYx75JQ .card div {
  z-index: 3;
}
.cid-rQvqYx75JQ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvqYx75JQ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvqYx75JQ .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvqYx75JQ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvqYx75JQ .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvqYx75JQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvqYx75JQ .card {
    margin-bottom: 2rem;
  }
  .cid-rQvqYx75JQ .card svg {
    left: 30px;
  }
  .cid-rQvqYx75JQ .card:hover h4 {
    animation: none;
  }
  .cid-rQvqYx75JQ .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvqYx75JQ h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvqYx75JQ .card {
    max-width: 330px;
  }
  .cid-rQvqYx75JQ .card svg {
    left: 0px;
  }
}
.cid-rQvqYx75JQ H2 {
  color: #0f7699;
}
.cid-rQvwAYqtII {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvwAYqtII .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvwAYqtII .content {
    padding: 0 2rem;
  }
}
.cid-rQvwAYqtII .row {
  justify-content: flex-end;
}
.cid-rQvwAYqtII .img-col {
  padding: 0;
}
.cid-rQvwAYqtII .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvwAYqtII .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvwAYqtII .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvwAYqtII .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvwAYqtII .icon-title,
.cid-rQvwAYqtII .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvwAYqtII .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvwAYqtII .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvwAYqtII .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvwAYqtII .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvwAYqtII .link-wrap {
    margin: auto;
  }
  .cid-rQvwAYqtII .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvwAYqtII .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvwAYqtII .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvwAYqtII .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvwAYqtII .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvwAYqtII .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvwAYqtII H1 {
  color: #0f7699;
}
.cid-rQdQ6XY0Ge {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQdWHhZ77g .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQdWHhZ77g .nav-item:focus,
.cid-rQdWHhZ77g .nav-link:focus {
  outline: none;
}
.cid-rQdWHhZ77g .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQdWHhZ77g .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQdWHhZ77g .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQdWHhZ77g .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQdWHhZ77g .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQdWHhZ77g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQdWHhZ77g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQdWHhZ77g .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-rQdWHhZ77g .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQdWHhZ77g .container {
  max-width: 1380px;
}
.cid-rQdWHhZ77g .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQdWHhZ77g .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQdWHhZ77g .nav-link:hover,
.cid-rQdWHhZ77g .nav-link:active,
.cid-rQdWHhZ77g .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQdWHhZ77g .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQdWHhZ77g .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQdWHhZ77g .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQdWHhZ77g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQdWHhZ77g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQdWHhZ77g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQdWHhZ77g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQdWHhZ77g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQdWHhZ77g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQdWHhZ77g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQdWHhZ77g .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-rQdWHhZ77g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQdWHhZ77g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQdWHhZ77g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQdWHhZ77g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQdWHhZ77g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQdWHhZ77g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQdWHhZ77g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQdWHhZ77g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQdWHhZ77g .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-rQdWHhZ77g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQdWHhZ77g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQdWHhZ77g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQdWHhZ77g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQdWHhZ77g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQdWHhZ77g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQdWHhZ77g .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQdWHhZ77g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQdWHhZ77g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQdWHhZ77g .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQdWHhZ77g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQdWHhZ77g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQdWHhZ77g .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-rQdWHhZ77g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQdWHhZ77g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQdWHhZ77g .dropdown-item.active,
.cid-rQdWHhZ77g .dropdown-item:active {
  background-color: transparent;
}
.cid-rQdWHhZ77g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQdWHhZ77g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQdWHhZ77g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQdWHhZ77g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQdWHhZ77g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQdWHhZ77g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQdWHhZ77g ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQdWHhZ77g .navbar-buttons {
  text-align: center;
}
.cid-rQdWHhZ77g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQdWHhZ77g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQdWHhZ77g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQdWHhZ77g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdWHhZ77g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQdWHhZ77g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQdWHhZ77g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdWHhZ77g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQdWHhZ77g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQdWHhZ77g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQdWHhZ77g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQdWHhZ77g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQdWHhZ77g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQdWHhZ77g .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQdWHhZ77g .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQdWHhZ77g .navbar {
    height: 77px;
  }
  .cid-rQdWHhZ77g .navbar.opened {
    height: auto;
  }
  .cid-rQdWHhZ77g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQdWHjEuOA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-rQdWHjEuOA .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQdWHjEuOA .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQdWHjEuOA .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQdWHjEuOA .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQdWHjEuOA .container {
  max-width: 1600px;
}
.cid-rQdWHjEuOA .mbr-bold,
.cid-rQdWHjEuOA b {
  font-weight: 900;
}
.cid-rQdWHjEuOA .btn {
  color: white!important;
}
.cid-rQdWHjEuOA svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQdWHjEuOA svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQdWHjEuOA svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQdWHjEuOA svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQdWHjEuOA svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQdWHjEuOA .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQdWHjEuOA H1 {
  color: #ffffff;
}
.cid-rQdWHjEuOA .mbr-text,
.cid-rQdWHjEuOA .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQonlBkeky {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQonlBkeky img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQonlBkeky H1 {
  color: #0b659b;
}
.cid-rQonlBkeky .mbr-text,
.cid-rQonlBkeky .mbr-section-btn {
  color: #716c80;
}
.cid-rQonlBkeky H3 {
  color: #ff0000;
}
.cid-rQonlBkeky .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQonlBkeky .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQonlBkeky .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQonlBkeky .link:hover {
  color: #08829e !important;
}
.cid-rQonlBkeky .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQonlBkeky DIV {
  color: #57468b;
}
.cid-rQonlBkeky .mbr-text,
.cid-rQonlBkeky .media-content {
  color: #232323;
}
.cid-rQonlBkeky P {
  text-align: left;
  color: #0f7699;
}
.cid-rQdWHkQqow {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdWHkQqow img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQdWHkQqow H1 {
  color: #0b659b;
}
.cid-rQdWHkQqow .mbr-text,
.cid-rQdWHkQqow .mbr-section-btn {
  color: #716c80;
}
.cid-rQdWHkQqow H3 {
  color: #716c80;
}
.cid-rQdWHkQqow .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQdWHkQqow .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQdWHkQqow .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQdWHkQqow .link:hover {
  color: #08829e !important;
}
.cid-rQdWHkQqow .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQdWHkQqow DIV {
  color: #57468b;
}
.cid-rQdWHkQqow .mbr-text,
.cid-rQdWHkQqow .media-content {
  color: #232323;
}
.cid-rQdWHkQqow P {
  text-align: left;
  color: #0f7699;
}
.cid-rQebEj9J4H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rQebEj9J4H .container {
  max-width: 1500px;
}
.cid-rQebEj9J4H .row {
  background: #333333;
}
.cid-rQebEj9J4H .img-col {
  padding: 0;
}
.cid-rQebEj9J4H .title-col {
  padding: 4rem 8rem;
}
.cid-rQebEj9J4H img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rQebEj9J4H h2 {
  padding: 0;
  margin: 0;
}
.cid-rQebEj9J4H .text-wrap {
  margin: auto;
}
.cid-rQebEj9J4H .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-rQebEj9J4H .row {
    margin: 2rem;
  }
  .cid-rQebEj9J4H .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQebEj9J4H .row {
    margin: 0rem;
  }
  .cid-rQebEj9J4H .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rQdWHmWlAK {
  padding-top: 100px;
  background-image: url("");
}
.cid-rQdWHmWlAK .container {
  margin-bottom: 15%;
}
.cid-rQdWHmWlAK .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQdWHmWlAK .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQdWHmWlAK .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQdWHmWlAK .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQdWHmWlAK .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQdWHmWlAK .box-item:last-child {
  background-color: #82c407;
}
.cid-rQdWHmWlAK .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQdWHmWlAK .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQdWHmWlAK .box-list li:last-child {
  border-bottom: none;
}
.cid-rQdWHmWlAK .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQdWHmWlAK .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQdWHmWlAK .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQdWHmWlAK .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQdWHmWlAK .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQdWHmWlAK .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQdWHmWlAK .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQdWHmWlAK .mbr-text,
.cid-rQdWHmWlAK .mbr-section-btn {
  color: #232323;
}
.cid-rQdWHmWlAK H1 {
  color: #0f7699;
}
.cid-rQdWHmWlAK UL {
  color: #000000;
}
.cid-rQdWHoeSo4 {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQdWHoeSo4 .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQdWHoeSo4 .mbr-section-title {
  margin: 0;
}
.cid-rQdWHoeSo4 .mbr-text {
  color: #efefef;
}
.cid-rQdWHoeSo4 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQdWHoeSo4 .card-img {
  text-align: left;
}
.cid-rQdWHoeSo4 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQdWHoeSo4 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQdWHoeSo4 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQdWHoeSo4 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQdWHoeSo4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQdWHoeSo4 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQBbKic8UQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQBbKic8UQ .mbr-text,
.cid-rQBbKic8UQ .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBbKic8UQ p {
  z-index: 2;
  position: relative;
}
.cid-rQBbKic8UQ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBbKic8UQ .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBbKic8UQ .ico1 {
  font-size: 2rem;
}
.cid-rQBbKic8UQ .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBbKic8UQ H3 {
  color: #149dcc;
}
.cid-rQdWHpLbZM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQdWHqKVSv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQdWHqKVSv h3 {
  text-align: center;
}
.cid-rQdWHqKVSv .pie_progress {
  position: relative;
}
.cid-rQdWHqKVSv .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdWHqKVSv p {
  line-height: 1.6;
}
.cid-rQdWHqKVSv .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdWHqKVSv .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdWHqKVSv .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdWHqKVSv .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdWHqKVSv .pie_progress__number {
  text-align: center !important;
}
.cid-rQdWHqKVSv .card-title {
  margin-bottom: 0;
}
.cid-rQdWHqKVSv .svg-gradient {
  position: absolute;
}
.cid-rQdWHqKVSv ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdWHqKVSv .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdWHqKVSv H4 {
  color: #0f7699;
}
.cid-rQdWHqKVSv .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdWHqKVSv .card {
    flex-direction: column;
  }
  .cid-rQdWHqKVSv .content {
    padding-left: 0rem;
  }
  .cid-rQdWHqKVSv .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdWHszGhx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQdWHszGhx h3 {
  text-align: center;
}
.cid-rQdWHszGhx .pie_progress {
  position: relative;
}
.cid-rQdWHszGhx .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQdWHszGhx p {
  line-height: 1.6;
}
.cid-rQdWHszGhx .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQdWHszGhx .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQdWHszGhx .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQdWHszGhx .mbr-section-subtitle {
  color: #383838;
}
.cid-rQdWHszGhx .pie_progress__number {
  text-align: center !important;
}
.cid-rQdWHszGhx .card-title {
  margin-bottom: 0;
}
.cid-rQdWHszGhx .svg-gradient {
  position: absolute;
}
.cid-rQdWHszGhx ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQdWHszGhx .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQdWHszGhx H4 {
  color: #0f7699;
}
.cid-rQdWHszGhx .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQdWHszGhx .card {
    flex-direction: column;
  }
  .cid-rQdWHszGhx .content {
    padding-left: 0rem;
  }
  .cid-rQdWHszGhx .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQdWHumYzF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQdWHumYzF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQdWHumYzF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQdWHumYzF .text-content {
  padding-right: 1.5rem;
}
.cid-rQdWHumYzF .mbr-text,
.cid-rQdWHumYzF .mbr-section-btn {
  color: #ffffff;
}
.cid-rQdWHumYzF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQdWHumYzF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQdWHumYzF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQdWHumYzF .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQdWHumYzF .main-row {
    margin: 0;
  }
  .cid-rQdWHumYzF .mbr-section-title,
  .cid-rQdWHumYzF .mbr-text,
  .cid-rQdWHumYzF .list,
  .cid-rQdWHumYzF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQdWHumYzF .text-content {
    padding: 0;
  }
}
.cid-rQdWHumYzF .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCwZEYI5u {
  background-color: #ffffff;
}
.cid-rTCwZEYI5u section {
  position: relative;
}
.cid-rTCwZEYI5u .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwZEYI5u #e1_circle,
.cid-rTCwZEYI5u #e3_circle,
.cid-rTCwZEYI5u #e4_circle,
.cid-rTCwZEYI5u #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwZEYI5u #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwZEYI5u .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwZEYI5u .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwZEYI5u .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwZEYI5u .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwZEYI5u .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwZEYI5u .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwZEYI5u .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwZEYI5u .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwZEYI5u .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwZEYI5u .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwZEYI5u .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwZEYI5u .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwZEYI5u .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwZEYI5u H1 {
  color: #0a465a;
}
.cid-rTCwZEYI5u .mbr-text,
.cid-rTCwZEYI5u .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwZEYI5u H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwZEYI5u .round9,
  .cid-rTCwZEYI5u .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwZEYI5u .round {
    display: none;
  }
}
.cid-rQvr2QlTAm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvr2QlTAm .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvr2QlTAm h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvr2QlTAm .svg11 path {
  fill: #7aba59;
}
.cid-rQvr2QlTAm .svg21 path {
  fill: #f9b945;
}
.cid-rQvr2QlTAm .svg31 path {
  fill: #ed6436;
}
.cid-rQvr2QlTAm .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvr2QlTAm .svg12 path,
.cid-rQvr2QlTAm .svg22 path,
.cid-rQvr2QlTAm .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvr2QlTAm .card {
  position: relative;
  height: 300px;
}
.cid-rQvr2QlTAm .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvr2QlTAm .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvr2QlTAm .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvr2QlTAm .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvr2QlTAm .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvr2QlTAm .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvr2QlTAm .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvr2QlTAm .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvr2QlTAm .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvr2QlTAm .card .svg22,
.cid-rQvr2QlTAm .card .svg32,
.cid-rQvr2QlTAm .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvr2QlTAm .card .svg21,
.cid-rQvr2QlTAm .card .svg31,
.cid-rQvr2QlTAm .card .svg11 {
  z-index: 2;
}
.cid-rQvr2QlTAm .card div {
  z-index: 3;
}
.cid-rQvr2QlTAm .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvr2QlTAm .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvr2QlTAm .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvr2QlTAm .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvr2QlTAm .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvr2QlTAm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvr2QlTAm .card {
    margin-bottom: 2rem;
  }
  .cid-rQvr2QlTAm .card svg {
    left: 30px;
  }
  .cid-rQvr2QlTAm .card:hover h4 {
    animation: none;
  }
  .cid-rQvr2QlTAm .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvr2QlTAm h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvr2QlTAm .card {
    max-width: 330px;
  }
  .cid-rQvr2QlTAm .card svg {
    left: 0px;
  }
}
.cid-rQvr2QlTAm H2 {
  color: #0f7699;
}
.cid-rQvwGTc9PO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvwGTc9PO .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvwGTc9PO .content {
    padding: 0 2rem;
  }
}
.cid-rQvwGTc9PO .row {
  justify-content: flex-end;
}
.cid-rQvwGTc9PO .img-col {
  padding: 0;
}
.cid-rQvwGTc9PO .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvwGTc9PO .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvwGTc9PO .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvwGTc9PO .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvwGTc9PO .icon-title,
.cid-rQvwGTc9PO .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvwGTc9PO .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvwGTc9PO .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvwGTc9PO .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvwGTc9PO .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvwGTc9PO .link-wrap {
    margin: auto;
  }
  .cid-rQvwGTc9PO .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvwGTc9PO .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvwGTc9PO .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvwGTc9PO .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvwGTc9PO .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvwGTc9PO .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvwGTc9PO H1 {
  color: #0f7699;
}
.cid-rQdWHDtD8I {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQeeXE8u7H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQeeXE8u7H .nav-item:focus,
.cid-rQeeXE8u7H .nav-link:focus {
  outline: none;
}
.cid-rQeeXE8u7H .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQeeXE8u7H .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQeeXE8u7H .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQeeXE8u7H .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQeeXE8u7H .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQeeXE8u7H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQeeXE8u7H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQeeXE8u7H .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-rQeeXE8u7H .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQeeXE8u7H .container {
  max-width: 1380px;
}
.cid-rQeeXE8u7H .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQeeXE8u7H .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQeeXE8u7H .nav-link:hover,
.cid-rQeeXE8u7H .nav-link:active,
.cid-rQeeXE8u7H .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQeeXE8u7H .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQeeXE8u7H .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQeeXE8u7H .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQeeXE8u7H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQeeXE8u7H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQeeXE8u7H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQeeXE8u7H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQeeXE8u7H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQeeXE8u7H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQeeXE8u7H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQeeXE8u7H .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-rQeeXE8u7H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQeeXE8u7H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQeeXE8u7H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQeeXE8u7H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQeeXE8u7H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQeeXE8u7H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQeeXE8u7H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQeeXE8u7H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQeeXE8u7H .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-rQeeXE8u7H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQeeXE8u7H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQeeXE8u7H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQeeXE8u7H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQeeXE8u7H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQeeXE8u7H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQeeXE8u7H .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQeeXE8u7H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQeeXE8u7H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQeeXE8u7H .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQeeXE8u7H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQeeXE8u7H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQeeXE8u7H .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-rQeeXE8u7H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQeeXE8u7H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQeeXE8u7H .dropdown-item.active,
.cid-rQeeXE8u7H .dropdown-item:active {
  background-color: transparent;
}
.cid-rQeeXE8u7H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQeeXE8u7H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQeeXE8u7H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQeeXE8u7H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQeeXE8u7H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQeeXE8u7H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQeeXE8u7H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQeeXE8u7H .navbar-buttons {
  text-align: center;
}
.cid-rQeeXE8u7H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQeeXE8u7H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQeeXE8u7H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQeeXE8u7H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQeeXE8u7H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQeeXE8u7H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQeeXE8u7H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQeeXE8u7H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQeeXE8u7H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQeeXE8u7H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQeeXE8u7H .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQeeXE8u7H a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQeeXE8u7H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQeeXE8u7H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQeeXE8u7H .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQeeXE8u7H .navbar {
    height: 77px;
  }
  .cid-rQeeXE8u7H .navbar.opened {
    height: auto;
  }
  .cid-rQeeXE8u7H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQeeXGI3sw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-6-1920x1080.jpg");
}
.cid-rQeeXGI3sw .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQeeXGI3sw .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQeeXGI3sw .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQeeXGI3sw .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQeeXGI3sw .container {
  max-width: 1600px;
}
.cid-rQeeXGI3sw .mbr-bold,
.cid-rQeeXGI3sw b {
  font-weight: 900;
}
.cid-rQeeXGI3sw .btn {
  color: white!important;
}
.cid-rQeeXGI3sw svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQeeXGI3sw svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQeeXGI3sw svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQeeXGI3sw svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQeeXGI3sw svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQeeXGI3sw .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQeeXGI3sw H1 {
  color: #ffffff;
}
.cid-rQeeXGI3sw .mbr-text,
.cid-rQeeXGI3sw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQomfEKjXK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQomfEKjXK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQomfEKjXK H1 {
  color: #0b659b;
}
.cid-rQomfEKjXK .mbr-text,
.cid-rQomfEKjXK .mbr-section-btn {
  color: #716c80;
}
.cid-rQomfEKjXK H3 {
  color: #ff0000;
}
.cid-rQomfEKjXK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQomfEKjXK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQomfEKjXK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQomfEKjXK .link:hover {
  color: #08829e !important;
}
.cid-rQomfEKjXK .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQomfEKjXK DIV {
  color: #57468b;
}
.cid-rQomfEKjXK .mbr-text,
.cid-rQomfEKjXK .media-content {
  color: #232323;
}
.cid-rQomfEKjXK P {
  text-align: left;
  color: #0f7699;
}
.cid-rQeeXKcSK4 {
  padding-top: 0px;
  background-image: url("");
}
.cid-rQeeXKcSK4 .container {
  margin-bottom: 15%;
}
.cid-rQeeXKcSK4 .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQeeXKcSK4 .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQeeXKcSK4 .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQeeXKcSK4 .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQeeXKcSK4 .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQeeXKcSK4 .box-item:last-child {
  background-color: #82c407;
}
.cid-rQeeXKcSK4 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQeeXKcSK4 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQeeXKcSK4 .box-list li:last-child {
  border-bottom: none;
}
.cid-rQeeXKcSK4 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQeeXKcSK4 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQeeXKcSK4 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQeeXKcSK4 .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQeeXKcSK4 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQeeXKcSK4 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQeeXKcSK4 .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQeeXKcSK4 .mbr-text,
.cid-rQeeXKcSK4 .mbr-section-btn {
  color: #232323;
}
.cid-rQeeXKcSK4 H1 {
  color: #0f7699;
}
.cid-rQeeXKcSK4 UL {
  color: #000000;
}
.cid-rQeeXLTvRc {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQeeXLTvRc .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQeeXLTvRc .mbr-section-title {
  margin: 0;
}
.cid-rQeeXLTvRc .mbr-text {
  color: #efefef;
}
.cid-rQeeXLTvRc .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQeeXLTvRc .card-img {
  text-align: left;
}
.cid-rQeeXLTvRc .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQeeXLTvRc .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQeeXLTvRc .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQeeXLTvRc .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQeeXLTvRc .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQeeXLTvRc .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQBbNox6iQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQBbNox6iQ .mbr-text,
.cid-rQBbNox6iQ .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBbNox6iQ p {
  z-index: 2;
  position: relative;
}
.cid-rQBbNox6iQ .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBbNox6iQ .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBbNox6iQ .ico1 {
  font-size: 2rem;
}
.cid-rQBbNox6iQ .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBbNox6iQ H3 {
  color: #149dcc;
}
.cid-rQeeXNA8fE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQeeXOK1Kz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQeeXOK1Kz h3 {
  text-align: center;
}
.cid-rQeeXOK1Kz .pie_progress {
  position: relative;
}
.cid-rQeeXOK1Kz .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQeeXOK1Kz p {
  line-height: 1.6;
}
.cid-rQeeXOK1Kz .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQeeXOK1Kz .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQeeXOK1Kz .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQeeXOK1Kz .mbr-section-subtitle {
  color: #383838;
}
.cid-rQeeXOK1Kz .pie_progress__number {
  text-align: center !important;
}
.cid-rQeeXOK1Kz .card-title {
  margin-bottom: 0;
}
.cid-rQeeXOK1Kz .svg-gradient {
  position: absolute;
}
.cid-rQeeXOK1Kz ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQeeXOK1Kz .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQeeXOK1Kz H4 {
  color: #0f7699;
}
.cid-rQeeXOK1Kz .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQeeXOK1Kz .card {
    flex-direction: column;
  }
  .cid-rQeeXOK1Kz .content {
    padding-left: 0rem;
  }
  .cid-rQeeXOK1Kz .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQeeXQGaAF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQeeXQGaAF h3 {
  text-align: center;
}
.cid-rQeeXQGaAF .pie_progress {
  position: relative;
}
.cid-rQeeXQGaAF .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQeeXQGaAF p {
  line-height: 1.6;
}
.cid-rQeeXQGaAF .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQeeXQGaAF .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQeeXQGaAF .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQeeXQGaAF .mbr-section-subtitle {
  color: #383838;
}
.cid-rQeeXQGaAF .pie_progress__number {
  text-align: center !important;
}
.cid-rQeeXQGaAF .card-title {
  margin-bottom: 0;
}
.cid-rQeeXQGaAF .svg-gradient {
  position: absolute;
}
.cid-rQeeXQGaAF ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQeeXQGaAF .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQeeXQGaAF H4 {
  color: #0f7699;
}
.cid-rQeeXQGaAF .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQeeXQGaAF .card {
    flex-direction: column;
  }
  .cid-rQeeXQGaAF .content {
    padding-left: 0rem;
  }
  .cid-rQeeXQGaAF .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQeeXSHTWL {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQeeXSHTWL .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQeeXSHTWL .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQeeXSHTWL .text-content {
  padding-right: 1.5rem;
}
.cid-rQeeXSHTWL .mbr-text,
.cid-rQeeXSHTWL .mbr-section-btn {
  color: #ffffff;
}
.cid-rQeeXSHTWL .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQeeXSHTWL .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQeeXSHTWL .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQeeXSHTWL .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQeeXSHTWL .main-row {
    margin: 0;
  }
  .cid-rQeeXSHTWL .mbr-section-title,
  .cid-rQeeXSHTWL .mbr-text,
  .cid-rQeeXSHTWL .list,
  .cid-rQeeXSHTWL .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQeeXSHTWL .text-content {
    padding: 0;
  }
}
.cid-rQeeXSHTWL .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCx48KBjg {
  background-color: #ffffff;
}
.cid-rTCx48KBjg section {
  position: relative;
}
.cid-rTCx48KBjg .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCx48KBjg #e1_circle,
.cid-rTCx48KBjg #e3_circle,
.cid-rTCx48KBjg #e4_circle,
.cid-rTCx48KBjg #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCx48KBjg #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCx48KBjg .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCx48KBjg .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCx48KBjg .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCx48KBjg .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCx48KBjg .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCx48KBjg .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCx48KBjg .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCx48KBjg .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCx48KBjg .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCx48KBjg .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCx48KBjg .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCx48KBjg .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCx48KBjg .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCx48KBjg H1 {
  color: #0a465a;
}
.cid-rTCx48KBjg .mbr-text,
.cid-rTCx48KBjg .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCx48KBjg H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCx48KBjg .round9,
  .cid-rTCx48KBjg .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCx48KBjg .round {
    display: none;
  }
}
.cid-rQvr6xGe6x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvr6xGe6x .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvr6xGe6x h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvr6xGe6x .svg11 path {
  fill: #7aba59;
}
.cid-rQvr6xGe6x .svg21 path {
  fill: #f9b945;
}
.cid-rQvr6xGe6x .svg31 path {
  fill: #ed6436;
}
.cid-rQvr6xGe6x .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvr6xGe6x .svg12 path,
.cid-rQvr6xGe6x .svg22 path,
.cid-rQvr6xGe6x .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvr6xGe6x .card {
  position: relative;
  height: 300px;
}
.cid-rQvr6xGe6x .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvr6xGe6x .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvr6xGe6x .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvr6xGe6x .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvr6xGe6x .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvr6xGe6x .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvr6xGe6x .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvr6xGe6x .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvr6xGe6x .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvr6xGe6x .card .svg22,
.cid-rQvr6xGe6x .card .svg32,
.cid-rQvr6xGe6x .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvr6xGe6x .card .svg21,
.cid-rQvr6xGe6x .card .svg31,
.cid-rQvr6xGe6x .card .svg11 {
  z-index: 2;
}
.cid-rQvr6xGe6x .card div {
  z-index: 3;
}
.cid-rQvr6xGe6x .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvr6xGe6x .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvr6xGe6x .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvr6xGe6x .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvr6xGe6x .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvr6xGe6x .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvr6xGe6x .card {
    margin-bottom: 2rem;
  }
  .cid-rQvr6xGe6x .card svg {
    left: 30px;
  }
  .cid-rQvr6xGe6x .card:hover h4 {
    animation: none;
  }
  .cid-rQvr6xGe6x .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvr6xGe6x h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvr6xGe6x .card {
    max-width: 330px;
  }
  .cid-rQvr6xGe6x .card svg {
    left: 0px;
  }
}
.cid-rQvr6xGe6x H2 {
  color: #0f7699;
}
.cid-rQvwU2hu9C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvwU2hu9C .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvwU2hu9C .content {
    padding: 0 2rem;
  }
}
.cid-rQvwU2hu9C .row {
  justify-content: flex-end;
}
.cid-rQvwU2hu9C .img-col {
  padding: 0;
}
.cid-rQvwU2hu9C .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvwU2hu9C .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvwU2hu9C .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvwU2hu9C .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvwU2hu9C .icon-title,
.cid-rQvwU2hu9C .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvwU2hu9C .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvwU2hu9C .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvwU2hu9C .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvwU2hu9C .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvwU2hu9C .link-wrap {
    margin: auto;
  }
  .cid-rQvwU2hu9C .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvwU2hu9C .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvwU2hu9C .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvwU2hu9C .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvwU2hu9C .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvwU2hu9C .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvwU2hu9C H1 {
  color: #0f7699;
}
.cid-rQeeY5DBKa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQevpE7j3R .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQevpE7j3R .nav-item:focus,
.cid-rQevpE7j3R .nav-link:focus {
  outline: none;
}
.cid-rQevpE7j3R .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQevpE7j3R .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQevpE7j3R .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQevpE7j3R .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQevpE7j3R .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQevpE7j3R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQevpE7j3R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQevpE7j3R .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-rQevpE7j3R .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQevpE7j3R .container {
  max-width: 1380px;
}
.cid-rQevpE7j3R .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQevpE7j3R .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQevpE7j3R .nav-link:hover,
.cid-rQevpE7j3R .nav-link:active,
.cid-rQevpE7j3R .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQevpE7j3R .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQevpE7j3R .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQevpE7j3R .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQevpE7j3R .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQevpE7j3R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQevpE7j3R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQevpE7j3R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQevpE7j3R .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQevpE7j3R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQevpE7j3R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQevpE7j3R .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-rQevpE7j3R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQevpE7j3R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQevpE7j3R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQevpE7j3R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQevpE7j3R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQevpE7j3R .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQevpE7j3R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQevpE7j3R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQevpE7j3R .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-rQevpE7j3R .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQevpE7j3R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQevpE7j3R .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQevpE7j3R .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQevpE7j3R .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQevpE7j3R .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQevpE7j3R .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQevpE7j3R .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQevpE7j3R .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQevpE7j3R .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQevpE7j3R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQevpE7j3R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQevpE7j3R .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-rQevpE7j3R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQevpE7j3R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQevpE7j3R .dropdown-item.active,
.cid-rQevpE7j3R .dropdown-item:active {
  background-color: transparent;
}
.cid-rQevpE7j3R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQevpE7j3R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQevpE7j3R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQevpE7j3R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQevpE7j3R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQevpE7j3R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQevpE7j3R ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQevpE7j3R .navbar-buttons {
  text-align: center;
}
.cid-rQevpE7j3R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQevpE7j3R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQevpE7j3R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQevpE7j3R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQevpE7j3R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQevpE7j3R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQevpE7j3R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQevpE7j3R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQevpE7j3R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQevpE7j3R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQevpE7j3R .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQevpE7j3R a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQevpE7j3R .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQevpE7j3R .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQevpE7j3R .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQevpE7j3R .navbar {
    height: 77px;
  }
  .cid-rQevpE7j3R .navbar.opened {
    height: auto;
  }
  .cid-rQevpE7j3R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQevpFfUAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-rQevpFfUAq .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQevpFfUAq .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQevpFfUAq .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQevpFfUAq .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQevpFfUAq .container {
  max-width: 1600px;
}
.cid-rQevpFfUAq .mbr-bold,
.cid-rQevpFfUAq b {
  font-weight: 900;
}
.cid-rQevpFfUAq .btn {
  color: white!important;
}
.cid-rQevpFfUAq svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQevpFfUAq svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQevpFfUAq svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQevpFfUAq svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQevpFfUAq svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQevpFfUAq .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQevpFfUAq H1 {
  color: #ffffff;
}
.cid-rQevpFfUAq .mbr-text,
.cid-rQevpFfUAq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQolNBukxG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQolNBukxG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQolNBukxG H1 {
  color: #0b659b;
}
.cid-rQolNBukxG .mbr-text,
.cid-rQolNBukxG .mbr-section-btn {
  color: #716c80;
}
.cid-rQolNBukxG H3 {
  color: #ff0000;
}
.cid-rQolNBukxG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQolNBukxG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQolNBukxG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQolNBukxG .link:hover {
  color: #08829e !important;
}
.cid-rQolNBukxG .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQolNBukxG DIV {
  color: #57468b;
}
.cid-rQolNBukxG .mbr-text,
.cid-rQolNBukxG .media-content {
  color: #232323;
}
.cid-rQolNBukxG P {
  text-align: left;
  color: #0f7699;
}
.cid-rQevpHQ2jk {
  padding-top: 0px;
  background-image: url("");
}
.cid-rQevpHQ2jk .container {
  margin-bottom: 15%;
}
.cid-rQevpHQ2jk .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQevpHQ2jk .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQevpHQ2jk .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQevpHQ2jk .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQevpHQ2jk .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQevpHQ2jk .box-item:last-child {
  background-color: #82c407;
}
.cid-rQevpHQ2jk .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQevpHQ2jk .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQevpHQ2jk .box-list li:last-child {
  border-bottom: none;
}
.cid-rQevpHQ2jk .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQevpHQ2jk .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQevpHQ2jk .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQevpHQ2jk .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQevpHQ2jk .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQevpHQ2jk .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQevpHQ2jk .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQevpHQ2jk .mbr-text,
.cid-rQevpHQ2jk .mbr-section-btn {
  color: #232323;
}
.cid-rQevpHQ2jk H1 {
  color: #0f7699;
}
.cid-rQevpHQ2jk UL {
  color: #000000;
}
.cid-rQevpIWsg6 {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQevpIWsg6 .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQevpIWsg6 .mbr-section-title {
  margin: 0;
}
.cid-rQevpIWsg6 .mbr-text {
  color: #efefef;
}
.cid-rQevpIWsg6 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQevpIWsg6 .card-img {
  text-align: left;
}
.cid-rQevpIWsg6 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQevpIWsg6 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQevpIWsg6 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQevpIWsg6 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQevpIWsg6 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQevpIWsg6 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQBbQz7Xzw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQBbQz7Xzw .mbr-text,
.cid-rQBbQz7Xzw .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBbQz7Xzw p {
  z-index: 2;
  position: relative;
}
.cid-rQBbQz7Xzw .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBbQz7Xzw .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBbQz7Xzw .ico1 {
  font-size: 2rem;
}
.cid-rQBbQz7Xzw .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBbQz7Xzw H3 {
  color: #149dcc;
}
.cid-rQevpKos1M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQevpLakzO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQevpLakzO h3 {
  text-align: center;
}
.cid-rQevpLakzO .pie_progress {
  position: relative;
}
.cid-rQevpLakzO .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQevpLakzO p {
  line-height: 1.6;
}
.cid-rQevpLakzO .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQevpLakzO .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQevpLakzO .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQevpLakzO .mbr-section-subtitle {
  color: #383838;
}
.cid-rQevpLakzO .pie_progress__number {
  text-align: center !important;
}
.cid-rQevpLakzO .card-title {
  margin-bottom: 0;
}
.cid-rQevpLakzO .svg-gradient {
  position: absolute;
}
.cid-rQevpLakzO ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQevpLakzO .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQevpLakzO H4 {
  color: #0f7699;
}
.cid-rQevpLakzO .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQevpLakzO .card {
    flex-direction: column;
  }
  .cid-rQevpLakzO .content {
    padding-left: 0rem;
  }
  .cid-rQevpLakzO .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQevpNwahH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQevpNwahH h3 {
  text-align: center;
}
.cid-rQevpNwahH .pie_progress {
  position: relative;
}
.cid-rQevpNwahH .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQevpNwahH p {
  line-height: 1.6;
}
.cid-rQevpNwahH .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQevpNwahH .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQevpNwahH .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQevpNwahH .mbr-section-subtitle {
  color: #383838;
}
.cid-rQevpNwahH .pie_progress__number {
  text-align: center !important;
}
.cid-rQevpNwahH .card-title {
  margin-bottom: 0;
}
.cid-rQevpNwahH .svg-gradient {
  position: absolute;
}
.cid-rQevpNwahH ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQevpNwahH .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQevpNwahH H4 {
  color: #0f7699;
}
.cid-rQevpNwahH .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQevpNwahH .card {
    flex-direction: column;
  }
  .cid-rQevpNwahH .content {
    padding-left: 0rem;
  }
  .cid-rQevpNwahH .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQevpOKqKb {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQevpOKqKb .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQevpOKqKb .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQevpOKqKb .text-content {
  padding-right: 1.5rem;
}
.cid-rQevpOKqKb .mbr-text,
.cid-rQevpOKqKb .mbr-section-btn {
  color: #ffffff;
}
.cid-rQevpOKqKb .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQevpOKqKb .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQevpOKqKb .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQevpOKqKb .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQevpOKqKb .main-row {
    margin: 0;
  }
  .cid-rQevpOKqKb .mbr-section-title,
  .cid-rQevpOKqKb .mbr-text,
  .cid-rQevpOKqKb .list,
  .cid-rQevpOKqKb .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQevpOKqKb .text-content {
    padding: 0;
  }
}
.cid-rQevpOKqKb .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCx7QxEbb {
  background-color: #ffffff;
}
.cid-rTCx7QxEbb section {
  position: relative;
}
.cid-rTCx7QxEbb .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCx7QxEbb #e1_circle,
.cid-rTCx7QxEbb #e3_circle,
.cid-rTCx7QxEbb #e4_circle,
.cid-rTCx7QxEbb #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCx7QxEbb #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCx7QxEbb .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCx7QxEbb .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCx7QxEbb .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCx7QxEbb .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCx7QxEbb .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCx7QxEbb .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCx7QxEbb .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCx7QxEbb .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCx7QxEbb .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCx7QxEbb .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCx7QxEbb .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCx7QxEbb .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCx7QxEbb .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCx7QxEbb H1 {
  color: #0a465a;
}
.cid-rTCx7QxEbb .mbr-text,
.cid-rTCx7QxEbb .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCx7QxEbb H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCx7QxEbb .round9,
  .cid-rTCx7QxEbb .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCx7QxEbb .round {
    display: none;
  }
}
.cid-rQvrbD0EPM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvrbD0EPM .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvrbD0EPM h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvrbD0EPM .svg11 path {
  fill: #7aba59;
}
.cid-rQvrbD0EPM .svg21 path {
  fill: #f9b945;
}
.cid-rQvrbD0EPM .svg31 path {
  fill: #ed6436;
}
.cid-rQvrbD0EPM .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvrbD0EPM .svg12 path,
.cid-rQvrbD0EPM .svg22 path,
.cid-rQvrbD0EPM .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvrbD0EPM .card {
  position: relative;
  height: 300px;
}
.cid-rQvrbD0EPM .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvrbD0EPM .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvrbD0EPM .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrbD0EPM .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvrbD0EPM .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrbD0EPM .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvrbD0EPM .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrbD0EPM .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvrbD0EPM .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvrbD0EPM .card .svg22,
.cid-rQvrbD0EPM .card .svg32,
.cid-rQvrbD0EPM .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvrbD0EPM .card .svg21,
.cid-rQvrbD0EPM .card .svg31,
.cid-rQvrbD0EPM .card .svg11 {
  z-index: 2;
}
.cid-rQvrbD0EPM .card div {
  z-index: 3;
}
.cid-rQvrbD0EPM .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvrbD0EPM .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvrbD0EPM .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvrbD0EPM .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvrbD0EPM .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvrbD0EPM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvrbD0EPM .card {
    margin-bottom: 2rem;
  }
  .cid-rQvrbD0EPM .card svg {
    left: 30px;
  }
  .cid-rQvrbD0EPM .card:hover h4 {
    animation: none;
  }
  .cid-rQvrbD0EPM .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvrbD0EPM h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvrbD0EPM .card {
    max-width: 330px;
  }
  .cid-rQvrbD0EPM .card svg {
    left: 0px;
  }
}
.cid-rQvrbD0EPM H2 {
  color: #0f7699;
}
.cid-rQvx1qNr1s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvx1qNr1s .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvx1qNr1s .content {
    padding: 0 2rem;
  }
}
.cid-rQvx1qNr1s .row {
  justify-content: flex-end;
}
.cid-rQvx1qNr1s .img-col {
  padding: 0;
}
.cid-rQvx1qNr1s .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvx1qNr1s .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvx1qNr1s .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvx1qNr1s .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvx1qNr1s .icon-title,
.cid-rQvx1qNr1s .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvx1qNr1s .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvx1qNr1s .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvx1qNr1s .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvx1qNr1s .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvx1qNr1s .link-wrap {
    margin: auto;
  }
  .cid-rQvx1qNr1s .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvx1qNr1s .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvx1qNr1s .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvx1qNr1s .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvx1qNr1s .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvx1qNr1s .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvx1qNr1s H1 {
  color: #0f7699;
}
.cid-rQevpUPvzR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQez21jDPg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQez21jDPg .nav-item:focus,
.cid-rQez21jDPg .nav-link:focus {
  outline: none;
}
.cid-rQez21jDPg .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQez21jDPg .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQez21jDPg .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQez21jDPg .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQez21jDPg .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQez21jDPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQez21jDPg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQez21jDPg .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-rQez21jDPg .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQez21jDPg .container {
  max-width: 1380px;
}
.cid-rQez21jDPg .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQez21jDPg .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQez21jDPg .nav-link:hover,
.cid-rQez21jDPg .nav-link:active,
.cid-rQez21jDPg .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQez21jDPg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQez21jDPg .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQez21jDPg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQez21jDPg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQez21jDPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQez21jDPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQez21jDPg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQez21jDPg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQez21jDPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQez21jDPg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQez21jDPg .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-rQez21jDPg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQez21jDPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQez21jDPg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQez21jDPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQez21jDPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQez21jDPg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQez21jDPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQez21jDPg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQez21jDPg .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-rQez21jDPg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQez21jDPg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQez21jDPg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQez21jDPg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQez21jDPg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQez21jDPg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQez21jDPg .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQez21jDPg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQez21jDPg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQez21jDPg .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQez21jDPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQez21jDPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQez21jDPg .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-rQez21jDPg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQez21jDPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQez21jDPg .dropdown-item.active,
.cid-rQez21jDPg .dropdown-item:active {
  background-color: transparent;
}
.cid-rQez21jDPg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQez21jDPg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQez21jDPg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQez21jDPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQez21jDPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQez21jDPg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQez21jDPg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQez21jDPg .navbar-buttons {
  text-align: center;
}
.cid-rQez21jDPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQez21jDPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQez21jDPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQez21jDPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQez21jDPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQez21jDPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQez21jDPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQez21jDPg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQez21jDPg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQez21jDPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQez21jDPg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQez21jDPg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQez21jDPg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQez21jDPg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQez21jDPg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQez21jDPg .navbar {
    height: 77px;
  }
  .cid-rQez21jDPg .navbar.opened {
    height: auto;
  }
  .cid-rQez21jDPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQez22K66K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-rQez22K66K .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQez22K66K .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQez22K66K .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQez22K66K .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQez22K66K .container {
  max-width: 1600px;
}
.cid-rQez22K66K .mbr-bold,
.cid-rQez22K66K b {
  font-weight: 900;
}
.cid-rQez22K66K .btn {
  color: white!important;
}
.cid-rQez22K66K svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQez22K66K svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQez22K66K svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQez22K66K svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQez22K66K svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQez22K66K .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQez22K66K H1 {
  color: #ffffff;
}
.cid-rQez22K66K .mbr-text,
.cid-rQez22K66K .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQorFtfyPc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQorFtfyPc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQorFtfyPc H1 {
  color: #0b659b;
}
.cid-rQorFtfyPc .mbr-text,
.cid-rQorFtfyPc .mbr-section-btn {
  color: #716c80;
}
.cid-rQorFtfyPc H3 {
  color: #ff0000;
}
.cid-rQorFtfyPc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQorFtfyPc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQorFtfyPc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQorFtfyPc .link:hover {
  color: #08829e !important;
}
.cid-rQorFtfyPc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQorFtfyPc DIV {
  color: #57468b;
}
.cid-rQorFtfyPc .mbr-text,
.cid-rQorFtfyPc .media-content {
  color: #232323;
}
.cid-rQorFtfyPc P {
  text-align: left;
  color: #0f7699;
}
.cid-rQez25Qr2w {
  padding-top: 0px;
  background-image: url("");
}
.cid-rQez25Qr2w .container {
  margin-bottom: 15%;
}
.cid-rQez25Qr2w .content-container .btn-bgr {
  z-index: 0;
}
.cid-rQez25Qr2w .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-rQez25Qr2w .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-rQez25Qr2w .box-item:first-child {
  background-color: #767676;
  margin-top: -200px;
}
.cid-rQez25Qr2w .box-item:nth-child(2) {
  background-color: #515151;
}
.cid-rQez25Qr2w .box-item:last-child {
  background-color: #82c407;
}
.cid-rQez25Qr2w .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rQez25Qr2w .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rQez25Qr2w .box-list li:last-child {
  border-bottom: none;
}
.cid-rQez25Qr2w .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rQez25Qr2w .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rQez25Qr2w .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-rQez25Qr2w .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-rQez25Qr2w .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rQez25Qr2w .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-rQez25Qr2w .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rQez25Qr2w .mbr-text,
.cid-rQez25Qr2w .mbr-section-btn {
  color: #232323;
}
.cid-rQez25Qr2w H1 {
  color: #0f7699;
}
.cid-rQez25Qr2w UL {
  color: #000000;
}
.cid-rQeEIt7bTw {
  background-image: url("../../../assets/images/mbr-700x525.jpg");
}
.cid-rQeEIt7bTw .column-content {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #cdebfa;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rQeEIt7bTw .text-content .btn-bgr {
  z-index: 0;
}
.cid-rQeEIt7bTw .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rQeEIt7bTw .container-full-width {
  position: relative;
}
.cid-rQeEIt7bTw .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rQeEIt7bTw .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rQeEIt7bTw .layer path {
  fill: #cdebfa;
}
@media (min-width: 576px) {
  .cid-rQeEIt7bTw .text-content {
    width: 540px;
  }
  .cid-rQeEIt7bTw .column-content {
    width: 100%;
  }
  .cid-rQeEIt7bTw .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rQeEIt7bTw .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rQeEIt7bTw .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rQeEIt7bTw .column-content {
    width: 50%;
  }
  .cid-rQeEIt7bTw .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rQeEIt7bTw .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQeEIt7bTw .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rQeEIt7bTw .column-content {
    height: 33rem;
  }
}
.cid-rQeEIt7bTw .mbr-text,
.cid-rQeEIt7bTw .mbr-section-btn {
  color: #030f26;
}
.cid-rQeEIt7bTw H1 {
  color: #08829e;
}
.cid-rQez2754rW {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rQez2754rW .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rQez2754rW .mbr-section-title {
  margin: 0;
}
.cid-rQez2754rW .mbr-text {
  color: #efefef;
}
.cid-rQez2754rW .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rQez2754rW .card-img {
  text-align: left;
}
.cid-rQez2754rW .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rQez2754rW .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rQez2754rW .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQez2754rW .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rQez2754rW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQez2754rW .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rQBbVHPtso {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rQBbVHPtso .mbr-text,
.cid-rQBbVHPtso .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQBbVHPtso p {
  z-index: 2;
  position: relative;
}
.cid-rQBbVHPtso .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQBbVHPtso .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rQBbVHPtso .ico1 {
  font-size: 2rem;
}
.cid-rQBbVHPtso .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rQBbVHPtso H3 {
  color: #149dcc;
}
.cid-rQez28BboE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rQez29XhLT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQez29XhLT h3 {
  text-align: center;
}
.cid-rQez29XhLT .pie_progress {
  position: relative;
}
.cid-rQez29XhLT .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQez29XhLT p {
  line-height: 1.6;
}
.cid-rQez29XhLT .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQez29XhLT .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQez29XhLT .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQez29XhLT .mbr-section-subtitle {
  color: #383838;
}
.cid-rQez29XhLT .pie_progress__number {
  text-align: center !important;
}
.cid-rQez29XhLT .card-title {
  margin-bottom: 0;
}
.cid-rQez29XhLT .svg-gradient {
  position: absolute;
}
.cid-rQez29XhLT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQez29XhLT .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQez29XhLT H4 {
  color: #0f7699;
}
.cid-rQez29XhLT .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQez29XhLT .card {
    flex-direction: column;
  }
  .cid-rQez29XhLT .content {
    padding-left: 0rem;
  }
  .cid-rQez29XhLT .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQez2cmAAD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQez2cmAAD h3 {
  text-align: center;
}
.cid-rQez2cmAAD .pie_progress {
  position: relative;
}
.cid-rQez2cmAAD .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rQez2cmAAD p {
  line-height: 1.6;
}
.cid-rQez2cmAAD .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rQez2cmAAD .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rQez2cmAAD .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rQez2cmAAD .mbr-section-subtitle {
  color: #383838;
}
.cid-rQez2cmAAD .pie_progress__number {
  text-align: center !important;
}
.cid-rQez2cmAAD .card-title {
  margin-bottom: 0;
}
.cid-rQez2cmAAD .svg-gradient {
  position: absolute;
}
.cid-rQez2cmAAD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rQez2cmAAD .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rQez2cmAAD H4 {
  color: #0f7699;
}
.cid-rQez2cmAAD .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rQez2cmAAD .card {
    flex-direction: column;
  }
  .cid-rQez2cmAAD .content {
    padding-left: 0rem;
  }
  .cid-rQez2cmAAD .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rQez2ezdxj {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rQez2ezdxj .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rQez2ezdxj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rQez2ezdxj .text-content {
  padding-right: 1.5rem;
}
.cid-rQez2ezdxj .mbr-text,
.cid-rQez2ezdxj .mbr-section-btn {
  color: #ffffff;
}
.cid-rQez2ezdxj .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rQez2ezdxj .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rQez2ezdxj .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rQez2ezdxj .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rQez2ezdxj .main-row {
    margin: 0;
  }
  .cid-rQez2ezdxj .mbr-section-title,
  .cid-rQez2ezdxj .mbr-text,
  .cid-rQez2ezdxj .list,
  .cid-rQez2ezdxj .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rQez2ezdxj .text-content {
    padding: 0;
  }
}
.cid-rQez2ezdxj .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCxbnXZhR {
  background-color: #ffffff;
}
.cid-rTCxbnXZhR section {
  position: relative;
}
.cid-rTCxbnXZhR .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCxbnXZhR #e1_circle,
.cid-rTCxbnXZhR #e3_circle,
.cid-rTCxbnXZhR #e4_circle,
.cid-rTCxbnXZhR #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCxbnXZhR #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCxbnXZhR .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCxbnXZhR .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCxbnXZhR .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCxbnXZhR .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCxbnXZhR .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCxbnXZhR .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCxbnXZhR .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCxbnXZhR .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCxbnXZhR .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCxbnXZhR .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCxbnXZhR .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCxbnXZhR .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCxbnXZhR .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCxbnXZhR H1 {
  color: #0a465a;
}
.cid-rTCxbnXZhR .mbr-text,
.cid-rTCxbnXZhR .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCxbnXZhR H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCxbnXZhR .round9,
  .cid-rTCxbnXZhR .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCxbnXZhR .round {
    display: none;
  }
}
.cid-rQvrfLpjW8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvrfLpjW8 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvrfLpjW8 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvrfLpjW8 .svg11 path {
  fill: #7aba59;
}
.cid-rQvrfLpjW8 .svg21 path {
  fill: #f9b945;
}
.cid-rQvrfLpjW8 .svg31 path {
  fill: #ed6436;
}
.cid-rQvrfLpjW8 .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvrfLpjW8 .svg12 path,
.cid-rQvrfLpjW8 .svg22 path,
.cid-rQvrfLpjW8 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvrfLpjW8 .card {
  position: relative;
  height: 300px;
}
.cid-rQvrfLpjW8 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvrfLpjW8 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvrfLpjW8 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrfLpjW8 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvrfLpjW8 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrfLpjW8 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvrfLpjW8 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvrfLpjW8 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvrfLpjW8 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvrfLpjW8 .card .svg22,
.cid-rQvrfLpjW8 .card .svg32,
.cid-rQvrfLpjW8 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvrfLpjW8 .card .svg21,
.cid-rQvrfLpjW8 .card .svg31,
.cid-rQvrfLpjW8 .card .svg11 {
  z-index: 2;
}
.cid-rQvrfLpjW8 .card div {
  z-index: 3;
}
.cid-rQvrfLpjW8 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvrfLpjW8 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvrfLpjW8 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvrfLpjW8 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvrfLpjW8 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvrfLpjW8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvrfLpjW8 .card {
    margin-bottom: 2rem;
  }
  .cid-rQvrfLpjW8 .card svg {
    left: 30px;
  }
  .cid-rQvrfLpjW8 .card:hover h4 {
    animation: none;
  }
  .cid-rQvrfLpjW8 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvrfLpjW8 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvrfLpjW8 .card {
    max-width: 330px;
  }
  .cid-rQvrfLpjW8 .card svg {
    left: 0px;
  }
}
.cid-rQvrfLpjW8 H2 {
  color: #0f7699;
}
.cid-rQvx7j2LAm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvx7j2LAm .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvx7j2LAm .content {
    padding: 0 2rem;
  }
}
.cid-rQvx7j2LAm .row {
  justify-content: flex-end;
}
.cid-rQvx7j2LAm .img-col {
  padding: 0;
}
.cid-rQvx7j2LAm .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvx7j2LAm .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvx7j2LAm .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvx7j2LAm .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvx7j2LAm .icon-title,
.cid-rQvx7j2LAm .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvx7j2LAm .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvx7j2LAm .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvx7j2LAm .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvx7j2LAm .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvx7j2LAm .link-wrap {
    margin: auto;
  }
  .cid-rQvx7j2LAm .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvx7j2LAm .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvx7j2LAm .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvx7j2LAm .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvx7j2LAm .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvx7j2LAm .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvx7j2LAm H1 {
  color: #0f7699;
}
.cid-rQez2nXzXb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQuNRQRBYL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQuNRQRBYL .nav-item:focus,
.cid-rQuNRQRBYL .nav-link:focus {
  outline: none;
}
.cid-rQuNRQRBYL .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQuNRQRBYL .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQuNRQRBYL .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQuNRQRBYL .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQuNRQRBYL .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQuNRQRBYL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQuNRQRBYL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQuNRQRBYL .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-rQuNRQRBYL .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQuNRQRBYL .container {
  max-width: 1380px;
}
.cid-rQuNRQRBYL .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQuNRQRBYL .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQuNRQRBYL .nav-link:hover,
.cid-rQuNRQRBYL .nav-link:active,
.cid-rQuNRQRBYL .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQuNRQRBYL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQuNRQRBYL .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQuNRQRBYL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQuNRQRBYL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQuNRQRBYL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQuNRQRBYL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQuNRQRBYL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQuNRQRBYL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQuNRQRBYL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQuNRQRBYL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQuNRQRBYL .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-rQuNRQRBYL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQuNRQRBYL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQuNRQRBYL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQuNRQRBYL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQuNRQRBYL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQuNRQRBYL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQuNRQRBYL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQuNRQRBYL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQuNRQRBYL .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-rQuNRQRBYL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQuNRQRBYL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQuNRQRBYL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQuNRQRBYL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQuNRQRBYL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQuNRQRBYL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQuNRQRBYL .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQuNRQRBYL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQuNRQRBYL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQuNRQRBYL .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQuNRQRBYL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQuNRQRBYL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQuNRQRBYL .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-rQuNRQRBYL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQuNRQRBYL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQuNRQRBYL .dropdown-item.active,
.cid-rQuNRQRBYL .dropdown-item:active {
  background-color: transparent;
}
.cid-rQuNRQRBYL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQuNRQRBYL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQuNRQRBYL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQuNRQRBYL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQuNRQRBYL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQuNRQRBYL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQuNRQRBYL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQuNRQRBYL .navbar-buttons {
  text-align: center;
}
.cid-rQuNRQRBYL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQuNRQRBYL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQuNRQRBYL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQuNRQRBYL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQuNRQRBYL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQuNRQRBYL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQuNRQRBYL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQuNRQRBYL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQuNRQRBYL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQuNRQRBYL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQuNRQRBYL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQuNRQRBYL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQuNRQRBYL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQuNRQRBYL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQuNRQRBYL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQuNRQRBYL .navbar {
    height: 77px;
  }
  .cid-rQuNRQRBYL .navbar.opened {
    height: auto;
  }
  .cid-rQuNRQRBYL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQuNRSgIOp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1077.jpg");
}
.cid-rQuNRSgIOp .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQuNRSgIOp .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQuNRSgIOp .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQuNRSgIOp .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQuNRSgIOp .container {
  max-width: 1600px;
}
.cid-rQuNRSgIOp .mbr-bold,
.cid-rQuNRSgIOp b {
  font-weight: 900;
}
.cid-rQuNRSgIOp .btn {
  color: white!important;
}
.cid-rQuNRSgIOp svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQuNRSgIOp svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQuNRSgIOp svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQuNRSgIOp svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQuNRSgIOp svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQuNRSgIOp .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQuNRSgIOp H1 {
  color: #ffffff;
}
.cid-rQuNRSgIOp .mbr-text,
.cid-rQuNRSgIOp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQuNRTeOln {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQuNRTeOln img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQuNRTeOln H1 {
  color: #0b659b;
}
.cid-rQuNRTeOln .mbr-text,
.cid-rQuNRTeOln .mbr-section-btn {
  color: #716c80;
}
.cid-rQuNRTeOln H3 {
  color: #716c80;
}
.cid-rQuNRTeOln .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQuNRTeOln .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQuNRTeOln .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQuNRTeOln .link:hover {
  color: #08829e !important;
}
.cid-rQuNRTeOln .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQuNRTeOln DIV {
  color: #57468b;
}
.cid-rQuNRTeOln .mbr-text,
.cid-rQuNRTeOln .media-content {
  color: #232323;
}
.cid-rQuNRTeOln P {
  text-align: left;
  color: #0f7699;
}
.cid-rQuP4K9z79 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQuP4K9z79 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQuP4K9z79 .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQuP4K9z79 .collapsed {
  border: none;
}
.cid-rQuP4K9z79 .panel-body {
  padding-top: 0.5rem;
}
.cid-rQuP4K9z79 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQuP4K9z79 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQuP4K9z79 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQuP4K9z79 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQuP4K9z79 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQuP4K9z79 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQuP4K9z79 .panel-text {
  color: #767676;
}
.cid-rQuP4K9z79 H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQuP4K9z79 H2 {
  color: #0b1b3f;
}
.cid-rQuU1XNmpR {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQuU1XNmpR p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQuU1XNmpR .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQuU1XNmpR .collapsed {
  border: none;
}
.cid-rQuU1XNmpR .panel-body {
  padding-top: 0.5rem;
}
.cid-rQuU1XNmpR .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQuU1XNmpR .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQuU1XNmpR .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQuU1XNmpR .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQuU1XNmpR .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQuU1XNmpR .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQuU1XNmpR .panel-text {
  color: #767676;
}
.cid-rQuU1XNmpR H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQuU1XNmpR H2 {
  color: #0b1b3f;
}
.cid-rQv0Pl10rk {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQv0Pl10rk p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQv0Pl10rk .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQv0Pl10rk .collapsed {
  border: none;
}
.cid-rQv0Pl10rk .panel-body {
  padding-top: 0.5rem;
}
.cid-rQv0Pl10rk .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQv0Pl10rk .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQv0Pl10rk .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQv0Pl10rk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQv0Pl10rk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQv0Pl10rk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQv0Pl10rk .panel-text {
  color: #767676;
}
.cid-rQv0Pl10rk H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQv0Pl10rk H2 {
  color: #0b1b3f;
}
.cid-rQv1sEEYhX {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQv1sEEYhX p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQv1sEEYhX .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQv1sEEYhX .collapsed {
  border: none;
}
.cid-rQv1sEEYhX .panel-body {
  padding-top: 0.5rem;
}
.cid-rQv1sEEYhX .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQv1sEEYhX .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQv1sEEYhX .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQv1sEEYhX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQv1sEEYhX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQv1sEEYhX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQv1sEEYhX .panel-text {
  color: #767676;
}
.cid-rQv1sEEYhX H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQv1sEEYhX H2 {
  color: #0b1b3f;
}
.cid-rQv2HYuSSa {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQv2HYuSSa p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQv2HYuSSa .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQv2HYuSSa .collapsed {
  border: none;
}
.cid-rQv2HYuSSa .panel-body {
  padding-top: 0.5rem;
}
.cid-rQv2HYuSSa .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQv2HYuSSa .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQv2HYuSSa .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQv2HYuSSa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQv2HYuSSa .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQv2HYuSSa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQv2HYuSSa .panel-text {
  color: #767676;
}
.cid-rQv2HYuSSa H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQv2HYuSSa H2 {
  color: #0b1b3f;
}
.cid-rQv3B1adrI {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQv3B1adrI p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQv3B1adrI .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQv3B1adrI .collapsed {
  border: none;
}
.cid-rQv3B1adrI .panel-body {
  padding-top: 0.5rem;
}
.cid-rQv3B1adrI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQv3B1adrI .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQv3B1adrI .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQv3B1adrI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQv3B1adrI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQv3B1adrI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQv3B1adrI .panel-text {
  color: #767676;
}
.cid-rQv3B1adrI H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQv3B1adrI H2 {
  color: #0b1b3f;
}
.cid-rTCwsaxfyF {
  background-color: #ffffff;
}
.cid-rTCwsaxfyF section {
  position: relative;
}
.cid-rTCwsaxfyF .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCwsaxfyF #e1_circle,
.cid-rTCwsaxfyF #e3_circle,
.cid-rTCwsaxfyF #e4_circle,
.cid-rTCwsaxfyF #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCwsaxfyF #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCwsaxfyF .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCwsaxfyF .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCwsaxfyF .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCwsaxfyF .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCwsaxfyF .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCwsaxfyF .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCwsaxfyF .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCwsaxfyF .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCwsaxfyF .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCwsaxfyF .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCwsaxfyF .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCwsaxfyF .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCwsaxfyF .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCwsaxfyF H1 {
  color: #0a465a;
}
.cid-rTCwsaxfyF .mbr-text,
.cid-rTCwsaxfyF .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCwsaxfyF H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCwsaxfyF .round9,
  .cid-rTCwsaxfyF .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCwsaxfyF .round {
    display: none;
  }
}
.cid-udUDqPC6r1 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUDqPC6r1 H1 {
  color: #0f7699;
}
.cid-udUDqPC6r1 .mbr-text,
.cid-udUDqPC6r1 .mbr-section-btn {
  color: #181818;
}
.cid-udUDqPC6r1 .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUDqPC6r1 .relative {
  position: relative;
}
.cid-udUDqPC6r1 .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUDqPC6r1 .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUDqPC6r1 .card-img2 .img2 {
  width: 120%;
}
.cid-udUDqPC6r1 .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUDqPC6r1 .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUDqPC6r1 .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUDrsZfyZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUDrsZfyZ .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUDrsZfyZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUDrsZfyZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUDrsZfyZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUDrsZfyZ .mbr-text,
.cid-udUDrsZfyZ .mbr-section-btn {
  color: #ffffff;
}
.cid-udUDrsZfyZ .card-title,
.cid-udUDrsZfyZ .card-box {
  text-align: left;
}
.cid-rQvqfSrMBI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvqfSrMBI .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvqfSrMBI h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvqfSrMBI .svg11 path {
  fill: #7aba59;
}
.cid-rQvqfSrMBI .svg21 path {
  fill: #f9b945;
}
.cid-rQvqfSrMBI .svg31 path {
  fill: #ed6436;
}
.cid-rQvqfSrMBI .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvqfSrMBI .svg12 path,
.cid-rQvqfSrMBI .svg22 path,
.cid-rQvqfSrMBI .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvqfSrMBI .card {
  position: relative;
  height: 300px;
}
.cid-rQvqfSrMBI .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvqfSrMBI .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvqfSrMBI .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqfSrMBI .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvqfSrMBI .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqfSrMBI .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvqfSrMBI .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvqfSrMBI .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvqfSrMBI .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvqfSrMBI .card .svg22,
.cid-rQvqfSrMBI .card .svg32,
.cid-rQvqfSrMBI .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvqfSrMBI .card .svg21,
.cid-rQvqfSrMBI .card .svg31,
.cid-rQvqfSrMBI .card .svg11 {
  z-index: 2;
}
.cid-rQvqfSrMBI .card div {
  z-index: 3;
}
.cid-rQvqfSrMBI .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvqfSrMBI .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvqfSrMBI .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvqfSrMBI .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvqfSrMBI .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvqfSrMBI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvqfSrMBI .card {
    margin-bottom: 2rem;
  }
  .cid-rQvqfSrMBI .card svg {
    left: 30px;
  }
  .cid-rQvqfSrMBI .card:hover h4 {
    animation: none;
  }
  .cid-rQvqfSrMBI .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvqfSrMBI h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvqfSrMBI .card {
    max-width: 330px;
  }
  .cid-rQvqfSrMBI .card svg {
    left: 0px;
  }
}
.cid-rQvqfSrMBI H2 {
  color: #0f7699;
}
.cid-rQvvzvyLhQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvvzvyLhQ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvvzvyLhQ .content {
    padding: 0 2rem;
  }
}
.cid-rQvvzvyLhQ .row {
  justify-content: flex-end;
}
.cid-rQvvzvyLhQ .img-col {
  padding: 0;
}
.cid-rQvvzvyLhQ .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvvzvyLhQ .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvvzvyLhQ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvvzvyLhQ .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvvzvyLhQ .icon-title,
.cid-rQvvzvyLhQ .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvvzvyLhQ .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvvzvyLhQ .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvvzvyLhQ .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvvzvyLhQ .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvvzvyLhQ .link-wrap {
    margin: auto;
  }
  .cid-rQvvzvyLhQ .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvvzvyLhQ .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvvzvyLhQ .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvvzvyLhQ .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvvzvyLhQ .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvvzvyLhQ .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvvzvyLhQ H1 {
  color: #0f7699;
}
.cid-rQuNS8N0DQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRb048MQVM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRb048MQVM .nav-item:focus,
.cid-rRb048MQVM .nav-link:focus {
  outline: none;
}
.cid-rRb048MQVM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRb048MQVM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRb048MQVM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRb048MQVM .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRb048MQVM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRb048MQVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRb048MQVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRb048MQVM .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-rRb048MQVM .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRb048MQVM .container {
  max-width: 1380px;
}
.cid-rRb048MQVM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRb048MQVM .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRb048MQVM .nav-link:hover,
.cid-rRb048MQVM .nav-link:active,
.cid-rRb048MQVM .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRb048MQVM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRb048MQVM .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRb048MQVM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRb048MQVM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRb048MQVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRb048MQVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRb048MQVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRb048MQVM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRb048MQVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRb048MQVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRb048MQVM .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-rRb048MQVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRb048MQVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRb048MQVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRb048MQVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRb048MQVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRb048MQVM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRb048MQVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRb048MQVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRb048MQVM .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-rRb048MQVM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRb048MQVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRb048MQVM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRb048MQVM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRb048MQVM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRb048MQVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRb048MQVM .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRb048MQVM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRb048MQVM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRb048MQVM .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRb048MQVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRb048MQVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRb048MQVM .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-rRb048MQVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRb048MQVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRb048MQVM .dropdown-item.active,
.cid-rRb048MQVM .dropdown-item:active {
  background-color: transparent;
}
.cid-rRb048MQVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRb048MQVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRb048MQVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRb048MQVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRb048MQVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRb048MQVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRb048MQVM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRb048MQVM .navbar-buttons {
  text-align: center;
}
.cid-rRb048MQVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRb048MQVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRb048MQVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRb048MQVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRb048MQVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRb048MQVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRb048MQVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRb048MQVM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRb048MQVM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRb048MQVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRb048MQVM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRb048MQVM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRb048MQVM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRb048MQVM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRb048MQVM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRb048MQVM .navbar {
    height: 77px;
  }
  .cid-rRb048MQVM .navbar.opened {
    height: auto;
  }
  .cid-rRb048MQVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRb04aoKkC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-20-1920x1280.jpg");
}
.cid-rRb04aoKkC .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRb04aoKkC .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRb04aoKkC .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRb04aoKkC .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRb04aoKkC .container {
  max-width: 1600px;
}
.cid-rRb04aoKkC .mbr-bold,
.cid-rRb04aoKkC b {
  font-weight: 900;
}
.cid-rRb04aoKkC .btn {
  color: white!important;
}
.cid-rRb04aoKkC svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRb04aoKkC svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRb04aoKkC svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRb04aoKkC svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRb04aoKkC svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRb04aoKkC .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRb04aoKkC H1 {
  color: #ffffff;
}
.cid-rRb04aoKkC .mbr-text,
.cid-rRb04aoKkC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRb04byHlR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRb04byHlR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRb04byHlR H1 {
  color: #9e6809;
}
.cid-rRb04byHlR .mbr-text,
.cid-rRb04byHlR .mbr-section-btn {
  color: #716c80;
}
.cid-rRb04byHlR H3 {
  color: #787324;
}
.cid-rRb04byHlR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRb04byHlR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRb04byHlR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRb04byHlR .link:hover {
  color: #08829e !important;
}
.cid-rRb04byHlR .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRb04byHlR DIV {
  color: #57468b;
}
.cid-rRb04byHlR .mbr-text,
.cid-rRb04byHlR .media-content {
  color: #232323;
}
.cid-rRb04byHlR P {
  text-align: left;
  color: #787324;
}
.cid-rRrw6y2NOM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrw6y2NOM .mbr-text,
.cid-rRrw6y2NOM blockquote {
  color: #232323;
}
.cid-rRryR3xvzh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rRryR3xvzh .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRryR3xvzh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRryR3xvzh .text-content {
  padding-right: 1.5rem;
}
.cid-rRryR3xvzh .mbr-text,
.cid-rRryR3xvzh .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rRryR3xvzh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rRryR3xvzh .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRryR3xvzh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRryR3xvzh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rRryR3xvzh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rRryR3xvzh .main-row {
    margin: 0;
  }
  .cid-rRryR3xvzh .mbr-section-title,
  .cid-rRryR3xvzh .mbr-text,
  .cid-rRryR3xvzh .list,
  .cid-rRryR3xvzh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRryR3xvzh .text-content {
    padding: 0;
  }
}
.cid-rRryR3xvzh .mbr-section-title {
  color: #0e5785;
}
.cid-rRrG6eZpSB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrG6eZpSB span {
  color: #c1c1c1;
}
.cid-rRrG6eZpSB .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rRrG6eZpSB .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-rRrG6eZpSB .flex-block span {
    margin-left: 2rem;
  }
}
.cid-rRrG6eZpSB .block-quote {
  text-align: center;
  color: #0e5785;
}
.cid-rRb04dsZTB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dacd9f;
}
.cid-rRb04dsZTB .mbr-text {
  color: #767676;
}
.cid-rRb04dsZTB .mbr-iconfont {
  color: #a99759 !important;
  font-size: 4rem!important;
}
.cid-rRb04dsZTB .card-img {
  margin-bottom: 3rem;
}
.cid-rRb04dsZTB .card-wrapper {
  background: #ffffff;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rRb04dsZTB .link {
  margin: 0;
}
.cid-rRb04dsZTB p {
  font-weight: 400;
}
.cid-rRb04dsZTB .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rRb04dsZTB .link a:hover {
  color: #181818 !important;
}
.cid-rRb04dsZTB .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRb04dsZTB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRb04dsZTB .card {
    margin-bottom: 3rem;
  }
}
.cid-rRb04dsZTB .mbr-text,
.cid-rRb04dsZTB .link {
  color: #383838;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rRb04dsZTB .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rRb04dsZTB .card-title,
.cid-rRb04dsZTB .card-img {
  color: #a99759;
  text-align: center;
}
.cid-rSbNcjrhA2 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-rSbNcjrhA2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rSbNcjrhA2 .mbr-text {
  color: #8d97ad;
}
.cid-rSbNcjrhA2 .nav {
  border: none;
}
.cid-rSbNcjrhA2 .nav-tabs {
  width: 100%;
}
.cid-rSbNcjrhA2 .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-rSbNcjrhA2 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-rSbNcjrhA2 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rSbNcjrhA2 .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #b2ccd2;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #9ebfc6;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-rSbNcjrhA2 .nav-tabs .nav-link:hover {
  background-color: #0f7699;
  color: #ffffff;
}
.cid-rSbNcjrhA2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #0f7699;
}
.cid-rSbNcjrhA2 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rSbNcjrhA2 .nav-item {
    display: table-row !important;
  }
}
.cid-rSbNcjrhA2 .title-content {
  color: #0f7699;
}
.cid-rSbNcjrhA2 .mbr-text,
.cid-rSbNcjrhA2 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rSbNcjrhA2 .mbr-section-title {
  color: #0f7699;
}
.cid-rRb04gCwzC {
  background-image: url("../../../assets/images/mbr-17-1920x1280.jpg");
}
.cid-rRb04gCwzC .column-content {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #f1e2b4;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rRb04gCwzC .text-content .btn-bgr {
  z-index: 0;
}
.cid-rRb04gCwzC .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rRb04gCwzC .container-full-width {
  position: relative;
}
.cid-rRb04gCwzC .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rRb04gCwzC .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rRb04gCwzC .layer path {
  fill: #f1e2b4;
}
@media (min-width: 576px) {
  .cid-rRb04gCwzC .text-content {
    width: 540px;
  }
  .cid-rRb04gCwzC .column-content {
    width: 100%;
  }
  .cid-rRb04gCwzC .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rRb04gCwzC .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rRb04gCwzC .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rRb04gCwzC .column-content {
    width: 50%;
  }
  .cid-rRb04gCwzC .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rRb04gCwzC .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRb04gCwzC .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rRb04gCwzC .column-content {
    height: 33rem;
  }
}
.cid-rRb04gCwzC .mbr-text,
.cid-rRb04gCwzC .mbr-section-btn {
  color: #2b0f02;
}
.cid-rRb04gCwzC H1 {
  color: #2b0f02;
}
.cid-rRb04hsmaR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRb04hsmaR .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rRb04hsmaR .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rRb04hsmaR .mbr-text,
.cid-rRb04hsmaR .mbr-section-btn {
  color: #2b0f02;
}
@media (max-width: 767px) {
  .cid-rRb04hsmaR img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rRb04hsmaR H1 {
  color: #9e6809;
}
.cid-rRb04hsmaR H3 {
  color: #9e6809;
}
.cid-rTCxw3RuuG {
  background-color: #ffffff;
}
.cid-rTCxw3RuuG section {
  position: relative;
}
.cid-rTCxw3RuuG .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCxw3RuuG #e1_circle,
.cid-rTCxw3RuuG #e3_circle,
.cid-rTCxw3RuuG #e4_circle,
.cid-rTCxw3RuuG #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCxw3RuuG #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCxw3RuuG .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCxw3RuuG .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCxw3RuuG .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCxw3RuuG .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCxw3RuuG .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCxw3RuuG .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCxw3RuuG .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCxw3RuuG .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCxw3RuuG .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCxw3RuuG .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCxw3RuuG .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCxw3RuuG .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCxw3RuuG .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCxw3RuuG H1 {
  color: #0a465a;
}
.cid-rTCxw3RuuG .mbr-text,
.cid-rTCxw3RuuG .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCxw3RuuG H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCxw3RuuG .round9,
  .cid-rTCxw3RuuG .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCxw3RuuG .round {
    display: none;
  }
}
.cid-rRb04qAeoE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRb04qAeoE .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRb04qAeoE h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRb04qAeoE .svg11 path {
  fill: #7aba59;
}
.cid-rRb04qAeoE .svg21 path {
  fill: #f9b945;
}
.cid-rRb04qAeoE .svg31 path {
  fill: #ed6436;
}
.cid-rRb04qAeoE .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRb04qAeoE .svg12 path,
.cid-rRb04qAeoE .svg22 path,
.cid-rRb04qAeoE .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRb04qAeoE .card {
  position: relative;
  height: 300px;
}
.cid-rRb04qAeoE .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRb04qAeoE .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRb04qAeoE .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRb04qAeoE .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRb04qAeoE .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRb04qAeoE .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRb04qAeoE .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRb04qAeoE .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRb04qAeoE .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRb04qAeoE .card .svg22,
.cid-rRb04qAeoE .card .svg32,
.cid-rRb04qAeoE .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRb04qAeoE .card .svg21,
.cid-rRb04qAeoE .card .svg31,
.cid-rRb04qAeoE .card .svg11 {
  z-index: 2;
}
.cid-rRb04qAeoE .card div {
  z-index: 3;
}
.cid-rRb04qAeoE .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRb04qAeoE .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRb04qAeoE .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRb04qAeoE .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRb04qAeoE .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRb04qAeoE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRb04qAeoE .card {
    margin-bottom: 2rem;
  }
  .cid-rRb04qAeoE .card svg {
    left: 30px;
  }
  .cid-rRb04qAeoE .card:hover h4 {
    animation: none;
  }
  .cid-rRb04qAeoE .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRb04qAeoE h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRb04qAeoE .card {
    max-width: 330px;
  }
  .cid-rRb04qAeoE .card svg {
    left: 0px;
  }
}
.cid-rRb04qAeoE H2 {
  color: #0f7699;
}
.cid-rRb04rUIUF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRb04rUIUF .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRb04rUIUF .content {
    padding: 0 2rem;
  }
}
.cid-rRb04rUIUF .row {
  justify-content: flex-end;
}
.cid-rRb04rUIUF .img-col {
  padding: 0;
}
.cid-rRb04rUIUF .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRb04rUIUF .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRb04rUIUF .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRb04rUIUF .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRb04rUIUF .icon-title,
.cid-rRb04rUIUF .mbr-iconfont {
  color: #ed6436;
}
.cid-rRb04rUIUF .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRb04rUIUF .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRb04rUIUF .icons-wrap {
    flex-direction: column;
  }
  .cid-rRb04rUIUF .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRb04rUIUF .link-wrap {
    margin: auto;
  }
  .cid-rRb04rUIUF .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRb04rUIUF .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRb04rUIUF .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRb04rUIUF .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRb04rUIUF .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRb04rUIUF .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRb04rUIUF H1 {
  color: #0f7699;
}
.cid-rRb04uL7sV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRg5GYERhj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRg5GYERhj .nav-item:focus,
.cid-rRg5GYERhj .nav-link:focus {
  outline: none;
}
.cid-rRg5GYERhj .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRg5GYERhj .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRg5GYERhj .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRg5GYERhj .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRg5GYERhj .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRg5GYERhj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRg5GYERhj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRg5GYERhj .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-rRg5GYERhj .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRg5GYERhj .container {
  max-width: 1380px;
}
.cid-rRg5GYERhj .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRg5GYERhj .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRg5GYERhj .nav-link:hover,
.cid-rRg5GYERhj .nav-link:active,
.cid-rRg5GYERhj .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRg5GYERhj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRg5GYERhj .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRg5GYERhj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRg5GYERhj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRg5GYERhj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRg5GYERhj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRg5GYERhj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRg5GYERhj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRg5GYERhj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRg5GYERhj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRg5GYERhj .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-rRg5GYERhj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRg5GYERhj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRg5GYERhj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRg5GYERhj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRg5GYERhj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRg5GYERhj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRg5GYERhj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRg5GYERhj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRg5GYERhj .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-rRg5GYERhj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRg5GYERhj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRg5GYERhj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRg5GYERhj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRg5GYERhj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRg5GYERhj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRg5GYERhj .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRg5GYERhj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRg5GYERhj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRg5GYERhj .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRg5GYERhj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRg5GYERhj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRg5GYERhj .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-rRg5GYERhj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRg5GYERhj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRg5GYERhj .dropdown-item.active,
.cid-rRg5GYERhj .dropdown-item:active {
  background-color: transparent;
}
.cid-rRg5GYERhj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRg5GYERhj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRg5GYERhj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRg5GYERhj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRg5GYERhj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRg5GYERhj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRg5GYERhj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRg5GYERhj .navbar-buttons {
  text-align: center;
}
.cid-rRg5GYERhj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRg5GYERhj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRg5GYERhj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRg5GYERhj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRg5GYERhj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRg5GYERhj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRg5GYERhj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRg5GYERhj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRg5GYERhj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRg5GYERhj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRg5GYERhj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRg5GYERhj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRg5GYERhj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRg5GYERhj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRg5GYERhj .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRg5GYERhj .navbar {
    height: 77px;
  }
  .cid-rRg5GYERhj .navbar.opened {
    height: auto;
  }
  .cid-rRg5GYERhj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRg5GZSe79 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1536.jpg");
}
.cid-rRg5GZSe79 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRg5GZSe79 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRg5GZSe79 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRg5GZSe79 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRg5GZSe79 .container {
  max-width: 1600px;
}
.cid-rRg5GZSe79 .mbr-bold,
.cid-rRg5GZSe79 b {
  font-weight: 900;
}
.cid-rRg5GZSe79 .btn {
  color: white!important;
}
.cid-rRg5GZSe79 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRg5GZSe79 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRg5GZSe79 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRg5GZSe79 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRg5GZSe79 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRg5GZSe79 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRg5GZSe79 H1 {
  color: #ffffff;
}
.cid-rRg5GZSe79 .mbr-text,
.cid-rRg5GZSe79 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRg5H0BdZB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRg5H0BdZB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRg5H0BdZB H1 {
  color: #0b1b3f;
}
.cid-rRg5H0BdZB .mbr-text,
.cid-rRg5H0BdZB .mbr-section-btn {
  color: #716c80;
}
.cid-rRg5H0BdZB H3 {
  color: #716c80;
}
.cid-rRg5H0BdZB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRg5H0BdZB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRg5H0BdZB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRg5H0BdZB .link:hover {
  color: #08829e !important;
}
.cid-rRg5H0BdZB .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRg5H0BdZB DIV {
  color: #57468b;
}
.cid-rRg5H0BdZB .mbr-text,
.cid-rRg5H0BdZB .media-content {
  color: #383838;
}
.cid-rRg5H1GS2v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #80ccfa;
}
.cid-rRg5H1GS2v .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-rRg5H1GS2v .mbr-section-subtitle {
  color: #031641;
  text-align: center;
}
.cid-rRg5H1GS2v p {
  margin: 0;
  padding: 0;
}
.cid-rRg5H1GS2v .card {
  margin-bottom: 2rem;
}
.cid-rRg5H1GS2v .card-block {
  letter-spacing: 0.03em;
  position: relative;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 2rem;
}
.cid-rRg5H1GS2v .card-block:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
}
.cid-rRg5H1GS2v .mbr-author-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 0rem;
  margin-right: 1.5rem;
}
.cid-rRg5H1GS2v .mbr-author-img img {
  width: 100%;
  border-radius: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rRg5H1GS2v .name-wrap {
  display: inline-block;
}
.cid-rRg5H1GS2v .card-footer {
  margin-top: 1rem;
  display: flex;
  border-top: none;
  background: none;
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rRg5H1GS2v .mbr-author-desc {
  color: #0b1b3f;
}
.cid-rRg5H1GS2v .card-block P {
  color: #767676;
}
.cid-rRg5H1GS2v .mbr-author-name {
  color: #0f7699;
}
.cid-rRg5H1GS2v .mbr-section-title,
.cid-rRg5H1GS2v .title DIV {
  color: #232323;
  text-align: center;
}
.cid-rRg5H1GS2v .mbr-section-title,
.cid-rRg5H1GS2v .title {
  color: #0f7699;
}
.cid-rRg5H2S7yB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-s0C8mQ2abe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-s0C8mQ2abe .text-content .btn-bgr {
  z-index: 0;
}
.cid-s0C8mQ2abe .mbr-overlay {
  background: #0f7699;
}
.cid-s0C8mQ2abe .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-s0C8mQ2abe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s0C8mQ2abe .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s0C8mQ2abe .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s0C8mQ2abe .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s0C8mQ2abe .mbr-section-btn,
.cid-s0C8mQ2abe .mbr-section-title {
  color: #0f7699;
}
.cid-rRg5H3FOOT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRg5H3FOOT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRg5H3FOOT H1 {
  color: #0f7699;
}
.cid-rRg5H3FOOT .mbr-text,
.cid-rRg5H3FOOT .mbr-section-btn {
  color: #716c80;
}
.cid-rRg5H3FOOT H3 {
  color: #716c80;
}
.cid-rRg5H3FOOT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRg5H3FOOT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRg5H3FOOT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRg5H3FOOT .link:hover {
  color: #08829e !important;
}
.cid-rRg5H3FOOT .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRg5H3FOOT DIV {
  color: #57468b;
}
.cid-rRg5H3FOOT .mbr-text,
.cid-rRg5H3FOOT .media-content {
  color: #232323;
}
.cid-rRgZfqOntR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rRgZfqOntR h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rRgZfqOntR .card-box {
  padding-top: 3rem;
}
.cid-rRgZfqOntR .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rRgZfqOntR .btn-md {
  padding: 1rem;
}
.cid-rRgZfqOntR .btn-primary-outline,
.cid-rRgZfqOntR .btn-secondary-outline,
.cid-rRgZfqOntR .btn-info-outline,
.cid-rRgZfqOntR .btn-success-outline,
.cid-rRgZfqOntR .btn-warning-outline,
.cid-rRgZfqOntR .btn-danger-outline,
.cid-rRgZfqOntR .btn-black-outline,
.cid-rRgZfqOntR .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRgZfqOntR .btn-primary-outline span,
.cid-rRgZfqOntR .btn-secondary-outline span,
.cid-rRgZfqOntR .btn-info-outline span,
.cid-rRgZfqOntR .btn-success-outline span,
.cid-rRgZfqOntR .btn-warning-outline span,
.cid-rRgZfqOntR .btn-danger-outline span,
.cid-rRgZfqOntR .btn-black-outline span,
.cid-rRgZfqOntR .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRgZfqOntR .btn-primary-outline:hover span,
.cid-rRgZfqOntR .btn-secondary-outline:hover span,
.cid-rRgZfqOntR .btn-info-outline:hover span,
.cid-rRgZfqOntR .btn-success-outline:hover span,
.cid-rRgZfqOntR .btn-warning-outline:hover span,
.cid-rRgZfqOntR .btn-danger-outline:hover span,
.cid-rRgZfqOntR .btn-black-outline:hover span,
.cid-rRgZfqOntR .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rRgZfqOntR .btn-primary-outline:hover,
.cid-rRgZfqOntR .btn-secondary-outline:hover,
.cid-rRgZfqOntR .btn-info-outline:hover,
.cid-rRgZfqOntR .btn-success-outline:hover,
.cid-rRgZfqOntR .btn-warning-outline:hover,
.cid-rRgZfqOntR .btn-danger-outline:hover,
.cid-rRgZfqOntR .btn-black-outline:hover,
.cid-rRgZfqOntR .btn-white-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRgZfqOntR .btn-primary-outline:active,
.cid-rRgZfqOntR .btn-secondary-outline:active,
.cid-rRgZfqOntR .btn-info-outline:active,
.cid-rRgZfqOntR .btn-success-outline:active,
.cid-rRgZfqOntR .btn-warning-outline:active,
.cid-rRgZfqOntR .btn-danger-outline:active,
.cid-rRgZfqOntR .btn-black-outline:active,
.cid-rRgZfqOntR .btn-white-outline:active,
.cid-rRgZfqOntR .btn-primary-outline:focus,
.cid-rRgZfqOntR .btn-secondary-outline:focus,
.cid-rRgZfqOntR .btn-info-outline:focus,
.cid-rRgZfqOntR .btn-success-outline:focus,
.cid-rRgZfqOntR .btn-warning-outline:focus,
.cid-rRgZfqOntR .btn-danger-outline:focus,
.cid-rRgZfqOntR .btn-black-outline:focus,
.cid-rRgZfqOntR .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRgZfqOntR .btn-primary-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-secondary-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-info-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-success-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-warning-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-danger-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-black-outline .mbr-iconfont,
.cid-rRgZfqOntR .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rRgZfqOntR .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rRgZfqOntR .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRgZfqOntR .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rRgZfqOntR .link-wrap:hover {
  color: #08829e !important;
}
.cid-rRgZfqOntR .link-wrap:hover:hover .link-ico {
  color: #08829e !important;
}
.cid-rRgZfqOntR .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rRgZfqOntR img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rRgZfqOntR .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rRgZfqOntR .row {
  justify-content: center;
}
.cid-rRgZfqOntR .main-title {
  text-align: center;
  color: #343351;
}
.cid-rRgZfqOntR P {
  text-align: center;
}
.cid-rRgZfqOntR .mbr-text,
.cid-rRgZfqOntR .link {
  text-align: center;
  color: #716c80;
}
.cid-rRgZfqOntR DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rRgZfqOntR .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rRgZjcPDGD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rRgZjcPDGD section {
  position: relative;
}
.cid-rRgZjcPDGD svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rRgZjcPDGD H1 {
  color: #465052;
}
.cid-rRgZjcPDGD .mbr-text,
.cid-rRgZjcPDGD .mbr-section-btn {
  color: #232323;
}
.cid-rRgZjcPDGD #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-rRgZjcPDGD img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rRgZjcPDGD img {
    width: 100%;
  }
}
.cid-rRg5H6fiHJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRg5H6fiHJ .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRg5H6fiHJ h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRg5H6fiHJ .svg11 path {
  fill: #7aba59;
}
.cid-rRg5H6fiHJ .svg21 path {
  fill: #f9b945;
}
.cid-rRg5H6fiHJ .svg31 path {
  fill: #ed6436;
}
.cid-rRg5H6fiHJ .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRg5H6fiHJ .svg12 path,
.cid-rRg5H6fiHJ .svg22 path,
.cid-rRg5H6fiHJ .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRg5H6fiHJ .card {
  position: relative;
  height: 300px;
}
.cid-rRg5H6fiHJ .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRg5H6fiHJ .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRg5H6fiHJ .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRg5H6fiHJ .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRg5H6fiHJ .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRg5H6fiHJ .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRg5H6fiHJ .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRg5H6fiHJ .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRg5H6fiHJ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRg5H6fiHJ .card .svg22,
.cid-rRg5H6fiHJ .card .svg32,
.cid-rRg5H6fiHJ .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRg5H6fiHJ .card .svg21,
.cid-rRg5H6fiHJ .card .svg31,
.cid-rRg5H6fiHJ .card .svg11 {
  z-index: 2;
}
.cid-rRg5H6fiHJ .card div {
  z-index: 3;
}
.cid-rRg5H6fiHJ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRg5H6fiHJ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRg5H6fiHJ .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRg5H6fiHJ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRg5H6fiHJ .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRg5H6fiHJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRg5H6fiHJ .card {
    margin-bottom: 2rem;
  }
  .cid-rRg5H6fiHJ .card svg {
    left: 30px;
  }
  .cid-rRg5H6fiHJ .card:hover h4 {
    animation: none;
  }
  .cid-rRg5H6fiHJ .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRg5H6fiHJ h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRg5H6fiHJ .card {
    max-width: 330px;
  }
  .cid-rRg5H6fiHJ .card svg {
    left: 0px;
  }
}
.cid-rRg5H6fiHJ H2 {
  color: #0f7699;
}
.cid-rRg5H7Autq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rRg5H7Autq .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRg5H7Autq .content {
    padding: 0 2rem;
  }
}
.cid-rRg5H7Autq .row {
  justify-content: flex-end;
}
.cid-rRg5H7Autq .img-col {
  padding: 0;
}
.cid-rRg5H7Autq .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRg5H7Autq .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRg5H7Autq .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRg5H7Autq .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRg5H7Autq .icon-title,
.cid-rRg5H7Autq .mbr-iconfont {
  color: #ed6436;
}
.cid-rRg5H7Autq .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRg5H7Autq .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRg5H7Autq .icons-wrap {
    flex-direction: column;
  }
  .cid-rRg5H7Autq .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRg5H7Autq .link-wrap {
    margin: auto;
  }
  .cid-rRg5H7Autq .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRg5H7Autq .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRg5H7Autq .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRg5H7Autq .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRg5H7Autq .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRg5H7Autq .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRg5H7Autq H1 {
  color: #0f7699;
}
.cid-rRg5H9Brdw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRgBXqe6o2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRgBXqe6o2 .nav-item:focus,
.cid-rRgBXqe6o2 .nav-link:focus {
  outline: none;
}
.cid-rRgBXqe6o2 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRgBXqe6o2 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRgBXqe6o2 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRgBXqe6o2 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRgBXqe6o2 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRgBXqe6o2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRgBXqe6o2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRgBXqe6o2 .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-rRgBXqe6o2 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRgBXqe6o2 .container {
  max-width: 1380px;
}
.cid-rRgBXqe6o2 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRgBXqe6o2 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRgBXqe6o2 .nav-link:hover,
.cid-rRgBXqe6o2 .nav-link:active,
.cid-rRgBXqe6o2 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRgBXqe6o2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRgBXqe6o2 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRgBXqe6o2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRgBXqe6o2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRgBXqe6o2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRgBXqe6o2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRgBXqe6o2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRgBXqe6o2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRgBXqe6o2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRgBXqe6o2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRgBXqe6o2 .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-rRgBXqe6o2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRgBXqe6o2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRgBXqe6o2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRgBXqe6o2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRgBXqe6o2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRgBXqe6o2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRgBXqe6o2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRgBXqe6o2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRgBXqe6o2 .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-rRgBXqe6o2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRgBXqe6o2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRgBXqe6o2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRgBXqe6o2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRgBXqe6o2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRgBXqe6o2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRgBXqe6o2 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRgBXqe6o2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRgBXqe6o2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRgBXqe6o2 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRgBXqe6o2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRgBXqe6o2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRgBXqe6o2 .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-rRgBXqe6o2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRgBXqe6o2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRgBXqe6o2 .dropdown-item.active,
.cid-rRgBXqe6o2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rRgBXqe6o2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRgBXqe6o2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRgBXqe6o2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRgBXqe6o2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRgBXqe6o2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRgBXqe6o2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRgBXqe6o2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRgBXqe6o2 .navbar-buttons {
  text-align: center;
}
.cid-rRgBXqe6o2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRgBXqe6o2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRgBXqe6o2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRgBXqe6o2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRgBXqe6o2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRgBXqe6o2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRgBXqe6o2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRgBXqe6o2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRgBXqe6o2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRgBXqe6o2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRgBXqe6o2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRgBXqe6o2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRgBXqe6o2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRgBXqe6o2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRgBXqe6o2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRgBXqe6o2 .navbar {
    height: 77px;
  }
  .cid-rRgBXqe6o2 .navbar.opened {
    height: auto;
  }
  .cid-rRgBXqe6o2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRgBXscSFi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1357.jpg");
}
.cid-rRgBXscSFi .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRgBXscSFi .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRgBXscSFi .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRgBXscSFi .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRgBXscSFi .container {
  max-width: 1600px;
}
.cid-rRgBXscSFi .mbr-bold,
.cid-rRgBXscSFi b {
  font-weight: 900;
}
.cid-rRgBXscSFi .btn {
  color: white!important;
}
.cid-rRgBXscSFi svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRgBXscSFi svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRgBXscSFi svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRgBXscSFi svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRgBXscSFi svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRgBXscSFi .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRgBXscSFi H1 {
  color: #ffffff;
}
.cid-rRgBXscSFi .mbr-text,
.cid-rRgBXscSFi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRgBXtiN8A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRgBXtiN8A img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRgBXtiN8A H1 {
  color: #0b659b;
}
.cid-rRgBXtiN8A .mbr-text,
.cid-rRgBXtiN8A .mbr-section-btn {
  color: #716c80;
}
.cid-rRgBXtiN8A H3 {
  color: #879a9f;
}
.cid-rRgBXtiN8A .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRgBXtiN8A .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRgBXtiN8A .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRgBXtiN8A .link:hover {
  color: #08829e !important;
}
.cid-rRgBXtiN8A .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRgBXtiN8A DIV {
  color: #57468b;
}
.cid-rRgBXtiN8A .mbr-text,
.cid-rRgBXtiN8A .media-content {
  color: #232323;
}
.cid-rRgBXtiN8A P {
  text-align: left;
  color: #0f7699;
}
.cid-rRgEU9K2jN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bde2e6;
}
.cid-rRgEU9K2jN h4 {
  margin-bottom: 0;
}
.cid-rRgEU9K2jN p {
  color: #767676;
}
.cid-rRgEU9K2jN .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRgEU9K2jN .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRgEU9K2jN .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rRgEU9K2jN .btn-info-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRgEU9K2jN .btn-info-outline:active,
.cid-rRgEU9K2jN .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRgEU9K2jN .card-box {
  padding-top: 2rem;
}
.cid-rRgEU9K2jN .card-wrapper {
  height: 100%;
}
.cid-rRgEU9K2jN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRgEU9K2jN img {
  border-radius: 8px;
}
.cid-rRgEU9K2jN .card-title {
  color: #57468b;
}
.cid-rRgEU9K2jN .main-title {
  color: #343351;
  text-align: center;
}
.cid-rRgEU9K2jN DIV {
  color: #57468b;
}
.cid-rRgBXFbp56 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rRgBXFbp56 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRgBXFbp56 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRgBXFbp56 .text-content {
  padding-right: 1.5rem;
}
.cid-rRgBXFbp56 .mbr-text,
.cid-rRgBXFbp56 .mbr-section-btn {
  color: #aff0f6;
}
.cid-rRgBXFbp56 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rRgBXFbp56 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRgBXFbp56 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRgBXFbp56 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rRgBXFbp56 .main-row {
    margin: 0;
  }
  .cid-rRgBXFbp56 .mbr-section-title,
  .cid-rRgBXFbp56 .mbr-text,
  .cid-rRgBXFbp56 .list,
  .cid-rRgBXFbp56 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRgBXFbp56 .text-content {
    padding: 0;
  }
}
.cid-rRgBXFbp56 .mbr-section-title {
  color: #0f7699;
}
.cid-rRgE2N6ssK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgE2N6ssK .mbr-text,
.cid-rRgE2N6ssK blockquote {
  color: #232323;
}
.cid-rRgEWeUW6O {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rRgEWeUW6O .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rRgEWeUW6O h4 {
  text-align: center;
}
.cid-rRgEWeUW6O p {
  text-align: center;
}
.cid-rRgEWeUW6O .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rRgEWeUW6O .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rRgEWeUW6O .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rRgEWeUW6O .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRgEWeUW6O .card:hover .mbr-iconfont {
  color: #8dba0a !important;
}
.cid-rRgEWeUW6O .card-title,
.cid-rRgEWeUW6O .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rRgEWeUW6O .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rRgEWeUW6O .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rRgBXHRVp7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRgBXHRVp7 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRgBXHRVp7 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRgBXHRVp7 .svg11 path {
  fill: #7aba59;
}
.cid-rRgBXHRVp7 .svg21 path {
  fill: #f9b945;
}
.cid-rRgBXHRVp7 .svg31 path {
  fill: #ed6436;
}
.cid-rRgBXHRVp7 .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRgBXHRVp7 .svg12 path,
.cid-rRgBXHRVp7 .svg22 path,
.cid-rRgBXHRVp7 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRgBXHRVp7 .card {
  position: relative;
  height: 300px;
}
.cid-rRgBXHRVp7 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRgBXHRVp7 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRgBXHRVp7 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRgBXHRVp7 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRgBXHRVp7 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRgBXHRVp7 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRgBXHRVp7 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRgBXHRVp7 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRgBXHRVp7 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRgBXHRVp7 .card .svg22,
.cid-rRgBXHRVp7 .card .svg32,
.cid-rRgBXHRVp7 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRgBXHRVp7 .card .svg21,
.cid-rRgBXHRVp7 .card .svg31,
.cid-rRgBXHRVp7 .card .svg11 {
  z-index: 2;
}
.cid-rRgBXHRVp7 .card div {
  z-index: 3;
}
.cid-rRgBXHRVp7 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRgBXHRVp7 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRgBXHRVp7 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRgBXHRVp7 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRgBXHRVp7 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRgBXHRVp7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRgBXHRVp7 .card {
    margin-bottom: 2rem;
  }
  .cid-rRgBXHRVp7 .card svg {
    left: 30px;
  }
  .cid-rRgBXHRVp7 .card:hover h4 {
    animation: none;
  }
  .cid-rRgBXHRVp7 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRgBXHRVp7 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRgBXHRVp7 .card {
    max-width: 330px;
  }
  .cid-rRgBXHRVp7 .card svg {
    left: 0px;
  }
}
.cid-rRgBXHRVp7 H2 {
  color: #0f7699;
}
.cid-rRgBXJPxwG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRgBXJPxwG .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRgBXJPxwG .content {
    padding: 0 2rem;
  }
}
.cid-rRgBXJPxwG .row {
  justify-content: flex-end;
}
.cid-rRgBXJPxwG .img-col {
  padding: 0;
}
.cid-rRgBXJPxwG .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRgBXJPxwG .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRgBXJPxwG .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRgBXJPxwG .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRgBXJPxwG .icon-title,
.cid-rRgBXJPxwG .mbr-iconfont {
  color: #ed6436;
}
.cid-rRgBXJPxwG .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRgBXJPxwG .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRgBXJPxwG .icons-wrap {
    flex-direction: column;
  }
  .cid-rRgBXJPxwG .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRgBXJPxwG .link-wrap {
    margin: auto;
  }
  .cid-rRgBXJPxwG .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRgBXJPxwG .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRgBXJPxwG .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRgBXJPxwG .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRgBXJPxwG .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRgBXJPxwG .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRgBXJPxwG H1 {
  color: #0f7699;
}
.cid-rRgBXPa5XQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRgLs1398W .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRgLs1398W .nav-item:focus,
.cid-rRgLs1398W .nav-link:focus {
  outline: none;
}
.cid-rRgLs1398W .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRgLs1398W .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRgLs1398W .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRgLs1398W .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRgLs1398W .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRgLs1398W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRgLs1398W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRgLs1398W .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-rRgLs1398W .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRgLs1398W .container {
  max-width: 1380px;
}
.cid-rRgLs1398W .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRgLs1398W .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRgLs1398W .nav-link:hover,
.cid-rRgLs1398W .nav-link:active,
.cid-rRgLs1398W .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRgLs1398W .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRgLs1398W .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRgLs1398W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRgLs1398W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRgLs1398W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRgLs1398W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRgLs1398W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRgLs1398W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRgLs1398W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRgLs1398W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRgLs1398W .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-rRgLs1398W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRgLs1398W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRgLs1398W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRgLs1398W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRgLs1398W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRgLs1398W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRgLs1398W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRgLs1398W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRgLs1398W .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-rRgLs1398W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRgLs1398W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRgLs1398W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRgLs1398W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRgLs1398W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRgLs1398W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRgLs1398W .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRgLs1398W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRgLs1398W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRgLs1398W .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRgLs1398W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRgLs1398W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRgLs1398W .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-rRgLs1398W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRgLs1398W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRgLs1398W .dropdown-item.active,
.cid-rRgLs1398W .dropdown-item:active {
  background-color: transparent;
}
.cid-rRgLs1398W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRgLs1398W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRgLs1398W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRgLs1398W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRgLs1398W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRgLs1398W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRgLs1398W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRgLs1398W .navbar-buttons {
  text-align: center;
}
.cid-rRgLs1398W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRgLs1398W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRgLs1398W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRgLs1398W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRgLs1398W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRgLs1398W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRgLs1398W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRgLs1398W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRgLs1398W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRgLs1398W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRgLs1398W .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRgLs1398W a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRgLs1398W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRgLs1398W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRgLs1398W .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRgLs1398W .navbar {
    height: 77px;
  }
  .cid-rRgLs1398W .navbar.opened {
    height: auto;
  }
  .cid-rRgLs1398W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRgLs2sHj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-15-1920x1280.jpg");
}
.cid-rRgLs2sHj3 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRgLs2sHj3 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRgLs2sHj3 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRgLs2sHj3 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRgLs2sHj3 .container {
  max-width: 1600px;
}
.cid-rRgLs2sHj3 .mbr-bold,
.cid-rRgLs2sHj3 b {
  font-weight: 900;
}
.cid-rRgLs2sHj3 .btn {
  color: white!important;
}
.cid-rRgLs2sHj3 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRgLs2sHj3 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRgLs2sHj3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRgLs2sHj3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRgLs2sHj3 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRgLs2sHj3 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRgLs2sHj3 H1 {
  color: #ffffff;
}
.cid-rRgLs2sHj3 .mbr-text,
.cid-rRgLs2sHj3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRgLs3oO36 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRgLs3oO36 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRgLs3oO36 H1 {
  color: #0b659b;
}
.cid-rRgLs3oO36 .mbr-text,
.cid-rRgLs3oO36 .mbr-section-btn {
  color: #716c80;
}
.cid-rRgLs3oO36 H3 {
  color: #879a9f;
}
.cid-rRgLs3oO36 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRgLs3oO36 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRgLs3oO36 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRgLs3oO36 .link:hover {
  color: #08829e !important;
}
.cid-rRgLs3oO36 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRgLs3oO36 DIV {
  color: #57468b;
}
.cid-rRgLs3oO36 .mbr-text,
.cid-rRgLs3oO36 .media-content {
  color: #232323;
}
.cid-rRgLs3oO36 P {
  text-align: left;
  color: #0f7699;
}
.cid-rRgONc4GuY {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRgONc4GuY li {
  list-style: none;
}
.cid-rRgONc4GuY .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rRgONc4GuY .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rRgONc4GuY h4 {
  margin: 0;
}
.cid-rRgONc4GuY .item {
  color: #57468b;
}
.cid-rRgONc4GuY ul {
  padding: 0;
  margin: 0;
}
.cid-rRgONc4GuY .col-title {
  color: #57468b;
}
.cid-rRgONc4GuY .col-title1 {
  color: #bfceff;
}
.cid-rRgONc4GuY .col-title2 {
  color: #5580ff;
}
.cid-rRgONc4GuY .col-title3 {
  color: #ff8a73;
}
.cid-rRgONc4GuY .col-title4 {
  color: #57468b;
}
.cid-rRgONc4GuY .item1 {
  color: #716c80;
}
.cid-rRgONc4GuY .item2 {
  color: #716c80;
}
.cid-rRgONc4GuY .item3 {
  color: #716c80;
}
.cid-rRgONc4GuY .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rRgONc4GuY .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rRgQPNxwim {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-rRgQPNxwim .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rRgQPNxwim .content {
    padding: 0 6rem;
  }
}
.cid-rRgQPNxwim .mbr-figure {
  height: 100%;
}
.cid-rRgQPNxwim img {
  height: 100%;
  object-fit: cover;
}
.cid-rRgQPNxwim .img-col {
  padding: 0;
}
.cid-rRgQPNxwim .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rRgQPNxwim p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rRgQPNxwim .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rRgQPNxwim .icon-title,
.cid-rRgQPNxwim .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rRgQPNxwim .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRgQPNxwim .icon-wrap {
    margin: auto;
  }
}
.cid-rRgQPNxwim H3 {
  color: #ed6436;
}
.cid-rRgYRJIoPD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgYRJIoPD h4 {
  margin-bottom: 0;
}
.cid-rRgYRJIoPD p {
  color: #767676;
}
.cid-rRgYRJIoPD .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rRgYRJIoPD .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRgYRJIoPD .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRgYRJIoPD .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rRgYRJIoPD .btn-info-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRgYRJIoPD .btn-info-outline:active,
.cid-rRgYRJIoPD .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRgYRJIoPD .card-box {
  padding-top: 2rem;
}
.cid-rRgYRJIoPD .card-wrapper {
  height: 100%;
}
.cid-rRgYRJIoPD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRgYRJIoPD img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rRgYRJIoPD .card-title {
  color: #57468b;
}
.cid-rRgYRJIoPD .main-title {
  color: #57468b;
}
.cid-rRgYRJIoPD DIV {
  color: #57468b;
}
.cid-rRgQ0vRj2j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRgQ0vRj2j .nav-tabs .nav-item.open .nav-link:focus,
.cid-rRgQ0vRj2j .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rRgQ0vRj2j .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rRgQ0vRj2j .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rRgQ0vRj2j .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  background-color: #181818;
  border-radius: .25rem;
  transition: all .5s;
}
.cid-rRgQ0vRj2j .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #08829e;
}
.cid-rRgQ0vRj2j .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #08829e;
  border-color: #08829e;
}
.cid-rRgQ0vRj2j .nav-tabs .nav-link.active:hover {
  background-color: #08829e;
}
.cid-rRgQ0vRj2j P {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rRgQ0vRj2j .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rRgQ0vRj2j .mbr-text,
  .cid-rRgQ0vRj2j .nav-link {
    text-align: center;
  }
}
.cid-rRgQ0vRj2j H2 {
  color: #0f7699;
}
.cid-rRgYSEIuSn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rRgYSEIuSn h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rRgYSEIuSn .card-box {
  padding-top: 3rem;
}
.cid-rRgYSEIuSn .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rRgYSEIuSn .btn-md {
  padding: 1rem;
}
.cid-rRgYSEIuSn .btn-primary-outline,
.cid-rRgYSEIuSn .btn-secondary-outline,
.cid-rRgYSEIuSn .btn-info-outline,
.cid-rRgYSEIuSn .btn-success-outline,
.cid-rRgYSEIuSn .btn-warning-outline,
.cid-rRgYSEIuSn .btn-danger-outline,
.cid-rRgYSEIuSn .btn-black-outline,
.cid-rRgYSEIuSn .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRgYSEIuSn .btn-primary-outline span,
.cid-rRgYSEIuSn .btn-secondary-outline span,
.cid-rRgYSEIuSn .btn-info-outline span,
.cid-rRgYSEIuSn .btn-success-outline span,
.cid-rRgYSEIuSn .btn-warning-outline span,
.cid-rRgYSEIuSn .btn-danger-outline span,
.cid-rRgYSEIuSn .btn-black-outline span,
.cid-rRgYSEIuSn .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRgYSEIuSn .btn-primary-outline:hover span,
.cid-rRgYSEIuSn .btn-secondary-outline:hover span,
.cid-rRgYSEIuSn .btn-info-outline:hover span,
.cid-rRgYSEIuSn .btn-success-outline:hover span,
.cid-rRgYSEIuSn .btn-warning-outline:hover span,
.cid-rRgYSEIuSn .btn-danger-outline:hover span,
.cid-rRgYSEIuSn .btn-black-outline:hover span,
.cid-rRgYSEIuSn .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rRgYSEIuSn .btn-primary-outline:hover,
.cid-rRgYSEIuSn .btn-secondary-outline:hover,
.cid-rRgYSEIuSn .btn-info-outline:hover,
.cid-rRgYSEIuSn .btn-success-outline:hover,
.cid-rRgYSEIuSn .btn-warning-outline:hover,
.cid-rRgYSEIuSn .btn-danger-outline:hover,
.cid-rRgYSEIuSn .btn-black-outline:hover,
.cid-rRgYSEIuSn .btn-white-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRgYSEIuSn .btn-primary-outline:active,
.cid-rRgYSEIuSn .btn-secondary-outline:active,
.cid-rRgYSEIuSn .btn-info-outline:active,
.cid-rRgYSEIuSn .btn-success-outline:active,
.cid-rRgYSEIuSn .btn-warning-outline:active,
.cid-rRgYSEIuSn .btn-danger-outline:active,
.cid-rRgYSEIuSn .btn-black-outline:active,
.cid-rRgYSEIuSn .btn-white-outline:active,
.cid-rRgYSEIuSn .btn-primary-outline:focus,
.cid-rRgYSEIuSn .btn-secondary-outline:focus,
.cid-rRgYSEIuSn .btn-info-outline:focus,
.cid-rRgYSEIuSn .btn-success-outline:focus,
.cid-rRgYSEIuSn .btn-warning-outline:focus,
.cid-rRgYSEIuSn .btn-danger-outline:focus,
.cid-rRgYSEIuSn .btn-black-outline:focus,
.cid-rRgYSEIuSn .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRgYSEIuSn .btn-primary-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-secondary-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-info-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-success-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-warning-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-danger-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-black-outline .mbr-iconfont,
.cid-rRgYSEIuSn .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rRgYSEIuSn .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rRgYSEIuSn .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRgYSEIuSn .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rRgYSEIuSn .link-wrap:hover {
  color: #08829e !important;
}
.cid-rRgYSEIuSn .link-wrap:hover:hover .link-ico {
  color: #08829e !important;
}
.cid-rRgYSEIuSn .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rRgYSEIuSn img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rRgYSEIuSn .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rRgYSEIuSn .row {
  justify-content: center;
}
.cid-rRgYSEIuSn .main-title {
  text-align: center;
  color: #343351;
}
.cid-rRgYSEIuSn P {
  text-align: center;
}
.cid-rRgYSEIuSn .mbr-text,
.cid-rRgYSEIuSn .link {
  text-align: center;
  color: #716c80;
}
.cid-rRgYSEIuSn DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rRgYSEIuSn .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rRgLs4bHrw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bde2e6;
}
.cid-rRgLs4bHrw h4 {
  margin-bottom: 0;
}
.cid-rRgLs4bHrw p {
  color: #767676;
}
.cid-rRgLs4bHrw .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRgLs4bHrw .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRgLs4bHrw .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rRgLs4bHrw .btn-info-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRgLs4bHrw .btn-info-outline:active,
.cid-rRgLs4bHrw .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRgLs4bHrw .card-box {
  padding-top: 2rem;
}
.cid-rRgLs4bHrw .card-wrapper {
  height: 100%;
}
.cid-rRgLs4bHrw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRgLs4bHrw img {
  border-radius: 8px;
}
.cid-rRgLs4bHrw .card-title {
  color: #57468b;
}
.cid-rRgLs4bHrw .main-title {
  color: #343351;
  text-align: center;
}
.cid-rRgLs4bHrw DIV {
  color: #57468b;
}
.cid-rRgRbqkiGI {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-rRgRbqkiGI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRgRbqkiGI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRgRbqkiGI .text-content {
  padding-right: 1.5rem;
}
.cid-rRgRbqkiGI .mbr-text,
.cid-rRgRbqkiGI .mbr-section-btn {
  color: #767676;
}
.cid-rRgRbqkiGI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rRgRbqkiGI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRgRbqkiGI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRgRbqkiGI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rRgRbqkiGI .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rRgRbqkiGI .main-row {
    margin: 0;
  }
  .cid-rRgRbqkiGI .mbr-section-title,
  .cid-rRgRbqkiGI .mbr-text,
  .cid-rRgRbqkiGI .list,
  .cid-rRgRbqkiGI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRgRbqkiGI .text-content {
    padding: 0;
  }
}
.cid-rRgLs6S4Aq {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rRgLs6S4Aq .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rRgLs6S4Aq h4 {
  text-align: center;
}
.cid-rRgLs6S4Aq p {
  text-align: center;
}
.cid-rRgLs6S4Aq .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rRgLs6S4Aq .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rRgLs6S4Aq .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rRgLs6S4Aq .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRgLs6S4Aq .card:hover .mbr-iconfont {
  color: #8dba0a !important;
}
.cid-rRgLs6S4Aq .card-title,
.cid-rRgLs6S4Aq .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rRgLs6S4Aq .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rRgLs6S4Aq .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rRgLs7LYNC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRgLs7LYNC .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRgLs7LYNC h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRgLs7LYNC .svg11 path {
  fill: #7aba59;
}
.cid-rRgLs7LYNC .svg21 path {
  fill: #f9b945;
}
.cid-rRgLs7LYNC .svg31 path {
  fill: #ed6436;
}
.cid-rRgLs7LYNC .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRgLs7LYNC .svg12 path,
.cid-rRgLs7LYNC .svg22 path,
.cid-rRgLs7LYNC .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRgLs7LYNC .card {
  position: relative;
  height: 300px;
}
.cid-rRgLs7LYNC .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRgLs7LYNC .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRgLs7LYNC .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRgLs7LYNC .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRgLs7LYNC .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRgLs7LYNC .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRgLs7LYNC .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRgLs7LYNC .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRgLs7LYNC .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRgLs7LYNC .card .svg22,
.cid-rRgLs7LYNC .card .svg32,
.cid-rRgLs7LYNC .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRgLs7LYNC .card .svg21,
.cid-rRgLs7LYNC .card .svg31,
.cid-rRgLs7LYNC .card .svg11 {
  z-index: 2;
}
.cid-rRgLs7LYNC .card div {
  z-index: 3;
}
.cid-rRgLs7LYNC .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRgLs7LYNC .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRgLs7LYNC .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRgLs7LYNC .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRgLs7LYNC .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRgLs7LYNC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRgLs7LYNC .card {
    margin-bottom: 2rem;
  }
  .cid-rRgLs7LYNC .card svg {
    left: 30px;
  }
  .cid-rRgLs7LYNC .card:hover h4 {
    animation: none;
  }
  .cid-rRgLs7LYNC .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRgLs7LYNC h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRgLs7LYNC .card {
    max-width: 330px;
  }
  .cid-rRgLs7LYNC .card svg {
    left: 0px;
  }
}
.cid-rRgLs7LYNC H2 {
  color: #0f7699;
}
.cid-rRgLs9hzph {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRgLs9hzph .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRgLs9hzph .content {
    padding: 0 2rem;
  }
}
.cid-rRgLs9hzph .row {
  justify-content: flex-end;
}
.cid-rRgLs9hzph .img-col {
  padding: 0;
}
.cid-rRgLs9hzph .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRgLs9hzph .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRgLs9hzph .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRgLs9hzph .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRgLs9hzph .icon-title,
.cid-rRgLs9hzph .mbr-iconfont {
  color: #ed6436;
}
.cid-rRgLs9hzph .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRgLs9hzph .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRgLs9hzph .icons-wrap {
    flex-direction: column;
  }
  .cid-rRgLs9hzph .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRgLs9hzph .link-wrap {
    margin: auto;
  }
  .cid-rRgLs9hzph .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRgLs9hzph .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRgLs9hzph .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRgLs9hzph .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRgLs9hzph .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRgLs9hzph .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRgLs9hzph H1 {
  color: #0f7699;
}
.cid-rRgLseygGu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRh1GK9nEg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRh1GK9nEg .nav-item:focus,
.cid-rRh1GK9nEg .nav-link:focus {
  outline: none;
}
.cid-rRh1GK9nEg .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRh1GK9nEg .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRh1GK9nEg .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRh1GK9nEg .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRh1GK9nEg .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRh1GK9nEg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRh1GK9nEg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRh1GK9nEg .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-rRh1GK9nEg .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRh1GK9nEg .container {
  max-width: 1380px;
}
.cid-rRh1GK9nEg .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRh1GK9nEg .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRh1GK9nEg .nav-link:hover,
.cid-rRh1GK9nEg .nav-link:active,
.cid-rRh1GK9nEg .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRh1GK9nEg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRh1GK9nEg .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRh1GK9nEg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRh1GK9nEg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRh1GK9nEg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRh1GK9nEg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRh1GK9nEg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRh1GK9nEg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRh1GK9nEg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRh1GK9nEg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRh1GK9nEg .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-rRh1GK9nEg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRh1GK9nEg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRh1GK9nEg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRh1GK9nEg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRh1GK9nEg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRh1GK9nEg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRh1GK9nEg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRh1GK9nEg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRh1GK9nEg .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-rRh1GK9nEg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRh1GK9nEg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRh1GK9nEg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRh1GK9nEg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRh1GK9nEg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRh1GK9nEg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRh1GK9nEg .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRh1GK9nEg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRh1GK9nEg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRh1GK9nEg .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRh1GK9nEg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRh1GK9nEg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRh1GK9nEg .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-rRh1GK9nEg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRh1GK9nEg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRh1GK9nEg .dropdown-item.active,
.cid-rRh1GK9nEg .dropdown-item:active {
  background-color: transparent;
}
.cid-rRh1GK9nEg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRh1GK9nEg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRh1GK9nEg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRh1GK9nEg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRh1GK9nEg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRh1GK9nEg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRh1GK9nEg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRh1GK9nEg .navbar-buttons {
  text-align: center;
}
.cid-rRh1GK9nEg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRh1GK9nEg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRh1GK9nEg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRh1GK9nEg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRh1GK9nEg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRh1GK9nEg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRh1GK9nEg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRh1GK9nEg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRh1GK9nEg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRh1GK9nEg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRh1GK9nEg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRh1GK9nEg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRh1GK9nEg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRh1GK9nEg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRh1GK9nEg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRh1GK9nEg .navbar {
    height: 77px;
  }
  .cid-rRh1GK9nEg .navbar.opened {
    height: auto;
  }
  .cid-rRh1GK9nEg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRh1GLEZEV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpeg");
}
.cid-rRh1GLEZEV .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRh1GLEZEV .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRh1GLEZEV .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRh1GLEZEV .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRh1GLEZEV .container {
  max-width: 1600px;
}
.cid-rRh1GLEZEV .mbr-bold,
.cid-rRh1GLEZEV b {
  font-weight: 900;
}
.cid-rRh1GLEZEV .btn {
  color: white!important;
}
.cid-rRh1GLEZEV svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRh1GLEZEV svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRh1GLEZEV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRh1GLEZEV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRh1GLEZEV svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRh1GLEZEV .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRh1GLEZEV H1 {
  color: #ffffff;
}
.cid-rRh1GLEZEV .mbr-text,
.cid-rRh1GLEZEV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRh3WQBH9w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRh3WQBH9w img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRh3WQBH9w H1 {
  color: #0f7699;
}
.cid-rRh3WQBH9w .mbr-text,
.cid-rRh3WQBH9w .mbr-section-btn {
  color: #716c80;
}
.cid-rRh3WQBH9w H3 {
  color: #879a9f;
}
.cid-rRh3WQBH9w .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRh3WQBH9w .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRh3WQBH9w .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRh3WQBH9w .link:hover {
  color: #08829e !important;
}
.cid-rRh3WQBH9w .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRh3WQBH9w DIV {
  color: #57468b;
}
.cid-rRh3WQBH9w .mbr-text,
.cid-rRh3WQBH9w .media-content {
  color: #232323;
}
.cid-rRh3WQBH9w P {
  text-align: left;
  color: #383838;
}
.cid-rRh3NBT3wS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rRh3NBT3wS .mbr-text {
  color: #767676;
}
.cid-rRh3NBT3wS .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem!important;
  position: relative;
}
.cid-rRh3NBT3wS .card-img {
  margin-bottom: 3rem;
}
.cid-rRh3NBT3wS .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
}
.cid-rRh3NBT3wS .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  transform: rotate(-3deg) scale(1.15);
}
.cid-rRh3NBT3wS .card1 {
  background: #fed9bd;
}
.cid-rRh3NBT3wS .card2 {
  background: #cdeaba;
}
.cid-rRh3NBT3wS .card3 {
  background: #f9f4b1;
}
.cid-rRh3NBT3wS .card4 {
  background: #aff0f6;
}
.cid-rRh3NBT3wS .link {
  margin: 0;
}
.cid-rRh3NBT3wS p {
  font-weight: 400;
}
.cid-rRh3NBT3wS .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rRh3NBT3wS .link a:hover {
  color: #ed6436 !important;
}
.cid-rRh3NBT3wS .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRh3NBT3wS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRh3NBT3wS .card {
    margin-bottom: 3rem;
  }
}
.cid-rRh3NBT3wS .mbr-text,
.cid-rRh3NBT3wS .link {
  color: #383838;
}
@media (max-width: 767px) {
  .cid-rRh3NBT3wS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rRh1GPz6eR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-rRh1GPz6eR .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rRh1GPz6eR .content {
    padding: 0 6rem;
  }
}
.cid-rRh1GPz6eR .mbr-figure {
  height: 100%;
}
.cid-rRh1GPz6eR img {
  height: 100%;
  object-fit: cover;
}
.cid-rRh1GPz6eR .img-col {
  padding: 0;
}
.cid-rRh1GPz6eR .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rRh1GPz6eR p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rRh1GPz6eR .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rRh1GPz6eR .icon-title,
.cid-rRh1GPz6eR .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rRh1GPz6eR .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRh1GPz6eR .icon-wrap {
    margin: auto;
  }
}
.cid-rRh1GPz6eR H3 {
  color: #ed6436;
}
.cid-rRh1GQxLDP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRh1GQxLDP h4 {
  margin-bottom: 0;
}
.cid-rRh1GQxLDP p {
  color: #767676;
}
.cid-rRh1GQxLDP .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rRh1GQxLDP .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRh1GQxLDP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRh1GQxLDP .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rRh1GQxLDP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRh1GQxLDP .btn-info-outline:active,
.cid-rRh1GQxLDP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRh1GQxLDP .card-box {
  padding-top: 2rem;
}
.cid-rRh1GQxLDP .card-wrapper {
  height: 100%;
}
.cid-rRh1GQxLDP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRh1GQxLDP img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rRh1GQxLDP .card-title {
  color: #57468b;
}
.cid-rRh1GQxLDP .main-title {
  color: #57468b;
}
.cid-rRh1GQxLDP DIV {
  color: #57468b;
}
.cid-rRh1GSYjYg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rRh1GSYjYg h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-rRh1GSYjYg .card-box {
  padding-top: 3rem;
}
.cid-rRh1GSYjYg .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-rRh1GSYjYg .btn-md {
  padding: 1rem;
}
.cid-rRh1GSYjYg .btn-primary-outline,
.cid-rRh1GSYjYg .btn-secondary-outline,
.cid-rRh1GSYjYg .btn-info-outline,
.cid-rRh1GSYjYg .btn-success-outline,
.cid-rRh1GSYjYg .btn-warning-outline,
.cid-rRh1GSYjYg .btn-danger-outline,
.cid-rRh1GSYjYg .btn-black-outline,
.cid-rRh1GSYjYg .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRh1GSYjYg .btn-primary-outline span,
.cid-rRh1GSYjYg .btn-secondary-outline span,
.cid-rRh1GSYjYg .btn-info-outline span,
.cid-rRh1GSYjYg .btn-success-outline span,
.cid-rRh1GSYjYg .btn-warning-outline span,
.cid-rRh1GSYjYg .btn-danger-outline span,
.cid-rRh1GSYjYg .btn-black-outline span,
.cid-rRh1GSYjYg .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRh1GSYjYg .btn-primary-outline:hover span,
.cid-rRh1GSYjYg .btn-secondary-outline:hover span,
.cid-rRh1GSYjYg .btn-info-outline:hover span,
.cid-rRh1GSYjYg .btn-success-outline:hover span,
.cid-rRh1GSYjYg .btn-warning-outline:hover span,
.cid-rRh1GSYjYg .btn-danger-outline:hover span,
.cid-rRh1GSYjYg .btn-black-outline:hover span,
.cid-rRh1GSYjYg .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-rRh1GSYjYg .btn-primary-outline:hover,
.cid-rRh1GSYjYg .btn-secondary-outline:hover,
.cid-rRh1GSYjYg .btn-info-outline:hover,
.cid-rRh1GSYjYg .btn-success-outline:hover,
.cid-rRh1GSYjYg .btn-warning-outline:hover,
.cid-rRh1GSYjYg .btn-danger-outline:hover,
.cid-rRh1GSYjYg .btn-black-outline:hover,
.cid-rRh1GSYjYg .btn-white-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRh1GSYjYg .btn-primary-outline:active,
.cid-rRh1GSYjYg .btn-secondary-outline:active,
.cid-rRh1GSYjYg .btn-info-outline:active,
.cid-rRh1GSYjYg .btn-success-outline:active,
.cid-rRh1GSYjYg .btn-warning-outline:active,
.cid-rRh1GSYjYg .btn-danger-outline:active,
.cid-rRh1GSYjYg .btn-black-outline:active,
.cid-rRh1GSYjYg .btn-white-outline:active,
.cid-rRh1GSYjYg .btn-primary-outline:focus,
.cid-rRh1GSYjYg .btn-secondary-outline:focus,
.cid-rRh1GSYjYg .btn-info-outline:focus,
.cid-rRh1GSYjYg .btn-success-outline:focus,
.cid-rRh1GSYjYg .btn-warning-outline:focus,
.cid-rRh1GSYjYg .btn-danger-outline:focus,
.cid-rRh1GSYjYg .btn-black-outline:focus,
.cid-rRh1GSYjYg .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRh1GSYjYg .btn-primary-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-secondary-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-info-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-success-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-warning-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-danger-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-black-outline .mbr-iconfont,
.cid-rRh1GSYjYg .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-rRh1GSYjYg .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-rRh1GSYjYg .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRh1GSYjYg .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-rRh1GSYjYg .link-wrap:hover {
  color: #08829e !important;
}
.cid-rRh1GSYjYg .link-wrap:hover:hover .link-ico {
  color: #08829e !important;
}
.cid-rRh1GSYjYg .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-rRh1GSYjYg img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rRh1GSYjYg .card-title {
  color: #57468b;
  text-align: center;
}
.cid-rRh1GSYjYg .row {
  justify-content: center;
}
.cid-rRh1GSYjYg .main-title {
  text-align: center;
  color: #343351;
}
.cid-rRh1GSYjYg P {
  text-align: center;
}
.cid-rRh1GSYjYg .mbr-text,
.cid-rRh1GSYjYg .link {
  text-align: center;
  color: #716c80;
}
.cid-rRh1GSYjYg DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rRh1GSYjYg .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rRh1GUrpI5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bde2e6;
}
.cid-rRh1GUrpI5 h4 {
  margin-bottom: 0;
}
.cid-rRh1GUrpI5 p {
  color: #767676;
}
.cid-rRh1GUrpI5 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rRh1GUrpI5 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rRh1GUrpI5 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rRh1GUrpI5 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #08829e !important;
  box-shadow: none!important;
}
.cid-rRh1GUrpI5 .btn-info-outline:active,
.cid-rRh1GUrpI5 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rRh1GUrpI5 .card-box {
  padding-top: 2rem;
}
.cid-rRh1GUrpI5 .card-wrapper {
  height: 100%;
}
.cid-rRh1GUrpI5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRh1GUrpI5 img {
  border-radius: 8px;
}
.cid-rRh1GUrpI5 .card-title {
  color: #57468b;
}
.cid-rRh1GUrpI5 .main-title {
  color: #343351;
  text-align: center;
}
.cid-rRh1GUrpI5 DIV {
  color: #57468b;
}
.cid-rRmO6JgiSc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRmO6JgiSc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRmO6JgiSc H1 {
  color: #0f7699;
}
.cid-rRmO6JgiSc .mbr-text,
.cid-rRmO6JgiSc .mbr-section-btn {
  color: #716c80;
}
.cid-rRmO6JgiSc H3 {
  color: #0f7699;
}
.cid-rRmO6JgiSc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRmO6JgiSc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRmO6JgiSc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRmO6JgiSc .link:hover {
  color: #08829e !important;
}
.cid-rRmO6JgiSc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRmO6JgiSc DIV {
  color: #57468b;
}
.cid-rRmO6JgiSc .mbr-text,
.cid-rRmO6JgiSc .media-content {
  color: #232323;
}
.cid-rRmO6JgiSc P {
  text-align: left;
  color: #383838;
}
.cid-rRh1GVJ2A8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rRh1GVJ2A8 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRh1GVJ2A8 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRh1GVJ2A8 .text-content {
  padding-right: 1.5rem;
}
.cid-rRh1GVJ2A8 .mbr-text,
.cid-rRh1GVJ2A8 .mbr-section-btn {
  color: #767676;
}
.cid-rRh1GVJ2A8 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rRh1GVJ2A8 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRh1GVJ2A8 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRh1GVJ2A8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rRh1GVJ2A8 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rRh1GVJ2A8 .main-row {
    margin: 0;
  }
  .cid-rRh1GVJ2A8 .mbr-section-title,
  .cid-rRh1GVJ2A8 .mbr-text,
  .cid-rRh1GVJ2A8 .list,
  .cid-rRh1GVJ2A8 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRh1GVJ2A8 .text-content {
    padding: 0;
  }
}
.cid-rRh1GWO1Az {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-rRh1GWO1Az .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-rRh1GWO1Az h4 {
  text-align: center;
}
.cid-rRh1GWO1Az p {
  text-align: center;
}
.cid-rRh1GWO1Az .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rRh1GWO1Az .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-rRh1GWO1Az .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rRh1GWO1Az .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rRh1GWO1Az .card:hover .mbr-iconfont {
  color: #8dba0a !important;
}
.cid-rRh1GWO1Az .card-title,
.cid-rRh1GWO1Az .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rRh1GWO1Az .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rRh1GWO1Az .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rRh1GXZgaq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRh1GXZgaq .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRh1GXZgaq h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRh1GXZgaq .svg11 path {
  fill: #7aba59;
}
.cid-rRh1GXZgaq .svg21 path {
  fill: #f9b945;
}
.cid-rRh1GXZgaq .svg31 path {
  fill: #ed6436;
}
.cid-rRh1GXZgaq .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRh1GXZgaq .svg12 path,
.cid-rRh1GXZgaq .svg22 path,
.cid-rRh1GXZgaq .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRh1GXZgaq .card {
  position: relative;
  height: 300px;
}
.cid-rRh1GXZgaq .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRh1GXZgaq .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRh1GXZgaq .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRh1GXZgaq .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRh1GXZgaq .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRh1GXZgaq .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRh1GXZgaq .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRh1GXZgaq .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRh1GXZgaq .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRh1GXZgaq .card .svg22,
.cid-rRh1GXZgaq .card .svg32,
.cid-rRh1GXZgaq .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRh1GXZgaq .card .svg21,
.cid-rRh1GXZgaq .card .svg31,
.cid-rRh1GXZgaq .card .svg11 {
  z-index: 2;
}
.cid-rRh1GXZgaq .card div {
  z-index: 3;
}
.cid-rRh1GXZgaq .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRh1GXZgaq .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRh1GXZgaq .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRh1GXZgaq .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRh1GXZgaq .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRh1GXZgaq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRh1GXZgaq .card {
    margin-bottom: 2rem;
  }
  .cid-rRh1GXZgaq .card svg {
    left: 30px;
  }
  .cid-rRh1GXZgaq .card:hover h4 {
    animation: none;
  }
  .cid-rRh1GXZgaq .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRh1GXZgaq h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRh1GXZgaq .card {
    max-width: 330px;
  }
  .cid-rRh1GXZgaq .card svg {
    left: 0px;
  }
}
.cid-rRh1GXZgaq H2 {
  color: #0f7699;
}
.cid-rRh1GZtG3k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRh1GZtG3k .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRh1GZtG3k .content {
    padding: 0 2rem;
  }
}
.cid-rRh1GZtG3k .row {
  justify-content: flex-end;
}
.cid-rRh1GZtG3k .img-col {
  padding: 0;
}
.cid-rRh1GZtG3k .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRh1GZtG3k .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRh1GZtG3k .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRh1GZtG3k .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRh1GZtG3k .icon-title,
.cid-rRh1GZtG3k .mbr-iconfont {
  color: #ed6436;
}
.cid-rRh1GZtG3k .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRh1GZtG3k .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRh1GZtG3k .icons-wrap {
    flex-direction: column;
  }
  .cid-rRh1GZtG3k .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRh1GZtG3k .link-wrap {
    margin: auto;
  }
  .cid-rRh1GZtG3k .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRh1GZtG3k .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRh1GZtG3k .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRh1GZtG3k .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRh1GZtG3k .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRh1GZtG3k .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRh1GZtG3k H1 {
  color: #0f7699;
}
.cid-rRh1H2lMCY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRl37iBMmn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRl37iBMmn .nav-item:focus,
.cid-rRl37iBMmn .nav-link:focus {
  outline: none;
}
.cid-rRl37iBMmn .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRl37iBMmn .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRl37iBMmn .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRl37iBMmn .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRl37iBMmn .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRl37iBMmn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRl37iBMmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRl37iBMmn .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-rRl37iBMmn .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRl37iBMmn .container {
  max-width: 1380px;
}
.cid-rRl37iBMmn .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRl37iBMmn .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRl37iBMmn .nav-link:hover,
.cid-rRl37iBMmn .nav-link:active,
.cid-rRl37iBMmn .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRl37iBMmn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRl37iBMmn .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRl37iBMmn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRl37iBMmn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRl37iBMmn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRl37iBMmn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRl37iBMmn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRl37iBMmn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRl37iBMmn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRl37iBMmn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRl37iBMmn .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-rRl37iBMmn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRl37iBMmn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRl37iBMmn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRl37iBMmn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRl37iBMmn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRl37iBMmn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRl37iBMmn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRl37iBMmn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRl37iBMmn .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-rRl37iBMmn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRl37iBMmn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRl37iBMmn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRl37iBMmn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRl37iBMmn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRl37iBMmn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRl37iBMmn .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRl37iBMmn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRl37iBMmn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRl37iBMmn .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRl37iBMmn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRl37iBMmn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRl37iBMmn .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-rRl37iBMmn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRl37iBMmn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRl37iBMmn .dropdown-item.active,
.cid-rRl37iBMmn .dropdown-item:active {
  background-color: transparent;
}
.cid-rRl37iBMmn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRl37iBMmn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRl37iBMmn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRl37iBMmn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRl37iBMmn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRl37iBMmn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRl37iBMmn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRl37iBMmn .navbar-buttons {
  text-align: center;
}
.cid-rRl37iBMmn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRl37iBMmn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRl37iBMmn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRl37iBMmn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRl37iBMmn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRl37iBMmn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRl37iBMmn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRl37iBMmn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRl37iBMmn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRl37iBMmn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRl37iBMmn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRl37iBMmn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRl37iBMmn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRl37iBMmn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRl37iBMmn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRl37iBMmn .navbar {
    height: 77px;
  }
  .cid-rRl37iBMmn .navbar.opened {
    height: auto;
  }
  .cid-rRl37iBMmn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRl37k5Vgv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1279.jpg");
}
.cid-rRl37k5Vgv .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRl37k5Vgv .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRl37k5Vgv .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRl37k5Vgv .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRl37k5Vgv .container {
  max-width: 1600px;
}
.cid-rRl37k5Vgv .mbr-bold,
.cid-rRl37k5Vgv b {
  font-weight: 900;
}
.cid-rRl37k5Vgv .btn {
  color: white!important;
}
.cid-rRl37k5Vgv svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRl37k5Vgv svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRl37k5Vgv svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRl37k5Vgv svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRl37k5Vgv svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRl37k5Vgv .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRl37k5Vgv H1 {
  color: #ffffff;
}
.cid-rRl37k5Vgv .mbr-text,
.cid-rRl37k5Vgv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRl37l6bIm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rRl37l6bIm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRl37l6bIm H1 {
  color: #0b659b;
}
.cid-rRl37l6bIm .mbr-text,
.cid-rRl37l6bIm .mbr-section-btn {
  color: #716c80;
}
.cid-rRl37l6bIm H3 {
  color: #716c80;
}
.cid-rRl37l6bIm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRl37l6bIm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRl37l6bIm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRl37l6bIm .link:hover {
  color: #08829e !important;
}
.cid-rRl37l6bIm .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRl37l6bIm DIV {
  color: #57468b;
}
.cid-rRl37l6bIm .mbr-text,
.cid-rRl37l6bIm .media-content {
  color: #232323;
}
.cid-rRl37l6bIm P {
  text-align: left;
  color: #0f7699;
}
.cid-rRl5dTyoPE {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr-1920x1295.jpg");
}
.cid-rRl5dTyoPE .container {
  margin-bottom: 15%;
}
.cid-rRl5dTyoPE .content-container .btn-bgr {
  z-index: 0;
}
.cid-rRl5dTyoPE .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #b2ccd2;
}
.cid-rRl5dTyoPE .icon-block-top span {
  background-color: #0b1b3f;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rRl5dTyoPE .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rRl5dTyoPE .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rRl5dTyoPE .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rRl5dTyoPE .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rRl5dTyoPE .box-item-text,
.cid-rRl5dTyoPE .mbr-section-btn {
  color: #0e5785;
}
.cid-rRl5dTyoPE .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rRl5dTyoPE .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rRl5dTyoPE .box-list li:last-child {
  border-bottom: none;
}
.cid-rRl5dTyoPE .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rRl5dTyoPE .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-rRl5dTyoPE .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-rRl5dTyoPE .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-rRl5dTyoPE .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rRl5dTyoPE .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rRl5dTyoPE .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rRl5dTyoPE .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rRl5dTyoPE .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rRl5dTyoPE .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rRl5dTyoPE .mbr-text {
  color: #efefef;
}
.cid-rRl5dTyoPE H1 {
  color: #ffffff;
}
.cid-rRl5dTyoPE .box-item-title {
  color: #0f7699;
}
.cid-rRlccFmXJS {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRlccFmXJS .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rRlccFmXJS .text-block {
  position: relative;
  z-index: 0;
}
.cid-rRlccFmXJS .box {
  width: 25%;
  height: 40%;
  background: #66d0f4;
  position: absolute;
  top: 4%;
}
.cid-rRlccFmXJS .box {
  left: 20%;
}
.cid-rRlccFmXJS .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rRlccFmXJS .mbr-section-text,
.cid-rRlccFmXJS .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rRlccFmXJS .text-box {
    display: none;
  }
  .cid-rRlccFmXJS .mbr-section-title,
  .cid-rRlccFmXJS .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRlccFmXJS .box {
    display: none;
  }
  .cid-rRlccFmXJS .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rRlccFmXJS .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRlccFmXJS .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rRlccFmXJS .mbr-section-text {
  color: #767676;
}
.cid-rRlccFmXJS .mbr-section-title {
  color: #0e5785;
}
.cid-rRlejoAXrN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRlejoAXrN .mbr-text,
.cid-rRlejoAXrN blockquote {
  color: #232323;
}
.cid-rRlejoAXrN .mbr-text {
  color: #5b686b;
}
.cid-rRstnWdOSP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRstnWdOSP img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRstnWdOSP H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rRstnWdOSP .mbr-text,
.cid-rRstnWdOSP .mbr-section-btn {
  color: #716c80;
}
.cid-rRstnWdOSP H3 {
  color: #0f7699;
}
.cid-rRstnWdOSP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRstnWdOSP .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRstnWdOSP .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRstnWdOSP .link:hover {
  color: #08829e !important;
}
.cid-rRstnWdOSP .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRstnWdOSP DIV {
  color: #57468b;
}
.cid-rRstnWdOSP .mbr-text,
.cid-rRstnWdOSP .media-content {
  color: #232323;
}
.cid-rRstnWdOSP P {
  text-align: center;
  color: #0b659b;
}
.cid-rRsrQPqnIw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rRsrQPqnIw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rRsrQPqnIw .video-block {
    width: 100% !important;
  }
}
.cid-rYC4pN5h0D {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYC4pN5h0D img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rYC4pN5h0D H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rYC4pN5h0D .mbr-text,
.cid-rYC4pN5h0D .mbr-section-btn {
  color: #716c80;
}
.cid-rYC4pN5h0D H3 {
  color: #716c80;
}
.cid-rYC4pN5h0D .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rYC4pN5h0D .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rYC4pN5h0D .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rYC4pN5h0D .link:hover {
  color: #08829e !important;
}
.cid-rYC4pN5h0D .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rYC4pN5h0D DIV {
  color: #57468b;
}
.cid-rYC4pN5h0D .mbr-text,
.cid-rYC4pN5h0D .media-content {
  color: #232323;
}
.cid-rYC4pN5h0D P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rYC4oOOuiU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rYC4oOOuiU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYC4oOOuiU .video-block {
    width: 100% !important;
  }
}
.cid-rRl37upb3s {
  background-color: #ffffff;
}
.cid-rRl37upb3s section {
  position: relative;
}
.cid-rRl37upb3s .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rRl37upb3s #e1_circle,
.cid-rRl37upb3s #e3_circle,
.cid-rRl37upb3s #e4_circle,
.cid-rRl37upb3s #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rRl37upb3s #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rRl37upb3s .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rRl37upb3s .rev {
  animation: rev 4s linear infinite;
}
.cid-rRl37upb3s .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rRl37upb3s .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rRl37upb3s .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rRl37upb3s .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rRl37upb3s .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rRl37upb3s .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rRl37upb3s .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rRl37upb3s .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rRl37upb3s .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rRl37upb3s .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rRl37upb3s .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rRl37upb3s H1 {
  color: #0a465a;
}
.cid-rRl37upb3s .mbr-text,
.cid-rRl37upb3s .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rRl37upb3s H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rRl37upb3s .round9,
  .cid-rRl37upb3s .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rRl37upb3s .round {
    display: none;
  }
}
.cid-rRl37vjNzE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRl37vjNzE .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRl37vjNzE h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRl37vjNzE .svg11 path {
  fill: #7aba59;
}
.cid-rRl37vjNzE .svg21 path {
  fill: #f9b945;
}
.cid-rRl37vjNzE .svg31 path {
  fill: #ed6436;
}
.cid-rRl37vjNzE .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRl37vjNzE .svg12 path,
.cid-rRl37vjNzE .svg22 path,
.cid-rRl37vjNzE .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRl37vjNzE .card {
  position: relative;
  height: 300px;
}
.cid-rRl37vjNzE .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRl37vjNzE .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRl37vjNzE .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRl37vjNzE .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRl37vjNzE .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRl37vjNzE .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRl37vjNzE .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRl37vjNzE .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRl37vjNzE .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRl37vjNzE .card .svg22,
.cid-rRl37vjNzE .card .svg32,
.cid-rRl37vjNzE .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRl37vjNzE .card .svg21,
.cid-rRl37vjNzE .card .svg31,
.cid-rRl37vjNzE .card .svg11 {
  z-index: 2;
}
.cid-rRl37vjNzE .card div {
  z-index: 3;
}
.cid-rRl37vjNzE .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRl37vjNzE .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRl37vjNzE .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRl37vjNzE .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRl37vjNzE .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRl37vjNzE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRl37vjNzE .card {
    margin-bottom: 2rem;
  }
  .cid-rRl37vjNzE .card svg {
    left: 30px;
  }
  .cid-rRl37vjNzE .card:hover h4 {
    animation: none;
  }
  .cid-rRl37vjNzE .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRl37vjNzE h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRl37vjNzE .card {
    max-width: 330px;
  }
  .cid-rRl37vjNzE .card svg {
    left: 0px;
  }
}
.cid-rRl37vjNzE H2 {
  color: #0f7699;
}
.cid-rRl37wAhjF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRl37wAhjF .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRl37wAhjF .content {
    padding: 0 2rem;
  }
}
.cid-rRl37wAhjF .row {
  justify-content: flex-end;
}
.cid-rRl37wAhjF .img-col {
  padding: 0;
}
.cid-rRl37wAhjF .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRl37wAhjF .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRl37wAhjF .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRl37wAhjF .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRl37wAhjF .icon-title,
.cid-rRl37wAhjF .mbr-iconfont {
  color: #ed6436;
}
.cid-rRl37wAhjF .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRl37wAhjF .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRl37wAhjF .icons-wrap {
    flex-direction: column;
  }
  .cid-rRl37wAhjF .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRl37wAhjF .link-wrap {
    margin: auto;
  }
  .cid-rRl37wAhjF .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRl37wAhjF .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRl37wAhjF .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRl37wAhjF .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRl37wAhjF .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRl37wAhjF .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRl37wAhjF H1 {
  color: #0f7699;
}
.cid-rRl37z0ktS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRn6pvyeoR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRn6pvyeoR .nav-item:focus,
.cid-rRn6pvyeoR .nav-link:focus {
  outline: none;
}
.cid-rRn6pvyeoR .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRn6pvyeoR .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRn6pvyeoR .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRn6pvyeoR .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRn6pvyeoR .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRn6pvyeoR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRn6pvyeoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRn6pvyeoR .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-rRn6pvyeoR .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRn6pvyeoR .container {
  max-width: 1380px;
}
.cid-rRn6pvyeoR .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRn6pvyeoR .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRn6pvyeoR .nav-link:hover,
.cid-rRn6pvyeoR .nav-link:active,
.cid-rRn6pvyeoR .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRn6pvyeoR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRn6pvyeoR .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRn6pvyeoR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRn6pvyeoR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRn6pvyeoR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRn6pvyeoR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRn6pvyeoR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRn6pvyeoR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRn6pvyeoR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRn6pvyeoR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRn6pvyeoR .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-rRn6pvyeoR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRn6pvyeoR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRn6pvyeoR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRn6pvyeoR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRn6pvyeoR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRn6pvyeoR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRn6pvyeoR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRn6pvyeoR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRn6pvyeoR .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-rRn6pvyeoR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRn6pvyeoR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRn6pvyeoR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRn6pvyeoR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRn6pvyeoR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRn6pvyeoR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRn6pvyeoR .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRn6pvyeoR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRn6pvyeoR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRn6pvyeoR .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRn6pvyeoR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRn6pvyeoR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRn6pvyeoR .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-rRn6pvyeoR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRn6pvyeoR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRn6pvyeoR .dropdown-item.active,
.cid-rRn6pvyeoR .dropdown-item:active {
  background-color: transparent;
}
.cid-rRn6pvyeoR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRn6pvyeoR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRn6pvyeoR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRn6pvyeoR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRn6pvyeoR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRn6pvyeoR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRn6pvyeoR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRn6pvyeoR .navbar-buttons {
  text-align: center;
}
.cid-rRn6pvyeoR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRn6pvyeoR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRn6pvyeoR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRn6pvyeoR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRn6pvyeoR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRn6pvyeoR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRn6pvyeoR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRn6pvyeoR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRn6pvyeoR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRn6pvyeoR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRn6pvyeoR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRn6pvyeoR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRn6pvyeoR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRn6pvyeoR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRn6pvyeoR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRn6pvyeoR .navbar {
    height: 77px;
  }
  .cid-rRn6pvyeoR .navbar.opened {
    height: auto;
  }
  .cid-rRn6pvyeoR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRn6px1PvV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-19-1920x1280.jpg");
}
.cid-rRn6px1PvV .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRn6px1PvV .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRn6px1PvV .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRn6px1PvV .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRn6px1PvV .container {
  max-width: 1600px;
}
.cid-rRn6px1PvV .mbr-bold,
.cid-rRn6px1PvV b {
  font-weight: 900;
}
.cid-rRn6px1PvV .btn {
  color: white!important;
}
.cid-rRn6px1PvV svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRn6px1PvV svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRn6px1PvV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRn6px1PvV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRn6px1PvV svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRn6px1PvV .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRn6px1PvV H1 {
  color: #ffffff;
}
.cid-rRn6px1PvV .mbr-text,
.cid-rRn6px1PvV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRn6py0gs0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRn6py0gs0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRn6py0gs0 H1 {
  color: #0b659b;
}
.cid-rRn6py0gs0 .mbr-text,
.cid-rRn6py0gs0 .mbr-section-btn {
  color: #716c80;
}
.cid-rRn6py0gs0 H3 {
  color: #716c80;
}
.cid-rRn6py0gs0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRn6py0gs0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRn6py0gs0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRn6py0gs0 .link:hover {
  color: #08829e !important;
}
.cid-rRn6py0gs0 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRn6py0gs0 DIV {
  color: #57468b;
}
.cid-rRn6py0gs0 .mbr-text,
.cid-rRn6py0gs0 .media-content {
  color: #232323;
}
.cid-rRn6py0gs0 P {
  text-align: left;
  color: #ed6436;
}
.cid-rRn7SR0YqQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRn7SR0YqQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rRn7SR0YqQ .select {
  z-index: 999;
}
.cid-rRn7SR0YqQ img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-rRn7SR0YqQ .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rRn7SR0YqQ .mbr-form {
    max-width: 500px;
  }
}
.cid-rRn7SR0YqQ .col-auto {
  width: 100%;
  margin: auto;
}
.cid-rRn7SR0YqQ .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-rRn7SR0YqQ .img-col {
  padding: 0;
}
.cid-rRn7SR0YqQ form {
  padding: 2rem 2rem;
  background: #b2ccd2;
  border-radius: 30px;
}
.cid-rRn7SR0YqQ .jq-selectbox__dropdown,
.cid-rRn7SR0YqQ ul {
  border-radius: 20px!important;
}
.cid-rRn7SR0YqQ .jq-selectbox {
  border-radius: 30px;
}
.cid-rRn7SR0YqQ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rRn7SR0YqQ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rRn7SR0YqQ input,
.cid-rRn7SR0YqQ textarea,
.cid-rRn7SR0YqQ .select {
  border-radius: 30px;
}
.cid-rRn7SR0YqQ input,
.cid-rRn7SR0YqQ textarea {
  padding: 2rem 3rem;
}
.cid-rRn7SR0YqQ textarea {
  min-height: 10rem;
}
.cid-rRn7SR0YqQ .form-control,
.cid-rRn7SR0YqQ .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rRn7SR0YqQ .form-control::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .field-input::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .form-control::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rRn7SR0YqQ .form-control:-moz-placeholder,
.cid-rRn7SR0YqQ .field-input:-moz-placeholder,
.cid-rRn7SR0YqQ .form-control:-moz-placeholder,
.cid-rRn7SR0YqQ .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rRn7SR0YqQ .form-control:hover,
.cid-rRn7SR0YqQ .field-input:hover,
.cid-rRn7SR0YqQ .form-control:focus,
.cid-rRn7SR0YqQ .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rRn7SR0YqQ .form-control:hover::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .field-input:hover::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .form-control:focus::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .field-input:focus::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .form-control:hover::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .field-input:hover::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .form-control:focus::-webkit-input-placeholder,
.cid-rRn7SR0YqQ .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rRn7SR0YqQ .form-control:hover:-moz-placeholder,
.cid-rRn7SR0YqQ .field-input:hover:-moz-placeholder,
.cid-rRn7SR0YqQ .form-control:focus:-moz-placeholder,
.cid-rRn7SR0YqQ .field-input:focus:-moz-placeholder,
.cid-rRn7SR0YqQ .form-control:hover:-moz-placeholder,
.cid-rRn7SR0YqQ .field-input:hover:-moz-placeholder,
.cid-rRn7SR0YqQ .form-control:focus:-moz-placeholder,
.cid-rRn7SR0YqQ .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rRn7SR0YqQ .jq-number__spin:hover,
.cid-rRn7SR0YqQ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rRn7SR0YqQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rRn7SR0YqQ .jq-selectbox li,
.cid-rRn7SR0YqQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rRn7SR0YqQ .jq-selectbox li:hover,
.cid-rRn7SR0YqQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rRn7SR0YqQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rRn7SR0YqQ .jq-number__spin.minus:hover:after,
.cid-rRn7SR0YqQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rRn7SR0YqQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rRn7SR0YqQ .jq-number__spin.minus:after,
.cid-rRn7SR0YqQ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rRn7SR0YqQ input::-webkit-clear-button {
  display: none;
}
.cid-rRn7SR0YqQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-rRn7SR0YqQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-rRn7SR0YqQ input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rRn7SR0YqQ .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-rRn7SR0YqQ img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rRn7SR0YqQ form {
    padding: 2rem 1rem;
  }
  .cid-rRn7SR0YqQ .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rRn7SR0YqQ .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rRn7SR0YqQ img {
    height: 260px;
    width: 260px;
  }
}
.cid-rRn7SR0YqQ H4 {
  color: #064f68;
}
.cid-rRn6pH3MaT {
  background-color: #ffffff;
}
.cid-rRn6pH3MaT section {
  position: relative;
}
.cid-rRn6pH3MaT .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rRn6pH3MaT #e1_circle,
.cid-rRn6pH3MaT #e3_circle,
.cid-rRn6pH3MaT #e4_circle,
.cid-rRn6pH3MaT #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rRn6pH3MaT #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rRn6pH3MaT .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rRn6pH3MaT .rev {
  animation: rev 4s linear infinite;
}
.cid-rRn6pH3MaT .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rRn6pH3MaT .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rRn6pH3MaT .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rRn6pH3MaT .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rRn6pH3MaT .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rRn6pH3MaT .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rRn6pH3MaT .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rRn6pH3MaT .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rRn6pH3MaT .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rRn6pH3MaT .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rRn6pH3MaT .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rRn6pH3MaT H1 {
  color: #0a465a;
}
.cid-rRn6pH3MaT .mbr-text,
.cid-rRn6pH3MaT .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rRn6pH3MaT H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rRn6pH3MaT .round9,
  .cid-rRn6pH3MaT .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rRn6pH3MaT .round {
    display: none;
  }
}
.cid-rRn6pI0YCN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRn6pI0YCN .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRn6pI0YCN h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRn6pI0YCN .svg11 path {
  fill: #7aba59;
}
.cid-rRn6pI0YCN .svg21 path {
  fill: #f9b945;
}
.cid-rRn6pI0YCN .svg31 path {
  fill: #ed6436;
}
.cid-rRn6pI0YCN .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRn6pI0YCN .svg12 path,
.cid-rRn6pI0YCN .svg22 path,
.cid-rRn6pI0YCN .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRn6pI0YCN .card {
  position: relative;
  height: 300px;
}
.cid-rRn6pI0YCN .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRn6pI0YCN .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRn6pI0YCN .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRn6pI0YCN .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRn6pI0YCN .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRn6pI0YCN .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRn6pI0YCN .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRn6pI0YCN .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRn6pI0YCN .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRn6pI0YCN .card .svg22,
.cid-rRn6pI0YCN .card .svg32,
.cid-rRn6pI0YCN .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRn6pI0YCN .card .svg21,
.cid-rRn6pI0YCN .card .svg31,
.cid-rRn6pI0YCN .card .svg11 {
  z-index: 2;
}
.cid-rRn6pI0YCN .card div {
  z-index: 3;
}
.cid-rRn6pI0YCN .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRn6pI0YCN .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRn6pI0YCN .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRn6pI0YCN .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRn6pI0YCN .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRn6pI0YCN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRn6pI0YCN .card {
    margin-bottom: 2rem;
  }
  .cid-rRn6pI0YCN .card svg {
    left: 30px;
  }
  .cid-rRn6pI0YCN .card:hover h4 {
    animation: none;
  }
  .cid-rRn6pI0YCN .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRn6pI0YCN h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRn6pI0YCN .card {
    max-width: 330px;
  }
  .cid-rRn6pI0YCN .card svg {
    left: 0px;
  }
}
.cid-rRn6pI0YCN H2 {
  color: #0f7699;
}
.cid-rRn6pJfq1x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRn6pJfq1x .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRn6pJfq1x .content {
    padding: 0 2rem;
  }
}
.cid-rRn6pJfq1x .row {
  justify-content: flex-end;
}
.cid-rRn6pJfq1x .img-col {
  padding: 0;
}
.cid-rRn6pJfq1x .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRn6pJfq1x .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRn6pJfq1x .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRn6pJfq1x .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRn6pJfq1x .icon-title,
.cid-rRn6pJfq1x .mbr-iconfont {
  color: #ed6436;
}
.cid-rRn6pJfq1x .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRn6pJfq1x .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRn6pJfq1x .icons-wrap {
    flex-direction: column;
  }
  .cid-rRn6pJfq1x .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRn6pJfq1x .link-wrap {
    margin: auto;
  }
  .cid-rRn6pJfq1x .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRn6pJfq1x .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRn6pJfq1x .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRn6pJfq1x .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRn6pJfq1x .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRn6pJfq1x .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRn6pJfq1x H1 {
  color: #0f7699;
}
.cid-rRn6pLZOSR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRrKydgSQF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRrKydgSQF .nav-item:focus,
.cid-rRrKydgSQF .nav-link:focus {
  outline: none;
}
.cid-rRrKydgSQF .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRrKydgSQF .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRrKydgSQF .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRrKydgSQF .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRrKydgSQF .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRrKydgSQF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRrKydgSQF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRrKydgSQF .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-rRrKydgSQF .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRrKydgSQF .container {
  max-width: 1380px;
}
.cid-rRrKydgSQF .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRrKydgSQF .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRrKydgSQF .nav-link:hover,
.cid-rRrKydgSQF .nav-link:active,
.cid-rRrKydgSQF .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRrKydgSQF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRrKydgSQF .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRrKydgSQF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRrKydgSQF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRrKydgSQF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRrKydgSQF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRrKydgSQF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRrKydgSQF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRrKydgSQF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRrKydgSQF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRrKydgSQF .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-rRrKydgSQF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRrKydgSQF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRrKydgSQF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRrKydgSQF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRrKydgSQF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRrKydgSQF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRrKydgSQF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRrKydgSQF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRrKydgSQF .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-rRrKydgSQF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRrKydgSQF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRrKydgSQF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRrKydgSQF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRrKydgSQF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRrKydgSQF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRrKydgSQF .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRrKydgSQF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRrKydgSQF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRrKydgSQF .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRrKydgSQF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRrKydgSQF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRrKydgSQF .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-rRrKydgSQF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRrKydgSQF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRrKydgSQF .dropdown-item.active,
.cid-rRrKydgSQF .dropdown-item:active {
  background-color: transparent;
}
.cid-rRrKydgSQF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRrKydgSQF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRrKydgSQF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRrKydgSQF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRrKydgSQF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRrKydgSQF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRrKydgSQF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRrKydgSQF .navbar-buttons {
  text-align: center;
}
.cid-rRrKydgSQF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRrKydgSQF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRrKydgSQF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRrKydgSQF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRrKydgSQF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRrKydgSQF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRrKydgSQF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRrKydgSQF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRrKydgSQF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRrKydgSQF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRrKydgSQF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRrKydgSQF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRrKydgSQF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRrKydgSQF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRrKydgSQF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRrKydgSQF .navbar {
    height: 77px;
  }
  .cid-rRrKydgSQF .navbar.opened {
    height: auto;
  }
  .cid-rRrKydgSQF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRrKyeB8nM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1399.jpg");
}
.cid-rRrKyeB8nM .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRrKyeB8nM .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRrKyeB8nM .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRrKyeB8nM .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRrKyeB8nM .container {
  max-width: 1600px;
}
.cid-rRrKyeB8nM .mbr-bold,
.cid-rRrKyeB8nM b {
  font-weight: 900;
}
.cid-rRrKyeB8nM .btn {
  color: white!important;
}
.cid-rRrKyeB8nM svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRrKyeB8nM svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRrKyeB8nM svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRrKyeB8nM svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRrKyeB8nM svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRrKyeB8nM .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRrKyeB8nM H1 {
  color: #ffffff;
}
.cid-rRrKyeB8nM .mbr-text,
.cid-rRrKyeB8nM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRrKyfu6hS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrKyfu6hS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRrKyfu6hS H1 {
  color: #0b659b;
}
.cid-rRrKyfu6hS .mbr-text,
.cid-rRrKyfu6hS .mbr-section-btn {
  color: #716c80;
}
.cid-rRrKyfu6hS H3 {
  color: #701403;
}
.cid-rRrKyfu6hS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRrKyfu6hS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRrKyfu6hS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRrKyfu6hS .link:hover {
  color: #08829e !important;
}
.cid-rRrKyfu6hS .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRrKyfu6hS DIV {
  color: #57468b;
}
.cid-rRrKyfu6hS .mbr-text,
.cid-rRrKyfu6hS .media-content {
  color: #232323;
}
.cid-rRrKyfu6hS P {
  text-align: left;
  color: #0f7699;
}
.cid-rRrKygqxiE {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1-1920x1326.jpg");
}
.cid-rRrKygqxiE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rRrKygqxiE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rRrKygqxiE .card-img span {
  font-size: 100px;
}
.cid-rRrKygqxiE .mbr-text,
.cid-rRrKygqxiE .mbr-section-btn {
  color: #efefef;
}
.cid-rRrKygqxiE .mbr-section-title,
.cid-rRrKygqxiE .card-img {
  color: #aff0f6;
}
.cid-rRrKyhHdap {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrKyhHdap li {
  list-style: none;
}
.cid-rRrKyhHdap .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRrKyhHdap .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRrKyhHdap .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rRrKyhHdap h4 {
  margin: 0;
}
.cid-rRrKyhHdap ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rRrKyhHdap .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rRrKyhHdap .col-title2 {
  color: #ed6436;
}
.cid-rRrKyjeUJz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrKyjeUJz li {
  list-style: none;
}
.cid-rRrKyjeUJz .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRrKyjeUJz .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRrKyjeUJz .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rRrKyjeUJz h4 {
  margin: 0;
}
.cid-rRrKyjeUJz ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rRrKyjeUJz .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rRrKyjeUJz .col-title2 {
  color: #ed6436;
}
.cid-rV7yZjeHkp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rV7yZjeHkp .mbr-text,
.cid-rV7yZjeHkp .mbr-section-subtitle {
  color: #767676;
}
.cid-rV7yZjeHkp .card-title {
  color: #66458e;
}
.cid-rV7yZjeHkp .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV7yZjeHkp .mbr-section-subtitle,
  .cid-rV7yZjeHkp .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV7yZjeHkp .card .card-img span {
    background: none;
  }
}
.cid-rV7yZjeHkp .mbr-section-title {
  color: #540658;
}
.cid-rRrKykrJP6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rRrKyloiwl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRrKyloiwl h3 {
  text-align: center;
}
.cid-rRrKyloiwl .pie_progress {
  position: relative;
}
.cid-rRrKyloiwl .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rRrKyloiwl p {
  line-height: 1.6;
}
.cid-rRrKyloiwl .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rRrKyloiwl .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rRrKyloiwl .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rRrKyloiwl .mbr-section-subtitle {
  color: #383838;
}
.cid-rRrKyloiwl .pie_progress__number {
  text-align: center !important;
}
.cid-rRrKyloiwl .card-title {
  margin-bottom: 0;
}
.cid-rRrKyloiwl .svg-gradient {
  position: absolute;
}
.cid-rRrKyloiwl ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRrKyloiwl .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rRrKyloiwl H4 {
  color: #0f7699;
}
.cid-rRrKyloiwl .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rRrKyloiwl .card {
    flex-direction: column;
  }
  .cid-rRrKyloiwl .content {
    padding-left: 0rem;
  }
  .cid-rRrKyloiwl .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rRrKynlNjF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rRrKynlNjF h3 {
  text-align: center;
}
.cid-rRrKynlNjF .pie_progress {
  position: relative;
}
.cid-rRrKynlNjF .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rRrKynlNjF p {
  line-height: 1.6;
}
.cid-rRrKynlNjF .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rRrKynlNjF .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rRrKynlNjF .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rRrKynlNjF .mbr-section-subtitle {
  color: #383838;
}
.cid-rRrKynlNjF .pie_progress__number {
  text-align: center !important;
}
.cid-rRrKynlNjF .card-title {
  margin-bottom: 0;
}
.cid-rRrKynlNjF .svg-gradient {
  position: absolute;
}
.cid-rRrKynlNjF ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRrKynlNjF .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rRrKynlNjF H4 {
  color: #0f7699;
}
.cid-rRrKynlNjF .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rRrKynlNjF .card {
    flex-direction: column;
  }
  .cid-rRrKynlNjF .content {
    padding-left: 0rem;
  }
  .cid-rRrKynlNjF .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rRrKyp65nD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rRrKyp65nD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rRrKyp65nD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rRrKyp65nD .text-content {
  padding-right: 1.5rem;
}
.cid-rRrKyp65nD .mbr-text,
.cid-rRrKyp65nD .mbr-section-btn {
  color: #ffffff;
}
.cid-rRrKyp65nD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rRrKyp65nD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rRrKyp65nD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rRrKyp65nD .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rRrKyp65nD .main-row {
    margin: 0;
  }
  .cid-rRrKyp65nD .mbr-section-title,
  .cid-rRrKyp65nD .mbr-text,
  .cid-rRrKyp65nD .list,
  .cid-rRrKyp65nD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rRrKyp65nD .text-content {
    padding: 0;
  }
}
.cid-rRrKyp65nD .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCxfGecC7 {
  background-color: #ffffff;
}
.cid-rTCxfGecC7 section {
  position: relative;
}
.cid-rTCxfGecC7 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCxfGecC7 #e1_circle,
.cid-rTCxfGecC7 #e3_circle,
.cid-rTCxfGecC7 #e4_circle,
.cid-rTCxfGecC7 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCxfGecC7 #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCxfGecC7 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCxfGecC7 .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCxfGecC7 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCxfGecC7 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCxfGecC7 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCxfGecC7 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCxfGecC7 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCxfGecC7 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCxfGecC7 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCxfGecC7 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCxfGecC7 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCxfGecC7 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCxfGecC7 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCxfGecC7 H1 {
  color: #0a465a;
}
.cid-rTCxfGecC7 .mbr-text,
.cid-rTCxfGecC7 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCxfGecC7 H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCxfGecC7 .round9,
  .cid-rTCxfGecC7 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCxfGecC7 .round {
    display: none;
  }
}
.cid-rRrKyrdSKe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRrKyrdSKe .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRrKyrdSKe h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRrKyrdSKe .svg11 path {
  fill: #7aba59;
}
.cid-rRrKyrdSKe .svg21 path {
  fill: #f9b945;
}
.cid-rRrKyrdSKe .svg31 path {
  fill: #ed6436;
}
.cid-rRrKyrdSKe .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRrKyrdSKe .svg12 path,
.cid-rRrKyrdSKe .svg22 path,
.cid-rRrKyrdSKe .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRrKyrdSKe .card {
  position: relative;
  height: 300px;
}
.cid-rRrKyrdSKe .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRrKyrdSKe .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRrKyrdSKe .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRrKyrdSKe .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRrKyrdSKe .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRrKyrdSKe .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRrKyrdSKe .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRrKyrdSKe .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRrKyrdSKe .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRrKyrdSKe .card .svg22,
.cid-rRrKyrdSKe .card .svg32,
.cid-rRrKyrdSKe .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRrKyrdSKe .card .svg21,
.cid-rRrKyrdSKe .card .svg31,
.cid-rRrKyrdSKe .card .svg11 {
  z-index: 2;
}
.cid-rRrKyrdSKe .card div {
  z-index: 3;
}
.cid-rRrKyrdSKe .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRrKyrdSKe .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRrKyrdSKe .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRrKyrdSKe .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRrKyrdSKe .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRrKyrdSKe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRrKyrdSKe .card {
    margin-bottom: 2rem;
  }
  .cid-rRrKyrdSKe .card svg {
    left: 30px;
  }
  .cid-rRrKyrdSKe .card:hover h4 {
    animation: none;
  }
  .cid-rRrKyrdSKe .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRrKyrdSKe h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRrKyrdSKe .card {
    max-width: 330px;
  }
  .cid-rRrKyrdSKe .card svg {
    left: 0px;
  }
}
.cid-rRrKyrdSKe H2 {
  color: #0f7699;
}
.cid-rRrKysHqRC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRrKysHqRC .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRrKysHqRC .content {
    padding: 0 2rem;
  }
}
.cid-rRrKysHqRC .row {
  justify-content: flex-end;
}
.cid-rRrKysHqRC .img-col {
  padding: 0;
}
.cid-rRrKysHqRC .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRrKysHqRC .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRrKysHqRC .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRrKysHqRC .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRrKysHqRC .icon-title,
.cid-rRrKysHqRC .mbr-iconfont {
  color: #ed6436;
}
.cid-rRrKysHqRC .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRrKysHqRC .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRrKysHqRC .icons-wrap {
    flex-direction: column;
  }
  .cid-rRrKysHqRC .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRrKysHqRC .link-wrap {
    margin: auto;
  }
  .cid-rRrKysHqRC .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRrKysHqRC .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRrKysHqRC .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRrKysHqRC .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRrKysHqRC .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRrKysHqRC .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRrKysHqRC H1 {
  color: #0f7699;
}
.cid-rRrKyvNzs8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rRmQzMudUQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rRmQzMudUQ .nav-item:focus,
.cid-rRmQzMudUQ .nav-link:focus {
  outline: none;
}
.cid-rRmQzMudUQ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRmQzMudUQ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rRmQzMudUQ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rRmQzMudUQ .dropdown .dropdown-menu .dropdown-item:active,
.cid-rRmQzMudUQ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rRmQzMudUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rRmQzMudUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rRmQzMudUQ .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-rRmQzMudUQ .navbar-caption:hover {
  color: inherit!important;
}
.cid-rRmQzMudUQ .container {
  max-width: 1380px;
}
.cid-rRmQzMudUQ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rRmQzMudUQ .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rRmQzMudUQ .nav-link:hover,
.cid-rRmQzMudUQ .nav-link:active,
.cid-rRmQzMudUQ .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rRmQzMudUQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rRmQzMudUQ .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rRmQzMudUQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rRmQzMudUQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRmQzMudUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRmQzMudUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRmQzMudUQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rRmQzMudUQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRmQzMudUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRmQzMudUQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rRmQzMudUQ .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-rRmQzMudUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rRmQzMudUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rRmQzMudUQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rRmQzMudUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRmQzMudUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRmQzMudUQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRmQzMudUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRmQzMudUQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rRmQzMudUQ .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-rRmQzMudUQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rRmQzMudUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rRmQzMudUQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rRmQzMudUQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRmQzMudUQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rRmQzMudUQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rRmQzMudUQ .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rRmQzMudUQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRmQzMudUQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRmQzMudUQ .icons-menu span {
  color: #ed6436 !important;
}
.cid-rRmQzMudUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRmQzMudUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rRmQzMudUQ .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-rRmQzMudUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rRmQzMudUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRmQzMudUQ .dropdown-item.active,
.cid-rRmQzMudUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rRmQzMudUQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rRmQzMudUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRmQzMudUQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rRmQzMudUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rRmQzMudUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rRmQzMudUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rRmQzMudUQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRmQzMudUQ .navbar-buttons {
  text-align: center;
}
.cid-rRmQzMudUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRmQzMudUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rRmQzMudUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRmQzMudUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRmQzMudUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRmQzMudUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRmQzMudUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRmQzMudUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRmQzMudUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRmQzMudUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRmQzMudUQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rRmQzMudUQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rRmQzMudUQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rRmQzMudUQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rRmQzMudUQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRmQzMudUQ .navbar {
    height: 77px;
  }
  .cid-rRmQzMudUQ .navbar.opened {
    height: auto;
  }
  .cid-rRmQzMudUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRmQzOoMt8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1067.jpeg");
}
.cid-rRmQzOoMt8 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rRmQzOoMt8 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rRmQzOoMt8 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRmQzOoMt8 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rRmQzOoMt8 .container {
  max-width: 1600px;
}
.cid-rRmQzOoMt8 .mbr-bold,
.cid-rRmQzOoMt8 b {
  font-weight: 900;
}
.cid-rRmQzOoMt8 .btn {
  color: white!important;
}
.cid-rRmQzOoMt8 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rRmQzOoMt8 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rRmQzOoMt8 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rRmQzOoMt8 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rRmQzOoMt8 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rRmQzOoMt8 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rRmQzOoMt8 H1 {
  color: #ffffff;
}
.cid-rRmQzOoMt8 .mbr-text,
.cid-rRmQzOoMt8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rRmThLp6wB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRmThLp6wB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRmThLp6wB H1 {
  color: #0f7699;
}
.cid-rRmThLp6wB .mbr-text,
.cid-rRmThLp6wB .mbr-section-btn {
  color: #716c80;
}
.cid-rRmThLp6wB H3 {
  color: #0f7699;
}
.cid-rRmThLp6wB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRmThLp6wB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRmThLp6wB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRmThLp6wB .link:hover {
  color: #08829e !important;
}
.cid-rRmThLp6wB .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRmThLp6wB DIV {
  color: #57468b;
}
.cid-rRmThLp6wB .mbr-text,
.cid-rRmThLp6wB .media-content {
  color: #232323;
}
.cid-rRmThLp6wB P {
  text-align: left;
  color: #383838;
}
.cid-rRmTPS2e3m {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rRmTPS2e3m .mbr-text {
  color: #767676;
}
.cid-rRmTPS2e3m img {
  width: 100%;
}
.cid-rRmTPS2e3m .card-img {
  margin-bottom: 0rem;
}
.cid-rRmTPS2e3m .card-wrapper {
  background: #b2ccd2;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rRmTPS2e3m .card-box {
  padding: 2rem 1rem;
}
.cid-rRmTPS2e3m p {
  font-weight: 400;
}
.cid-rRmTPS2e3m .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRmTPS2e3m .card {
    margin-bottom: 2rem;
  }
}
.cid-rRmTPS2e3m .mbr-text,
.cid-rRmTPS2e3m .mbr-section-btn {
  text-align: center;
  color: #0e5785;
}
.cid-rRmTPS2e3m .card-title,
.cid-rRmTPS2e3m .card-img {
  text-align: center;
  color: #0e5785;
}
.cid-rRn0LDtidv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRn0LDtidv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rRn0LDtidv H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rRn0LDtidv .mbr-text,
.cid-rRn0LDtidv .mbr-section-btn {
  color: #716c80;
}
.cid-rRn0LDtidv H3 {
  color: #0f7699;
}
.cid-rRn0LDtidv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rRn0LDtidv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rRn0LDtidv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rRn0LDtidv .link:hover {
  color: #08829e !important;
}
.cid-rRn0LDtidv .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rRn0LDtidv DIV {
  color: #57468b;
}
.cid-rRn0LDtidv .mbr-text,
.cid-rRn0LDtidv .media-content {
  color: #232323;
}
.cid-rRn0LDtidv P {
  text-align: center;
  color: #383838;
}
.cid-rRn0cVkrV3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rRn0cVkrV3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rRn0cVkrV3 p {
  color: #767676;
  text-align: left;
}
.cid-rRn0cVkrV3 .card-box {
  padding-top: 2rem;
}
.cid-rRn0cVkrV3 .card-wrapper {
  height: 100%;
}
.cid-rRn0cVkrV3 img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-rRn0cVkrV3 P {
  text-align: center;
}
.cid-rRn0cVkrV3 .card-title {
  text-align: center;
  color: #0e5785;
}
.cid-rRn0cVkrV3 .card-img {
  position: relative;
}
.cid-rRn0cVkrV3 .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-rRn0cVkrV3 .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #08829e;
}
.cid-rRmQzUsXrQ {
  background-color: #ffffff;
}
.cid-rRmQzUsXrQ section {
  position: relative;
}
.cid-rRmQzUsXrQ .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rRmQzUsXrQ #e1_circle,
.cid-rRmQzUsXrQ #e3_circle,
.cid-rRmQzUsXrQ #e4_circle,
.cid-rRmQzUsXrQ #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rRmQzUsXrQ #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rRmQzUsXrQ .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rRmQzUsXrQ .rev {
  animation: rev 4s linear infinite;
}
.cid-rRmQzUsXrQ .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rRmQzUsXrQ .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rRmQzUsXrQ .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rRmQzUsXrQ .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rRmQzUsXrQ .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rRmQzUsXrQ .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rRmQzUsXrQ .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rRmQzUsXrQ .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rRmQzUsXrQ .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rRmQzUsXrQ .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rRmQzUsXrQ .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rRmQzUsXrQ H1 {
  color: #0a465a;
}
.cid-rRmQzUsXrQ .mbr-text,
.cid-rRmQzUsXrQ .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rRmQzUsXrQ H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rRmQzUsXrQ .round9,
  .cid-rRmQzUsXrQ .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rRmQzUsXrQ .round {
    display: none;
  }
}
.cid-rRmQzWEUrI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rRmQzWEUrI .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rRmQzWEUrI h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rRmQzWEUrI .svg11 path {
  fill: #7aba59;
}
.cid-rRmQzWEUrI .svg21 path {
  fill: #f9b945;
}
.cid-rRmQzWEUrI .svg31 path {
  fill: #ed6436;
}
.cid-rRmQzWEUrI .svg4 path {
  fill: #0f7699 !important;
}
.cid-rRmQzWEUrI .svg12 path,
.cid-rRmQzWEUrI .svg22 path,
.cid-rRmQzWEUrI .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rRmQzWEUrI .card {
  position: relative;
  height: 300px;
}
.cid-rRmQzWEUrI .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rRmQzWEUrI .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rRmQzWEUrI .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRmQzWEUrI .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rRmQzWEUrI .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRmQzWEUrI .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rRmQzWEUrI .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rRmQzWEUrI .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rRmQzWEUrI .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rRmQzWEUrI .card .svg22,
.cid-rRmQzWEUrI .card .svg32,
.cid-rRmQzWEUrI .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rRmQzWEUrI .card .svg21,
.cid-rRmQzWEUrI .card .svg31,
.cid-rRmQzWEUrI .card .svg11 {
  z-index: 2;
}
.cid-rRmQzWEUrI .card div {
  z-index: 3;
}
.cid-rRmQzWEUrI .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rRmQzWEUrI .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rRmQzWEUrI .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rRmQzWEUrI .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rRmQzWEUrI .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rRmQzWEUrI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rRmQzWEUrI .card {
    margin-bottom: 2rem;
  }
  .cid-rRmQzWEUrI .card svg {
    left: 30px;
  }
  .cid-rRmQzWEUrI .card:hover h4 {
    animation: none;
  }
  .cid-rRmQzWEUrI .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rRmQzWEUrI h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rRmQzWEUrI .card {
    max-width: 330px;
  }
  .cid-rRmQzWEUrI .card svg {
    left: 0px;
  }
}
.cid-rRmQzWEUrI H2 {
  color: #0f7699;
}
.cid-rRmQzXPBxc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rRmQzXPBxc .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rRmQzXPBxc .content {
    padding: 0 2rem;
  }
}
.cid-rRmQzXPBxc .row {
  justify-content: flex-end;
}
.cid-rRmQzXPBxc .img-col {
  padding: 0;
}
.cid-rRmQzXPBxc .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rRmQzXPBxc .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rRmQzXPBxc .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rRmQzXPBxc .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rRmQzXPBxc .icon-title,
.cid-rRmQzXPBxc .mbr-iconfont {
  color: #ed6436;
}
.cid-rRmQzXPBxc .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rRmQzXPBxc .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRmQzXPBxc .icons-wrap {
    flex-direction: column;
  }
  .cid-rRmQzXPBxc .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rRmQzXPBxc .link-wrap {
    margin: auto;
  }
  .cid-rRmQzXPBxc .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rRmQzXPBxc .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rRmQzXPBxc .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rRmQzXPBxc .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rRmQzXPBxc .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rRmQzXPBxc .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rRmQzXPBxc H1 {
  color: #0f7699;
}
.cid-rRmQA0cUYJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rS12acyeI7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rS12acyeI7 .nav-item:focus,
.cid-rS12acyeI7 .nav-link:focus {
  outline: none;
}
.cid-rS12acyeI7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rS12acyeI7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rS12acyeI7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rS12acyeI7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rS12acyeI7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rS12acyeI7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rS12acyeI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rS12acyeI7 .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-rS12acyeI7 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rS12acyeI7 .container {
  max-width: 1380px;
}
.cid-rS12acyeI7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rS12acyeI7 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rS12acyeI7 .nav-link:hover,
.cid-rS12acyeI7 .nav-link:active,
.cid-rS12acyeI7 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rS12acyeI7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rS12acyeI7 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rS12acyeI7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rS12acyeI7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rS12acyeI7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rS12acyeI7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rS12acyeI7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rS12acyeI7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rS12acyeI7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rS12acyeI7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rS12acyeI7 .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-rS12acyeI7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rS12acyeI7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rS12acyeI7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rS12acyeI7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rS12acyeI7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rS12acyeI7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rS12acyeI7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rS12acyeI7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rS12acyeI7 .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-rS12acyeI7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rS12acyeI7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rS12acyeI7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rS12acyeI7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rS12acyeI7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rS12acyeI7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rS12acyeI7 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rS12acyeI7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rS12acyeI7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rS12acyeI7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rS12acyeI7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rS12acyeI7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rS12acyeI7 .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-rS12acyeI7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rS12acyeI7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rS12acyeI7 .dropdown-item.active,
.cid-rS12acyeI7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rS12acyeI7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rS12acyeI7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rS12acyeI7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rS12acyeI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rS12acyeI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rS12acyeI7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rS12acyeI7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rS12acyeI7 .navbar-buttons {
  text-align: center;
}
.cid-rS12acyeI7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rS12acyeI7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rS12acyeI7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rS12acyeI7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rS12acyeI7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rS12acyeI7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rS12acyeI7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rS12acyeI7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rS12acyeI7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rS12acyeI7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rS12acyeI7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rS12acyeI7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rS12acyeI7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rS12acyeI7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rS12acyeI7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rS12acyeI7 .navbar {
    height: 77px;
  }
  .cid-rS12acyeI7 .navbar.opened {
    height: auto;
  }
  .cid-rS12acyeI7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rS12aexhOp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1086.jpg");
}
.cid-rS12aexhOp .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rS12aexhOp .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rS12aexhOp .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rS12aexhOp .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rS12aexhOp .container {
  max-width: 1600px;
}
.cid-rS12aexhOp .mbr-bold,
.cid-rS12aexhOp b {
  font-weight: 900;
}
.cid-rS12aexhOp .btn {
  color: white!important;
}
.cid-rS12aexhOp svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rS12aexhOp svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rS12aexhOp svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rS12aexhOp svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rS12aexhOp svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rS12aexhOp .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rS12aexhOp H1 {
  color: #ffffff;
}
.cid-rS12aexhOp .mbr-text,
.cid-rS12aexhOp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rSBavG9y55 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSBavG9y55 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSBavG9y55 H1 {
  color: #0f7699;
}
.cid-rSBavG9y55 .mbr-text,
.cid-rSBavG9y55 .mbr-section-btn {
  color: #716c80;
}
.cid-rSBavG9y55 H3 {
  color: #716c80;
}
.cid-rSBavG9y55 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSBavG9y55 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSBavG9y55 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSBavG9y55 .link:hover {
  color: #08829e !important;
}
.cid-rSBavG9y55 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rSBavG9y55 DIV {
  color: #57468b;
}
.cid-rSBavG9y55 .mbr-text,
.cid-rSBavG9y55 .media-content {
  color: #232323;
}
.cid-rS17boVV9O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rS17boVV9O .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-rS17boVV9O .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-rS17boVV9O .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rS17boVV9O .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-rS17boVV9O .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rS17boVV9O .special-label {
  color: #fff;
}
.cid-rS17boVV9O .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rS17boVV9O .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rS17boVV9O .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rS17boVV9O .menu-row {
  margin: 0;
}
.cid-rS17boVV9O .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #87ae0c;
}
.cid-rS17boVV9O .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rS17boVV9O .group-title,
.cid-rS17boVV9O .align-wrap {
  text-align: left;
  color: #46580a;
}
.cid-rS17boVV9O .mbr-section-title,
.cid-rS17boVV9O .ornament {
  color: #46580a;
}
.cid-rS17boVV9O SPAN {
  color: #0f7699;
}
.cid-rS17boVV9O .item-title {
  color: #181818;
}
.cid-rS16XS5BCm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rS16XS5BCm .carousel-control {
  background: #000;
}
.cid-rS16XS5BCm .mbr-section-subtitle {
  color: #767676;
}
.cid-rS16XS5BCm .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rS16XS5BCm .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rS16XS5BCm .carousel-item .wrap-img {
  text-align: center;
}
.cid-rS16XS5BCm .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rS16XS5BCm .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rS16XS5BCm .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rS16XS5BCm .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rS16XS5BCm .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rS16XS5BCm .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rS16XS5BCm .cloneditem-1,
.cid-rS16XS5BCm .cloneditem-2,
.cid-rS16XS5BCm .cloneditem-3,
.cid-rS16XS5BCm .cloneditem-4,
.cid-rS16XS5BCm .cloneditem-5 {
  display: none;
}
.cid-rS16XS5BCm .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rS16XS5BCm .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides2 .cloneditem-1,
  .cid-rS16XS5BCm .carousel-inner.slides2 .cloneditem-2,
  .cid-rS16XS5BCm .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides3 .cloneditem-1,
  .cid-rS16XS5BCm .carousel-inner.slides3 .cloneditem-2,
  .cid-rS16XS5BCm .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides4 .cloneditem-1,
  .cid-rS16XS5BCm .carousel-inner.slides4 .cloneditem-2,
  .cid-rS16XS5BCm .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides5 .cloneditem-1,
  .cid-rS16XS5BCm .carousel-inner.slides5 .cloneditem-2,
  .cid-rS16XS5BCm .carousel-inner.slides5 .cloneditem-3,
  .cid-rS16XS5BCm .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rS16XS5BCm .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rS16XS5BCm .carousel-inner.slides6 .cloneditem-1,
  .cid-rS16XS5BCm .carousel-inner.slides6 .cloneditem-2,
  .cid-rS16XS5BCm .carousel-inner.slides6 .cloneditem-3,
  .cid-rS16XS5BCm .carousel-inner.slides6 .cloneditem-4,
  .cid-rS16XS5BCm .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-s4zwhKxJQ9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4zwhKxJQ9 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4zwhKxJQ9 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4zwhKxJQ9 .svg11 path {
  fill: #7aba59;
}
.cid-s4zwhKxJQ9 .svg21 path {
  fill: #f9b945;
}
.cid-s4zwhKxJQ9 .svg31 path {
  fill: #ed6436;
}
.cid-s4zwhKxJQ9 .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4zwhKxJQ9 .svg12 path,
.cid-s4zwhKxJQ9 .svg22 path,
.cid-s4zwhKxJQ9 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4zwhKxJQ9 .card {
  position: relative;
  height: 300px;
}
.cid-s4zwhKxJQ9 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4zwhKxJQ9 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4zwhKxJQ9 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4zwhKxJQ9 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4zwhKxJQ9 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4zwhKxJQ9 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4zwhKxJQ9 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4zwhKxJQ9 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4zwhKxJQ9 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4zwhKxJQ9 .card .svg22,
.cid-s4zwhKxJQ9 .card .svg32,
.cid-s4zwhKxJQ9 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4zwhKxJQ9 .card .svg21,
.cid-s4zwhKxJQ9 .card .svg31,
.cid-s4zwhKxJQ9 .card .svg11 {
  z-index: 2;
}
.cid-s4zwhKxJQ9 .card div {
  z-index: 3;
}
.cid-s4zwhKxJQ9 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4zwhKxJQ9 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4zwhKxJQ9 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4zwhKxJQ9 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4zwhKxJQ9 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4zwhKxJQ9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4zwhKxJQ9 .card {
    margin-bottom: 2rem;
  }
  .cid-s4zwhKxJQ9 .card svg {
    left: 30px;
  }
  .cid-s4zwhKxJQ9 .card:hover h4 {
    animation: none;
  }
  .cid-s4zwhKxJQ9 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4zwhKxJQ9 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4zwhKxJQ9 .card {
    max-width: 330px;
  }
  .cid-s4zwhKxJQ9 .card svg {
    left: 0px;
  }
}
.cid-s4zwhKxJQ9 H2 {
  color: #0f7699;
}
.cid-rS12amLRru {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rS12amLRru .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rS12amLRru .content {
    padding: 0 2rem;
  }
}
.cid-rS12amLRru .row {
  justify-content: flex-end;
}
.cid-rS12amLRru .img-col {
  padding: 0;
}
.cid-rS12amLRru .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rS12amLRru .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rS12amLRru .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rS12amLRru .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rS12amLRru .icon-title,
.cid-rS12amLRru .mbr-iconfont {
  color: #ed6436;
}
.cid-rS12amLRru .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rS12amLRru .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rS12amLRru .icons-wrap {
    flex-direction: column;
  }
  .cid-rS12amLRru .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rS12amLRru .link-wrap {
    margin: auto;
  }
  .cid-rS12amLRru .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rS12amLRru .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rS12amLRru .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rS12amLRru .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rS12amLRru .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rS12amLRru .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rS12amLRru H1 {
  color: #0f7699;
}
.cid-rS12ap6K7l {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rScS1ml0X8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rScS1ml0X8 .nav-item:focus,
.cid-rScS1ml0X8 .nav-link:focus {
  outline: none;
}
.cid-rScS1ml0X8 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rScS1ml0X8 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rScS1ml0X8 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rScS1ml0X8 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rScS1ml0X8 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rScS1ml0X8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rScS1ml0X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rScS1ml0X8 .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-rScS1ml0X8 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rScS1ml0X8 .container {
  max-width: 1380px;
}
.cid-rScS1ml0X8 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rScS1ml0X8 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rScS1ml0X8 .nav-link:hover,
.cid-rScS1ml0X8 .nav-link:active,
.cid-rScS1ml0X8 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rScS1ml0X8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rScS1ml0X8 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rScS1ml0X8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rScS1ml0X8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rScS1ml0X8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rScS1ml0X8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rScS1ml0X8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rScS1ml0X8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rScS1ml0X8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rScS1ml0X8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rScS1ml0X8 .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-rScS1ml0X8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rScS1ml0X8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rScS1ml0X8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rScS1ml0X8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rScS1ml0X8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rScS1ml0X8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rScS1ml0X8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rScS1ml0X8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rScS1ml0X8 .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-rScS1ml0X8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rScS1ml0X8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rScS1ml0X8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rScS1ml0X8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rScS1ml0X8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rScS1ml0X8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rScS1ml0X8 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rScS1ml0X8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rScS1ml0X8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rScS1ml0X8 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rScS1ml0X8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rScS1ml0X8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rScS1ml0X8 .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-rScS1ml0X8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rScS1ml0X8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rScS1ml0X8 .dropdown-item.active,
.cid-rScS1ml0X8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rScS1ml0X8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rScS1ml0X8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rScS1ml0X8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rScS1ml0X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rScS1ml0X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rScS1ml0X8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rScS1ml0X8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rScS1ml0X8 .navbar-buttons {
  text-align: center;
}
.cid-rScS1ml0X8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rScS1ml0X8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rScS1ml0X8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rScS1ml0X8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rScS1ml0X8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rScS1ml0X8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rScS1ml0X8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rScS1ml0X8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rScS1ml0X8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rScS1ml0X8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rScS1ml0X8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rScS1ml0X8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rScS1ml0X8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rScS1ml0X8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rScS1ml0X8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rScS1ml0X8 .navbar {
    height: 77px;
  }
  .cid-rScS1ml0X8 .navbar.opened {
    height: auto;
  }
  .cid-rScS1ml0X8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rScS1orF8Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1440.jpg");
}
.cid-rScS1orF8Q .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rScS1orF8Q .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rScS1orF8Q .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rScS1orF8Q .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rScS1orF8Q .container {
  max-width: 1600px;
}
.cid-rScS1orF8Q .mbr-bold,
.cid-rScS1orF8Q b {
  font-weight: 900;
}
.cid-rScS1orF8Q .btn {
  color: white!important;
}
.cid-rScS1orF8Q svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rScS1orF8Q svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rScS1orF8Q svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rScS1orF8Q svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rScS1orF8Q svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rScS1orF8Q .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rScS1orF8Q H1 {
  color: #ffffff;
}
.cid-rScS1orF8Q .mbr-text,
.cid-rScS1orF8Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rScS1pH9Lt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rScS1pH9Lt img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rScS1pH9Lt H1 {
  color: #0b659b;
}
.cid-rScS1pH9Lt .mbr-text,
.cid-rScS1pH9Lt .mbr-section-btn {
  color: #716c80;
}
.cid-rScS1pH9Lt H3 {
  color: #701403;
}
.cid-rScS1pH9Lt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rScS1pH9Lt .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rScS1pH9Lt .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rScS1pH9Lt .link:hover {
  color: #08829e !important;
}
.cid-rScS1pH9Lt .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rScS1pH9Lt DIV {
  color: #57468b;
}
.cid-rScS1pH9Lt .mbr-text,
.cid-rScS1pH9Lt .media-content {
  color: #232323;
}
.cid-rScS1pH9Lt P {
  text-align: left;
  color: #0f7699;
}
.cid-rScS1qIM5h {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1-1920x1326.jpg");
}
.cid-rScS1qIM5h .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rScS1qIM5h .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rScS1qIM5h .card-img span {
  font-size: 100px;
}
.cid-rScS1qIM5h .mbr-text,
.cid-rScS1qIM5h .mbr-section-btn {
  color: #efefef;
}
.cid-rScS1qIM5h .mbr-section-title,
.cid-rScS1qIM5h .card-img {
  color: #aff0f6;
}
.cid-rScS1sy2Bf {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rScS1sy2Bf li {
  list-style: none;
}
.cid-rScS1sy2Bf .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rScS1sy2Bf .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rScS1sy2Bf .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rScS1sy2Bf h4 {
  margin: 0;
}
.cid-rScS1sy2Bf ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rScS1sy2Bf .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rScS1sy2Bf .col-title2 {
  color: #ed6436;
}
.cid-rV7CBO0EGG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rV7CBO0EGG .mbr-text,
.cid-rV7CBO0EGG .mbr-section-subtitle {
  color: #767676;
}
.cid-rV7CBO0EGG .card-title {
  color: #66458e;
}
.cid-rV7CBO0EGG .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rV7CBO0EGG .mbr-section-subtitle,
  .cid-rV7CBO0EGG .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rV7CBO0EGG .card .card-img span {
    background: none;
  }
}
.cid-rV7CBO0EGG .mbr-section-title {
  color: #540658;
}
.cid-rScS1v5vMa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rScS1vVYud {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rScS1vVYud h3 {
  text-align: center;
}
.cid-rScS1vVYud .pie_progress {
  position: relative;
}
.cid-rScS1vVYud .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rScS1vVYud p {
  line-height: 1.6;
}
.cid-rScS1vVYud .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rScS1vVYud .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rScS1vVYud .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rScS1vVYud .mbr-section-subtitle {
  color: #383838;
}
.cid-rScS1vVYud .pie_progress__number {
  text-align: center !important;
}
.cid-rScS1vVYud .card-title {
  margin-bottom: 0;
}
.cid-rScS1vVYud .svg-gradient {
  position: absolute;
}
.cid-rScS1vVYud ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rScS1vVYud .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rScS1vVYud H4 {
  color: #0f7699;
}
.cid-rScS1vVYud .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rScS1vVYud .card {
    flex-direction: column;
  }
  .cid-rScS1vVYud .content {
    padding-left: 0rem;
  }
  .cid-rScS1vVYud .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rScS1xM8my {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rScS1xM8my h3 {
  text-align: center;
}
.cid-rScS1xM8my .pie_progress {
  position: relative;
}
.cid-rScS1xM8my .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rScS1xM8my p {
  line-height: 1.6;
}
.cid-rScS1xM8my .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rScS1xM8my .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rScS1xM8my .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rScS1xM8my .mbr-section-subtitle {
  color: #383838;
}
.cid-rScS1xM8my .pie_progress__number {
  text-align: center !important;
}
.cid-rScS1xM8my .card-title {
  margin-bottom: 0;
}
.cid-rScS1xM8my .svg-gradient {
  position: absolute;
}
.cid-rScS1xM8my ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rScS1xM8my .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rScS1xM8my H4 {
  color: #0f7699;
}
.cid-rScS1xM8my .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rScS1xM8my .card {
    flex-direction: column;
  }
  .cid-rScS1xM8my .content {
    padding-left: 0rem;
  }
  .cid-rScS1xM8my .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rScS1zm4hc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rScS1zm4hc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rScS1zm4hc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rScS1zm4hc .text-content {
  padding-right: 1.5rem;
}
.cid-rScS1zm4hc .mbr-text,
.cid-rScS1zm4hc .mbr-section-btn {
  color: #ffffff;
}
.cid-rScS1zm4hc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rScS1zm4hc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rScS1zm4hc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rScS1zm4hc .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rScS1zm4hc .main-row {
    margin: 0;
  }
  .cid-rScS1zm4hc .mbr-section-title,
  .cid-rScS1zm4hc .mbr-text,
  .cid-rScS1zm4hc .list,
  .cid-rScS1zm4hc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rScS1zm4hc .text-content {
    padding: 0;
  }
}
.cid-rScS1zm4hc .mbr-section-title {
  color: #aff0f6;
}
.cid-rTCxjovucQ {
  background-color: #ffffff;
}
.cid-rTCxjovucQ section {
  position: relative;
}
.cid-rTCxjovucQ .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCxjovucQ #e1_circle,
.cid-rTCxjovucQ #e3_circle,
.cid-rTCxjovucQ #e4_circle,
.cid-rTCxjovucQ #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCxjovucQ #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCxjovucQ .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCxjovucQ .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCxjovucQ .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCxjovucQ .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCxjovucQ .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCxjovucQ .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCxjovucQ .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCxjovucQ .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCxjovucQ .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCxjovucQ .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCxjovucQ .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCxjovucQ .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCxjovucQ .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCxjovucQ H1 {
  color: #0a465a;
}
.cid-rTCxjovucQ .mbr-text,
.cid-rTCxjovucQ .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCxjovucQ H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCxjovucQ .round9,
  .cid-rTCxjovucQ .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCxjovucQ .round {
    display: none;
  }
}
.cid-rScS1BDEdy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rScS1BDEdy .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rScS1BDEdy h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rScS1BDEdy .svg11 path {
  fill: #7aba59;
}
.cid-rScS1BDEdy .svg21 path {
  fill: #f9b945;
}
.cid-rScS1BDEdy .svg31 path {
  fill: #ed6436;
}
.cid-rScS1BDEdy .svg4 path {
  fill: #0f7699 !important;
}
.cid-rScS1BDEdy .svg12 path,
.cid-rScS1BDEdy .svg22 path,
.cid-rScS1BDEdy .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rScS1BDEdy .card {
  position: relative;
  height: 300px;
}
.cid-rScS1BDEdy .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rScS1BDEdy .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rScS1BDEdy .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rScS1BDEdy .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rScS1BDEdy .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rScS1BDEdy .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rScS1BDEdy .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rScS1BDEdy .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rScS1BDEdy .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rScS1BDEdy .card .svg22,
.cid-rScS1BDEdy .card .svg32,
.cid-rScS1BDEdy .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rScS1BDEdy .card .svg21,
.cid-rScS1BDEdy .card .svg31,
.cid-rScS1BDEdy .card .svg11 {
  z-index: 2;
}
.cid-rScS1BDEdy .card div {
  z-index: 3;
}
.cid-rScS1BDEdy .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rScS1BDEdy .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rScS1BDEdy .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rScS1BDEdy .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rScS1BDEdy .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rScS1BDEdy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rScS1BDEdy .card {
    margin-bottom: 2rem;
  }
  .cid-rScS1BDEdy .card svg {
    left: 30px;
  }
  .cid-rScS1BDEdy .card:hover h4 {
    animation: none;
  }
  .cid-rScS1BDEdy .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rScS1BDEdy h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rScS1BDEdy .card {
    max-width: 330px;
  }
  .cid-rScS1BDEdy .card svg {
    left: 0px;
  }
}
.cid-rScS1BDEdy H2 {
  color: #0f7699;
}
.cid-rScS1D3RQp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rScS1D3RQp .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rScS1D3RQp .content {
    padding: 0 2rem;
  }
}
.cid-rScS1D3RQp .row {
  justify-content: flex-end;
}
.cid-rScS1D3RQp .img-col {
  padding: 0;
}
.cid-rScS1D3RQp .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rScS1D3RQp .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rScS1D3RQp .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rScS1D3RQp .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rScS1D3RQp .icon-title,
.cid-rScS1D3RQp .mbr-iconfont {
  color: #ed6436;
}
.cid-rScS1D3RQp .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rScS1D3RQp .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rScS1D3RQp .icons-wrap {
    flex-direction: column;
  }
  .cid-rScS1D3RQp .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rScS1D3RQp .link-wrap {
    margin: auto;
  }
  .cid-rScS1D3RQp .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rScS1D3RQp .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rScS1D3RQp .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rScS1D3RQp .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rScS1D3RQp .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rScS1D3RQp .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rScS1D3RQp H1 {
  color: #0f7699;
}
.cid-rScS1GuDTL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rSiGaRtEfJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSiGaRtEfJ .nav-item:focus,
.cid-rSiGaRtEfJ .nav-link:focus {
  outline: none;
}
.cid-rSiGaRtEfJ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rSiGaRtEfJ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rSiGaRtEfJ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rSiGaRtEfJ .dropdown .dropdown-menu .dropdown-item:active,
.cid-rSiGaRtEfJ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rSiGaRtEfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSiGaRtEfJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSiGaRtEfJ .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-rSiGaRtEfJ .navbar-caption:hover {
  color: inherit!important;
}
.cid-rSiGaRtEfJ .container {
  max-width: 1380px;
}
.cid-rSiGaRtEfJ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rSiGaRtEfJ .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rSiGaRtEfJ .nav-link:hover,
.cid-rSiGaRtEfJ .nav-link:active,
.cid-rSiGaRtEfJ .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rSiGaRtEfJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rSiGaRtEfJ .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rSiGaRtEfJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSiGaRtEfJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSiGaRtEfJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSiGaRtEfJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSiGaRtEfJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rSiGaRtEfJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSiGaRtEfJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSiGaRtEfJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSiGaRtEfJ .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-rSiGaRtEfJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSiGaRtEfJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSiGaRtEfJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSiGaRtEfJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSiGaRtEfJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSiGaRtEfJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSiGaRtEfJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSiGaRtEfJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSiGaRtEfJ .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-rSiGaRtEfJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rSiGaRtEfJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSiGaRtEfJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSiGaRtEfJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSiGaRtEfJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSiGaRtEfJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSiGaRtEfJ .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rSiGaRtEfJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rSiGaRtEfJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSiGaRtEfJ .icons-menu span {
  color: #ed6436 !important;
}
.cid-rSiGaRtEfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSiGaRtEfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSiGaRtEfJ .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-rSiGaRtEfJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSiGaRtEfJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSiGaRtEfJ .dropdown-item.active,
.cid-rSiGaRtEfJ .dropdown-item:active {
  background-color: transparent;
}
.cid-rSiGaRtEfJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSiGaRtEfJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSiGaRtEfJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSiGaRtEfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rSiGaRtEfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSiGaRtEfJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSiGaRtEfJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSiGaRtEfJ .navbar-buttons {
  text-align: center;
}
.cid-rSiGaRtEfJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSiGaRtEfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rSiGaRtEfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSiGaRtEfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiGaRtEfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSiGaRtEfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSiGaRtEfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiGaRtEfJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSiGaRtEfJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSiGaRtEfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSiGaRtEfJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSiGaRtEfJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSiGaRtEfJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rSiGaRtEfJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rSiGaRtEfJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSiGaRtEfJ .navbar {
    height: 77px;
  }
  .cid-rSiGaRtEfJ .navbar.opened {
    height: auto;
  }
  .cid-rSiGaRtEfJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSiGaSLZHN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-22-1920x1280.jpg");
}
.cid-rSiGaSLZHN .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rSiGaSLZHN .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rSiGaSLZHN .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSiGaSLZHN .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rSiGaSLZHN .container {
  max-width: 1600px;
}
.cid-rSiGaSLZHN .mbr-bold,
.cid-rSiGaSLZHN b {
  font-weight: 900;
}
.cid-rSiGaSLZHN .btn {
  color: white!important;
}
.cid-rSiGaSLZHN svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rSiGaSLZHN svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rSiGaSLZHN svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rSiGaSLZHN svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rSiGaSLZHN svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rSiGaSLZHN .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rSiGaSLZHN H1 {
  color: #ffffff;
}
.cid-rSiGaSLZHN .mbr-text,
.cid-rSiGaSLZHN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rSiGaTMmz5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSiGaTMmz5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSiGaTMmz5 H1 {
  color: #0f7699;
}
.cid-rSiGaTMmz5 .mbr-text,
.cid-rSiGaTMmz5 .mbr-section-btn {
  color: #716c80;
}
.cid-rSiGaTMmz5 H3 {
  color: #716c80;
}
.cid-rSiGaTMmz5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSiGaTMmz5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSiGaTMmz5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSiGaTMmz5 .link:hover {
  color: #08829e !important;
}
.cid-rSiGaTMmz5 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rSiGaTMmz5 DIV {
  color: #57468b;
}
.cid-rSiGaTMmz5 .mbr-text,
.cid-rSiGaTMmz5 .media-content {
  color: #232323;
}
.cid-rSiGaUWIcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c0e7ea;
}
.cid-rSiGaUWIcH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSiGaUWIcH img:hover {
  transform: scale(1.1);
}
.cid-rSiGaUWIcH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSiGaUWIcH h2 {
  padding: 0;
  margin: 0;
}
.cid-rSiGaUWIcH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSiGaUWIcH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSiGaUWIcH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rSiGaUWIcH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rSiGaUWIcH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rSiGaUWIcH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSiGaUWIcH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSiGaUWIcH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rSiGaUWIcH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSiGaUWIcH H2 {
  color: #333333;
}
.cid-rSiGaUWIcH .mbr-text {
  color: #000000;
}
.cid-rSiGaUWIcH H1 {
  color: #0c6684;
}
.cid-rSiGaUWIcH H3 {
  color: #879a9f;
}
.cid-rSiJSQDfHH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSiJSQDfHH .counter-container {
  color: #464646;
}
.cid-rSiJSQDfHH .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rSiJSQDfHH .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rSiJSQDfHH .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rSiGaWdjty {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSiGaWdjty .mbr-section-subtitle {
  color: #879a9f;
}
.cid-rSiGaWdjty H2 {
  color: #0b659b;
}
.cid-udUD6n1Nle {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-udUD6n1Nle .card-wrapper {
  z-index: 3;
}
.cid-udUD6n1Nle .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-udUD6n1Nle:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-udUD6n1Nle .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-udUD6n1Nle .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rSiGb6D4LX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rSiGb6D4LX .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rSiGb6D4LX h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rSiGb6D4LX .svg11 path {
  fill: #7aba59;
}
.cid-rSiGb6D4LX .svg21 path {
  fill: #f9b945;
}
.cid-rSiGb6D4LX .svg31 path {
  fill: #ed6436;
}
.cid-rSiGb6D4LX .svg4 path {
  fill: #0f7699 !important;
}
.cid-rSiGb6D4LX .svg12 path,
.cid-rSiGb6D4LX .svg22 path,
.cid-rSiGb6D4LX .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rSiGb6D4LX .card {
  position: relative;
  height: 300px;
}
.cid-rSiGb6D4LX .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rSiGb6D4LX .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rSiGb6D4LX .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSiGb6D4LX .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rSiGb6D4LX .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSiGb6D4LX .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rSiGb6D4LX .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSiGb6D4LX .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rSiGb6D4LX .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rSiGb6D4LX .card .svg22,
.cid-rSiGb6D4LX .card .svg32,
.cid-rSiGb6D4LX .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rSiGb6D4LX .card .svg21,
.cid-rSiGb6D4LX .card .svg31,
.cid-rSiGb6D4LX .card .svg11 {
  z-index: 2;
}
.cid-rSiGb6D4LX .card div {
  z-index: 3;
}
.cid-rSiGb6D4LX .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rSiGb6D4LX .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rSiGb6D4LX .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rSiGb6D4LX .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rSiGb6D4LX .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rSiGb6D4LX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rSiGb6D4LX .card {
    margin-bottom: 2rem;
  }
  .cid-rSiGb6D4LX .card svg {
    left: 30px;
  }
  .cid-rSiGb6D4LX .card:hover h4 {
    animation: none;
  }
  .cid-rSiGb6D4LX .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rSiGb6D4LX h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rSiGb6D4LX .card {
    max-width: 330px;
  }
  .cid-rSiGb6D4LX .card svg {
    left: 0px;
  }
}
.cid-rSiGb6D4LX H2 {
  color: #0f7699;
}
.cid-rSiGb7XT3A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rSiGb7XT3A .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSiGb7XT3A .content {
    padding: 0 2rem;
  }
}
.cid-rSiGb7XT3A .row {
  justify-content: flex-end;
}
.cid-rSiGb7XT3A .img-col {
  padding: 0;
}
.cid-rSiGb7XT3A .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rSiGb7XT3A .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rSiGb7XT3A .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rSiGb7XT3A .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rSiGb7XT3A .icon-title,
.cid-rSiGb7XT3A .mbr-iconfont {
  color: #ed6436;
}
.cid-rSiGb7XT3A .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rSiGb7XT3A .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSiGb7XT3A .icons-wrap {
    flex-direction: column;
  }
  .cid-rSiGb7XT3A .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rSiGb7XT3A .link-wrap {
    margin: auto;
  }
  .cid-rSiGb7XT3A .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rSiGb7XT3A .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rSiGb7XT3A .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rSiGb7XT3A .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rSiGb7XT3A .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rSiGb7XT3A .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rSiGb7XT3A H1 {
  color: #0f7699;
}
.cid-rSiGbaL0UN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rNqo7Gnc4x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNqo7Gnc4x .nav-item:focus,
.cid-rNqo7Gnc4x .nav-link:focus {
  outline: none;
}
.cid-rNqo7Gnc4x .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rNqo7Gnc4x .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rNqo7Gnc4x .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rNqo7Gnc4x .dropdown .dropdown-menu .dropdown-item:active,
.cid-rNqo7Gnc4x .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rNqo7Gnc4x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNqo7Gnc4x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNqo7Gnc4x .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-rNqo7Gnc4x .navbar-caption:hover {
  color: inherit!important;
}
.cid-rNqo7Gnc4x .container {
  max-width: 1380px;
}
.cid-rNqo7Gnc4x .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rNqo7Gnc4x .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rNqo7Gnc4x .nav-link:hover,
.cid-rNqo7Gnc4x .nav-link:active,
.cid-rNqo7Gnc4x .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rNqo7Gnc4x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rNqo7Gnc4x .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rNqo7Gnc4x .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rNqo7Gnc4x .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNqo7Gnc4x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNqo7Gnc4x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNqo7Gnc4x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rNqo7Gnc4x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNqo7Gnc4x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNqo7Gnc4x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rNqo7Gnc4x .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-rNqo7Gnc4x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNqo7Gnc4x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rNqo7Gnc4x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNqo7Gnc4x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNqo7Gnc4x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNqo7Gnc4x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNqo7Gnc4x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNqo7Gnc4x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNqo7Gnc4x .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-rNqo7Gnc4x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNqo7Gnc4x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNqo7Gnc4x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNqo7Gnc4x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNqo7Gnc4x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNqo7Gnc4x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNqo7Gnc4x .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rNqo7Gnc4x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNqo7Gnc4x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNqo7Gnc4x .icons-menu span {
  color: #ed6436 !important;
}
.cid-rNqo7Gnc4x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNqo7Gnc4x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNqo7Gnc4x .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-rNqo7Gnc4x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNqo7Gnc4x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNqo7Gnc4x .dropdown-item.active,
.cid-rNqo7Gnc4x .dropdown-item:active {
  background-color: transparent;
}
.cid-rNqo7Gnc4x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNqo7Gnc4x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNqo7Gnc4x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNqo7Gnc4x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rNqo7Gnc4x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNqo7Gnc4x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNqo7Gnc4x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNqo7Gnc4x .navbar-buttons {
  text-align: center;
}
.cid-rNqo7Gnc4x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNqo7Gnc4x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rNqo7Gnc4x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNqo7Gnc4x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNqo7Gnc4x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNqo7Gnc4x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNqo7Gnc4x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNqo7Gnc4x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNqo7Gnc4x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNqo7Gnc4x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNqo7Gnc4x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNqo7Gnc4x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNqo7Gnc4x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rNqo7Gnc4x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rNqo7Gnc4x .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNqo7Gnc4x .navbar {
    height: 77px;
  }
  .cid-rNqo7Gnc4x .navbar.opened {
    height: auto;
  }
  .cid-rNqo7Gnc4x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNqo7HQywz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-rNqo7HQywz .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rNqo7HQywz .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rNqo7HQywz .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rNqo7HQywz .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rNqo7HQywz .container {
  max-width: 1600px;
}
.cid-rNqo7HQywz .mbr-bold,
.cid-rNqo7HQywz b {
  font-weight: 900;
}
.cid-rNqo7HQywz .btn {
  color: white!important;
}
.cid-rNqo7HQywz svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rNqo7HQywz svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rNqo7HQywz svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rNqo7HQywz svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rNqo7HQywz svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rNqo7HQywz .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rNqo7HQywz H1 {
  color: #ffffff;
}
.cid-rNqo7HQywz .mbr-text,
.cid-rNqo7HQywz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rNqo7IAOx5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNqo7IAOx5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNqo7IAOx5 H1 {
  color: #4d1306;
}
.cid-rNqo7IAOx5 .mbr-text,
.cid-rNqo7IAOx5 .mbr-section-btn {
  color: #716c80;
}
.cid-rNqo7IAOx5 H3 {
  color: #716c80;
}
.cid-rNqo7IAOx5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNqo7IAOx5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNqo7IAOx5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNqo7IAOx5 .link:hover {
  color: #08829e !important;
}
.cid-rNqo7IAOx5 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNqo7IAOx5 DIV {
  color: #57468b;
}
.cid-rNqo7IAOx5 .mbr-text,
.cid-rNqo7IAOx5 .media-content {
  color: #232323;
}
.cid-rNqo7JjRRc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bfceff;
}
.cid-rNqo7JjRRc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNqo7JjRRc H1 {
  color: #2b597e;
}
.cid-rNqo7JjRRc .mbr-text,
.cid-rNqo7JjRRc .mbr-section-btn {
  color: #716c80;
}
.cid-rNqo7JjRRc H3 {
  color: #716c80;
}
.cid-rNqo7JjRRc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNqo7JjRRc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNqo7JjRRc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNqo7JjRRc .link:hover {
  color: #08829e !important;
}
.cid-rNqo7JjRRc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rNqo7JjRRc DIV {
  color: #57468b;
}
.cid-rNqo7JjRRc .mbr-text,
.cid-rNqo7JjRRc .media-content {
  color: #000000;
}
.cid-rNqo7K4aAd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-rNqo7K4aAd H2 {
  color: #f9f295;
}
.cid-rSAJXw9gaa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rSAJXw9gaa .container {
  max-width: 1500px;
}
.cid-rSAJXw9gaa .row {
  background: #333333;
}
.cid-rSAJXw9gaa .img-col {
  padding: 0;
}
.cid-rSAJXw9gaa .title-col {
  padding: 4rem 8rem;
}
.cid-rSAJXw9gaa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rSAJXw9gaa h2 {
  padding: 0;
  margin: 0;
}
.cid-rSAJXw9gaa .text-wrap {
  margin: auto;
}
.cid-rSAJXw9gaa .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rSAJXw9gaa .row {
    margin: 2rem;
  }
  .cid-rSAJXw9gaa .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSAJXw9gaa .row {
    margin: 0rem;
  }
  .cid-rSAJXw9gaa .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rSAJXw9gaa H2 {
  color: #b2ccd2;
}
.cid-rNqo7LCbRc {
  background-color: #ffffff;
}
.cid-rNqo7LCbRc section {
  position: relative;
}
.cid-rNqo7LCbRc .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rNqo7LCbRc #e1_circle,
.cid-rNqo7LCbRc #e3_circle,
.cid-rNqo7LCbRc #e4_circle,
.cid-rNqo7LCbRc #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rNqo7LCbRc #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rNqo7LCbRc .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rNqo7LCbRc .rev {
  animation: rev 4s linear infinite;
}
.cid-rNqo7LCbRc .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rNqo7LCbRc .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rNqo7LCbRc .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rNqo7LCbRc .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rNqo7LCbRc .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rNqo7LCbRc .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rNqo7LCbRc .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rNqo7LCbRc .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rNqo7LCbRc .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rNqo7LCbRc .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rNqo7LCbRc .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rNqo7LCbRc H1 {
  color: #0a465a;
}
.cid-rNqo7LCbRc .mbr-text,
.cid-rNqo7LCbRc .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rNqo7LCbRc H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rNqo7LCbRc .round9,
  .cid-rNqo7LCbRc .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rNqo7LCbRc .round {
    display: none;
  }
}
.cid-rQvpyogFHB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQvpyogFHB .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQvpyogFHB h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQvpyogFHB .svg11 path {
  fill: #7aba59;
}
.cid-rQvpyogFHB .svg21 path {
  fill: #f9b945;
}
.cid-rQvpyogFHB .svg31 path {
  fill: #ed6436;
}
.cid-rQvpyogFHB .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQvpyogFHB .svg12 path,
.cid-rQvpyogFHB .svg22 path,
.cid-rQvpyogFHB .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQvpyogFHB .card {
  position: relative;
  height: 300px;
}
.cid-rQvpyogFHB .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQvpyogFHB .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQvpyogFHB .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpyogFHB .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQvpyogFHB .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpyogFHB .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQvpyogFHB .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQvpyogFHB .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQvpyogFHB .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQvpyogFHB .card .svg22,
.cid-rQvpyogFHB .card .svg32,
.cid-rQvpyogFHB .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQvpyogFHB .card .svg21,
.cid-rQvpyogFHB .card .svg31,
.cid-rQvpyogFHB .card .svg11 {
  z-index: 2;
}
.cid-rQvpyogFHB .card div {
  z-index: 3;
}
.cid-rQvpyogFHB .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQvpyogFHB .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQvpyogFHB .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQvpyogFHB .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQvpyogFHB .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQvpyogFHB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQvpyogFHB .card {
    margin-bottom: 2rem;
  }
  .cid-rQvpyogFHB .card svg {
    left: 30px;
  }
  .cid-rQvpyogFHB .card:hover h4 {
    animation: none;
  }
  .cid-rQvpyogFHB .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQvpyogFHB h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQvpyogFHB .card {
    max-width: 330px;
  }
  .cid-rQvpyogFHB .card svg {
    left: 0px;
  }
}
.cid-rQvpyogFHB H2 {
  color: #0f7699;
}
.cid-rQvuoTXVKp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQvuoTXVKp .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQvuoTXVKp .content {
    padding: 0 2rem;
  }
}
.cid-rQvuoTXVKp .row {
  justify-content: flex-end;
}
.cid-rQvuoTXVKp .img-col {
  padding: 0;
}
.cid-rQvuoTXVKp .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQvuoTXVKp .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQvuoTXVKp .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQvuoTXVKp .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQvuoTXVKp .icon-title,
.cid-rQvuoTXVKp .mbr-iconfont {
  color: #ed6436;
}
.cid-rQvuoTXVKp .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQvuoTXVKp .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQvuoTXVKp .icons-wrap {
    flex-direction: column;
  }
  .cid-rQvuoTXVKp .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQvuoTXVKp .link-wrap {
    margin: auto;
  }
  .cid-rQvuoTXVKp .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQvuoTXVKp .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQvuoTXVKp .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQvuoTXVKp .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQvuoTXVKp .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQvuoTXVKp .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQvuoTXVKp H1 {
  color: #0f7699;
}
.cid-rNqo7QeaQo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rSA95YB7vh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSA95YB7vh .nav-item:focus,
.cid-rSA95YB7vh .nav-link:focus {
  outline: none;
}
.cid-rSA95YB7vh .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rSA95YB7vh .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rSA95YB7vh .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rSA95YB7vh .dropdown .dropdown-menu .dropdown-item:active,
.cid-rSA95YB7vh .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rSA95YB7vh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSA95YB7vh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSA95YB7vh .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-rSA95YB7vh .navbar-caption:hover {
  color: inherit!important;
}
.cid-rSA95YB7vh .container {
  max-width: 1380px;
}
.cid-rSA95YB7vh .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rSA95YB7vh .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rSA95YB7vh .nav-link:hover,
.cid-rSA95YB7vh .nav-link:active,
.cid-rSA95YB7vh .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rSA95YB7vh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rSA95YB7vh .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rSA95YB7vh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSA95YB7vh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSA95YB7vh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSA95YB7vh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSA95YB7vh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rSA95YB7vh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSA95YB7vh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSA95YB7vh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSA95YB7vh .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-rSA95YB7vh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSA95YB7vh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSA95YB7vh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSA95YB7vh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSA95YB7vh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSA95YB7vh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSA95YB7vh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSA95YB7vh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSA95YB7vh .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-rSA95YB7vh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rSA95YB7vh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSA95YB7vh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSA95YB7vh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSA95YB7vh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSA95YB7vh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSA95YB7vh .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rSA95YB7vh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rSA95YB7vh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSA95YB7vh .icons-menu span {
  color: #ed6436 !important;
}
.cid-rSA95YB7vh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSA95YB7vh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSA95YB7vh .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-rSA95YB7vh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSA95YB7vh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSA95YB7vh .dropdown-item.active,
.cid-rSA95YB7vh .dropdown-item:active {
  background-color: transparent;
}
.cid-rSA95YB7vh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSA95YB7vh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSA95YB7vh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSA95YB7vh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rSA95YB7vh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSA95YB7vh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSA95YB7vh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSA95YB7vh .navbar-buttons {
  text-align: center;
}
.cid-rSA95YB7vh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSA95YB7vh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rSA95YB7vh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSA95YB7vh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSA95YB7vh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSA95YB7vh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSA95YB7vh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSA95YB7vh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSA95YB7vh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSA95YB7vh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSA95YB7vh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSA95YB7vh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSA95YB7vh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rSA95YB7vh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rSA95YB7vh .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSA95YB7vh .navbar {
    height: 77px;
  }
  .cid-rSA95YB7vh .navbar.opened {
    height: auto;
  }
  .cid-rSA95YB7vh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSA960nMPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-24-1920x1280.jpg");
}
.cid-rSA960nMPk .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rSA960nMPk .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rSA960nMPk .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSA960nMPk .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rSA960nMPk .container {
  max-width: 1600px;
}
.cid-rSA960nMPk .mbr-bold,
.cid-rSA960nMPk b {
  font-weight: 900;
}
.cid-rSA960nMPk .btn {
  color: white!important;
}
.cid-rSA960nMPk svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rSA960nMPk svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rSA960nMPk svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rSA960nMPk svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rSA960nMPk svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rSA960nMPk .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rSA960nMPk H1 {
  color: #ffffff;
}
.cid-rSA960nMPk .mbr-text,
.cid-rSA960nMPk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rSA961391t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSA961391t img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSA961391t H1 {
  color: #0b659b;
}
.cid-rSA961391t .mbr-text,
.cid-rSA961391t .mbr-section-btn {
  color: #716c80;
}
.cid-rSA961391t H3 {
  color: #701403;
}
.cid-rSA961391t .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSA961391t .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSA961391t .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSA961391t .link:hover {
  color: #08829e !important;
}
.cid-rSA961391t .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rSA961391t DIV {
  color: #57468b;
}
.cid-rSA961391t .mbr-text,
.cid-rSA961391t .media-content {
  color: #232323;
}
.cid-rSA961391t P {
  text-align: left;
  color: #0f7699;
}
.cid-rSAqcsc3e2 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rSAqcsc3e2 .mbr-text,
.cid-rSAqcsc3e2 .mbr-section-btn {
  color: #767676;
}
.cid-rSAqcsc3e2 p {
  z-index: 2;
  position: relative;
}
.cid-rSAqcsc3e2 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rSAqcsc3e2 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rSAqcsc3e2 .ico1 {
  font-size: 2rem;
}
.cid-rSAqcsc3e2 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rSAqcsc3e2 H3 {
  color: #149dcc;
}
.cid-rSA962txvk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSA962txvk li {
  list-style: none;
}
.cid-rSA962txvk .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rSA962txvk .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rSA962txvk .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rSA962txvk h4 {
  margin: 0;
}
.cid-rSA962txvk ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rSA962txvk .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rSA962txvk .col-title2 {
  color: #ed6436;
}
.cid-rSAnDYqYXK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-25-1920x1280.jpg");
}
.cid-rSAnDYqYXK .card {
  padding: 1rem;
}
.cid-rSAnDYqYXK .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #f7ed4a, #6e8c0d);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rSAnDYqYXK .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rSAnDYqYXK .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rSAnDYqYXK .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rSAnDYqYXK .card-sign {
  padding-top: .5rem;
}
.cid-rSAnDYqYXK .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-rSAnDYqYXK .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rSAnDYqYXK .card-title {
    text-align: center;
  }
  .cid-rSAnDYqYXK p.mbr-text,
  .cid-rSAnDYqYXK p.date {
    text-align: center;
  }
}
.cid-rSAnDYqYXK .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rSAnDYqYXK .card-text,
.cid-rSAnDYqYXK .mbr-subtitle {
  color: #8d97ad;
}
.cid-rSAnDYqYXK H2 {
  color: #ffffff;
}
.cid-rSAnDYqYXK .card-text {
  color: #0b1b3f;
}
.cid-rSAgxLs7We {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSAgxLs7We .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rSAgxLs7We .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rSAgxLs7We .text-content {
  padding-right: 1.5rem;
}
.cid-rSAgxLs7We .mbr-text,
.cid-rSAgxLs7We .mbr-section-btn {
  color: #0f7699;
}
.cid-rSAgxLs7We .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rSAgxLs7We .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rSAgxLs7We .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rSAgxLs7We .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSAgxLs7We .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rSAgxLs7We .main-row {
    margin: 0;
  }
  .cid-rSAgxLs7We .mbr-section-title,
  .cid-rSAgxLs7We .mbr-text,
  .cid-rSAgxLs7We .list,
  .cid-rSAgxLs7We .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rSAgxLs7We .text-content {
    padding: 0;
  }
}
.cid-rSAgxLs7We .mbr-section-title {
  color: #0f7699;
}
.cid-rSA96rAk4b {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rSA96rAk4b .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rSA96rAk4b .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rSA96rAk4b .text-content {
  padding-right: 1.5rem;
}
.cid-rSA96rAk4b .mbr-text,
.cid-rSA96rAk4b .mbr-section-btn {
  color: #aff0f6;
}
.cid-rSA96rAk4b .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rSA96rAk4b .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rSA96rAk4b .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rSA96rAk4b .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rSA96rAk4b .main-row {
    margin: 0;
  }
  .cid-rSA96rAk4b .mbr-section-title,
  .cid-rSA96rAk4b .mbr-text,
  .cid-rSA96rAk4b .list,
  .cid-rSA96rAk4b .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rSA96rAk4b .text-content {
    padding: 0;
  }
}
.cid-rSA96rAk4b .mbr-section-title {
  color: #0f7699;
}
.cid-rTCxnxkk7b {
  background-color: #ffffff;
}
.cid-rTCxnxkk7b section {
  position: relative;
}
.cid-rTCxnxkk7b .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCxnxkk7b #e1_circle,
.cid-rTCxnxkk7b #e3_circle,
.cid-rTCxnxkk7b #e4_circle,
.cid-rTCxnxkk7b #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCxnxkk7b #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCxnxkk7b .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCxnxkk7b .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCxnxkk7b .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCxnxkk7b .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCxnxkk7b .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCxnxkk7b .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCxnxkk7b .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCxnxkk7b .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCxnxkk7b .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCxnxkk7b .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCxnxkk7b .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCxnxkk7b .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCxnxkk7b .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCxnxkk7b H1 {
  color: #0a465a;
}
.cid-rTCxnxkk7b .mbr-text,
.cid-rTCxnxkk7b .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCxnxkk7b H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCxnxkk7b .round9,
  .cid-rTCxnxkk7b .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCxnxkk7b .round {
    display: none;
  }
}
.cid-rSA96teBYY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rSA96teBYY .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rSA96teBYY h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rSA96teBYY .svg11 path {
  fill: #7aba59;
}
.cid-rSA96teBYY .svg21 path {
  fill: #f9b945;
}
.cid-rSA96teBYY .svg31 path {
  fill: #ed6436;
}
.cid-rSA96teBYY .svg4 path {
  fill: #0f7699 !important;
}
.cid-rSA96teBYY .svg12 path,
.cid-rSA96teBYY .svg22 path,
.cid-rSA96teBYY .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rSA96teBYY .card {
  position: relative;
  height: 300px;
}
.cid-rSA96teBYY .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rSA96teBYY .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rSA96teBYY .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSA96teBYY .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rSA96teBYY .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSA96teBYY .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rSA96teBYY .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSA96teBYY .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rSA96teBYY .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rSA96teBYY .card .svg22,
.cid-rSA96teBYY .card .svg32,
.cid-rSA96teBYY .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rSA96teBYY .card .svg21,
.cid-rSA96teBYY .card .svg31,
.cid-rSA96teBYY .card .svg11 {
  z-index: 2;
}
.cid-rSA96teBYY .card div {
  z-index: 3;
}
.cid-rSA96teBYY .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rSA96teBYY .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rSA96teBYY .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rSA96teBYY .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rSA96teBYY .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rSA96teBYY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rSA96teBYY .card {
    margin-bottom: 2rem;
  }
  .cid-rSA96teBYY .card svg {
    left: 30px;
  }
  .cid-rSA96teBYY .card:hover h4 {
    animation: none;
  }
  .cid-rSA96teBYY .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rSA96teBYY h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rSA96teBYY .card {
    max-width: 330px;
  }
  .cid-rSA96teBYY .card svg {
    left: 0px;
  }
}
.cid-rSA96teBYY H2 {
  color: #0f7699;
}
.cid-rSA96upCNU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rSA96upCNU .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSA96upCNU .content {
    padding: 0 2rem;
  }
}
.cid-rSA96upCNU .row {
  justify-content: flex-end;
}
.cid-rSA96upCNU .img-col {
  padding: 0;
}
.cid-rSA96upCNU .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rSA96upCNU .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rSA96upCNU .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rSA96upCNU .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rSA96upCNU .icon-title,
.cid-rSA96upCNU .mbr-iconfont {
  color: #ed6436;
}
.cid-rSA96upCNU .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rSA96upCNU .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSA96upCNU .icons-wrap {
    flex-direction: column;
  }
  .cid-rSA96upCNU .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rSA96upCNU .link-wrap {
    margin: auto;
  }
  .cid-rSA96upCNU .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rSA96upCNU .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rSA96upCNU .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rSA96upCNU .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rSA96upCNU .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rSA96upCNU .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rSA96upCNU H1 {
  color: #0f7699;
}
.cid-rSA96xBDNs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rSMwdoaWY9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSMwdoaWY9 .nav-item:focus,
.cid-rSMwdoaWY9 .nav-link:focus {
  outline: none;
}
.cid-rSMwdoaWY9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rSMwdoaWY9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rSMwdoaWY9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rSMwdoaWY9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rSMwdoaWY9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rSMwdoaWY9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rSMwdoaWY9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSMwdoaWY9 .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-rSMwdoaWY9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rSMwdoaWY9 .container {
  max-width: 1380px;
}
.cid-rSMwdoaWY9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rSMwdoaWY9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rSMwdoaWY9 .nav-link:hover,
.cid-rSMwdoaWY9 .nav-link:active,
.cid-rSMwdoaWY9 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rSMwdoaWY9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rSMwdoaWY9 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rSMwdoaWY9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rSMwdoaWY9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSMwdoaWY9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rSMwdoaWY9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSMwdoaWY9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rSMwdoaWY9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rSMwdoaWY9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSMwdoaWY9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSMwdoaWY9 .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-rSMwdoaWY9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSMwdoaWY9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rSMwdoaWY9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rSMwdoaWY9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rSMwdoaWY9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSMwdoaWY9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rSMwdoaWY9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSMwdoaWY9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSMwdoaWY9 .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-rSMwdoaWY9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rSMwdoaWY9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSMwdoaWY9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rSMwdoaWY9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSMwdoaWY9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rSMwdoaWY9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rSMwdoaWY9 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rSMwdoaWY9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rSMwdoaWY9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSMwdoaWY9 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rSMwdoaWY9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rSMwdoaWY9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rSMwdoaWY9 .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-rSMwdoaWY9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSMwdoaWY9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSMwdoaWY9 .dropdown-item.active,
.cid-rSMwdoaWY9 .dropdown-item:active {
  background-color: transparent;
}
.cid-rSMwdoaWY9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSMwdoaWY9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSMwdoaWY9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSMwdoaWY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rSMwdoaWY9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rSMwdoaWY9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSMwdoaWY9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rSMwdoaWY9 .navbar-buttons {
  text-align: center;
}
.cid-rSMwdoaWY9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSMwdoaWY9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rSMwdoaWY9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSMwdoaWY9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSMwdoaWY9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSMwdoaWY9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSMwdoaWY9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSMwdoaWY9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSMwdoaWY9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSMwdoaWY9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSMwdoaWY9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSMwdoaWY9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSMwdoaWY9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rSMwdoaWY9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rSMwdoaWY9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rSMwdoaWY9 .navbar {
    height: 77px;
  }
  .cid-rSMwdoaWY9 .navbar.opened {
    height: auto;
  }
  .cid-rSMwdoaWY9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rSMwdqfgOO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x960.jpg");
}
.cid-rSMwdqfgOO .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rSMwdqfgOO .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rSMwdqfgOO .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSMwdqfgOO .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rSMwdqfgOO .container {
  max-width: 1600px;
}
.cid-rSMwdqfgOO .mbr-bold,
.cid-rSMwdqfgOO b {
  font-weight: 900;
}
.cid-rSMwdqfgOO .btn {
  color: white!important;
}
.cid-rSMwdqfgOO svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rSMwdqfgOO svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rSMwdqfgOO svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rSMwdqfgOO svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rSMwdqfgOO svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rSMwdqfgOO .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rSMwdqfgOO H1 {
  color: #ffffff;
}
.cid-rSMwdqfgOO .mbr-text,
.cid-rSMwdqfgOO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rSMwdr1gVK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSMwdr1gVK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rSMwdr1gVK H1 {
  color: #0b659b;
}
.cid-rSMwdr1gVK .mbr-text,
.cid-rSMwdr1gVK .mbr-section-btn {
  color: #716c80;
}
.cid-rSMwdr1gVK H3 {
  color: #716c80;
}
.cid-rSMwdr1gVK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rSMwdr1gVK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rSMwdr1gVK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rSMwdr1gVK .link:hover {
  color: #08829e !important;
}
.cid-rSMwdr1gVK .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rSMwdr1gVK DIV {
  color: #57468b;
}
.cid-rSMwdr1gVK .mbr-text,
.cid-rSMwdr1gVK .media-content {
  color: #232323;
}
.cid-rSMwdr1gVK P {
  text-align: left;
  color: #181818;
}
.cid-rUQFeVMibH {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rUQFeVMibH .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rUQFeVMibH .text-content .btn-bgr {
  z-index: 0;
}
.cid-rUQFeVMibH .mbr-overlay {
  background: linear-gradient(90deg, #181818, #4284df);
}
.cid-rUQFeVMibH H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rUQFeVMibH P {
  color: #0b1b3f;
}
.cid-rUQFeVMibH H2 {
  color: #000000;
}
.cid-rUQFeVMibH .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rUQFeVMibH .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rUQFeVMibH .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #d1f5f9;
}
@media (max-width: 991px) {
  .cid-rUQFeVMibH .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rUQFeVMibH .text-content {
    width: 100%;
  }
}
.cid-rUQFeVMibH .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rUQFeVMibH .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rUQFeVMibH .mbr-text {
    text-align: center;
  }
}
.cid-rUQFeVMibH .mbr-section-btn,
.cid-rUQFeVMibH .mbr-section-title {
  color: #074c63;
}
.cid-rUQFeVMibH .mbr-section-subtitle {
  color: #0b1b3f;
}
.cid-rUz5BsUai8 .stats-item:hover span {
  color: #0f7699;
}
.cid-rUz5BsUai8 .stats-item {
  padding: 80px 20px;
}
.cid-rUz5BsUai8 .stats-item:nth-child(2n) {
  background-color: #c4e0f6;
}
.cid-rUz5BsUai8 .stats-item:nth-child(odd) {
  background-color: #a3dadf;
}
.cid-rUz5BsUai8 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-rUz5BsUai8 .mbr-iconfont {
  font-size: 50px;
}
.cid-rUz5BsUai8 .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-rUz5BsUai8 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-rUz5BsUai8 .stats-item:first-child {
    background: #c4e0f6;
  }
  .cid-rUz5BsUai8 .stats-item:nth-child(2n) {
    background: #a3dadf;
  }
  .cid-rUz5BsUai8 .stats-item:nth-child(0n+3) {
    background: #a3dadf none repeat scroll 0 center;
  }
  .cid-rUz5BsUai8 .stats-item:last-child {
    background: #c4e0f6;
  }
}
.cid-rUz5BsUai8 .counter {
  text-align: center;
  color: #000000;
}
.cid-rUz5BsUai8 .mbr-card-title,
.cid-rUz5BsUai8 .mbr-iconfont {
  text-align: center;
  color: #042c39;
  display: block;
}
.cid-rSMy5amsvU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSMy5amsvU .mbr-text,
.cid-rSMy5amsvU blockquote {
  color: #232323;
}
.cid-rSMy5amsvU .mbr-text {
  color: #0b1b3f;
}
.cid-rTx1hFw0yB {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #c2d2fb;
}
.cid-rTx1hFw0yB .container-fluid {
  padding: 0 3rem;
}
.cid-rTx1hFw0yB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #08829e 50%, #181818 120%);
  display: inline-block;
}
.cid-rTx1hFw0yB .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-rTx1hFw0yB .header-text {
  padding: 2rem 1rem !important;
}
.cid-rTx1hFw0yB .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-rTx1hFw0yB .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rTx1hFw0yB .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rTx1hFw0yB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rTx1hFw0yB .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-rTx1hFw0yB .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-rTx1hFw0yB .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rTx1hFw0yB .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-rTx1hFw0yB .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rTx1hFw0yB .container-fluid {
    padding: 0 1rem;
  }
  .cid-rTx1hFw0yB .header-text {
    padding: 1rem !important;
  }
  .cid-rTx1hFw0yB .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rTx1hFw0yB .panel-body {
    width: calc(100% - 48px);
  }
  .cid-rTx1hFw0yB .panel-group {
    padding: 0;
  }
}
.cid-rTx1hFw0yB .header-text,
.cid-rTx1hFw0yB .sign {
  color: #232323;
}
.cid-rTx1hFw0yB .mbr-section-title,
.cid-rTx1hFw0yB .underline {
  color: #0b1b3f;
}
.cid-rTCA7llgPa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1440.jpg");
}
.cid-rTCA7llgPa .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-rTCA7llgPa .card {
  border-right: 1px solid white;
}
.cid-rTCA7llgPa .btn-white-outline:hover,
.cid-rTCA7llgPa .btn-white-outline:focus {
  color: #08829e !important;
}
@media (max-width: 992px) {
  .cid-rTCA7llgPa .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-rTCA7llgPa .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-rTCA7llgPa H1 {
  color: #45dbfd;
}
.cid-rWD2ULzyCd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #9e0404;
}
.cid-rWD2ULzyCd .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rWD2ULzyCd .container {
  max-width: 1500px;
}
.cid-rWD2ULzyCd .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-rWD2ULzyCd .container {
    padding: 0 4rem;
  }
}
.cid-rWD2ULzyCd .mbr-text,
.cid-rWD2ULzyCd .mbr-section-btn {
  color: #efeeee;
}
.cid-rWD2ULzyCd .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rWD2ULzyCd .btn .mbr-iconfont {
  order: 2;
}
.cid-rWD2ULzyCd .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-rWD2ULzyCd .align-left {
    text-align: center;
  }
  .cid-rWD2ULzyCd .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-rUcdjay2hD {
  background-image: url("../../../assets/images/mbr-26-1920x1280.jpg");
}
.cid-rUcdjay2hD .mbr-text,
.cid-rUcdjay2hD .typed-text,
.cid-rUcdjay2hD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rUcdjay2hD .btn {
  margin-left: 4px !important;
}
.cid-rUcdjay2hD .animated-element {
  color: #7fe7f0;
}
.cid-rUcdjay2hD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #7fe7f0;
}
@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-rUcdjay2hD .mbr-section-title {
  color: #c4e0f6;
}
.cid-rTxrOu4U4V {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTxrOu4U4V li {
  list-style: none;
}
.cid-rTxrOu4U4V .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rTxrOu4U4V .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rTxrOu4U4V .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rTxrOu4U4V h4 {
  margin: 0;
}
.cid-rTxrOu4U4V ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rTxrOu4U4V .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rTxrOu4U4V .col-title2 {
  color: #0f7699;
}
.cid-rTxrOu4U4V .col-title1 {
  text-align: right;
  color: #054570;
}
.cid-rU5NHyt84C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-rU5NHyt84C .card {
  padding: 1rem;
}
.cid-rU5NHyt84C .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #1439cc, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rU5NHyt84C .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rU5NHyt84C .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rU5NHyt84C .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rU5NHyt84C .card-sign {
  padding-top: .5rem;
}
.cid-rU5NHyt84C .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-rU5NHyt84C .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rU5NHyt84C .card-title {
    text-align: center;
  }
  .cid-rU5NHyt84C p.mbr-text,
  .cid-rU5NHyt84C p.date {
    text-align: center;
  }
}
.cid-rU5NHyt84C .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rU5NHyt84C .card-text,
.cid-rU5NHyt84C .mbr-subtitle {
  color: #8d97ad;
}
.cid-rU5NHyt84C .card-text {
  color: #0f7699;
}
.cid-rU5NHyt84C H2 {
  color: #054570;
}
.cid-rU6d15Eaye {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-rU6d15Eaye .card {
  padding: 1rem;
}
.cid-rU6d15Eaye .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #1439cc, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-rU6d15Eaye .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-rU6d15Eaye .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-rU6d15Eaye .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rU6d15Eaye .card-sign {
  padding-top: .5rem;
}
.cid-rU6d15Eaye .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-rU6d15Eaye .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-rU6d15Eaye .card-title {
    text-align: center;
  }
  .cid-rU6d15Eaye p.mbr-text,
  .cid-rU6d15Eaye p.date {
    text-align: center;
  }
}
.cid-rU6d15Eaye .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rU6d15Eaye .card-text,
.cid-rU6d15Eaye .mbr-subtitle {
  color: #8d97ad;
}
.cid-rU6d15Eaye .card-text {
  color: #0f7699;
}
.cid-rU6d15Eaye H2 {
  color: #054570;
}
.cid-rUDC6FAXD5 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #c4e0f6;
}
.cid-rUDC6FAXD5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUDC6FAXD5 H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rUDC6FAXD5 .mbr-text,
.cid-rUDC6FAXD5 .mbr-section-btn {
  color: #716c80;
}
.cid-rUDC6FAXD5 H3 {
  color: #716c80;
}
.cid-rUDC6FAXD5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUDC6FAXD5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUDC6FAXD5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUDC6FAXD5 .link:hover {
  color: #08829e !important;
}
.cid-rUDC6FAXD5 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rUDC6FAXD5 DIV {
  color: #57468b;
}
.cid-rUDC6FAXD5 .mbr-text,
.cid-rUDC6FAXD5 .media-content {
  color: #232323;
}
.cid-rUDC6FAXD5 P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rUDAdMx5Ia {
  background: #c4e0f6;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rUDAdMx5Ia .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rUDAdMx5Ia .video-block {
    width: 100% !important;
  }
}
.cid-rWskio9ur4 {
  background: #c4e0f6;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rWskio9ur4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rWskio9ur4 .video-block {
    width: 100% !important;
  }
}
.cid-rYC05Pb18P {
  background: #c4e0f6;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rYC05Pb18P .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYC05Pb18P .video-block {
    width: 100% !important;
  }
}
.cid-rVSvLyMhaF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c4e0f6;
}
.cid-rVSvLyMhaF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVSvLyMhaF H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rVSvLyMhaF .mbr-text,
.cid-rVSvLyMhaF .mbr-section-btn {
  color: #716c80;
}
.cid-rVSvLyMhaF H3 {
  color: #716c80;
}
.cid-rVSvLyMhaF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVSvLyMhaF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVSvLyMhaF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVSvLyMhaF .link:hover {
  color: #08829e !important;
}
.cid-rVSvLyMhaF .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVSvLyMhaF DIV {
  color: #57468b;
}
.cid-rVSvLyMhaF .mbr-text,
.cid-rVSvLyMhaF .media-content {
  color: #232323;
}
.cid-rVSvLyMhaF P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rVHSE5HEvs {
  background: #c4e0f6;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rVHSE5HEvs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rVHSE5HEvs .video-block {
    width: 100% !important;
  }
}
.cid-rZtIZGRV8I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-rZtIZGRV8I .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rZtIZGRV8I .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rZtIZGRV8I .card-wrap:hover h4,
.cid-rZtIZGRV8I .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rZtIZGRV8I h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rZtIZGRV8I h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rZtIZGRV8I img {
  width: 100%;
}
.cid-rZtIZGRV8I h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZtIZGRV8I h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZtIZGRV8I .card-title1,
.cid-rZtIZGRV8I .title-wrap1 {
  color: #ffffff;
}
.cid-rZtIZGRV8I .card-title,
.cid-rZtIZGRV8I .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rZtIZGRV8I .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rZtIZGRV8I .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rZtIZGRV8I H3 {
  color: #ffffff;
}
.cid-rZtJ0vauDW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-rZtJ0vauDW .mbr-text {
  position: relative;
}
.cid-rZtJ0vauDW .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rZtJ0vauDW .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rZtJ0vauDW .mbr-text:after,
  .cid-rZtJ0vauDW .mbr-text:before {
    display: none;
  }
}
.cid-rYC9btf8R3 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #c4e0f6;
}
.cid-rYC9btf8R3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rYC9btf8R3 H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rYC9btf8R3 .mbr-text,
.cid-rYC9btf8R3 .mbr-section-btn {
  color: #716c80;
}
.cid-rYC9btf8R3 H3 {
  color: #716c80;
}
.cid-rYC9btf8R3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rYC9btf8R3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rYC9btf8R3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rYC9btf8R3 .link:hover {
  color: #08829e !important;
}
.cid-rYC9btf8R3 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rYC9btf8R3 DIV {
  color: #57468b;
}
.cid-rYC9btf8R3 .mbr-text,
.cid-rYC9btf8R3 .media-content {
  color: #232323;
}
.cid-rYC9btf8R3 P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rYC99YJvJB {
  background: #c4e0f6;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-rYC99YJvJB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYC99YJvJB .video-block {
    width: 100% !important;
  }
}
.cid-rTwGOWIsYx {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTwGOWIsYx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTwGOWIsYx .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rTwGOWIsYx .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rTwGOWIsYx .carousel-item.active,
.cid-rTwGOWIsYx .carousel-item-next,
.cid-rTwGOWIsYx .carousel-item-prev {
  display: flex;
}
.cid-rTwGOWIsYx .carousel-controls a {
  transition: opacity .5s;
}
.cid-rTwGOWIsYx .carousel-controls a:hover span,
.cid-rTwGOWIsYx .carousel-controls a:focus span {
  opacity: 1;
}
.cid-rTwGOWIsYx .carousel-controls a:hover svg,
.cid-rTwGOWIsYx .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-rTwGOWIsYx .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-rTwGOWIsYx .user_image {
  overflow: hidden;
  display: flex;
}
.cid-rTwGOWIsYx .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-rTwGOWIsYx .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rTwGOWIsYx .user_text {
  color: #767676;
}
.cid-rTwGOWIsYx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rTwGOWIsYx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #08829e, #181818);
  display: inline-block;
}
.cid-rTwGOWIsYx .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-rTwGOWIsYx svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rTwGOWIsYx .user_name {
  color: #149dcc;
}
.cid-rTwGOWIsYx .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-rTwGOWIsYx .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-rTwGOWIsYx .testimonials-quote,
  .cid-rTwGOWIsYx .user_text,
  .cid-rTwGOWIsYx .user_name,
  .cid-rTwGOWIsYx .user_desk {
    text-align: center !important;
  }
  .cid-rTwGOWIsYx .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-rTwGOWIsYx .mbr-section-title,
  .cid-rTwGOWIsYx .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rTwGOWIsYx .carousel-control-prev span {
    right: -1rem;
  }
  .cid-rTwGOWIsYx .carousel-control-next span {
    left: -1rem;
  }
  .cid-rTwGOWIsYx .user-text {
    padding-right: 2rem;
  }
  .cid-rTwGOWIsYx .carousel-control-prev,
  .cid-rTwGOWIsYx .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-rT3LwD73rU {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rT3LwD73rU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rT3LwD73rU .video-block {
    width: 100% !important;
  }
}
.cid-rT3utxw5Ok {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-rT3utxw5Ok .text-content .btn-bgr {
  z-index: 0;
}
.cid-rT3utxw5Ok .mbr-overlay {
  background: #0f7699;
}
.cid-rT3utxw5Ok .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rT3utxw5Ok .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rT3utxw5Ok .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT3utxw5Ok .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rT3utxw5Ok .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rT3utxw5Ok .mbr-section-btn,
.cid-rT3utxw5Ok .mbr-section-title {
  color: #0f7699;
}
.cid-rTxeyopj7s {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #f6dbd3;
}
.cid-rTxeyopj7s .container {
  max-width: 1500px;
}
.cid-rTxeyopj7s img {
  width: 100%;
}
.cid-rTxeyopj7s h2 {
  padding: 0;
  margin: 0;
}
.cid-rTxeyopj7s .text-wrap {
  max-width: 500px;
  margin: auto;
}
.cid-rTxeyopj7s .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-rTxeyopj7s .img-col {
  position: relative;
}
.cid-rTxeyopj7s .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .cid-rTxeyopj7s .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .cid-rTxeyopj7s .title-col {
    margin-bottom: 4rem!important;
  }
  .cid-rTxeyopj7s .img2 {
    top: -2rem;
  }
  .cid-rTxeyopj7s .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-rTxeyopj7s .img2 {
    width: 50%;
  }
  .cid-rTxeyopj7s .number {
    margin: auto;
  }
}
.cid-rTxeyopj7s H2 {
  color: #810808;
}
.cid-rTUQxzpYA3 {
  padding-top: 75px;
  padding-bottom: 345px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rTUQxzpYA3 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rTUQxzpYA3 #e1_ellipse {
  fill: #f6dbd3 !important;
}
.cid-rTUQxzpYA3 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-rTUQxzpYA3 img {
    width: 100%;
    left: 0;
  }
}
.cid-rTUQxzpYA3 H1 {
  color: #810808;
}
.cid-rTUQxzpYA3 .mbr-text,
.cid-rTUQxzpYA3 .mbr-section-btn {
  color: #181818;
}
.cid-rURh6X8FwR {
  background-image: url("../../../assets/images/mbr-16-1920x1280.jpg");
}
.cid-rURh6X8FwR .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rURh6X8FwR .text-content .btn-bgr {
  z-index: 0;
}
.cid-rURh6X8FwR .mbr-overlay {
  background: linear-gradient(90deg, #f7ed4a, #482908);
}
.cid-rURh6X8FwR H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rURh6X8FwR P {
  color: #0b1b3f;
}
.cid-rURh6X8FwR H2 {
  color: #000000;
}
.cid-rURh6X8FwR .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rURh6X8FwR .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rURh6X8FwR .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rURh6X8FwR .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rURh6X8FwR .text-content {
    width: 100%;
  }
}
.cid-rURh6X8FwR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rURh6X8FwR .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rURh6X8FwR .mbr-text {
    text-align: center;
  }
}
.cid-rU4BMW8dm8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1326.jpg");
}
.cid-rU4BMW8dm8 .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #f7ed4a;
}
.cid-rU4BMW8dm8 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-rU4BMW8dm8 .card-img {
  margin-bottom: 1rem;
}
.cid-rU4BMW8dm8 .card-img span {
  font-size: 60px;
}
.cid-rU4Ajm66MG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c4e0f6;
}
.cid-rU4Ajm66MG H1 {
  color: #0f7699;
}
.cid-rU4Ajm66MG .mbr-text,
.cid-rU4Ajm66MG .mbr-section-btn {
  color: #054570;
}
.cid-rU4Ajm66MG .img-box {
  position: relative;
}
.cid-rU4Ajm66MG .card-ico span {
  font-size: 96px;
  color: #08829e;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rU4Ajm66MG .card-ico .ico1 {
  background-color: #0f7699;
}
.cid-rU4Ajm66MG .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rU4Ajm66MG .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rU4Ajm66MG .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rU4Ajm66MG .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rU4Ajm66MG img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 992px) {
  .cid-rU4Ajm66MG .img-box {
    height: 500px;
  }
  .cid-rU4Ajm66MG .img1 {
    left: 1rem;
  }
  .cid-rU4Ajm66MG .img2 {
    right: 1rem;
  }
  .cid-rU4Ajm66MG img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rU4Ajm66MG img {
    width: 60%;
  }
  .cid-rU4Ajm66MG .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-rU4Ajm66MG .author-box {
    justify-content: center;
  }
  .cid-rU4Ajm66MG .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rU4Ajm66MG .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rU4Ajm66MG .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rU4Ajm66MG .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rU4Ajm66MG .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rU4Ajm66MG .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rU4Ajm66MG .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rU4Ajm66MG h3,
.cid-rU4Ajm66MG h4 {
  margin: 0;
  padding: 0;
}
.cid-rU4Ajm66MG .card-title,
.cid-rU4Ajm66MG .mbr-section-subtitle {
  color: #232323;
}
.cid-rWaEzycsWW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1b3f;
}
.cid-rWaEzycsWW .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rWaEzycsWW .content {
    padding: 0 6rem;
  }
}
.cid-rWaEzycsWW .mbr-figure {
  height: 100%;
}
.cid-rWaEzycsWW img {
  height: 100%;
  object-fit: cover;
}
.cid-rWaEzycsWW .img-col {
  padding: 0;
}
.cid-rWaEzycsWW .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rWaEzycsWW p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rWaEzycsWW .mbr-iconfont {
  font-size: 5rem;
  color: #0f7699 !important;
}
.cid-rWaEzycsWW .icon-title,
.cid-rWaEzycsWW .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rWaEzycsWW .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rWaEzycsWW .icon-wrap {
    margin: auto;
  }
}
.cid-rWaEzycsWW H3 {
  color: #ed6436;
}
.cid-rWaEzycsWW .mbr-text,
.cid-rWaEzycsWW .mbr-section-btn,
.cid-rWaEzycsWW .content {
  color: #b2ccd2;
}
.cid-rUhnADDlS0 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #75b6bc;
}
.cid-rUhnADDlS0 .mbr-text {
  color: #767676;
}
.cid-rUhnADDlS0 img {
  width: 100%;
}
.cid-rUhnADDlS0 .card-img {
  margin-bottom: 0rem;
}
.cid-rUhnADDlS0 .card-wrapper {
  background: #caf2f4;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rUhnADDlS0 .card-box {
  padding: 2rem 1rem;
}
.cid-rUhnADDlS0 p {
  font-weight: 400;
}
.cid-rUhnADDlS0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rUhnADDlS0 .card {
    margin-bottom: 2rem;
  }
}
.cid-rUhnADDlS0 .mbr-text,
.cid-rUhnADDlS0 .mbr-section-btn {
  text-align: center;
  color: #0b1b3f;
}
.cid-rUhnADDlS0 .card-title,
.cid-rUhnADDlS0 .card-img {
  text-align: center;
  color: #0f7699;
}
.cid-rUhnADDlS0 H2 {
  color: #042c39;
}
.cid-rUnBReRAdj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #75b6bc;
}
.cid-rUnBReRAdj h3 {
  text-align: center;
}
.cid-rUnBReRAdj .pie_progress {
  position: relative;
}
.cid-rUnBReRAdj .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rUnBReRAdj p {
  line-height: 1.6;
}
.cid-rUnBReRAdj .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rUnBReRAdj .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rUnBReRAdj .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rUnBReRAdj .mbr-section-subtitle {
  color: #383838;
}
.cid-rUnBReRAdj .pie_progress__number {
  text-align: center !important;
}
.cid-rUnBReRAdj .card-title {
  margin-bottom: 0;
}
.cid-rUnBReRAdj .svg-gradient {
  position: absolute;
}
.cid-rUnBReRAdj ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rUnBReRAdj .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rUnBReRAdj H4 {
  color: #0b1b3f;
}
.cid-rUnBReRAdj .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUnBReRAdj .card {
    flex-direction: column;
  }
  .cid-rUnBReRAdj .content {
    padding-left: 0rem;
  }
  .cid-rUnBReRAdj .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rUnBReRAdj H5 {
  color: #ffffff;
}
.cid-rUQLLFAASG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #75b6bc;
}
.cid-rUQLLFAASG h3 {
  text-align: center;
}
.cid-rUQLLFAASG .pie_progress {
  position: relative;
}
.cid-rUQLLFAASG .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rUQLLFAASG p {
  line-height: 1.6;
}
.cid-rUQLLFAASG .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rUQLLFAASG .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rUQLLFAASG .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rUQLLFAASG .mbr-section-subtitle {
  color: #383838;
}
.cid-rUQLLFAASG .pie_progress__number {
  text-align: center !important;
}
.cid-rUQLLFAASG .card-title {
  margin-bottom: 0;
}
.cid-rUQLLFAASG .svg-gradient {
  position: absolute;
}
.cid-rUQLLFAASG ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rUQLLFAASG .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rUQLLFAASG H4 {
  color: #0b1b3f;
}
.cid-rUQLLFAASG .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUQLLFAASG .card {
    flex-direction: column;
  }
  .cid-rUQLLFAASG .content {
    padding-left: 0rem;
  }
  .cid-rUQLLFAASG .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rUQLLFAASG H5 {
  color: #ffffff;
}
.cid-rTY8BuD1qw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rTY8BuD1qw 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-rTY8BuD1qw .mbr-text,
.cid-rTY8BuD1qw .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTY8BuD1qw #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rTY8BuD1qw #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rTY8BuD1qw H1 {
  color: #0f7699;
}
.cid-rTY8BuD1qw 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(50, 50, 50, 0.35);
}
.cid-rTY8BuD1qw .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-rTY8BuD1qw .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rTY8BuD1qw img {
    left: 0px;
    width: 100%;
  }
}
.cid-rZQzwLdmxR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZQzwLdmxR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZQzwLdmxR H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rZQzwLdmxR .mbr-text,
.cid-rZQzwLdmxR .mbr-section-btn {
  color: #716c80;
}
.cid-rZQzwLdmxR H3 {
  color: #716c80;
}
.cid-rZQzwLdmxR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZQzwLdmxR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZQzwLdmxR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZQzwLdmxR .link:hover {
  color: #08829e !important;
}
.cid-rZQzwLdmxR .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZQzwLdmxR DIV {
  color: #57468b;
}
.cid-rZQzwLdmxR .mbr-text,
.cid-rZQzwLdmxR .media-content {
  color: #232323;
}
.cid-rZQzwLdmxR P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rZQzyKHpYA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rZQzyKHpYA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rZQzyKHpYA .video-block {
    width: 100% !important;
  }
}
.cid-rSMxZOuAnQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #90b8d1;
}
.cid-rSMxZOuAnQ .container {
  max-width: 1500px;
}
.cid-rSMxZOuAnQ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSMxZOuAnQ img:hover {
  transform: scale(1.1);
}
.cid-rSMxZOuAnQ .row {
  background: #ffffff;
}
.cid-rSMxZOuAnQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rSMxZOuAnQ h2 {
  padding: 0;
  margin: 0;
}
.cid-rSMxZOuAnQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSMxZOuAnQ .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rSMxZOuAnQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rSMxZOuAnQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rSMxZOuAnQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rSMxZOuAnQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rSMxZOuAnQ .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rSMxZOuAnQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSMxZOuAnQ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rSMxZOuAnQ .row {
    margin: 0rem;
  }
  .cid-rSMxZOuAnQ .text-col {
    padding: 2rem 1rem;
  }
  .cid-rSMxZOuAnQ .number {
    margin-right: 2rem;
  }
  .cid-rSMxZOuAnQ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rSMxZOuAnQ H2 {
  color: #0f7699;
}
.cid-rSMxZOuAnQ .mbr-text {
  color: #181818;
}
.cid-rT3uQON5y3 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-rT3uQON5y3 .text-content .btn-bgr {
  z-index: 0;
}
.cid-rT3uQON5y3 .mbr-overlay {
  background: #0f7699;
}
.cid-rT3uQON5y3 .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-rT3uQON5y3 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rT3uQON5y3 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rT3uQON5y3 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-rT3uQON5y3 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rT3uQON5y3 .mbr-section-btn,
.cid-rT3uQON5y3 .mbr-section-title {
  color: #0f7699;
}
.cid-rUhHYLjrO9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0f7699;
}
.cid-rUhHYLjrO9 .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-rUhHYLjrO9 .mbr-section-title {
  margin: 0;
}
.cid-rUhHYLjrO9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rUhHYLjrO9 .card-img {
  text-align: inherit;
}
.cid-rUhHYLjrO9 .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-rUhHYLjrO9 .mbr-text {
  color: #8d97ad;
}
.cid-rUhHYLjrO9 .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-rUhHYLjrO9 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rUhHYLjrO9 .mbr-card-title {
  color: #0b1b3f;
}
.cid-rSRjAaDJ33 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rSRjAaDJ33 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rSRjAaDJ33 .video-block {
    width: 100% !important;
  }
}
.cid-rTCNHDFYsF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #810808;
}
.cid-rTCNHDFYsF h3 {
  text-align: center;
}
.cid-rTCNHDFYsF .pie_progress {
  position: relative;
}
.cid-rTCNHDFYsF .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rTCNHDFYsF p {
  line-height: 1.6;
}
.cid-rTCNHDFYsF .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rTCNHDFYsF .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rTCNHDFYsF .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rTCNHDFYsF .mbr-section-subtitle {
  color: #383838;
}
.cid-rTCNHDFYsF .pie_progress__number {
  text-align: center !important;
}
.cid-rTCNHDFYsF .card-title {
  margin-bottom: 0;
}
.cid-rTCNHDFYsF .svg-gradient {
  position: absolute;
}
.cid-rTCNHDFYsF ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rTCNHDFYsF .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rTCNHDFYsF H4 {
  color: #f7ed4a;
}
.cid-rTCNHDFYsF .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rTCNHDFYsF .card {
    flex-direction: column;
  }
  .cid-rTCNHDFYsF .content {
    padding-left: 0rem;
  }
  .cid-rTCNHDFYsF .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rTCNHDFYsF H5 {
  color: #ffffff;
}
.cid-rTCNHDFYsF .card-text {
  color: #ffffff;
}
.cid-rTHsEuHGTs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bfceff;
}
.cid-rTHsEuHGTs .link-wrap {
  width: 100%;
}
.cid-rTHsEuHGTs .card-box,
.cid-rTHsEuHGTs .img-wrapper {
  width: 50%;
}
.cid-rTHsEuHGTs img {
  margin: auto;
  width: 80%;
}
.cid-rTHsEuHGTs .link {
  display: inline-block;
}
.cid-rTHsEuHGTs .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rTHsEuHGTs .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rTHsEuHGTs .link a:hover {
  text-decoration: underline;
}
.cid-rTHsEuHGTs .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rTHsEuHGTs .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rTHsEuHGTs .link,
.cid-rTHsEuHGTs .link-wrap {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTHsEuHGTs .card {
    margin-bottom: 2rem;
  }
  .cid-rTHsEuHGTs img {
    width: 100%;
  }
  .cid-rTHsEuHGTs .card-wrapper {
    flex-direction: column;
  }
  .cid-rTHsEuHGTs .card-box,
  .cid-rTHsEuHGTs .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rTHsEuHGTs .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-rTHsEuHGTs .card-box,
  .cid-rTHsEuHGTs .img-wrapper {
    width: 100%;
  }
}
.cid-rTHsEuHGTs .card-subtitle {
  color: #0077ff;
}
.cid-rTHsEuHGTs .mbr-text,
.cid-rTHsEuHGTs .link-wrap {
  color: #333333;
}
.cid-rTHsEuHGTs .card-title,
.cid-rTHsEuHGTs .card-box {
  color: #105871;
}
.cid-rTOWgkTXPb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #054570;
}
.cid-rTOWgkTXPb .mbr-section-title {
  margin: 0;
}
.cid-rTOWgkTXPb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rTOWgkTXPb .underline .line {
  width: 3rem;
  height: 2px;
  background: #7aba59;
  display: inline-block;
}
.cid-rTOWgkTXPb .slider-testimonials {
  background: rgba(175, 240, 246, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-rTOWgkTXPb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rTOWgkTXPb .carousel-item.active,
.cid-rTOWgkTXPb .carousel-item-next,
.cid-rTOWgkTXPb .carousel-item-prev {
  display: flex;
}
.cid-rTOWgkTXPb .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #054570;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 46%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rTOWgkTXPb .carousel-control.carousel-control-prev {
  left: -25px;
}
.cid-rTOWgkTXPb .carousel-control.carousel-control-prev:hover {
  left: -30px;
}
.cid-rTOWgkTXPb .carousel-control.carousel-control-next {
  right: -25px;
}
.cid-rTOWgkTXPb .carousel-control.carousel-control-next:hover {
  right: -30px;
}
.cid-rTOWgkTXPb .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rTOWgkTXPb .carousel-control:hover {
  background-color: #08829e;
}
.cid-rTOWgkTXPb .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rTOWgkTXPb .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .cid-rTOWgkTXPb .carousel-control-prev,
  .cid-rTOWgkTXPb .carousel-control-next {
    display: none;
  }
  .cid-rTOWgkTXPb .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-rTOWgkTXPb .slider-testimonials {
    padding: 2rem 1rem;
  }
}
@media (max-width: 230px) {
  .cid-rTOWgkTXPb .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rTOWgkTXPb .carousel-row:hover .carousel-control {
  visibility: visible;
}
.cid-rTOWgkTXPb .user_name,
.cid-rTOWgkTXPb .user_desk {
  text-align: right;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rTOWgkTXPb .slider-testimonials {
    min-width: 100%;
    outline: 15px solid rgba(175, 240, 246, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-rTOWgkTXPb .carousel-control-prev {
    left: -40px !important;
  }
  .cid-rTOWgkTXPb .carousel-control-prev:hover {
    left: -45px !important;
  }
  .cid-rTOWgkTXPb .carousel-control-next {
    right: -40px !important;
  }
  .cid-rTOWgkTXPb .carousel-control-next:hover {
    right: -45px !important;
  }
}
.cid-rTOWgkTXPb .user_desk {
  text-align: left;
}
.cid-rTOWgkTXPb .user_name {
  text-align: left;
}
.cid-rTOWgkTXPb .user_text {
  text-align: left;
}
.cid-rTOWgkTXPb .mbr-section-subtitle {
  color: #aff0f6;
}
.cid-rUtIWtirwb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-3-1920x1080.jpg");
}
.cid-rUtIWtirwb .mbr-section-title {
  letter-spacing: .1em;
}
.cid-rUtIWtirwb .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-rUtIWtirwb .card-img span {
  font-size: 100px;
}
.cid-rUtIWtirwb .mbr-text,
.cid-rUtIWtirwb .mbr-section-btn {
  color: #efefef;
}
.cid-rUtIWtirwb .mbr-section-title,
.cid-rUtIWtirwb .card-img {
  color: #7fe7f0;
}
.cid-rTNAv0l70G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTNAv0l70G .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rTNAv0l70G .mbr-figure img {
  height: 300px;
  width: 300px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rTNAv0l70G .mbr-text,
.cid-rTNAv0l70G .mbr-section-btn {
  color: #054570;
}
@media (max-width: 767px) {
  .cid-rTNAv0l70G img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rTNAv0l70G H1 {
  color: #054570;
}
.cid-rTCxBJcTBE {
  background-color: #ffffff;
}
.cid-rTCxBJcTBE section {
  position: relative;
}
.cid-rTCxBJcTBE .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rTCxBJcTBE #e1_circle,
.cid-rTCxBJcTBE #e3_circle,
.cid-rTCxBJcTBE #e4_circle,
.cid-rTCxBJcTBE #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rTCxBJcTBE #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rTCxBJcTBE .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rTCxBJcTBE .rev {
  animation: rev 4s linear infinite;
}
.cid-rTCxBJcTBE .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rTCxBJcTBE .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rTCxBJcTBE .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rTCxBJcTBE .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rTCxBJcTBE .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rTCxBJcTBE .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rTCxBJcTBE .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rTCxBJcTBE .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rTCxBJcTBE .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rTCxBJcTBE .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rTCxBJcTBE .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rTCxBJcTBE H1 {
  color: #0a465a;
}
.cid-rTCxBJcTBE .mbr-text,
.cid-rTCxBJcTBE .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rTCxBJcTBE H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rTCxBJcTBE .round9,
  .cid-rTCxBJcTBE .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rTCxBJcTBE .round {
    display: none;
  }
}
.cid-udUEGXYYKL {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUEGXYYKL H1 {
  color: #0f7699;
}
.cid-udUEGXYYKL .mbr-text,
.cid-udUEGXYYKL .mbr-section-btn {
  color: #181818;
}
.cid-udUEGXYYKL .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUEGXYYKL .relative {
  position: relative;
}
.cid-udUEGXYYKL .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUEGXYYKL .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUEGXYYKL .card-img2 .img2 {
  width: 120%;
}
.cid-udUEGXYYKL .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUEGXYYKL .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUEGXYYKL .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUEHGJqck {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUEHGJqck .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUEHGJqck .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUEHGJqck .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUEHGJqck .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUEHGJqck .mbr-text,
.cid-udUEHGJqck .mbr-section-btn {
  color: #ffffff;
}
.cid-udUEHGJqck .card-title,
.cid-udUEHGJqck .card-box {
  text-align: left;
}
.cid-rSMwdA01aH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rSMwdA01aH .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rSMwdA01aH h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rSMwdA01aH .svg11 path {
  fill: #7aba59;
}
.cid-rSMwdA01aH .svg21 path {
  fill: #f9b945;
}
.cid-rSMwdA01aH .svg31 path {
  fill: #ed6436;
}
.cid-rSMwdA01aH .svg4 path {
  fill: #0f7699 !important;
}
.cid-rSMwdA01aH .svg12 path,
.cid-rSMwdA01aH .svg22 path,
.cid-rSMwdA01aH .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rSMwdA01aH .card {
  position: relative;
  height: 300px;
}
.cid-rSMwdA01aH .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rSMwdA01aH .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rSMwdA01aH .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSMwdA01aH .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rSMwdA01aH .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSMwdA01aH .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rSMwdA01aH .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSMwdA01aH .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rSMwdA01aH .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rSMwdA01aH .card .svg22,
.cid-rSMwdA01aH .card .svg32,
.cid-rSMwdA01aH .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rSMwdA01aH .card .svg21,
.cid-rSMwdA01aH .card .svg31,
.cid-rSMwdA01aH .card .svg11 {
  z-index: 2;
}
.cid-rSMwdA01aH .card div {
  z-index: 3;
}
.cid-rSMwdA01aH .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rSMwdA01aH .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rSMwdA01aH .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rSMwdA01aH .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rSMwdA01aH .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rSMwdA01aH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rSMwdA01aH .card {
    margin-bottom: 2rem;
  }
  .cid-rSMwdA01aH .card svg {
    left: 30px;
  }
  .cid-rSMwdA01aH .card:hover h4 {
    animation: none;
  }
  .cid-rSMwdA01aH .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rSMwdA01aH h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rSMwdA01aH .card {
    max-width: 330px;
  }
  .cid-rSMwdA01aH .card svg {
    left: 0px;
  }
}
.cid-rSMwdA01aH H2 {
  color: #0f7699;
}
.cid-rSMwdBukk8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rSMwdBukk8 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSMwdBukk8 .content {
    padding: 0 2rem;
  }
}
.cid-rSMwdBukk8 .row {
  justify-content: flex-end;
}
.cid-rSMwdBukk8 .img-col {
  padding: 0;
}
.cid-rSMwdBukk8 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rSMwdBukk8 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rSMwdBukk8 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rSMwdBukk8 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rSMwdBukk8 .icon-title,
.cid-rSMwdBukk8 .mbr-iconfont {
  color: #ed6436;
}
.cid-rSMwdBukk8 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rSMwdBukk8 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rSMwdBukk8 .icons-wrap {
    flex-direction: column;
  }
  .cid-rSMwdBukk8 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rSMwdBukk8 .link-wrap {
    margin: auto;
  }
  .cid-rSMwdBukk8 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rSMwdBukk8 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rSMwdBukk8 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rSMwdBukk8 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rSMwdBukk8 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rSMwdBukk8 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rSMwdBukk8 H1 {
  color: #0f7699;
}
.cid-rSMwdEGs14 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rUWcrI76kE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUWcrI76kE .nav-item:focus,
.cid-rUWcrI76kE .nav-link:focus {
  outline: none;
}
.cid-rUWcrI76kE .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rUWcrI76kE .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rUWcrI76kE .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rUWcrI76kE .dropdown .dropdown-menu .dropdown-item:active,
.cid-rUWcrI76kE .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rUWcrI76kE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rUWcrI76kE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUWcrI76kE .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-rUWcrI76kE .navbar-caption:hover {
  color: inherit!important;
}
.cid-rUWcrI76kE .container {
  max-width: 1380px;
}
.cid-rUWcrI76kE .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rUWcrI76kE .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rUWcrI76kE .nav-link:hover,
.cid-rUWcrI76kE .nav-link:active,
.cid-rUWcrI76kE .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rUWcrI76kE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rUWcrI76kE .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rUWcrI76kE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUWcrI76kE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUWcrI76kE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rUWcrI76kE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rUWcrI76kE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rUWcrI76kE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUWcrI76kE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUWcrI76kE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUWcrI76kE .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-rUWcrI76kE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUWcrI76kE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUWcrI76kE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUWcrI76kE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rUWcrI76kE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUWcrI76kE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUWcrI76kE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUWcrI76kE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUWcrI76kE .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-rUWcrI76kE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUWcrI76kE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUWcrI76kE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUWcrI76kE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUWcrI76kE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUWcrI76kE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUWcrI76kE .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rUWcrI76kE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rUWcrI76kE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rUWcrI76kE .icons-menu span {
  color: #ed6436 !important;
}
.cid-rUWcrI76kE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUWcrI76kE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUWcrI76kE .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-rUWcrI76kE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUWcrI76kE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUWcrI76kE .dropdown-item.active,
.cid-rUWcrI76kE .dropdown-item:active {
  background-color: transparent;
}
.cid-rUWcrI76kE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUWcrI76kE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rUWcrI76kE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rUWcrI76kE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rUWcrI76kE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUWcrI76kE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUWcrI76kE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUWcrI76kE .navbar-buttons {
  text-align: center;
}
.cid-rUWcrI76kE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUWcrI76kE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rUWcrI76kE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUWcrI76kE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUWcrI76kE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUWcrI76kE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUWcrI76kE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUWcrI76kE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUWcrI76kE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUWcrI76kE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUWcrI76kE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rUWcrI76kE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUWcrI76kE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUWcrI76kE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUWcrI76kE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUWcrI76kE .navbar {
    height: 77px;
  }
  .cid-rUWcrI76kE .navbar.opened {
    height: auto;
  }
  .cid-rUWcrI76kE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUWcrJtDGc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-8-1920x1080.jpg");
}
.cid-rUWcrJtDGc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rUWcrJtDGc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rUWcrJtDGc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rUWcrJtDGc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rUWcrJtDGc .container {
  max-width: 1600px;
}
.cid-rUWcrJtDGc .mbr-bold,
.cid-rUWcrJtDGc b {
  font-weight: 900;
}
.cid-rUWcrJtDGc .btn {
  color: white!important;
}
.cid-rUWcrJtDGc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rUWcrJtDGc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rUWcrJtDGc svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rUWcrJtDGc svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rUWcrJtDGc svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rUWcrJtDGc .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rUWcrJtDGc H1 {
  color: #ffffff;
}
.cid-rUWcrJtDGc .mbr-text,
.cid-rUWcrJtDGc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rUWcrKzpbm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWcrKzpbm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUWcrKzpbm H1 {
  color: #0b659b;
}
.cid-rUWcrKzpbm .mbr-text,
.cid-rUWcrKzpbm .mbr-section-btn {
  color: #716c80;
}
.cid-rUWcrKzpbm H3 {
  color: #701403;
}
.cid-rUWcrKzpbm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUWcrKzpbm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUWcrKzpbm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUWcrKzpbm .link:hover {
  color: #08829e !important;
}
.cid-rUWcrKzpbm .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rUWcrKzpbm DIV {
  color: #57468b;
}
.cid-rUWcrKzpbm .mbr-text,
.cid-rUWcrKzpbm .media-content {
  color: #232323;
}
.cid-rUWcrKzpbm P {
  text-align: left;
  color: #0f7699;
}
.cid-rUWcrMkRqF {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rUWcrMkRqF li {
  list-style: none;
}
.cid-rUWcrMkRqF .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rUWcrMkRqF .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rUWcrMkRqF .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rUWcrMkRqF h4 {
  margin: 0;
}
.cid-rUWcrMkRqF ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rUWcrMkRqF .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rUWcrMkRqF .col-title2 {
  color: #ed6436;
}
.cid-rUWcrNxlUC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rUWcrOkMbT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUWcrOkMbT h3 {
  text-align: center;
}
.cid-rUWcrOkMbT .pie_progress {
  position: relative;
}
.cid-rUWcrOkMbT .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rUWcrOkMbT p {
  line-height: 1.6;
}
.cid-rUWcrOkMbT .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rUWcrOkMbT .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rUWcrOkMbT .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rUWcrOkMbT .mbr-section-subtitle {
  color: #383838;
}
.cid-rUWcrOkMbT .pie_progress__number {
  text-align: center !important;
}
.cid-rUWcrOkMbT .card-title {
  margin-bottom: 0;
}
.cid-rUWcrOkMbT .svg-gradient {
  position: absolute;
}
.cid-rUWcrOkMbT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rUWcrOkMbT .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rUWcrOkMbT H4 {
  color: #0f7699;
}
.cid-rUWcrOkMbT .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUWcrOkMbT .card {
    flex-direction: column;
  }
  .cid-rUWcrOkMbT .content {
    padding-left: 0rem;
  }
  .cid-rUWcrOkMbT .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rUWcrPIcZE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUWcrPIcZE h3 {
  text-align: center;
}
.cid-rUWcrPIcZE .pie_progress {
  position: relative;
}
.cid-rUWcrPIcZE .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rUWcrPIcZE p {
  line-height: 1.6;
}
.cid-rUWcrPIcZE .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rUWcrPIcZE .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rUWcrPIcZE .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rUWcrPIcZE .mbr-section-subtitle {
  color: #383838;
}
.cid-rUWcrPIcZE .pie_progress__number {
  text-align: center !important;
}
.cid-rUWcrPIcZE .card-title {
  margin-bottom: 0;
}
.cid-rUWcrPIcZE .svg-gradient {
  position: absolute;
}
.cid-rUWcrPIcZE ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rUWcrPIcZE .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rUWcrPIcZE H4 {
  color: #0f7699;
}
.cid-rUWcrPIcZE .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUWcrPIcZE .card {
    flex-direction: column;
  }
  .cid-rUWcrPIcZE .content {
    padding-left: 0rem;
  }
  .cid-rUWcrPIcZE .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rUWcrRqcjN {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rUWcrRqcjN .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rUWcrRqcjN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rUWcrRqcjN .text-content {
  padding-right: 1.5rem;
}
.cid-rUWcrRqcjN .mbr-text,
.cid-rUWcrRqcjN .mbr-section-btn {
  color: #ffffff;
}
.cid-rUWcrRqcjN .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rUWcrRqcjN .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rUWcrRqcjN .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rUWcrRqcjN .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rUWcrRqcjN .main-row {
    margin: 0;
  }
  .cid-rUWcrRqcjN .mbr-section-title,
  .cid-rUWcrRqcjN .mbr-text,
  .cid-rUWcrRqcjN .list,
  .cid-rUWcrRqcjN .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rUWcrRqcjN .text-content {
    padding: 0;
  }
}
.cid-rUWcrRqcjN .mbr-section-title {
  color: #aff0f6;
}
.cid-rUWcrStBGO {
  background-color: #ffffff;
}
.cid-rUWcrStBGO section {
  position: relative;
}
.cid-rUWcrStBGO .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rUWcrStBGO #e1_circle,
.cid-rUWcrStBGO #e3_circle,
.cid-rUWcrStBGO #e4_circle,
.cid-rUWcrStBGO #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rUWcrStBGO #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rUWcrStBGO .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rUWcrStBGO .rev {
  animation: rev 4s linear infinite;
}
.cid-rUWcrStBGO .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rUWcrStBGO .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rUWcrStBGO .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rUWcrStBGO .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rUWcrStBGO .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rUWcrStBGO .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rUWcrStBGO .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rUWcrStBGO .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rUWcrStBGO .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rUWcrStBGO .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rUWcrStBGO .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rUWcrStBGO H1 {
  color: #0a465a;
}
.cid-rUWcrStBGO .mbr-text,
.cid-rUWcrStBGO .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rUWcrStBGO H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rUWcrStBGO .round9,
  .cid-rUWcrStBGO .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rUWcrStBGO .round {
    display: none;
  }
}
.cid-rUWcrTq7zJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rUWcrTq7zJ .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rUWcrTq7zJ h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rUWcrTq7zJ .svg11 path {
  fill: #7aba59;
}
.cid-rUWcrTq7zJ .svg21 path {
  fill: #f9b945;
}
.cid-rUWcrTq7zJ .svg31 path {
  fill: #ed6436;
}
.cid-rUWcrTq7zJ .svg4 path {
  fill: #0f7699 !important;
}
.cid-rUWcrTq7zJ .svg12 path,
.cid-rUWcrTq7zJ .svg22 path,
.cid-rUWcrTq7zJ .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rUWcrTq7zJ .card {
  position: relative;
  height: 300px;
}
.cid-rUWcrTq7zJ .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rUWcrTq7zJ .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rUWcrTq7zJ .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rUWcrTq7zJ .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rUWcrTq7zJ .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rUWcrTq7zJ .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rUWcrTq7zJ .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rUWcrTq7zJ .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rUWcrTq7zJ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rUWcrTq7zJ .card .svg22,
.cid-rUWcrTq7zJ .card .svg32,
.cid-rUWcrTq7zJ .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rUWcrTq7zJ .card .svg21,
.cid-rUWcrTq7zJ .card .svg31,
.cid-rUWcrTq7zJ .card .svg11 {
  z-index: 2;
}
.cid-rUWcrTq7zJ .card div {
  z-index: 3;
}
.cid-rUWcrTq7zJ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rUWcrTq7zJ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rUWcrTq7zJ .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rUWcrTq7zJ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rUWcrTq7zJ .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rUWcrTq7zJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rUWcrTq7zJ .card {
    margin-bottom: 2rem;
  }
  .cid-rUWcrTq7zJ .card svg {
    left: 30px;
  }
  .cid-rUWcrTq7zJ .card:hover h4 {
    animation: none;
  }
  .cid-rUWcrTq7zJ .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rUWcrTq7zJ h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rUWcrTq7zJ .card {
    max-width: 330px;
  }
  .cid-rUWcrTq7zJ .card svg {
    left: 0px;
  }
}
.cid-rUWcrTq7zJ H2 {
  color: #0f7699;
}
.cid-rUWcrUCnuv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rUWcrUCnuv .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rUWcrUCnuv .content {
    padding: 0 2rem;
  }
}
.cid-rUWcrUCnuv .row {
  justify-content: flex-end;
}
.cid-rUWcrUCnuv .img-col {
  padding: 0;
}
.cid-rUWcrUCnuv .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rUWcrUCnuv .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rUWcrUCnuv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUWcrUCnuv .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rUWcrUCnuv .icon-title,
.cid-rUWcrUCnuv .mbr-iconfont {
  color: #ed6436;
}
.cid-rUWcrUCnuv .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rUWcrUCnuv .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rUWcrUCnuv .icons-wrap {
    flex-direction: column;
  }
  .cid-rUWcrUCnuv .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rUWcrUCnuv .link-wrap {
    margin: auto;
  }
  .cid-rUWcrUCnuv .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rUWcrUCnuv .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rUWcrUCnuv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rUWcrUCnuv .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rUWcrUCnuv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rUWcrUCnuv .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rUWcrUCnuv H1 {
  color: #0f7699;
}
.cid-rUWcrXt6eq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rVq8so9BX1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVq8so9BX1 .nav-item:focus,
.cid-rVq8so9BX1 .nav-link:focus {
  outline: none;
}
.cid-rVq8so9BX1 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rVq8so9BX1 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rVq8so9BX1 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rVq8so9BX1 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rVq8so9BX1 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rVq8so9BX1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVq8so9BX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVq8so9BX1 .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-rVq8so9BX1 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rVq8so9BX1 .container {
  max-width: 1380px;
}
.cid-rVq8so9BX1 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rVq8so9BX1 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rVq8so9BX1 .nav-link:hover,
.cid-rVq8so9BX1 .nav-link:active,
.cid-rVq8so9BX1 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rVq8so9BX1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rVq8so9BX1 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rVq8so9BX1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVq8so9BX1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rVq8so9BX1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVq8so9BX1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVq8so9BX1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rVq8so9BX1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVq8so9BX1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVq8so9BX1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVq8so9BX1 .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-rVq8so9BX1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVq8so9BX1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVq8so9BX1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVq8so9BX1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVq8so9BX1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVq8so9BX1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVq8so9BX1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVq8so9BX1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVq8so9BX1 .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-rVq8so9BX1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVq8so9BX1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVq8so9BX1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVq8so9BX1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVq8so9BX1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVq8so9BX1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVq8so9BX1 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rVq8so9BX1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVq8so9BX1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVq8so9BX1 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rVq8so9BX1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVq8so9BX1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVq8so9BX1 .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-rVq8so9BX1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVq8so9BX1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVq8so9BX1 .dropdown-item.active,
.cid-rVq8so9BX1 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVq8so9BX1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVq8so9BX1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVq8so9BX1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVq8so9BX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rVq8so9BX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVq8so9BX1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVq8so9BX1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVq8so9BX1 .navbar-buttons {
  text-align: center;
}
.cid-rVq8so9BX1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVq8so9BX1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rVq8so9BX1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVq8so9BX1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVq8so9BX1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVq8so9BX1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVq8so9BX1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVq8so9BX1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVq8so9BX1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVq8so9BX1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVq8so9BX1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVq8so9BX1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVq8so9BX1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVq8so9BX1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rVq8so9BX1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVq8so9BX1 .navbar {
    height: 77px;
  }
  .cid-rVq8so9BX1 .navbar.opened {
    height: auto;
  }
  .cid-rVq8so9BX1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVq8srWg5w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1434.jpg");
}
.cid-rVq8srWg5w .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rVq8srWg5w .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rVq8srWg5w .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rVq8srWg5w .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rVq8srWg5w .container {
  max-width: 1600px;
}
.cid-rVq8srWg5w .mbr-bold,
.cid-rVq8srWg5w b {
  font-weight: 900;
}
.cid-rVq8srWg5w .btn {
  color: white!important;
}
.cid-rVq8srWg5w svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rVq8srWg5w svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rVq8srWg5w svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rVq8srWg5w svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rVq8srWg5w svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rVq8srWg5w .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rVq8srWg5w H1 {
  color: #ffffff;
}
.cid-rVq8srWg5w .mbr-text,
.cid-rVq8srWg5w .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rVq8stOvKz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVq8stOvKz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVq8stOvKz H1 {
  color: #0b659b;
}
.cid-rVq8stOvKz .mbr-text,
.cid-rVq8stOvKz .mbr-section-btn {
  color: #716c80;
}
.cid-rVq8stOvKz H3 {
  color: #716c80;
}
.cid-rVq8stOvKz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVq8stOvKz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVq8stOvKz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVq8stOvKz .link:hover {
  color: #08829e !important;
}
.cid-rVq8stOvKz .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVq8stOvKz DIV {
  color: #57468b;
}
.cid-rVq8stOvKz .mbr-text,
.cid-rVq8stOvKz .media-content {
  color: #232323;
}
.cid-rVq8stOvKz P {
  text-align: left;
  color: #0b1b3f;
}
.cid-rVqaSI013r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVqaSI013r .card-icon {
  font-size: 72px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-rVqaSI013r .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rVqaSI013r .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-rVqaSI013r p {
  font-weight: 400;
}
.cid-rVqaSI013r .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-rVqaSI013r .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-rVqaSI013r .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rVqaSI013r .bg1 {
  background: #0b1b3f;
}
.cid-rVqaSI013r .bg2 {
  background: #074c63;
}
.cid-rVqaSI013r .bg3 {
  background: #0f7699;
}
.cid-rVqaSI013r .bg4 {
  background: #149dcc;
}
.cid-rVqaSI013r .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-rVqaSI013r .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-rVqaSI013r .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-rVqaSI013r .card-title,
.cid-rVqaSI013r .card-ico,
.cid-rVqaSI013r .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rVqaSI013r .mbr-text,
.cid-rVqaSI013r .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rVqaSI013r .row {
    padding: 0 1rem;
  }
}
.cid-rVqgfJNIla {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #361d3e;
}
.cid-rVqgfJNIla img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVqgfJNIla H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rVqgfJNIla .mbr-text,
.cid-rVqgfJNIla .mbr-section-btn {
  color: #716c80;
}
.cid-rVqgfJNIla H3 {
  color: #716c80;
}
.cid-rVqgfJNIla .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVqgfJNIla .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVqgfJNIla .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVqgfJNIla .link:hover {
  color: #08829e !important;
}
.cid-rVqgfJNIla .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVqgfJNIla DIV {
  color: #57468b;
}
.cid-rVqgfJNIla .mbr-text,
.cid-rVqgfJNIla .media-content {
  color: #232323;
}
.cid-rVqgfJNIla P {
  text-align: center;
  color: #b2ccd2;
}
.cid-rVqiw4KrGc {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rVqiw4KrGc .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rVqiw4KrGc .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rVqiw4KrGc .text-content {
  padding-right: 1.5rem;
}
.cid-rVqiw4KrGc .mbr-text,
.cid-rVqiw4KrGc .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rVqiw4KrGc .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rVqiw4KrGc .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rVqiw4KrGc .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rVqiw4KrGc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rVqiw4KrGc .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-rVqiw4KrGc .main-row {
    margin: 0;
  }
  .cid-rVqiw4KrGc .mbr-section-title,
  .cid-rVqiw4KrGc .mbr-text,
  .cid-rVqiw4KrGc .list,
  .cid-rVqiw4KrGc .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rVqiw4KrGc .text-content {
    padding: 0;
  }
}
.cid-rVqfWPjpQZ {
  background-image: url("../../../assets/images/mbr-14-1920x1280.jpg");
}
.cid-rVqfWPjpQZ .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rVqfWPjpQZ .text-content .btn-bgr {
  z-index: 0;
}
.cid-rVqfWPjpQZ .mbr-overlay {
  background: linear-gradient(90deg, #f67e0e, #482908);
}
.cid-rVqfWPjpQZ H3 {
  color: #000000;
  font-weight: 300;
}
.cid-rVqfWPjpQZ P {
  color: #0b1b3f;
}
.cid-rVqfWPjpQZ H2 {
  color: #000000;
}
.cid-rVqfWPjpQZ .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-rVqfWPjpQZ .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-rVqfWPjpQZ .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #f1f194;
}
@media (max-width: 991px) {
  .cid-rVqfWPjpQZ .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-rVqfWPjpQZ .text-content {
    width: 100%;
  }
}
.cid-rVqfWPjpQZ .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rVqfWPjpQZ .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-rVqfWPjpQZ .mbr-text {
    text-align: center;
  }
}
.cid-rWDZ44IDtC {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e2e461;
  overflow: hidden;
}
.cid-rWDZ44IDtC H1 {
  color: #232323;
}
.cid-rWDZ44IDtC .mbr-text,
.cid-rWDZ44IDtC .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rWDZ44IDtC .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-rWDZ44IDtC .relative {
  position: relative;
}
.cid-rWDZ44IDtC .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rWDZ44IDtC .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rWDZ44IDtC .card-img2 .img2 {
  width: 120%;
}
.cid-rWDZ44IDtC .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rWDZ44IDtC .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rWDZ44IDtC .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rVqfVKcQlv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-rVqfVKcQlv .container {
  max-width: 1500px;
}
.cid-rVqfVKcQlv .row {
  background: #333333;
}
.cid-rVqfVKcQlv .img-col {
  padding: 0;
}
.cid-rVqfVKcQlv .title-col {
  padding: 4rem 8rem;
}
.cid-rVqfVKcQlv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rVqfVKcQlv h2 {
  padding: 0;
  margin: 0;
}
.cid-rVqfVKcQlv .text-wrap {
  margin: auto;
}
.cid-rVqfVKcQlv .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rVqfVKcQlv .row {
    margin: 2rem;
  }
  .cid-rVqfVKcQlv .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rVqfVKcQlv .row {
    margin: 0rem;
  }
  .cid-rVqfVKcQlv .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rVqfVKcQlv H2 {
  color: #ffc448;
}
.cid-rVqioci1l0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c4e0f6;
}
.cid-rVqioci1l0 H1 {
  color: #0f7699;
}
.cid-rVqioci1l0 .mbr-text,
.cid-rVqioci1l0 .mbr-section-btn {
  color: #054570;
}
.cid-rVqioci1l0 .img-box {
  position: relative;
}
.cid-rVqioci1l0 .card-ico span {
  font-size: 96px;
  color: #08829e;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rVqioci1l0 .card-ico .ico1 {
  background-color: #0f7699;
}
.cid-rVqioci1l0 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rVqioci1l0 .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rVqioci1l0 .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rVqioci1l0 .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rVqioci1l0 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 992px) {
  .cid-rVqioci1l0 .img-box {
    height: 500px;
  }
  .cid-rVqioci1l0 .img1 {
    left: 1rem;
  }
  .cid-rVqioci1l0 .img2 {
    right: 1rem;
  }
  .cid-rVqioci1l0 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rVqioci1l0 img {
    width: 60%;
  }
  .cid-rVqioci1l0 .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-rVqioci1l0 .author-box {
    justify-content: center;
  }
  .cid-rVqioci1l0 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rVqioci1l0 .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rVqioci1l0 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rVqioci1l0 .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rVqioci1l0 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rVqioci1l0 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rVqioci1l0 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rVqioci1l0 h3,
.cid-rVqioci1l0 h4 {
  margin: 0;
  padding: 0;
}
.cid-rVqioci1l0 .card-title,
.cid-rVqioci1l0 .mbr-section-subtitle {
  color: #232323;
}
.cid-rXRcejxXYE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5e4670;
}
.cid-rXRcejxXYE .link-wrap {
  width: 100%;
}
.cid-rXRcejxXYE .card-box,
.cid-rXRcejxXYE .img-wrapper {
  width: 50%;
}
.cid-rXRcejxXYE img {
  margin: auto;
  width: 80%;
}
.cid-rXRcejxXYE .link {
  display: inline-block;
}
.cid-rXRcejxXYE .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rXRcejxXYE .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rXRcejxXYE .link a:hover {
  text-decoration: underline;
}
.cid-rXRcejxXYE .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rXRcejxXYE .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rXRcejxXYE .link,
.cid-rXRcejxXYE .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rXRcejxXYE .card {
    margin-bottom: 2rem;
  }
  .cid-rXRcejxXYE img {
    width: 100%;
  }
  .cid-rXRcejxXYE .card-wrapper {
    flex-direction: column;
  }
  .cid-rXRcejxXYE .card-box,
  .cid-rXRcejxXYE .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rXRcejxXYE .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-rXRcejxXYE .card-box,
  .cid-rXRcejxXYE .img-wrapper {
    width: 100%;
  }
}
.cid-rXRcejxXYE .card-subtitle {
  color: #0077ff;
}
.cid-rXRcejxXYE .mbr-text,
.cid-rXRcejxXYE .link-wrap {
  color: #333333;
}
.cid-rXRcejxXYE .card-title,
.cid-rXRcejxXYE .card-box {
  color: #5e4670;
}
.cid-rXtvHpVb4f {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rXtvHpVb4f .mbr-text,
.cid-rXtvHpVb4f .mbr-section-btn,
.cid-rXtvHpVb4f H4 {
  color: #767676;
}
.cid-rXtvHpVb4f .img-box {
  position: relative;
}
.cid-rXtvHpVb4f .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rXtvHpVb4f .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rXtvHpVb4f img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
}
@media (max-width: 576px) {
  .cid-rXtvHpVb4f .author-box {
    justify-content: center;
  }
}
.cid-rXtvHpVb4f .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rXtvHpVb4f .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rXtvHpVb4f .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rXtvHpVb4f h3,
.cid-rXtvHpVb4f h4 {
  margin: 0;
  padding: 0;
}
.cid-rXtvHpVb4f H3 {
  color: #149dcc;
}
.cid-rXtvHpVb4f H1 {
  color: #0f7699;
}
.cid-rXtvHpVb4f .mbr-text,
.cid-rXtvHpVb4f .mbr-section-btn {
  color: #181818;
}
.cid-rZtJgECamG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
}
.cid-rZtJgECamG .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-rZtJgECamG .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-rZtJgECamG .card-wrap:hover h4,
.cid-rZtJgECamG .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-rZtJgECamG h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-rZtJgECamG h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-rZtJgECamG img {
  width: 100%;
}
.cid-rZtJgECamG h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZtJgECamG h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZtJgECamG .card-title1,
.cid-rZtJgECamG .title-wrap1 {
  color: #ffffff;
}
.cid-rZtJgECamG .card-title,
.cid-rZtJgECamG .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rZtJgECamG .mdpb {
    padding-bottom: 2rem;
  }
  .cid-rZtJgECamG .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-rZtJgECamG H3 {
  color: #ffffff;
}
.cid-rZtJhokGGJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-rZtJhokGGJ .mbr-text {
  position: relative;
}
.cid-rZtJhokGGJ .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rZtJhokGGJ .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rZtJhokGGJ .mbr-text:after,
  .cid-rZtJhokGGJ .mbr-text:before {
    display: none;
  }
}
.cid-rVql4nmrIi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0b1b3f;
}
.cid-rVql4nmrIi .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rVql4nmrIi .content {
    padding: 0 6rem;
  }
}
.cid-rVql4nmrIi .mbr-figure {
  height: 100%;
}
.cid-rVql4nmrIi img {
  height: 100%;
  object-fit: cover;
}
.cid-rVql4nmrIi .img-col {
  padding: 0;
}
.cid-rVql4nmrIi .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rVql4nmrIi p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rVql4nmrIi .mbr-iconfont {
  font-size: 5rem;
  color: #0f7699 !important;
}
.cid-rVql4nmrIi .icon-title,
.cid-rVql4nmrIi .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rVql4nmrIi .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rVql4nmrIi .icon-wrap {
    margin: auto;
  }
}
.cid-rVql4nmrIi H3 {
  color: #ed6436;
}
.cid-rVql4nmrIi .mbr-text,
.cid-rVql4nmrIi .mbr-section-btn,
.cid-rVql4nmrIi .content {
  color: #b2ccd2;
}
.cid-rVqfyThj1o {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVqfyThj1o li {
  list-style: none;
}
.cid-rVqfyThj1o .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rVqfyThj1o .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rVqfyThj1o .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rVqfyThj1o h4 {
  margin: 0;
}
.cid-rVqfyThj1o ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rVqfyThj1o .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rVqfyThj1o .col-title2 {
  color: #0f7699;
}
.cid-rVqfyThj1o .col-title1 {
  text-align: right;
  color: #054570;
}
.cid-rVqfztwIOL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVqfztwIOL li {
  list-style: none;
}
.cid-rVqfztwIOL .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rVqfztwIOL .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rVqfztwIOL .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rVqfztwIOL h4 {
  margin: 0;
}
.cid-rVqfztwIOL ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rVqfztwIOL .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rVqfztwIOL .col-title2 {
  color: #0f7699;
}
.cid-rVqfztwIOL .col-title1 {
  text-align: right;
  color: #054570;
}
.cid-rVqb1wCHQK {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #074c63;
}
.cid-rVqb1wCHQK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVqb1wCHQK H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rVqb1wCHQK .mbr-text,
.cid-rVqb1wCHQK .mbr-section-btn {
  color: #716c80;
}
.cid-rVqb1wCHQK H3 {
  color: #716c80;
}
.cid-rVqb1wCHQK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVqb1wCHQK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVqb1wCHQK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVqb1wCHQK .link:hover {
  color: #08829e !important;
}
.cid-rVqb1wCHQK .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVqb1wCHQK DIV {
  color: #57468b;
}
.cid-rVqb1wCHQK .mbr-text,
.cid-rVqb1wCHQK .media-content {
  color: #232323;
}
.cid-rVqb1wCHQK P {
  text-align: center;
  color: #b2ccd2;
}
.cid-rVqaOVknXl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVqaOVknXl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVqaOVknXl H1 {
  color: #0b659b;
}
.cid-rVqaOVknXl .mbr-text,
.cid-rVqaOVknXl .mbr-section-btn {
  color: #716c80;
}
.cid-rVqaOVknXl H3 {
  color: #716c80;
}
.cid-rVqaOVknXl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVqaOVknXl .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVqaOVknXl .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVqaOVknXl .link:hover {
  color: #08829e !important;
}
.cid-rVqaOVknXl .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVqaOVknXl DIV {
  color: #57468b;
}
.cid-rVqaOVknXl .mbr-text,
.cid-rVqaOVknXl .media-content {
  color: #232323;
}
.cid-rVqaOVknXl P {
  text-align: left;
}
.cid-rVq8svmruG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVq8svmruG .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rVq8svmruG .mbr-figure img {
  height: 275px;
  width: 275px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-rVq8svmruG .mbr-text,
.cid-rVq8svmruG .mbr-section-btn {
  color: #0b1b3f;
}
@media (max-width: 767px) {
  .cid-rVq8svmruG img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-rVq8svmruG H1 {
  color: #0f7699;
}
.cid-rVq8svmruG H3 {
  color: #0f7699;
}
.cid-rVq8swegzF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bfceff;
}
.cid-rVq8swegzF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVq8swegzF H1 {
  color: #2b597e;
}
.cid-rVq8swegzF .mbr-text,
.cid-rVq8swegzF .mbr-section-btn {
  color: #716c80;
}
.cid-rVq8swegzF H3 {
  color: #716c80;
}
.cid-rVq8swegzF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVq8swegzF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVq8swegzF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVq8swegzF .link:hover {
  color: #08829e !important;
}
.cid-rVq8swegzF .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVq8swegzF DIV {
  color: #57468b;
}
.cid-rVq8swegzF .mbr-text,
.cid-rVq8swegzF .media-content {
  color: #000000;
}
.cid-s2G3IStrmH {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-700x525.jpg");
}
.cid-s2G3IStrmH img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-s2G3IStrmH .row {
  justify-content: center;
}
.cid-s2G3IStrmH .mbr-text {
  color: #aff0f6;
}
.cid-s2G3IStrmH .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-s2G3IStrmH .mbr-iconfont {
  color: #c4e0f6 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s2G3IStrmH .date {
  margin: 0;
  color: #ffffff;
}
.cid-s2G3IStrmH .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-s2G3IStrmH .icon-box {
    flex-direction: column;
  }
  .cid-s2G3IStrmH .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-s2G3IStrmH img {
    margin-bottom: 2rem;
  }
}
.cid-s2G6odBExx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2G6odBExx .nav-tabs .nav-item.open .nav-link:focus,
.cid-s2G6odBExx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s2G6odBExx .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #879a9f;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-s2G6odBExx .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-s2G6odBExx p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-s2G6odBExx .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-s2G6odBExx .nav-tabs .nav-link {
  color: #879a9f;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-s2G6odBExx .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #1425cc;
}
.cid-s2G6odBExx .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #1425cc;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-s2G6odBExx .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-s2G6odBExx .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s2G6odBExx p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s2G6odBExx .mbr-text,
  .cid-s2G6odBExx .nav-link {
    text-align: center;
  }
  .cid-s2G6odBExx .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-s2G6odBExx .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-s2G6odBExx p {
    padding-left: 0rem;
  }
}
.cid-rVq8sx1V0g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1441.jpg");
}
.cid-rVq8sx1V0g H2 {
  color: #aff0f6;
}
.cid-rVq8sx1V0g .mbr-section-subtitle {
  color: #aff0f6;
}
.cid-rVq8sxPvrR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVq8sxPvrR h3 {
  text-align: center;
}
.cid-rVq8sxPvrR .pie_progress {
  position: relative;
}
.cid-rVq8sxPvrR .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rVq8sxPvrR p {
  line-height: 1.6;
}
.cid-rVq8sxPvrR .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rVq8sxPvrR .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rVq8sxPvrR .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rVq8sxPvrR .mbr-section-subtitle {
  color: #383838;
}
.cid-rVq8sxPvrR .pie_progress__number {
  text-align: center !important;
}
.cid-rVq8sxPvrR .card-title {
  margin-bottom: 0;
}
.cid-rVq8sxPvrR .svg-gradient {
  position: absolute;
}
.cid-rVq8sxPvrR ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rVq8sxPvrR .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rVq8sxPvrR H4 {
  color: #ed6436;
}
.cid-rVq8sxPvrR .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rVq8sxPvrR .card {
    flex-direction: column;
  }
  .cid-rVq8sxPvrR .content {
    padding-left: 0rem;
  }
  .cid-rVq8sxPvrR .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rVq8szQd92 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVq8szQd92 h3 {
  text-align: center;
}
.cid-rVq8szQd92 .pie_progress {
  position: relative;
}
.cid-rVq8szQd92 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rVq8szQd92 p {
  line-height: 1.6;
}
.cid-rVq8szQd92 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rVq8szQd92 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rVq8szQd92 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rVq8szQd92 .mbr-section-subtitle {
  color: #383838;
}
.cid-rVq8szQd92 .pie_progress__number {
  text-align: center !important;
}
.cid-rVq8szQd92 .card-title {
  margin-bottom: 0;
}
.cid-rVq8szQd92 .svg-gradient {
  position: absolute;
}
.cid-rVq8szQd92 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rVq8szQd92 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rVq8szQd92 H4 {
  color: #ed6436;
}
.cid-rVq8szQd92 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rVq8szQd92 .card {
    flex-direction: column;
  }
  .cid-rVq8szQd92 .content {
    padding-left: 0rem;
  }
  .cid-rVq8szQd92 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rVq8sBeIcV {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #73250f;
}
.cid-rVq8sBeIcV .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rVq8sBeIcV .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rVq8sBeIcV .text-content {
  padding-right: 1.5rem;
}
.cid-rVq8sBeIcV .mbr-text,
.cid-rVq8sBeIcV .mbr-section-btn {
  color: #f9f4b1;
}
.cid-rVq8sBeIcV .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rVq8sBeIcV .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rVq8sBeIcV .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rVq8sBeIcV .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rVq8sBeIcV .main-row {
    margin: 0;
  }
  .cid-rVq8sBeIcV .mbr-section-title,
  .cid-rVq8sBeIcV .mbr-text,
  .cid-rVq8sBeIcV .list,
  .cid-rVq8sBeIcV .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rVq8sBeIcV .text-content {
    padding: 0;
  }
}
.cid-rVq8sBeIcV .mbr-section-title {
  color: #f9f295;
}
.cid-rVq8sCcg7r {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #d1f5f9;
}
.cid-rVq8sCcg7r img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVq8sCcg7r H1 {
  color: #074c63;
  text-align: center;
}
.cid-rVq8sCcg7r .mbr-text,
.cid-rVq8sCcg7r .mbr-section-btn {
  color: #716c80;
}
.cid-rVq8sCcg7r H3 {
  color: #716c80;
}
.cid-rVq8sCcg7r .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVq8sCcg7r .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVq8sCcg7r .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVq8sCcg7r .link:hover {
  color: #08829e !important;
}
.cid-rVq8sCcg7r .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVq8sCcg7r DIV {
  color: #57468b;
}
.cid-rVq8sCcg7r .mbr-text,
.cid-rVq8sCcg7r .media-content {
  color: #232323;
}
.cid-rVq8sCcg7r P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rVq8sD0AIM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #d1f5f9;
}
.cid-rVq8sD0AIM .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-rVq8sD0AIM .mbr-section-title {
  margin: 0;
}
.cid-rVq8sD0AIM .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rVq8sD0AIM .card-img {
  text-align: inherit;
}
.cid-rVq8sD0AIM .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-rVq8sD0AIM .mbr-text {
  color: #0b1b3f;
}
.cid-rVq8sD0AIM .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-rVq8sD0AIM .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-rVq8sEgNEv {
  background-color: #ffffff;
}
.cid-rVq8sEgNEv section {
  position: relative;
}
.cid-rVq8sEgNEv .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rVq8sEgNEv #e1_circle,
.cid-rVq8sEgNEv #e3_circle,
.cid-rVq8sEgNEv #e4_circle,
.cid-rVq8sEgNEv #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rVq8sEgNEv #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rVq8sEgNEv .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rVq8sEgNEv .rev {
  animation: rev 4s linear infinite;
}
.cid-rVq8sEgNEv .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rVq8sEgNEv .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rVq8sEgNEv .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rVq8sEgNEv .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rVq8sEgNEv .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rVq8sEgNEv .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rVq8sEgNEv .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rVq8sEgNEv .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rVq8sEgNEv .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rVq8sEgNEv .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rVq8sEgNEv .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rVq8sEgNEv H1 {
  color: #0a465a;
}
.cid-rVq8sEgNEv .mbr-text,
.cid-rVq8sEgNEv .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rVq8sEgNEv H3 {
  color: #0b1b3f;
}
@media (max-width: 992px) {
  .cid-rVq8sEgNEv .round9,
  .cid-rVq8sEgNEv .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rVq8sEgNEv .round {
    display: none;
  }
}
.cid-rVq8sFh1KN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVq8sFh1KN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVq8sFh1KN H1 {
  color: #031641;
  text-align: center;
}
.cid-rVq8sFh1KN .mbr-text,
.cid-rVq8sFh1KN .mbr-section-btn {
  color: #716c80;
}
.cid-rVq8sFh1KN H3 {
  color: #716c80;
}
.cid-rVq8sFh1KN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVq8sFh1KN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVq8sFh1KN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVq8sFh1KN .link:hover {
  color: #08829e !important;
}
.cid-rVq8sFh1KN .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVq8sFh1KN DIV {
  color: #57468b;
}
.cid-rVq8sFh1KN .mbr-text,
.cid-rVq8sFh1KN .media-content {
  color: #232323;
  text-align: center;
}
.cid-rVq8sGCxX5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVq8sGCxX5 .container-fluid {
  padding: 0 3rem;
}
.cid-rVq8sGCxX5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #08829e 50%, #181818 120%);
  display: inline-block;
}
.cid-rVq8sGCxX5 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-rVq8sGCxX5 .header-text {
  padding: 2rem 1rem !important;
}
.cid-rVq8sGCxX5 .card {
  border-radius: 25px !important;
  background: #b2ccd2;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-rVq8sGCxX5 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-rVq8sGCxX5 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-rVq8sGCxX5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVq8sGCxX5 .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-rVq8sGCxX5 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-rVq8sGCxX5 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-rVq8sGCxX5 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-rVq8sGCxX5 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-rVq8sGCxX5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-rVq8sGCxX5 .header-text {
    padding: 1rem !important;
  }
  .cid-rVq8sGCxX5 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-rVq8sGCxX5 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-rVq8sGCxX5 .panel-group {
    padding: 0;
  }
}
.cid-rVq8sGCxX5 .header-text,
.cid-rVq8sGCxX5 .sign {
  color: #232323;
}
.cid-rVHtlVFzTg {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rVHtlVFzTg H1 {
  color: #0f7699;
}
.cid-rVHtlVFzTg .mbr-text,
.cid-rVHtlVFzTg .mbr-section-btn {
  color: #181818;
}
.cid-rVHtlVFzTg .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-rVHtlVFzTg .relative {
  position: relative;
}
.cid-rVHtlVFzTg .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rVHtlVFzTg .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rVHtlVFzTg .card-img2 .img2 {
  width: 120%;
}
.cid-rVHtlVFzTg .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rVHtlVFzTg .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rVHtlVFzTg .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUDeYWdCs {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udUDeYWdCs H1 {
  color: #0f7699;
}
.cid-udUDeYWdCs .mbr-text,
.cid-udUDeYWdCs .mbr-section-btn {
  color: #181818;
}
.cid-udUDeYWdCs .img1 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  border-radius: 10px;
}
.cid-udUDeYWdCs .relative {
  position: relative;
}
.cid-udUDeYWdCs .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-udUDeYWdCs .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-udUDeYWdCs .card-img2 .img2 {
  width: 120%;
}
.cid-udUDeYWdCs .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-udUDeYWdCs .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-udUDeYWdCs .img2 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-udUDg5PmLy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udUDg5PmLy .card-wrapper {
  background: #426907;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-udUDg5PmLy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udUDg5PmLy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-udUDg5PmLy .card-wrapper {
    padding: 4rem;
  }
}
.cid-udUDg5PmLy .mbr-text,
.cid-udUDg5PmLy .mbr-section-btn {
  color: #ffffff;
}
.cid-udUDg5PmLy .card-title,
.cid-udUDg5PmLy .card-box {
  text-align: left;
}
.cid-rVq8sJLUNa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rVq8sJLUNa .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rVq8sJLUNa h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rVq8sJLUNa .svg11 path {
  fill: #7aba59;
}
.cid-rVq8sJLUNa .svg21 path {
  fill: #f9b945;
}
.cid-rVq8sJLUNa .svg31 path {
  fill: #ed6436;
}
.cid-rVq8sJLUNa .svg4 path {
  fill: #0f7699 !important;
}
.cid-rVq8sJLUNa .svg12 path,
.cid-rVq8sJLUNa .svg22 path,
.cid-rVq8sJLUNa .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rVq8sJLUNa .card {
  position: relative;
  height: 300px;
}
.cid-rVq8sJLUNa .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rVq8sJLUNa .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rVq8sJLUNa .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rVq8sJLUNa .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rVq8sJLUNa .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rVq8sJLUNa .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rVq8sJLUNa .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rVq8sJLUNa .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rVq8sJLUNa .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rVq8sJLUNa .card .svg22,
.cid-rVq8sJLUNa .card .svg32,
.cid-rVq8sJLUNa .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rVq8sJLUNa .card .svg21,
.cid-rVq8sJLUNa .card .svg31,
.cid-rVq8sJLUNa .card .svg11 {
  z-index: 2;
}
.cid-rVq8sJLUNa .card div {
  z-index: 3;
}
.cid-rVq8sJLUNa .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rVq8sJLUNa .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rVq8sJLUNa .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rVq8sJLUNa .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rVq8sJLUNa .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rVq8sJLUNa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rVq8sJLUNa .card {
    margin-bottom: 2rem;
  }
  .cid-rVq8sJLUNa .card svg {
    left: 30px;
  }
  .cid-rVq8sJLUNa .card:hover h4 {
    animation: none;
  }
  .cid-rVq8sJLUNa .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rVq8sJLUNa h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rVq8sJLUNa .card {
    max-width: 330px;
  }
  .cid-rVq8sJLUNa .card svg {
    left: 0px;
  }
}
.cid-rVq8sJLUNa H2 {
  color: #0f7699;
}
.cid-rVq8sL7WYi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rVq8sL7WYi .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rVq8sL7WYi .content {
    padding: 0 2rem;
  }
}
.cid-rVq8sL7WYi .row {
  justify-content: flex-end;
}
.cid-rVq8sL7WYi .img-col {
  padding: 0;
}
.cid-rVq8sL7WYi .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rVq8sL7WYi .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rVq8sL7WYi .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rVq8sL7WYi .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rVq8sL7WYi .icon-title,
.cid-rVq8sL7WYi .mbr-iconfont {
  color: #ed6436;
}
.cid-rVq8sL7WYi .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rVq8sL7WYi .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rVq8sL7WYi .icons-wrap {
    flex-direction: column;
  }
  .cid-rVq8sL7WYi .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rVq8sL7WYi .link-wrap {
    margin: auto;
  }
  .cid-rVq8sL7WYi .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rVq8sL7WYi .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rVq8sL7WYi .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rVq8sL7WYi .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rVq8sL7WYi .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rVq8sL7WYi .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rVq8sL7WYi H1 {
  color: #0f7699;
}
.cid-rVq8sOqIHW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rVGKAbtwo0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVGKAbtwo0 .nav-item:focus,
.cid-rVGKAbtwo0 .nav-link:focus {
  outline: none;
}
.cid-rVGKAbtwo0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rVGKAbtwo0 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rVGKAbtwo0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rVGKAbtwo0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rVGKAbtwo0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rVGKAbtwo0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVGKAbtwo0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVGKAbtwo0 .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-rVGKAbtwo0 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rVGKAbtwo0 .container {
  max-width: 1380px;
}
.cid-rVGKAbtwo0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rVGKAbtwo0 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rVGKAbtwo0 .nav-link:hover,
.cid-rVGKAbtwo0 .nav-link:active,
.cid-rVGKAbtwo0 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rVGKAbtwo0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rVGKAbtwo0 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rVGKAbtwo0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rVGKAbtwo0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rVGKAbtwo0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVGKAbtwo0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVGKAbtwo0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rVGKAbtwo0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rVGKAbtwo0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVGKAbtwo0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVGKAbtwo0 .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-rVGKAbtwo0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVGKAbtwo0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVGKAbtwo0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVGKAbtwo0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVGKAbtwo0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVGKAbtwo0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rVGKAbtwo0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVGKAbtwo0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVGKAbtwo0 .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-rVGKAbtwo0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVGKAbtwo0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVGKAbtwo0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVGKAbtwo0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rVGKAbtwo0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVGKAbtwo0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVGKAbtwo0 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rVGKAbtwo0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVGKAbtwo0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVGKAbtwo0 .icons-menu span {
  color: #ed6436 !important;
}
.cid-rVGKAbtwo0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVGKAbtwo0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVGKAbtwo0 .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-rVGKAbtwo0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVGKAbtwo0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVGKAbtwo0 .dropdown-item.active,
.cid-rVGKAbtwo0 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVGKAbtwo0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVGKAbtwo0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVGKAbtwo0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVGKAbtwo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rVGKAbtwo0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVGKAbtwo0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVGKAbtwo0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVGKAbtwo0 .navbar-buttons {
  text-align: center;
}
.cid-rVGKAbtwo0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVGKAbtwo0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rVGKAbtwo0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVGKAbtwo0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVGKAbtwo0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVGKAbtwo0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVGKAbtwo0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVGKAbtwo0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVGKAbtwo0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVGKAbtwo0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVGKAbtwo0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVGKAbtwo0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVGKAbtwo0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVGKAbtwo0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rVGKAbtwo0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVGKAbtwo0 .navbar {
    height: 77px;
  }
  .cid-rVGKAbtwo0 .navbar.opened {
    height: auto;
  }
  .cid-rVGKAbtwo0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVGKAcMzV0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1188.jpg");
}
.cid-rVGKAcMzV0 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rVGKAcMzV0 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rVGKAcMzV0 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rVGKAcMzV0 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rVGKAcMzV0 .container {
  max-width: 1600px;
}
.cid-rVGKAcMzV0 .mbr-bold,
.cid-rVGKAcMzV0 b {
  font-weight: 900;
}
.cid-rVGKAcMzV0 .btn {
  color: white!important;
}
.cid-rVGKAcMzV0 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rVGKAcMzV0 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rVGKAcMzV0 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rVGKAcMzV0 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rVGKAcMzV0 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rVGKAcMzV0 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rVGKAcMzV0 H1 {
  color: #ffffff;
}
.cid-rVGKAcMzV0 .mbr-text,
.cid-rVGKAcMzV0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rVGPQy4QDl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVGPQy4QDl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVGPQy4QDl H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rVGPQy4QDl .mbr-text,
.cid-rVGPQy4QDl .mbr-section-btn {
  color: #716c80;
}
.cid-rVGPQy4QDl H3 {
  color: #716c80;
}
.cid-rVGPQy4QDl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVGPQy4QDl .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVGPQy4QDl .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVGPQy4QDl .link:hover {
  color: #08829e !important;
}
.cid-rVGPQy4QDl .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rVGPQy4QDl DIV {
  color: #57468b;
}
.cid-rVGPQy4QDl .mbr-text,
.cid-rVGPQy4QDl .media-content {
  color: #0f7699;
}
.cid-rVGPQy4QDl P {
  text-align: center;
  color: #181818;
}
.cid-rVGR9Tkzjl {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rVGR9Tkzjl .list-group-item {
  padding: .75rem 4rem;
  background-color: transparent;
}
.cid-rVGR9Tkzjl .plan {
  word-break: break-word;
  position: relative;
  z-index: 1;
  max-width: 400px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rVGR9Tkzjl .plan:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: -1;
  bottom: 1rem;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-rVGR9Tkzjl .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rVGR9Tkzjl .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rVGR9Tkzjl .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rVGR9Tkzjl .plan:hover:after {
  opacity: 1;
}
.cid-rVGR9Tkzjl .nav-tabs {
  border: none;
}
.cid-rVGR9Tkzjl .nav-tabs .nav-item {
  margin: 0;
}
.cid-rVGR9Tkzjl .nav-tabs .nav-item .btn {
  color: #0b1b3f !important;
  transition: all .5s;
  margin: 0px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-color: #268bae !important;
  box-shadow: none !important;
}
.cid-rVGR9Tkzjl .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #268bae !important;
  border-color: #268bae !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-rVGR9Tkzjl .nav-tabs .nav-item .btn.active {
  color: #268bae !important;
  border-color: #268bae !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-rVGR9Tkzjl .nav-tabs .nav-item .btn:after {
  display: none;
}
.cid-rVGR9Tkzjl .card1 {
  background: #0f7699;
}
.cid-rVGR9Tkzjl .card2 {
  background: #268bae;
}
.cid-rVGR9Tkzjl .card3 {
  background: #4f9eb9;
}
.cid-rVGR9Tkzjl .card4 {
  background: #68b4ce;
}
.cid-rVGR9Tkzjl .card1,
.cid-rVGR9Tkzjl .card2,
.cid-rVGR9Tkzjl .card3,
.cid-rVGR9Tkzjl .card4 {
  height: calc(98%);
  margin: 1rem;
}
.cid-rVGR9Tkzjl .plan-header {
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rVGR9Tkzjl .plan-body {
  padding-bottom: 5rem;
}
.cid-rVGR9Tkzjl .price-figure {
  font-weight: 700;
  color: #3d626c;
}
.cid-rVGR9Tkzjl .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #3d626c;
}
@media (max-width: 767px) {
  .cid-rVGR9Tkzjl .price-figure {
    font-size: 4.25rem;
  }
  .cid-rVGR9Tkzjl .list-group-item {
    padding: .75rem 2rem;
  }
}
.cid-rVGR9Tkzjl .plan-title,
.cid-rVGR9Tkzjl .plan-text {
  color: #3d626c;
}
.cid-rVGR9Tkzjl UL {
  color: #ffffff;
}
.cid-rVGR9Tkzjl .plan-price,
.cid-rVGR9Tkzjl .price-figure {
  color: #ffffff;
}
.cid-rVGR9Tkzjl .plan-price,
.cid-rVGR9Tkzjl .price-value {
  color: #ffffff;
}
.cid-rVGR9Tkzjl .plan-title {
  color: #ffffff;
}
.cid-rVGR9Tkzjl .plan-text {
  color: #ffffff;
}
.cid-rVGKAfGYQk {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-rVGKAfGYQk .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-rVGKAfGYQk .mbr-section-title {
  margin: 0;
}
.cid-rVGKAfGYQk .mbr-text {
  color: #efefef;
}
.cid-rVGKAfGYQk .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-rVGKAfGYQk .card-img {
  text-align: left;
}
.cid-rVGKAfGYQk .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-rVGKAfGYQk .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVGKAfGYQk .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVGKAfGYQk .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rVGKAfGYQk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVGKAfGYQk .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-rVGKAgVoGU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-rVGKAgVoGU .mbr-text,
.cid-rVGKAgVoGU .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rVGKAgVoGU p {
  z-index: 2;
  position: relative;
}
.cid-rVGKAgVoGU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rVGKAgVoGU .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-rVGKAgVoGU .ico1 {
  font-size: 2rem;
}
.cid-rVGKAgVoGU .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-rVGKAgVoGU H3 {
  color: #149dcc;
}
.cid-rVGKAhEpmE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-rVGKAiorCQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVGKAiorCQ h3 {
  text-align: center;
}
.cid-rVGKAiorCQ .pie_progress {
  position: relative;
}
.cid-rVGKAiorCQ .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rVGKAiorCQ p {
  line-height: 1.6;
}
.cid-rVGKAiorCQ .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rVGKAiorCQ .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rVGKAiorCQ .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rVGKAiorCQ .mbr-section-subtitle {
  color: #383838;
}
.cid-rVGKAiorCQ .pie_progress__number {
  text-align: center !important;
}
.cid-rVGKAiorCQ .card-title {
  margin-bottom: 0;
}
.cid-rVGKAiorCQ .svg-gradient {
  position: absolute;
}
.cid-rVGKAiorCQ ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rVGKAiorCQ .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rVGKAiorCQ H4 {
  color: #0f7699;
}
.cid-rVGKAiorCQ .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rVGKAiorCQ .card {
    flex-direction: column;
  }
  .cid-rVGKAiorCQ .content {
    padding-left: 0rem;
  }
  .cid-rVGKAiorCQ .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rVGKAk8tHL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVGKAk8tHL h3 {
  text-align: center;
}
.cid-rVGKAk8tHL .pie_progress {
  position: relative;
}
.cid-rVGKAk8tHL .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rVGKAk8tHL p {
  line-height: 1.6;
}
.cid-rVGKAk8tHL .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rVGKAk8tHL .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rVGKAk8tHL .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rVGKAk8tHL .mbr-section-subtitle {
  color: #383838;
}
.cid-rVGKAk8tHL .pie_progress__number {
  text-align: center !important;
}
.cid-rVGKAk8tHL .card-title {
  margin-bottom: 0;
}
.cid-rVGKAk8tHL .svg-gradient {
  position: absolute;
}
.cid-rVGKAk8tHL ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rVGKAk8tHL .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rVGKAk8tHL H4 {
  color: #0f7699;
}
.cid-rVGKAk8tHL .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rVGKAk8tHL .card {
    flex-direction: column;
  }
  .cid-rVGKAk8tHL .content {
    padding-left: 0rem;
  }
  .cid-rVGKAk8tHL .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rVGKAlpBSB {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-rVGKAlpBSB .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-rVGKAlpBSB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rVGKAlpBSB .text-content {
  padding-right: 1.5rem;
}
.cid-rVGKAlpBSB .mbr-text,
.cid-rVGKAlpBSB .mbr-section-btn {
  color: #ffffff;
}
.cid-rVGKAlpBSB .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-rVGKAlpBSB .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rVGKAlpBSB .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rVGKAlpBSB .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-rVGKAlpBSB .main-row {
    margin: 0;
  }
  .cid-rVGKAlpBSB .mbr-section-title,
  .cid-rVGKAlpBSB .mbr-text,
  .cid-rVGKAlpBSB .list,
  .cid-rVGKAlpBSB .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rVGKAlpBSB .text-content {
    padding: 0;
  }
}
.cid-rVGKAlpBSB .mbr-section-title {
  color: #aff0f6;
}
.cid-rVGKAmgZvF {
  background-color: #ffffff;
}
.cid-rVGKAmgZvF section {
  position: relative;
}
.cid-rVGKAmgZvF .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rVGKAmgZvF #e1_circle,
.cid-rVGKAmgZvF #e3_circle,
.cid-rVGKAmgZvF #e4_circle,
.cid-rVGKAmgZvF #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rVGKAmgZvF #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rVGKAmgZvF .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rVGKAmgZvF .rev {
  animation: rev 4s linear infinite;
}
.cid-rVGKAmgZvF .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rVGKAmgZvF .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rVGKAmgZvF .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rVGKAmgZvF .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rVGKAmgZvF .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rVGKAmgZvF .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rVGKAmgZvF .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rVGKAmgZvF .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rVGKAmgZvF .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rVGKAmgZvF .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rVGKAmgZvF .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rVGKAmgZvF H1 {
  color: #0a465a;
}
.cid-rVGKAmgZvF .mbr-text,
.cid-rVGKAmgZvF .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rVGKAmgZvF H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rVGKAmgZvF .round9,
  .cid-rVGKAmgZvF .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rVGKAmgZvF .round {
    display: none;
  }
}
.cid-rVGKAntxLi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rVGKAntxLi .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rVGKAntxLi h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rVGKAntxLi .svg11 path {
  fill: #7aba59;
}
.cid-rVGKAntxLi .svg21 path {
  fill: #f9b945;
}
.cid-rVGKAntxLi .svg31 path {
  fill: #ed6436;
}
.cid-rVGKAntxLi .svg4 path {
  fill: #0f7699 !important;
}
.cid-rVGKAntxLi .svg12 path,
.cid-rVGKAntxLi .svg22 path,
.cid-rVGKAntxLi .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rVGKAntxLi .card {
  position: relative;
  height: 300px;
}
.cid-rVGKAntxLi .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rVGKAntxLi .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rVGKAntxLi .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rVGKAntxLi .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rVGKAntxLi .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rVGKAntxLi .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rVGKAntxLi .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rVGKAntxLi .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rVGKAntxLi .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rVGKAntxLi .card .svg22,
.cid-rVGKAntxLi .card .svg32,
.cid-rVGKAntxLi .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rVGKAntxLi .card .svg21,
.cid-rVGKAntxLi .card .svg31,
.cid-rVGKAntxLi .card .svg11 {
  z-index: 2;
}
.cid-rVGKAntxLi .card div {
  z-index: 3;
}
.cid-rVGKAntxLi .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rVGKAntxLi .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rVGKAntxLi .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rVGKAntxLi .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rVGKAntxLi .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rVGKAntxLi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rVGKAntxLi .card {
    margin-bottom: 2rem;
  }
  .cid-rVGKAntxLi .card svg {
    left: 30px;
  }
  .cid-rVGKAntxLi .card:hover h4 {
    animation: none;
  }
  .cid-rVGKAntxLi .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rVGKAntxLi h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rVGKAntxLi .card {
    max-width: 330px;
  }
  .cid-rVGKAntxLi .card svg {
    left: 0px;
  }
}
.cid-rVGKAntxLi H2 {
  color: #0f7699;
}
.cid-rVGKAoCw9U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rVGKAoCw9U .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rVGKAoCw9U .content {
    padding: 0 2rem;
  }
}
.cid-rVGKAoCw9U .row {
  justify-content: flex-end;
}
.cid-rVGKAoCw9U .img-col {
  padding: 0;
}
.cid-rVGKAoCw9U .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rVGKAoCw9U .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rVGKAoCw9U .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rVGKAoCw9U .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rVGKAoCw9U .icon-title,
.cid-rVGKAoCw9U .mbr-iconfont {
  color: #ed6436;
}
.cid-rVGKAoCw9U .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rVGKAoCw9U .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rVGKAoCw9U .icons-wrap {
    flex-direction: column;
  }
  .cid-rVGKAoCw9U .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rVGKAoCw9U .link-wrap {
    margin: auto;
  }
  .cid-rVGKAoCw9U .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rVGKAoCw9U .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rVGKAoCw9U .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rVGKAoCw9U .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rVGKAoCw9U .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rVGKAoCw9U .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rVGKAoCw9U H1 {
  color: #0f7699;
}
.cid-rVGKAvX4ee {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rYTT4joQjv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rYTT4joQjv .nav-item:focus,
.cid-rYTT4joQjv .nav-link:focus {
  outline: none;
}
.cid-rYTT4joQjv .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rYTT4joQjv .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rYTT4joQjv .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rYTT4joQjv .dropdown .dropdown-menu .dropdown-item:active,
.cid-rYTT4joQjv .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rYTT4joQjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYTT4joQjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rYTT4joQjv .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-rYTT4joQjv .navbar-caption:hover {
  color: inherit!important;
}
.cid-rYTT4joQjv .container {
  max-width: 1380px;
}
.cid-rYTT4joQjv .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rYTT4joQjv .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rYTT4joQjv .nav-link:hover,
.cid-rYTT4joQjv .nav-link:active,
.cid-rYTT4joQjv .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rYTT4joQjv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rYTT4joQjv .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rYTT4joQjv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rYTT4joQjv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rYTT4joQjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rYTT4joQjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rYTT4joQjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rYTT4joQjv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rYTT4joQjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rYTT4joQjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rYTT4joQjv .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-rYTT4joQjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rYTT4joQjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rYTT4joQjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rYTT4joQjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rYTT4joQjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rYTT4joQjv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rYTT4joQjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rYTT4joQjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rYTT4joQjv .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-rYTT4joQjv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rYTT4joQjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rYTT4joQjv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rYTT4joQjv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rYTT4joQjv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rYTT4joQjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rYTT4joQjv .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rYTT4joQjv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rYTT4joQjv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rYTT4joQjv .icons-menu span {
  color: #ed6436 !important;
}
.cid-rYTT4joQjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rYTT4joQjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rYTT4joQjv .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-rYTT4joQjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rYTT4joQjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rYTT4joQjv .dropdown-item.active,
.cid-rYTT4joQjv .dropdown-item:active {
  background-color: transparent;
}
.cid-rYTT4joQjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rYTT4joQjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rYTT4joQjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rYTT4joQjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rYTT4joQjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rYTT4joQjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYTT4joQjv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rYTT4joQjv .navbar-buttons {
  text-align: center;
}
.cid-rYTT4joQjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYTT4joQjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rYTT4joQjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYTT4joQjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYTT4joQjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYTT4joQjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYTT4joQjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYTT4joQjv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYTT4joQjv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYTT4joQjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYTT4joQjv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rYTT4joQjv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYTT4joQjv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rYTT4joQjv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rYTT4joQjv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rYTT4joQjv .navbar {
    height: 77px;
  }
  .cid-rYTT4joQjv .navbar.opened {
    height: auto;
  }
  .cid-rYTT4joQjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rYTT4kUp5v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-18-1920x1280.jpg");
}
.cid-rYTT4kUp5v .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rYTT4kUp5v .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rYTT4kUp5v .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rYTT4kUp5v .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rYTT4kUp5v .container {
  max-width: 1600px;
}
.cid-rYTT4kUp5v .mbr-bold,
.cid-rYTT4kUp5v b {
  font-weight: 900;
}
.cid-rYTT4kUp5v .btn {
  color: white!important;
}
.cid-rYTT4kUp5v svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rYTT4kUp5v svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rYTT4kUp5v svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rYTT4kUp5v svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rYTT4kUp5v svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rYTT4kUp5v .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rYTT4kUp5v H1 {
  color: #ffffff;
}
.cid-rYTT4kUp5v .mbr-text,
.cid-rYTT4kUp5v .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rYTT4lSaO0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYTT4lSaO0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rYTT4lSaO0 H1 {
  color: #0f7699;
}
.cid-rYTT4lSaO0 .mbr-text,
.cid-rYTT4lSaO0 .mbr-section-btn {
  color: #716c80;
}
.cid-rYTT4lSaO0 H3 {
  color: #0f7699;
}
.cid-rYTT4lSaO0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rYTT4lSaO0 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rYTT4lSaO0 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rYTT4lSaO0 .link:hover {
  color: #08829e !important;
}
.cid-rYTT4lSaO0 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rYTT4lSaO0 DIV {
  color: #57468b;
}
.cid-rYTT4lSaO0 .mbr-text,
.cid-rYTT4lSaO0 .media-content {
  color: #232323;
}
.cid-rYTT4lSaO0 P {
  text-align: left;
  color: #383838;
}
.cid-s4zwORYA34 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4zwORYA34 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4zwORYA34 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4zwORYA34 .svg11 path {
  fill: #7aba59;
}
.cid-s4zwORYA34 .svg21 path {
  fill: #f9b945;
}
.cid-s4zwORYA34 .svg31 path {
  fill: #ed6436;
}
.cid-s4zwORYA34 .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4zwORYA34 .svg12 path,
.cid-s4zwORYA34 .svg22 path,
.cid-s4zwORYA34 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4zwORYA34 .card {
  position: relative;
  height: 300px;
}
.cid-s4zwORYA34 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4zwORYA34 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4zwORYA34 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4zwORYA34 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4zwORYA34 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4zwORYA34 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4zwORYA34 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4zwORYA34 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4zwORYA34 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4zwORYA34 .card .svg22,
.cid-s4zwORYA34 .card .svg32,
.cid-s4zwORYA34 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4zwORYA34 .card .svg21,
.cid-s4zwORYA34 .card .svg31,
.cid-s4zwORYA34 .card .svg11 {
  z-index: 2;
}
.cid-s4zwORYA34 .card div {
  z-index: 3;
}
.cid-s4zwORYA34 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4zwORYA34 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4zwORYA34 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4zwORYA34 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4zwORYA34 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4zwORYA34 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4zwORYA34 .card {
    margin-bottom: 2rem;
  }
  .cid-s4zwORYA34 .card svg {
    left: 30px;
  }
  .cid-s4zwORYA34 .card:hover h4 {
    animation: none;
  }
  .cid-s4zwORYA34 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4zwORYA34 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4zwORYA34 .card {
    max-width: 330px;
  }
  .cid-s4zwORYA34 .card svg {
    left: 0px;
  }
}
.cid-s4zwORYA34 H2 {
  color: #0f7699;
}
.cid-rYTT4va2YM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rYTT4va2YM .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rYTT4va2YM .content {
    padding: 0 2rem;
  }
}
.cid-rYTT4va2YM .row {
  justify-content: flex-end;
}
.cid-rYTT4va2YM .img-col {
  padding: 0;
}
.cid-rYTT4va2YM .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rYTT4va2YM .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rYTT4va2YM .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rYTT4va2YM .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rYTT4va2YM .icon-title,
.cid-rYTT4va2YM .mbr-iconfont {
  color: #ed6436;
}
.cid-rYTT4va2YM .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rYTT4va2YM .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rYTT4va2YM .icons-wrap {
    flex-direction: column;
  }
  .cid-rYTT4va2YM .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rYTT4va2YM .link-wrap {
    margin: auto;
  }
  .cid-rYTT4va2YM .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rYTT4va2YM .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rYTT4va2YM .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rYTT4va2YM .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rYTT4va2YM .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rYTT4va2YM .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rYTT4va2YM H1 {
  color: #0f7699;
}
.cid-rYTT4yQqEh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rZKXCUqnaM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rZKXCUqnaM .nav-item:focus,
.cid-rZKXCUqnaM .nav-link:focus {
  outline: none;
}
.cid-rZKXCUqnaM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rZKXCUqnaM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rZKXCUqnaM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rZKXCUqnaM .dropdown .dropdown-menu .dropdown-item:active,
.cid-rZKXCUqnaM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rZKXCUqnaM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZKXCUqnaM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZKXCUqnaM .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-rZKXCUqnaM .navbar-caption:hover {
  color: inherit!important;
}
.cid-rZKXCUqnaM .container {
  max-width: 1380px;
}
.cid-rZKXCUqnaM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rZKXCUqnaM .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rZKXCUqnaM .nav-link:hover,
.cid-rZKXCUqnaM .nav-link:active,
.cid-rZKXCUqnaM .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rZKXCUqnaM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rZKXCUqnaM .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rZKXCUqnaM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rZKXCUqnaM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZKXCUqnaM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZKXCUqnaM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZKXCUqnaM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rZKXCUqnaM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZKXCUqnaM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZKXCUqnaM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZKXCUqnaM .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-rZKXCUqnaM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZKXCUqnaM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rZKXCUqnaM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZKXCUqnaM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZKXCUqnaM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZKXCUqnaM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZKXCUqnaM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZKXCUqnaM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZKXCUqnaM .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-rZKXCUqnaM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZKXCUqnaM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZKXCUqnaM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rZKXCUqnaM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZKXCUqnaM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rZKXCUqnaM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZKXCUqnaM .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rZKXCUqnaM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZKXCUqnaM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZKXCUqnaM .icons-menu span {
  color: #ed6436 !important;
}
.cid-rZKXCUqnaM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZKXCUqnaM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZKXCUqnaM .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-rZKXCUqnaM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZKXCUqnaM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZKXCUqnaM .dropdown-item.active,
.cid-rZKXCUqnaM .dropdown-item:active {
  background-color: transparent;
}
.cid-rZKXCUqnaM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZKXCUqnaM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZKXCUqnaM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZKXCUqnaM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rZKXCUqnaM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZKXCUqnaM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZKXCUqnaM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZKXCUqnaM .navbar-buttons {
  text-align: center;
}
.cid-rZKXCUqnaM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZKXCUqnaM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rZKXCUqnaM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZKXCUqnaM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKXCUqnaM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZKXCUqnaM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZKXCUqnaM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKXCUqnaM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZKXCUqnaM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZKXCUqnaM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZKXCUqnaM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZKXCUqnaM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZKXCUqnaM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rZKXCUqnaM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rZKXCUqnaM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZKXCUqnaM .navbar {
    height: 77px;
  }
  .cid-rZKXCUqnaM .navbar.opened {
    height: auto;
  }
  .cid-rZKXCUqnaM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZKXCWd6Vp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1056.jpg");
}
.cid-rZKXCWd6Vp .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rZKXCWd6Vp .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rZKXCWd6Vp .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rZKXCWd6Vp .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rZKXCWd6Vp .container {
  max-width: 1600px;
}
.cid-rZKXCWd6Vp .mbr-bold,
.cid-rZKXCWd6Vp b {
  font-weight: 900;
}
.cid-rZKXCWd6Vp .btn {
  color: white!important;
}
.cid-rZKXCWd6Vp svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rZKXCWd6Vp svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rZKXCWd6Vp svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rZKXCWd6Vp svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rZKXCWd6Vp svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rZKXCWd6Vp .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rZKXCWd6Vp H1 {
  color: #ffffff;
}
.cid-rZKXCWd6Vp .mbr-text,
.cid-rZKXCWd6Vp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rZKXCXG2O4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZKXCXG2O4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZKXCXG2O4 H1 {
  color: #0b659b;
}
.cid-rZKXCXG2O4 .mbr-text,
.cid-rZKXCXG2O4 .mbr-section-btn {
  color: #716c80;
}
.cid-rZKXCXG2O4 H3 {
  color: #716c80;
}
.cid-rZKXCXG2O4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZKXCXG2O4 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZKXCXG2O4 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZKXCXG2O4 .link:hover {
  color: #08829e !important;
}
.cid-rZKXCXG2O4 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZKXCXG2O4 DIV {
  color: #57468b;
}
.cid-rZKXCXG2O4 .mbr-text,
.cid-rZKXCXG2O4 .media-content {
  color: #232323;
}
.cid-rZKXCXG2O4 P {
  text-align: left;
  color: #0f7699;
}
.cid-rZKXCZzVyY {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr-23-1920x1280.jpg");
}
.cid-rZKXCZzVyY .container {
  margin-bottom: 15%;
}
.cid-rZKXCZzVyY .content-container .btn-bgr {
  z-index: 0;
}
.cid-rZKXCZzVyY .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #5b686b;
}
.cid-rZKXCZzVyY .icon-block-top span {
  background-color: #0b659b;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-rZKXCZzVyY .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-rZKXCZzVyY .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-rZKXCZzVyY .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-rZKXCZzVyY .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-rZKXCZzVyY .box-item-text,
.cid-rZKXCZzVyY .mbr-section-btn {
  color: #0e5785;
}
.cid-rZKXCZzVyY .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rZKXCZzVyY .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rZKXCZzVyY .box-list li:last-child {
  border-bottom: none;
}
.cid-rZKXCZzVyY .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rZKXCZzVyY .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-rZKXCZzVyY .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rZKXCZzVyY .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZKXCZzVyY .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-rZKXCZzVyY .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-rZKXCZzVyY .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-rZKXCZzVyY .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-rZKXCZzVyY .mbr-text {
  color: #efefef;
}
.cid-rZKXCZzVyY H1 {
  color: #ffffff;
}
.cid-rZKXCZzVyY .box-item-title {
  color: #0f7699;
}
.cid-rZKXD3PMFc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZKXD3PMFc img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZKXD3PMFc H1 {
  color: #0f7699;
  text-align: center;
}
.cid-rZKXD3PMFc .mbr-text,
.cid-rZKXD3PMFc .mbr-section-btn {
  color: #716c80;
}
.cid-rZKXD3PMFc H3 {
  color: #0f7699;
}
.cid-rZKXD3PMFc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZKXD3PMFc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZKXD3PMFc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZKXD3PMFc .link:hover {
  color: #08829e !important;
}
.cid-rZKXD3PMFc .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZKXD3PMFc DIV {
  color: #57468b;
}
.cid-rZKXD3PMFc .mbr-text,
.cid-rZKXD3PMFc .media-content {
  color: #232323;
}
.cid-rZKXD3PMFc P {
  text-align: center;
  color: #0b659b;
}
.cid-rZKXD57T4d {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rZKXD57T4d .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rZKXD57T4d .video-block {
    width: 100% !important;
  }
}
.cid-rZLakTtjuk {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZLakTtjuk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZLakTtjuk H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rZLakTtjuk .mbr-text,
.cid-rZLakTtjuk .mbr-section-btn {
  color: #716c80;
}
.cid-rZLakTtjuk H3 {
  color: #716c80;
}
.cid-rZLakTtjuk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZLakTtjuk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZLakTtjuk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZLakTtjuk .link:hover {
  color: #08829e !important;
}
.cid-rZLakTtjuk .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZLakTtjuk DIV {
  color: #57468b;
}
.cid-rZLakTtjuk .mbr-text,
.cid-rZLakTtjuk .media-content {
  color: #232323;
}
.cid-rZLakTtjuk P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rZKXD2F6lK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZKXD2F6lK .mbr-text,
.cid-rZKXD2F6lK blockquote {
  color: #232323;
}
.cid-rZKXD2F6lK .mbr-text {
  color: #5b686b;
}
.cid-rZKXD6v4M3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZKXD6v4M3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZKXD6v4M3 H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rZKXD6v4M3 .mbr-text,
.cid-rZKXD6v4M3 .mbr-section-btn {
  color: #716c80;
}
.cid-rZKXD6v4M3 H3 {
  color: #716c80;
}
.cid-rZKXD6v4M3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZKXD6v4M3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZKXD6v4M3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZKXD6v4M3 .link:hover {
  color: #08829e !important;
}
.cid-rZKXD6v4M3 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZKXD6v4M3 DIV {
  color: #57468b;
}
.cid-rZKXD6v4M3 .mbr-text,
.cid-rZKXD6v4M3 .media-content {
  color: #232323;
}
.cid-rZKXD6v4M3 P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rZLrz0ek2L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZLrz0ek2L img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZLrz0ek2L H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rZLrz0ek2L .mbr-text,
.cid-rZLrz0ek2L .mbr-section-btn {
  color: #716c80;
}
.cid-rZLrz0ek2L H3 {
  color: #716c80;
}
.cid-rZLrz0ek2L .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZLrz0ek2L .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZLrz0ek2L .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZLrz0ek2L .link:hover {
  color: #08829e !important;
}
.cid-rZLrz0ek2L .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZLrz0ek2L DIV {
  color: #57468b;
}
.cid-rZLrz0ek2L .mbr-text,
.cid-rZLrz0ek2L .media-content {
  color: #232323;
}
.cid-rZLrz0ek2L P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rZLoeIHtSx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZLoeIHtSx .counter-container {
  color: #464646;
}
.cid-rZLoeIHtSx .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rZLoeIHtSx .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rZLoeIHtSx .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rZLoeIHtSx P {
  text-align: left;
  color: #767676;
}
.cid-rZQbw8ArM1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZQbw8ArM1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZQbw8ArM1 H1 {
  color: #0b659b;
  text-align: center;
}
.cid-rZQbw8ArM1 .mbr-text,
.cid-rZQbw8ArM1 .mbr-section-btn {
  color: #716c80;
}
.cid-rZQbw8ArM1 H3 {
  color: #716c80;
}
.cid-rZQbw8ArM1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZQbw8ArM1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZQbw8ArM1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZQbw8ArM1 .link:hover {
  color: #08829e !important;
}
.cid-rZQbw8ArM1 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rZQbw8ArM1 DIV {
  color: #57468b;
}
.cid-rZQbw8ArM1 .mbr-text,
.cid-rZQbw8ArM1 .media-content {
  color: #232323;
}
.cid-rZQbw8ArM1 P {
  text-align: center;
  color: #0b1b3f;
}
.cid-rZQbt0MOM7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-rZQbt0MOM7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rZQbt0MOM7 .video-block {
    width: 100% !important;
  }
}
.cid-rZKXD8XRVY {
  background-color: #ffffff;
}
.cid-rZKXD8XRVY section {
  position: relative;
}
.cid-rZKXD8XRVY .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rZKXD8XRVY #e1_circle,
.cid-rZKXD8XRVY #e3_circle,
.cid-rZKXD8XRVY #e4_circle,
.cid-rZKXD8XRVY #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rZKXD8XRVY #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rZKXD8XRVY .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rZKXD8XRVY .rev {
  animation: rev 4s linear infinite;
}
.cid-rZKXD8XRVY .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rZKXD8XRVY .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rZKXD8XRVY .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rZKXD8XRVY .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rZKXD8XRVY .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rZKXD8XRVY .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rZKXD8XRVY .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rZKXD8XRVY .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rZKXD8XRVY .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rZKXD8XRVY .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rZKXD8XRVY .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rZKXD8XRVY H1 {
  color: #0a465a;
}
.cid-rZKXD8XRVY .mbr-text,
.cid-rZKXD8XRVY .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rZKXD8XRVY H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rZKXD8XRVY .round9,
  .cid-rZKXD8XRVY .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rZKXD8XRVY .round {
    display: none;
  }
}
.cid-rZKXDaEHB3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rZKXDaEHB3 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rZKXDaEHB3 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rZKXDaEHB3 .svg11 path {
  fill: #7aba59;
}
.cid-rZKXDaEHB3 .svg21 path {
  fill: #f9b945;
}
.cid-rZKXDaEHB3 .svg31 path {
  fill: #ed6436;
}
.cid-rZKXDaEHB3 .svg4 path {
  fill: #0f7699 !important;
}
.cid-rZKXDaEHB3 .svg12 path,
.cid-rZKXDaEHB3 .svg22 path,
.cid-rZKXDaEHB3 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rZKXDaEHB3 .card {
  position: relative;
  height: 300px;
}
.cid-rZKXDaEHB3 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rZKXDaEHB3 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rZKXDaEHB3 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rZKXDaEHB3 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rZKXDaEHB3 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rZKXDaEHB3 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rZKXDaEHB3 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rZKXDaEHB3 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rZKXDaEHB3 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rZKXDaEHB3 .card .svg22,
.cid-rZKXDaEHB3 .card .svg32,
.cid-rZKXDaEHB3 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rZKXDaEHB3 .card .svg21,
.cid-rZKXDaEHB3 .card .svg31,
.cid-rZKXDaEHB3 .card .svg11 {
  z-index: 2;
}
.cid-rZKXDaEHB3 .card div {
  z-index: 3;
}
.cid-rZKXDaEHB3 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rZKXDaEHB3 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rZKXDaEHB3 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rZKXDaEHB3 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rZKXDaEHB3 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rZKXDaEHB3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rZKXDaEHB3 .card {
    margin-bottom: 2rem;
  }
  .cid-rZKXDaEHB3 .card svg {
    left: 30px;
  }
  .cid-rZKXDaEHB3 .card:hover h4 {
    animation: none;
  }
  .cid-rZKXDaEHB3 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rZKXDaEHB3 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rZKXDaEHB3 .card {
    max-width: 330px;
  }
  .cid-rZKXDaEHB3 .card svg {
    left: 0px;
  }
}
.cid-rZKXDaEHB3 H2 {
  color: #0f7699;
}
.cid-rZKXDcpIOd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rZKXDcpIOd .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rZKXDcpIOd .content {
    padding: 0 2rem;
  }
}
.cid-rZKXDcpIOd .row {
  justify-content: flex-end;
}
.cid-rZKXDcpIOd .img-col {
  padding: 0;
}
.cid-rZKXDcpIOd .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rZKXDcpIOd .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rZKXDcpIOd .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rZKXDcpIOd .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rZKXDcpIOd .icon-title,
.cid-rZKXDcpIOd .mbr-iconfont {
  color: #ed6436;
}
.cid-rZKXDcpIOd .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZKXDcpIOd .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rZKXDcpIOd .icons-wrap {
    flex-direction: column;
  }
  .cid-rZKXDcpIOd .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rZKXDcpIOd .link-wrap {
    margin: auto;
  }
  .cid-rZKXDcpIOd .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rZKXDcpIOd .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rZKXDcpIOd .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rZKXDcpIOd .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rZKXDcpIOd .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rZKXDcpIOd .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rZKXDcpIOd H1 {
  color: #0f7699;
}
.cid-udUADQCWOZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-udUADQCWOZ .card-wrapper {
  z-index: 3;
}
.cid-udUADQCWOZ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-udUADQCWOZ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-udUADQCWOZ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-udUADQCWOZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rZKXDfVuMA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQGWclZ8YZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQGWclZ8YZ .nav-item:focus,
.cid-rQGWclZ8YZ .nav-link:focus {
  outline: none;
}
.cid-rQGWclZ8YZ .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQGWclZ8YZ .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQGWclZ8YZ .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQGWclZ8YZ .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQGWclZ8YZ .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQGWclZ8YZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQGWclZ8YZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQGWclZ8YZ .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-rQGWclZ8YZ .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQGWclZ8YZ .container {
  max-width: 1380px;
}
.cid-rQGWclZ8YZ .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQGWclZ8YZ .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQGWclZ8YZ .nav-link:hover,
.cid-rQGWclZ8YZ .nav-link:active,
.cid-rQGWclZ8YZ .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQGWclZ8YZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQGWclZ8YZ .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQGWclZ8YZ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQGWclZ8YZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQGWclZ8YZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQGWclZ8YZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQGWclZ8YZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQGWclZ8YZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQGWclZ8YZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQGWclZ8YZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQGWclZ8YZ .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-rQGWclZ8YZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQGWclZ8YZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQGWclZ8YZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQGWclZ8YZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQGWclZ8YZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQGWclZ8YZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQGWclZ8YZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQGWclZ8YZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQGWclZ8YZ .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-rQGWclZ8YZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQGWclZ8YZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQGWclZ8YZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQGWclZ8YZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQGWclZ8YZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQGWclZ8YZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQGWclZ8YZ .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQGWclZ8YZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQGWclZ8YZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQGWclZ8YZ .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQGWclZ8YZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQGWclZ8YZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQGWclZ8YZ .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-rQGWclZ8YZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQGWclZ8YZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQGWclZ8YZ .dropdown-item.active,
.cid-rQGWclZ8YZ .dropdown-item:active {
  background-color: transparent;
}
.cid-rQGWclZ8YZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQGWclZ8YZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQGWclZ8YZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQGWclZ8YZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQGWclZ8YZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQGWclZ8YZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQGWclZ8YZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQGWclZ8YZ .navbar-buttons {
  text-align: center;
}
.cid-rQGWclZ8YZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQGWclZ8YZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQGWclZ8YZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQGWclZ8YZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQGWclZ8YZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQGWclZ8YZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQGWclZ8YZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQGWclZ8YZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQGWclZ8YZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQGWclZ8YZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQGWclZ8YZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQGWclZ8YZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQGWclZ8YZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQGWclZ8YZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQGWclZ8YZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQGWclZ8YZ .navbar {
    height: 77px;
  }
  .cid-rQGWclZ8YZ .navbar.opened {
    height: auto;
  }
  .cid-rQGWclZ8YZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQGWcnoPJ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1326.jpg");
}
.cid-rQGWcnoPJ6 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQGWcnoPJ6 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQGWcnoPJ6 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQGWcnoPJ6 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQGWcnoPJ6 .container {
  max-width: 1600px;
}
.cid-rQGWcnoPJ6 .mbr-bold,
.cid-rQGWcnoPJ6 b {
  font-weight: 900;
}
.cid-rQGWcnoPJ6 .btn {
  color: white!important;
}
.cid-rQGWcnoPJ6 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQGWcnoPJ6 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQGWcnoPJ6 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQGWcnoPJ6 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQGWcnoPJ6 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQGWcnoPJ6 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQGWcnoPJ6 H1 {
  color: #ffffff;
}
.cid-rQGWcnoPJ6 .mbr-text,
.cid-rQGWcnoPJ6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQGWco6Vwt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQGWco6Vwt img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQGWco6Vwt H1 {
  color: #0b659b;
}
.cid-rQGWco6Vwt .mbr-text,
.cid-rQGWco6Vwt .mbr-section-btn {
  color: #716c80;
}
.cid-rQGWco6Vwt H3 {
  color: #716c80;
}
.cid-rQGWco6Vwt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQGWco6Vwt .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQGWco6Vwt .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQGWco6Vwt .link:hover {
  color: #08829e !important;
}
.cid-rQGWco6Vwt .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQGWco6Vwt DIV {
  color: #57468b;
}
.cid-rQGWco6Vwt .mbr-text,
.cid-rQGWco6Vwt .media-content {
  color: #232323;
}
.cid-rQGWco6Vwt P {
  text-align: left;
  color: #0f7699;
}
.cid-rQGXorDpvP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQGXorDpvP .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rQGXorDpvP .mbr-section-title {
  margin: 0;
}
.cid-rQGXorDpvP .card-img {
  text-align: center;
}
.cid-rQGXorDpvP .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rQGXorDpvP .row-item.card1 {
  background: #0b1b3f;
}
.cid-rQGXorDpvP .row-item.card2 {
  background: #0b546d;
}
.cid-rQGXorDpvP .row-item.card3 {
  background: #1a9cc9;
}
.cid-rQGXorDpvP .row-item.card4 {
  background: #1ebdf4;
}
.cid-rQGXorDpvP .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rQGXorDpvP .card-img,
  .cid-rQGXorDpvP .mbr-text,
  .cid-rQGXorDpvP .mbr-card-title,
  .cid-rQGXorDpvP .mbr-section-subtitle,
  .cid-rQGXorDpvP .mbr-section-title,
  .cid-rQGXorDpvP .underline {
    text-align: center !important;
  }
}
.cid-rQGZ1Pb4AO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQGZ1Pb4AO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rQGZ1Pb4AO .mbr-section-title {
  margin: 0;
}
.cid-rQGZ1Pb4AO .card-img {
  text-align: center;
}
.cid-rQGZ1Pb4AO .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-rQGZ1Pb4AO .row-item.card1 {
  background: #701403;
}
.cid-rQGZ1Pb4AO .row-item.card2 {
  background: #8c2e0e;
}
.cid-rQGZ1Pb4AO .row-item.card3 {
  background: #b1560c;
}
.cid-rQGZ1Pb4AO .row-item.card4 {
  background: #c9920c;
}
.cid-rQGZ1Pb4AO .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rQGZ1Pb4AO .card-img,
  .cid-rQGZ1Pb4AO .mbr-text,
  .cid-rQGZ1Pb4AO .mbr-card-title,
  .cid-rQGZ1Pb4AO .mbr-section-subtitle,
  .cid-rQGZ1Pb4AO .mbr-section-title,
  .cid-rQGZ1Pb4AO .underline {
    text-align: center !important;
  }
}
.cid-rQH2SgfJUd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQH2SgfJUd .mbr-text {
  position: relative;
  color: #181818;
}
.cid-rQH2SgfJUd .mbr-text:before {
  color: #149dcc;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rQH2SgfJUd .mbr-text:after {
  color: #149dcc;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rQH2SgfJUd .mbr-text:after,
  .cid-rQH2SgfJUd .mbr-text:before {
    display: none;
  }
}
.cid-rQH2SgfJUd .mbr-section-title,
.cid-rQH2SgfJUd .logo {
  color: #0f7699;
}
.cid-rQGWcqyYzL {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #b3d0d2;
}
.cid-rQGWcqyYzL p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-rQGWcqyYzL .panel-title {
  border-bottom: 2px solid #267789;
}
.cid-rQGWcqyYzL .collapsed {
  border: none;
}
.cid-rQGWcqyYzL .panel-body {
  padding-top: 0.5rem;
}
.cid-rQGWcqyYzL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQGWcqyYzL .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-rQGWcqyYzL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rQGWcqyYzL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQGWcqyYzL .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rQGWcqyYzL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQGWcqyYzL .panel-text {
  color: #767676;
}
.cid-rQGWcqyYzL H4 {
  color: #0c4a76;
  text-transform: uppercase;
}
.cid-rQGWcqyYzL H2 {
  color: #0b1b3f;
}
.cid-rQH4FSDGXy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQH4FSDGXy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQH4FSDGXy p {
  color: #767676;
  text-align: left;
}
.cid-rQH4FSDGXy .card-wrapper {
  height: 100%;
}
.cid-rQH4FSDGXy .container-fluid {
  max-width: 1600px;
}
.cid-rQH4FSDGXy .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-rQH4FSDGXy img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-rQH4FSDGXy .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-rQH4FSDGXy .card:hover img {
  filter: blur(3px);
}
.cid-rQH4FSDGXy .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-rQH4FSDGXy .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rQH4FSDGXy .mbr-iconfont {
    opacity: 1;
  }
  .cid-rQH4FSDGXy img {
    filter: blur(3px);
  }
}
.cid-rQGWcrsYkv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQGWcrsYkv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQGWcrsYkv p {
  color: #767676;
  text-align: left;
}
.cid-rQGWcrsYkv .card-wrapper {
  height: 100%;
}
.cid-rQGWcrsYkv .container-fluid {
  max-width: 1600px;
}
.cid-rQGWcrsYkv .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-rQGWcrsYkv img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-rQGWcrsYkv .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-rQGWcrsYkv .card:hover img {
  filter: blur(3px);
}
.cid-rQGWcrsYkv .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-rQGWcrsYkv .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rQGWcrsYkv .mbr-iconfont {
    opacity: 1;
  }
  .cid-rQGWcrsYkv img {
    filter: blur(3px);
  }
}
.cid-rQGWcsuGVC {
  background-color: #ffffff;
}
.cid-rQGWcsuGVC section {
  position: relative;
}
.cid-rQGWcsuGVC .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQGWcsuGVC #e1_circle,
.cid-rQGWcsuGVC #e3_circle,
.cid-rQGWcsuGVC #e4_circle,
.cid-rQGWcsuGVC #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQGWcsuGVC #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQGWcsuGVC .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQGWcsuGVC .rev {
  animation: rev 4s linear infinite;
}
.cid-rQGWcsuGVC .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQGWcsuGVC .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQGWcsuGVC .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQGWcsuGVC .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQGWcsuGVC .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQGWcsuGVC .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQGWcsuGVC .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQGWcsuGVC .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQGWcsuGVC .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQGWcsuGVC .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQGWcsuGVC .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQGWcsuGVC H1 {
  color: #0a465a;
}
.cid-rQGWcsuGVC .mbr-text,
.cid-rQGWcsuGVC .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQGWcsuGVC H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rQGWcsuGVC .round9,
  .cid-rQGWcsuGVC .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQGWcsuGVC .round {
    display: none;
  }
}
.cid-rQGWctkQgH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-rQGWctkQgH .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rQGWctkQgH h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rQGWctkQgH .svg11 path {
  fill: #7aba59;
}
.cid-rQGWctkQgH .svg21 path {
  fill: #f9b945;
}
.cid-rQGWctkQgH .svg31 path {
  fill: #ed6436;
}
.cid-rQGWctkQgH .svg4 path {
  fill: #0f7699 !important;
}
.cid-rQGWctkQgH .svg12 path,
.cid-rQGWctkQgH .svg22 path,
.cid-rQGWctkQgH .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-rQGWctkQgH .card {
  position: relative;
  height: 300px;
}
.cid-rQGWctkQgH .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rQGWctkQgH .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rQGWctkQgH .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQGWctkQgH .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rQGWctkQgH .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQGWctkQgH .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rQGWctkQgH .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rQGWctkQgH .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rQGWctkQgH .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rQGWctkQgH .card .svg22,
.cid-rQGWctkQgH .card .svg32,
.cid-rQGWctkQgH .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rQGWctkQgH .card .svg21,
.cid-rQGWctkQgH .card .svg31,
.cid-rQGWctkQgH .card .svg11 {
  z-index: 2;
}
.cid-rQGWctkQgH .card div {
  z-index: 3;
}
.cid-rQGWctkQgH .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rQGWctkQgH .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQGWctkQgH .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-rQGWctkQgH .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rQGWctkQgH .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rQGWctkQgH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQGWctkQgH .card {
    margin-bottom: 2rem;
  }
  .cid-rQGWctkQgH .card svg {
    left: 30px;
  }
  .cid-rQGWctkQgH .card:hover h4 {
    animation: none;
  }
  .cid-rQGWctkQgH .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rQGWctkQgH h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rQGWctkQgH .card {
    max-width: 330px;
  }
  .cid-rQGWctkQgH .card svg {
    left: 0px;
  }
}
.cid-rQGWctkQgH H2 {
  color: #0f7699;
}
.cid-rQGWcuueki {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQGWcuueki .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQGWcuueki .content {
    padding: 0 2rem;
  }
}
.cid-rQGWcuueki .row {
  justify-content: flex-end;
}
.cid-rQGWcuueki .img-col {
  padding: 0;
}
.cid-rQGWcuueki .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQGWcuueki .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQGWcuueki .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQGWcuueki .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQGWcuueki .icon-title,
.cid-rQGWcuueki .mbr-iconfont {
  color: #ed6436;
}
.cid-rQGWcuueki .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQGWcuueki .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQGWcuueki .icons-wrap {
    flex-direction: column;
  }
  .cid-rQGWcuueki .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQGWcuueki .link-wrap {
    margin: auto;
  }
  .cid-rQGWcuueki .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQGWcuueki .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQGWcuueki .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQGWcuueki .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQGWcuueki .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQGWcuueki .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQGWcuueki H1 {
  color: #0f7699;
}
.cid-rQGWcwKLsY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-rQCjOQ0HNI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQCjOQ0HNI .nav-item:focus,
.cid-rQCjOQ0HNI .nav-link:focus {
  outline: none;
}
.cid-rQCjOQ0HNI .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rQCjOQ0HNI .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-rQCjOQ0HNI .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rQCjOQ0HNI .dropdown .dropdown-menu .dropdown-item:active,
.cid-rQCjOQ0HNI .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-rQCjOQ0HNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQCjOQ0HNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQCjOQ0HNI .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-rQCjOQ0HNI .navbar-caption:hover {
  color: inherit!important;
}
.cid-rQCjOQ0HNI .container {
  max-width: 1380px;
}
.cid-rQCjOQ0HNI .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rQCjOQ0HNI .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rQCjOQ0HNI .nav-link:hover,
.cid-rQCjOQ0HNI .nav-link:active,
.cid-rQCjOQ0HNI .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-rQCjOQ0HNI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-rQCjOQ0HNI .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-rQCjOQ0HNI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQCjOQ0HNI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQCjOQ0HNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQCjOQ0HNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rQCjOQ0HNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rQCjOQ0HNI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQCjOQ0HNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQCjOQ0HNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQCjOQ0HNI .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-rQCjOQ0HNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQCjOQ0HNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQCjOQ0HNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQCjOQ0HNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQCjOQ0HNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQCjOQ0HNI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQCjOQ0HNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQCjOQ0HNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQCjOQ0HNI .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-rQCjOQ0HNI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQCjOQ0HNI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQCjOQ0HNI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQCjOQ0HNI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQCjOQ0HNI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQCjOQ0HNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQCjOQ0HNI .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-rQCjOQ0HNI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQCjOQ0HNI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQCjOQ0HNI .icons-menu span {
  color: #ed6436 !important;
}
.cid-rQCjOQ0HNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQCjOQ0HNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQCjOQ0HNI .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-rQCjOQ0HNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQCjOQ0HNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQCjOQ0HNI .dropdown-item.active,
.cid-rQCjOQ0HNI .dropdown-item:active {
  background-color: transparent;
}
.cid-rQCjOQ0HNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQCjOQ0HNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQCjOQ0HNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQCjOQ0HNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-rQCjOQ0HNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQCjOQ0HNI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rQCjOQ0HNI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQCjOQ0HNI .navbar-buttons {
  text-align: center;
}
.cid-rQCjOQ0HNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQCjOQ0HNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-rQCjOQ0HNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQCjOQ0HNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQCjOQ0HNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQCjOQ0HNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQCjOQ0HNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQCjOQ0HNI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQCjOQ0HNI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQCjOQ0HNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQCjOQ0HNI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rQCjOQ0HNI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rQCjOQ0HNI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQCjOQ0HNI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rQCjOQ0HNI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQCjOQ0HNI .navbar {
    height: 77px;
  }
  .cid-rQCjOQ0HNI .navbar.opened {
    height: auto;
  }
  .cid-rQCjOQ0HNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQCjOROlwj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1271.jpg");
}
.cid-rQCjOROlwj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQCjOROlwj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQCjOROlwj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQCjOROlwj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQCjOROlwj .container {
  max-width: 1600px;
}
.cid-rQCjOROlwj .mbr-bold,
.cid-rQCjOROlwj b {
  font-weight: 900;
}
.cid-rQCjOROlwj .btn {
  color: white!important;
}
.cid-rQCjOROlwj svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQCjOROlwj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQCjOROlwj svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQCjOROlwj svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQCjOROlwj svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQCjOROlwj .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQCjOROlwj H1 {
  color: #ffffff;
}
.cid-rQCjOROlwj .mbr-text,
.cid-rQCjOROlwj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rQCjOSKwkg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQCjOSKwkg img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQCjOSKwkg H1 {
  color: #0b659b;
}
.cid-rQCjOSKwkg .mbr-text,
.cid-rQCjOSKwkg .mbr-section-btn {
  color: #716c80;
}
.cid-rQCjOSKwkg H3 {
  color: #716c80;
}
.cid-rQCjOSKwkg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQCjOSKwkg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQCjOSKwkg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQCjOSKwkg .link:hover {
  color: #08829e !important;
}
.cid-rQCjOSKwkg .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-rQCjOSKwkg DIV {
  color: #57468b;
}
.cid-rQCjOSKwkg .mbr-text,
.cid-rQCjOSKwkg .media-content {
  color: #232323;
}
.cid-rQCjOSKwkg P {
  text-align: left;
  color: #0f7699;
}
.cid-rYpvPVoGG8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1271.jpg");
}
.cid-rYpvPVoGG8 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rYpvPVoGG8 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rYpvPVoGG8 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rQCjP5NXKj {
  background-color: #ffffff;
}
.cid-rQCjP5NXKj section {
  position: relative;
}
.cid-rQCjP5NXKj .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rQCjP5NXKj #e1_circle,
.cid-rQCjP5NXKj #e3_circle,
.cid-rQCjP5NXKj #e4_circle,
.cid-rQCjP5NXKj #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rQCjP5NXKj #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rQCjP5NXKj .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rQCjP5NXKj .rev {
  animation: rev 4s linear infinite;
}
.cid-rQCjP5NXKj .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rQCjP5NXKj .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rQCjP5NXKj .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rQCjP5NXKj .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rQCjP5NXKj .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rQCjP5NXKj .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rQCjP5NXKj .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rQCjP5NXKj .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rQCjP5NXKj .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rQCjP5NXKj .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rQCjP5NXKj .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rQCjP5NXKj H1 {
  color: #0a465a;
}
.cid-rQCjP5NXKj .mbr-text,
.cid-rQCjP5NXKj .mbr-section-btn {
  color: #0b1b3f;
}
.cid-rQCjP5NXKj H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-rQCjP5NXKj .round9,
  .cid-rQCjP5NXKj .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-rQCjP5NXKj .round {
    display: none;
  }
}
.cid-s4FC376lSJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4FC376lSJ .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-s4FC376lSJ h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-s4FC376lSJ .svg11 path {
  fill: #7aba59;
}
.cid-s4FC376lSJ .svg21 path {
  fill: #f9b945;
}
.cid-s4FC376lSJ .svg31 path {
  fill: #ed6436;
}
.cid-s4FC376lSJ .svg4 path {
  fill: #0f7699 !important;
}
.cid-s4FC376lSJ .svg12 path,
.cid-s4FC376lSJ .svg22 path,
.cid-s4FC376lSJ .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-s4FC376lSJ .card {
  position: relative;
  height: 300px;
}
.cid-s4FC376lSJ .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-s4FC376lSJ .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-s4FC376lSJ .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4FC376lSJ .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-s4FC376lSJ .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4FC376lSJ .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-s4FC376lSJ .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-s4FC376lSJ .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-s4FC376lSJ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-s4FC376lSJ .card .svg22,
.cid-s4FC376lSJ .card .svg32,
.cid-s4FC376lSJ .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-s4FC376lSJ .card .svg21,
.cid-s4FC376lSJ .card .svg31,
.cid-s4FC376lSJ .card .svg11 {
  z-index: 2;
}
.cid-s4FC376lSJ .card div {
  z-index: 3;
}
.cid-s4FC376lSJ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-s4FC376lSJ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-s4FC376lSJ .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-s4FC376lSJ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-s4FC376lSJ .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-s4FC376lSJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-s4FC376lSJ .card {
    margin-bottom: 2rem;
  }
  .cid-s4FC376lSJ .card svg {
    left: 30px;
  }
  .cid-s4FC376lSJ .card:hover h4 {
    animation: none;
  }
  .cid-s4FC376lSJ .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-s4FC376lSJ h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-s4FC376lSJ .card {
    max-width: 330px;
  }
  .cid-s4FC376lSJ .card svg {
    left: 0px;
  }
}
.cid-s4FC376lSJ H2 {
  color: #0f7699;
}
.cid-rQCjP8PqVB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-rQCjP8PqVB .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQCjP8PqVB .content {
    padding: 0 2rem;
  }
}
.cid-rQCjP8PqVB .row {
  justify-content: flex-end;
}
.cid-rQCjP8PqVB .img-col {
  padding: 0;
}
.cid-rQCjP8PqVB .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rQCjP8PqVB .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rQCjP8PqVB .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rQCjP8PqVB .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rQCjP8PqVB .icon-title,
.cid-rQCjP8PqVB .mbr-iconfont {
  color: #ed6436;
}
.cid-rQCjP8PqVB .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rQCjP8PqVB .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rQCjP8PqVB .icons-wrap {
    flex-direction: column;
  }
  .cid-rQCjP8PqVB .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rQCjP8PqVB .link-wrap {
    margin: auto;
  }
  .cid-rQCjP8PqVB .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rQCjP8PqVB .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rQCjP8PqVB .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rQCjP8PqVB .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rQCjP8PqVB .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rQCjP8PqVB .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rQCjP8PqVB H1 {
  color: #0f7699;
}
.cid-rQCjPcsiaJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQPSjOG6Rn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQPSjOG6Rn .nav-item:focus,
.cid-sQPSjOG6Rn .nav-link:focus {
  outline: none;
}
.cid-sQPSjOG6Rn .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQPSjOG6Rn .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQPSjOG6Rn .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQPSjOG6Rn .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQPSjOG6Rn .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQPSjOG6Rn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQPSjOG6Rn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQPSjOG6Rn .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-sQPSjOG6Rn .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQPSjOG6Rn .container {
  max-width: 1380px;
}
.cid-sQPSjOG6Rn .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQPSjOG6Rn .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQPSjOG6Rn .nav-link:hover,
.cid-sQPSjOG6Rn .nav-link:active,
.cid-sQPSjOG6Rn .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQPSjOG6Rn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQPSjOG6Rn .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQPSjOG6Rn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQPSjOG6Rn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQPSjOG6Rn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQPSjOG6Rn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQPSjOG6Rn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQPSjOG6Rn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQPSjOG6Rn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQPSjOG6Rn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQPSjOG6Rn .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-sQPSjOG6Rn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQPSjOG6Rn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQPSjOG6Rn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQPSjOG6Rn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQPSjOG6Rn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQPSjOG6Rn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQPSjOG6Rn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQPSjOG6Rn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQPSjOG6Rn .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-sQPSjOG6Rn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQPSjOG6Rn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQPSjOG6Rn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQPSjOG6Rn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQPSjOG6Rn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQPSjOG6Rn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQPSjOG6Rn .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQPSjOG6Rn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQPSjOG6Rn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQPSjOG6Rn .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQPSjOG6Rn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQPSjOG6Rn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQPSjOG6Rn .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-sQPSjOG6Rn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQPSjOG6Rn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQPSjOG6Rn .dropdown-item.active,
.cid-sQPSjOG6Rn .dropdown-item:active {
  background-color: transparent;
}
.cid-sQPSjOG6Rn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQPSjOG6Rn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQPSjOG6Rn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQPSjOG6Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQPSjOG6Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQPSjOG6Rn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQPSjOG6Rn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQPSjOG6Rn .navbar-buttons {
  text-align: center;
}
.cid-sQPSjOG6Rn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQPSjOG6Rn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQPSjOG6Rn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQPSjOG6Rn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQPSjOG6Rn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQPSjOG6Rn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQPSjOG6Rn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQPSjOG6Rn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQPSjOG6Rn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQPSjOG6Rn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQPSjOG6Rn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQPSjOG6Rn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQPSjOG6Rn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQPSjOG6Rn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQPSjOG6Rn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQPSjOG6Rn .navbar {
    height: 77px;
  }
  .cid-sQPSjOG6Rn .navbar.opened {
    height: auto;
  }
  .cid-sQPSjOG6Rn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQPSjPEkni {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sQPSjPEkni .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQPSjPEkni .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQPSjPEkni .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQPSjPEkni .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQPSjPEkni .container {
  max-width: 1600px;
}
.cid-sQPSjPEkni .mbr-bold,
.cid-sQPSjPEkni b {
  font-weight: 900;
}
.cid-sQPSjPEkni .btn {
  color: white!important;
}
.cid-sQPSjPEkni svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQPSjPEkni svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQPSjPEkni svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQPSjPEkni svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQPSjPEkni svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQPSjPEkni .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQPSjPEkni H1 {
  color: #ffffff;
}
.cid-sQPSjPEkni .mbr-text,
.cid-sQPSjPEkni .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQPSjQ0O5O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQPSjQ0O5O img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQPSjQ0O5O H1 {
  color: #0b659b;
}
.cid-sQPSjQ0O5O .mbr-text,
.cid-sQPSjQ0O5O .mbr-section-btn {
  color: #716c80;
}
.cid-sQPSjQ0O5O H3 {
  color: #ff0000;
}
.cid-sQPSjQ0O5O .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQPSjQ0O5O .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQPSjQ0O5O .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQPSjQ0O5O .link:hover {
  color: #08829e !important;
}
.cid-sQPSjQ0O5O .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQPSjQ0O5O DIV {
  color: #57468b;
}
.cid-sQPSjQ0O5O .mbr-text,
.cid-sQPSjQ0O5O .media-content {
  color: #232323;
}
.cid-sQPSjQ0O5O P {
  text-align: left;
  color: #0f7699;
}
.cid-sQPVkzpmXs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQPVkzpmXs .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0b659b;
}
.cid-sQPVkzpmXs .align-left {
  max-width: 547px;
}
.cid-sQPVkzpmXs .mbr-text,
.cid-sQPVkzpmXs .mbr-section-btn {
  color: #222c02;
}
.cid-sQPVkzpmXs .left-side {
  margin-right: 20px;
}
.cid-sQPVkzpmXs .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQPVkzpmXs .left-side {
    margin-right: 0px;
  }
  .cid-sQPVkzpmXs .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQPX579qcb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQPX579qcb .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQPX579qcb .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQPX579qcb .card-wrap {
  background: #51add0;
  border-radius: 30px;
  height: 100%;
}
.cid-sQPX579qcb .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQPX579qcb .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQPX579qcb .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQPX579qcb .mbr-section-title {
  color: #0b659b;
}
.cid-sQQ76LqNul {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQQ76LqNul .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sQQ76LqNul .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQQ76LqNul .row {
  align-items: center;
  height: 100%;
}
.cid-sQQ76LqNul .wrapper {
  margin: auto;
}
.cid-sQPSjQIt9W {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQPSjQIt9W .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQPSjQIt9W .mbr-section-title {
  margin: 0;
}
.cid-sQPSjQIt9W .mbr-text {
  color: #efefef;
}
.cid-sQPSjQIt9W .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQPSjQIt9W .card-img {
  text-align: left;
}
.cid-sQPSjQIt9W .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQPSjQIt9W .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQPSjQIt9W .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQPSjQIt9W .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQPSjQIt9W .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQPSjQIt9W .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQPSjR9LMg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQPSjR9LMg .mbr-text,
.cid-sQPSjR9LMg .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQPSjR9LMg p {
  z-index: 2;
  position: relative;
}
.cid-sQPSjR9LMg .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQPSjR9LMg .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQPSjR9LMg .ico1 {
  font-size: 2rem;
}
.cid-sQPSjR9LMg .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQPSjR9LMg H3 {
  color: #149dcc;
}
.cid-sQPSjRuOHG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQPSjRLzsH {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQPSjRLzsH h3 {
  text-align: center;
}
.cid-sQPSjRLzsH .pie_progress {
  position: relative;
}
.cid-sQPSjRLzsH .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQPSjRLzsH p {
  line-height: 1.6;
}
.cid-sQPSjRLzsH .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQPSjRLzsH .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQPSjRLzsH .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQPSjRLzsH .mbr-section-subtitle {
  color: #383838;
}
.cid-sQPSjRLzsH .pie_progress__number {
  text-align: center !important;
}
.cid-sQPSjRLzsH .card-title {
  margin-bottom: 0;
}
.cid-sQPSjRLzsH .svg-gradient {
  position: absolute;
}
.cid-sQPSjRLzsH ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQPSjRLzsH .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQPSjRLzsH H4 {
  color: #0f7699;
}
.cid-sQPSjRLzsH .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQPSjRLzsH .card {
    flex-direction: column;
  }
  .cid-sQPSjRLzsH .content {
    padding-left: 0rem;
  }
  .cid-sQPSjRLzsH .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQPSjS826T {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQPSjS826T h3 {
  text-align: center;
}
.cid-sQPSjS826T .pie_progress {
  position: relative;
}
.cid-sQPSjS826T .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQPSjS826T p {
  line-height: 1.6;
}
.cid-sQPSjS826T .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQPSjS826T .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQPSjS826T .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQPSjS826T .mbr-section-subtitle {
  color: #383838;
}
.cid-sQPSjS826T .pie_progress__number {
  text-align: center !important;
}
.cid-sQPSjS826T .card-title {
  margin-bottom: 0;
}
.cid-sQPSjS826T .svg-gradient {
  position: absolute;
}
.cid-sQPSjS826T ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQPSjS826T .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQPSjS826T H4 {
  color: #0f7699;
}
.cid-sQPSjS826T .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQPSjS826T .card {
    flex-direction: column;
  }
  .cid-sQPSjS826T .content {
    padding-left: 0rem;
  }
  .cid-sQPSjS826T .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQPSjSvMjf {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQPSjSvMjf .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQPSjSvMjf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQPSjSvMjf .text-content {
  padding-right: 1.5rem;
}
.cid-sQPSjSvMjf .mbr-text,
.cid-sQPSjSvMjf .mbr-section-btn {
  color: #ffffff;
}
.cid-sQPSjSvMjf .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQPSjSvMjf .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQPSjSvMjf .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQPSjSvMjf .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQPSjSvMjf .main-row {
    margin: 0;
  }
  .cid-sQPSjSvMjf .mbr-section-title,
  .cid-sQPSjSvMjf .mbr-text,
  .cid-sQPSjSvMjf .list,
  .cid-sQPSjSvMjf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQPSjSvMjf .text-content {
    padding: 0;
  }
}
.cid-sQPSjSvMjf .mbr-section-title {
  color: #aff0f6;
}
.cid-sQPSjSMw5f {
  background-color: #ffffff;
}
.cid-sQPSjSMw5f section {
  position: relative;
}
.cid-sQPSjSMw5f .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQPSjSMw5f #e1_circle,
.cid-sQPSjSMw5f #e3_circle,
.cid-sQPSjSMw5f #e4_circle,
.cid-sQPSjSMw5f #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQPSjSMw5f #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQPSjSMw5f .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQPSjSMw5f .rev {
  animation: rev 4s linear infinite;
}
.cid-sQPSjSMw5f .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQPSjSMw5f .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQPSjSMw5f .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQPSjSMw5f .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQPSjSMw5f .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQPSjSMw5f .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQPSjSMw5f .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQPSjSMw5f .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQPSjSMw5f .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQPSjSMw5f .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQPSjSMw5f .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQPSjSMw5f H1 {
  color: #0a465a;
}
.cid-sQPSjSMw5f .mbr-text,
.cid-sQPSjSMw5f .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQPSjSMw5f H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQPSjSMw5f .round9,
  .cid-sQPSjSMw5f .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQPSjSMw5f .round {
    display: none;
  }
}
.cid-sQPSjTaU7a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQPSjTaU7a .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQPSjTaU7a h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQPSjTaU7a .svg11 path {
  fill: #7aba59;
}
.cid-sQPSjTaU7a .svg21 path {
  fill: #f9b945;
}
.cid-sQPSjTaU7a .svg31 path {
  fill: #ed6436;
}
.cid-sQPSjTaU7a .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQPSjTaU7a .svg12 path,
.cid-sQPSjTaU7a .svg22 path,
.cid-sQPSjTaU7a .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQPSjTaU7a .card {
  position: relative;
  height: 300px;
}
.cid-sQPSjTaU7a .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQPSjTaU7a .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQPSjTaU7a .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQPSjTaU7a .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQPSjTaU7a .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQPSjTaU7a .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQPSjTaU7a .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQPSjTaU7a .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQPSjTaU7a .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQPSjTaU7a .card .svg22,
.cid-sQPSjTaU7a .card .svg32,
.cid-sQPSjTaU7a .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQPSjTaU7a .card .svg21,
.cid-sQPSjTaU7a .card .svg31,
.cid-sQPSjTaU7a .card .svg11 {
  z-index: 2;
}
.cid-sQPSjTaU7a .card div {
  z-index: 3;
}
.cid-sQPSjTaU7a .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQPSjTaU7a .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQPSjTaU7a .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQPSjTaU7a .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQPSjTaU7a .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQPSjTaU7a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQPSjTaU7a .card {
    margin-bottom: 2rem;
  }
  .cid-sQPSjTaU7a .card svg {
    left: 30px;
  }
  .cid-sQPSjTaU7a .card:hover h4 {
    animation: none;
  }
  .cid-sQPSjTaU7a .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQPSjTaU7a h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQPSjTaU7a .card {
    max-width: 330px;
  }
  .cid-sQPSjTaU7a .card svg {
    left: 0px;
  }
}
.cid-sQPSjTaU7a H2 {
  color: #0f7699;
}
.cid-sQPSjTFIrh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQPSjTFIrh .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQPSjTFIrh .content {
    padding: 0 2rem;
  }
}
.cid-sQPSjTFIrh .row {
  justify-content: flex-end;
}
.cid-sQPSjTFIrh .img-col {
  padding: 0;
}
.cid-sQPSjTFIrh .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQPSjTFIrh .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQPSjTFIrh .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQPSjTFIrh .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQPSjTFIrh .icon-title,
.cid-sQPSjTFIrh .mbr-iconfont {
  color: #ed6436;
}
.cid-sQPSjTFIrh .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQPSjTFIrh .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQPSjTFIrh .icons-wrap {
    flex-direction: column;
  }
  .cid-sQPSjTFIrh .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQPSjTFIrh .link-wrap {
    margin: auto;
  }
  .cid-sQPSjTFIrh .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQPSjTFIrh .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQPSjTFIrh .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQPSjTFIrh .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQPSjTFIrh .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQPSjTFIrh .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQPSjTFIrh H1 {
  color: #0f7699;
}
.cid-sQPSjU3SwZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQQ8GnPjBP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQQ8GnPjBP .nav-item:focus,
.cid-sQQ8GnPjBP .nav-link:focus {
  outline: none;
}
.cid-sQQ8GnPjBP .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQ8GnPjBP .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQQ8GnPjBP .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQQ8GnPjBP .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQQ8GnPjBP .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQQ8GnPjBP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQQ8GnPjBP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQQ8GnPjBP .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-sQQ8GnPjBP .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQQ8GnPjBP .container {
  max-width: 1380px;
}
.cid-sQQ8GnPjBP .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQQ8GnPjBP .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQQ8GnPjBP .nav-link:hover,
.cid-sQQ8GnPjBP .nav-link:active,
.cid-sQQ8GnPjBP .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQQ8GnPjBP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQQ8GnPjBP .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQQ8GnPjBP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQQ8GnPjBP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQQ8GnPjBP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQQ8GnPjBP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQQ8GnPjBP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQQ8GnPjBP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQQ8GnPjBP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQQ8GnPjBP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQQ8GnPjBP .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-sQQ8GnPjBP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQQ8GnPjBP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQQ8GnPjBP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQQ8GnPjBP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQQ8GnPjBP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQQ8GnPjBP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQQ8GnPjBP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQQ8GnPjBP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQQ8GnPjBP .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-sQQ8GnPjBP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQQ8GnPjBP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQQ8GnPjBP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQQ8GnPjBP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQQ8GnPjBP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQQ8GnPjBP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQQ8GnPjBP .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQQ8GnPjBP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQQ8GnPjBP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQQ8GnPjBP .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQQ8GnPjBP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQQ8GnPjBP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQQ8GnPjBP .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-sQQ8GnPjBP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQQ8GnPjBP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQQ8GnPjBP .dropdown-item.active,
.cid-sQQ8GnPjBP .dropdown-item:active {
  background-color: transparent;
}
.cid-sQQ8GnPjBP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQQ8GnPjBP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQQ8GnPjBP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQQ8GnPjBP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQQ8GnPjBP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQQ8GnPjBP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQQ8GnPjBP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQQ8GnPjBP .navbar-buttons {
  text-align: center;
}
.cid-sQQ8GnPjBP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQQ8GnPjBP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQQ8GnPjBP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQQ8GnPjBP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQ8GnPjBP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQ8GnPjBP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQQ8GnPjBP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQ8GnPjBP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQQ8GnPjBP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQQ8GnPjBP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQ8GnPjBP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQQ8GnPjBP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQQ8GnPjBP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQQ8GnPjBP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQQ8GnPjBP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQQ8GnPjBP .navbar {
    height: 77px;
  }
  .cid-sQQ8GnPjBP .navbar.opened {
    height: auto;
  }
  .cid-sQQ8GnPjBP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQQ8GpeAVf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-sQQ8GpeAVf .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQQ8GpeAVf .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQQ8GpeAVf .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQ8GpeAVf .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQQ8GpeAVf .container {
  max-width: 1600px;
}
.cid-sQQ8GpeAVf .mbr-bold,
.cid-sQQ8GpeAVf b {
  font-weight: 900;
}
.cid-sQQ8GpeAVf .btn {
  color: white!important;
}
.cid-sQQ8GpeAVf svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQQ8GpeAVf svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQQ8GpeAVf svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQQ8GpeAVf svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQQ8GpeAVf svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQQ8GpeAVf .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQQ8GpeAVf H1 {
  color: #ffffff;
}
.cid-sQQ8GpeAVf .mbr-text,
.cid-sQQ8GpeAVf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQQ8GpN0re {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQ8GpN0re img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQQ8GpN0re H1 {
  color: #0b659b;
}
.cid-sQQ8GpN0re .mbr-text,
.cid-sQQ8GpN0re .mbr-section-btn {
  color: #716c80;
}
.cid-sQQ8GpN0re H3 {
  color: #ff0000;
}
.cid-sQQ8GpN0re .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQQ8GpN0re .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQQ8GpN0re .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQQ8GpN0re .link:hover {
  color: #08829e !important;
}
.cid-sQQ8GpN0re .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQQ8GpN0re DIV {
  color: #57468b;
}
.cid-sQQ8GpN0re .mbr-text,
.cid-sQQ8GpN0re .media-content {
  color: #232323;
}
.cid-sQQ8GpN0re P {
  text-align: left;
  color: #0f7699;
}
.cid-sQQ8GqdVz7 {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sQQ8GqdVz7 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0b659b;
}
.cid-sQQ8GqdVz7 .align-left {
  max-width: 547px;
}
.cid-sQQ8GqdVz7 .mbr-text,
.cid-sQQ8GqdVz7 .mbr-section-btn {
  color: #222c02;
}
.cid-sQQ8GqdVz7 .left-side {
  margin-right: 20px;
}
.cid-sQQ8GqdVz7 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQQ8GqdVz7 .left-side {
    margin-right: 0px;
  }
  .cid-sQQ8GqdVz7 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQQ8GrmzUf {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQQ8GrmzUf .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQQ8GrmzUf .mbr-section-title {
  margin: 0;
}
.cid-sQQ8GrmzUf .mbr-text {
  color: #efefef;
}
.cid-sQQ8GrmzUf .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQQ8GrmzUf .card-img {
  text-align: left;
}
.cid-sQQ8GrmzUf .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQQ8GrmzUf .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQQ8GrmzUf .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQQ8GrmzUf .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQQ8GrmzUf .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQQ8GrmzUf .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQQ8GrWWx9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQQ8GrWWx9 .mbr-text,
.cid-sQQ8GrWWx9 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQ8GrWWx9 p {
  z-index: 2;
  position: relative;
}
.cid-sQQ8GrWWx9 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQQ8GrWWx9 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQQ8GrWWx9 .ico1 {
  font-size: 2rem;
}
.cid-sQQ8GrWWx9 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQQ8GrWWx9 H3 {
  color: #149dcc;
}
.cid-sQQ8GslmCU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQQ8GsHL2R {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQ8GsHL2R h3 {
  text-align: center;
}
.cid-sQQ8GsHL2R .pie_progress {
  position: relative;
}
.cid-sQQ8GsHL2R .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQ8GsHL2R p {
  line-height: 1.6;
}
.cid-sQQ8GsHL2R .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQ8GsHL2R .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQ8GsHL2R .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQ8GsHL2R .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQ8GsHL2R .pie_progress__number {
  text-align: center !important;
}
.cid-sQQ8GsHL2R .card-title {
  margin-bottom: 0;
}
.cid-sQQ8GsHL2R .svg-gradient {
  position: absolute;
}
.cid-sQQ8GsHL2R ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQ8GsHL2R .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQ8GsHL2R H4 {
  color: #0f7699;
}
.cid-sQQ8GsHL2R .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQ8GsHL2R .card {
    flex-direction: column;
  }
  .cid-sQQ8GsHL2R .content {
    padding-left: 0rem;
  }
  .cid-sQQ8GsHL2R .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQ8Gt9XD2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQQ8Gt9XD2 h3 {
  text-align: center;
}
.cid-sQQ8Gt9XD2 .pie_progress {
  position: relative;
}
.cid-sQQ8Gt9XD2 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQ8Gt9XD2 p {
  line-height: 1.6;
}
.cid-sQQ8Gt9XD2 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQ8Gt9XD2 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQ8Gt9XD2 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQ8Gt9XD2 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQ8Gt9XD2 .pie_progress__number {
  text-align: center !important;
}
.cid-sQQ8Gt9XD2 .card-title {
  margin-bottom: 0;
}
.cid-sQQ8Gt9XD2 .svg-gradient {
  position: absolute;
}
.cid-sQQ8Gt9XD2 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQ8Gt9XD2 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQ8Gt9XD2 H4 {
  color: #0f7699;
}
.cid-sQQ8Gt9XD2 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQ8Gt9XD2 .card {
    flex-direction: column;
  }
  .cid-sQQ8Gt9XD2 .content {
    padding-left: 0rem;
  }
  .cid-sQQ8Gt9XD2 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQ8GtIwUD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQQ8GtIwUD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQQ8GtIwUD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQQ8GtIwUD .text-content {
  padding-right: 1.5rem;
}
.cid-sQQ8GtIwUD .mbr-text,
.cid-sQQ8GtIwUD .mbr-section-btn {
  color: #ffffff;
}
.cid-sQQ8GtIwUD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQQ8GtIwUD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQQ8GtIwUD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQQ8GtIwUD .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQQ8GtIwUD .main-row {
    margin: 0;
  }
  .cid-sQQ8GtIwUD .mbr-section-title,
  .cid-sQQ8GtIwUD .mbr-text,
  .cid-sQQ8GtIwUD .list,
  .cid-sQQ8GtIwUD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQQ8GtIwUD .text-content {
    padding: 0;
  }
}
.cid-sQQ8GtIwUD .mbr-section-title {
  color: #aff0f6;
}
.cid-sQQ8Gu8S4r {
  background-color: #ffffff;
}
.cid-sQQ8Gu8S4r section {
  position: relative;
}
.cid-sQQ8Gu8S4r .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQQ8Gu8S4r #e1_circle,
.cid-sQQ8Gu8S4r #e3_circle,
.cid-sQQ8Gu8S4r #e4_circle,
.cid-sQQ8Gu8S4r #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQQ8Gu8S4r #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQQ8Gu8S4r .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQQ8Gu8S4r .rev {
  animation: rev 4s linear infinite;
}
.cid-sQQ8Gu8S4r .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQQ8Gu8S4r .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQQ8Gu8S4r .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQQ8Gu8S4r .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQQ8Gu8S4r .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQQ8Gu8S4r .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQQ8Gu8S4r .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQQ8Gu8S4r .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQQ8Gu8S4r .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQQ8Gu8S4r .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQQ8Gu8S4r .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQQ8Gu8S4r H1 {
  color: #0a465a;
}
.cid-sQQ8Gu8S4r .mbr-text,
.cid-sQQ8Gu8S4r .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQ8Gu8S4r H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQQ8Gu8S4r .round9,
  .cid-sQQ8Gu8S4r .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQQ8Gu8S4r .round {
    display: none;
  }
}
.cid-sQQ8GuHk1M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQQ8GuHk1M .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQQ8GuHk1M h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQQ8GuHk1M .svg11 path {
  fill: #7aba59;
}
.cid-sQQ8GuHk1M .svg21 path {
  fill: #f9b945;
}
.cid-sQQ8GuHk1M .svg31 path {
  fill: #ed6436;
}
.cid-sQQ8GuHk1M .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQQ8GuHk1M .svg12 path,
.cid-sQQ8GuHk1M .svg22 path,
.cid-sQQ8GuHk1M .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQQ8GuHk1M .card {
  position: relative;
  height: 300px;
}
.cid-sQQ8GuHk1M .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQQ8GuHk1M .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQQ8GuHk1M .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQ8GuHk1M .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQQ8GuHk1M .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQ8GuHk1M .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQQ8GuHk1M .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQ8GuHk1M .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQQ8GuHk1M .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQQ8GuHk1M .card .svg22,
.cid-sQQ8GuHk1M .card .svg32,
.cid-sQQ8GuHk1M .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQQ8GuHk1M .card .svg21,
.cid-sQQ8GuHk1M .card .svg31,
.cid-sQQ8GuHk1M .card .svg11 {
  z-index: 2;
}
.cid-sQQ8GuHk1M .card div {
  z-index: 3;
}
.cid-sQQ8GuHk1M .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQQ8GuHk1M .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQ8GuHk1M .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQQ8GuHk1M .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQQ8GuHk1M .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQQ8GuHk1M .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQQ8GuHk1M .card {
    margin-bottom: 2rem;
  }
  .cid-sQQ8GuHk1M .card svg {
    left: 30px;
  }
  .cid-sQQ8GuHk1M .card:hover h4 {
    animation: none;
  }
  .cid-sQQ8GuHk1M .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQQ8GuHk1M h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQQ8GuHk1M .card {
    max-width: 330px;
  }
  .cid-sQQ8GuHk1M .card svg {
    left: 0px;
  }
}
.cid-sQQ8GuHk1M H2 {
  color: #0f7699;
}
.cid-sQQ8GviE8X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQQ8GviE8X .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQ8GviE8X .content {
    padding: 0 2rem;
  }
}
.cid-sQQ8GviE8X .row {
  justify-content: flex-end;
}
.cid-sQQ8GviE8X .img-col {
  padding: 0;
}
.cid-sQQ8GviE8X .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQQ8GviE8X .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQQ8GviE8X .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQQ8GviE8X .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQQ8GviE8X .icon-title,
.cid-sQQ8GviE8X .mbr-iconfont {
  color: #ed6436;
}
.cid-sQQ8GviE8X .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQQ8GviE8X .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQQ8GviE8X .icons-wrap {
    flex-direction: column;
  }
  .cid-sQQ8GviE8X .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQQ8GviE8X .link-wrap {
    margin: auto;
  }
  .cid-sQQ8GviE8X .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQQ8GviE8X .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQQ8GviE8X .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQQ8GviE8X .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQQ8GviE8X .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQQ8GviE8X .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQQ8GviE8X H1 {
  color: #0f7699;
}
.cid-sQQ8GvNdIl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQQaYDb9Gg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQQaYDb9Gg .nav-item:focus,
.cid-sQQaYDb9Gg .nav-link:focus {
  outline: none;
}
.cid-sQQaYDb9Gg .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQaYDb9Gg .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQQaYDb9Gg .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQQaYDb9Gg .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQQaYDb9Gg .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQQaYDb9Gg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQQaYDb9Gg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQQaYDb9Gg .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-sQQaYDb9Gg .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQQaYDb9Gg .container {
  max-width: 1380px;
}
.cid-sQQaYDb9Gg .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQQaYDb9Gg .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQQaYDb9Gg .nav-link:hover,
.cid-sQQaYDb9Gg .nav-link:active,
.cid-sQQaYDb9Gg .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQQaYDb9Gg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQQaYDb9Gg .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQQaYDb9Gg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQQaYDb9Gg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQQaYDb9Gg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQQaYDb9Gg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQQaYDb9Gg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQQaYDb9Gg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQQaYDb9Gg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQQaYDb9Gg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQQaYDb9Gg .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-sQQaYDb9Gg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQQaYDb9Gg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQQaYDb9Gg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQQaYDb9Gg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQQaYDb9Gg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQQaYDb9Gg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQQaYDb9Gg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQQaYDb9Gg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQQaYDb9Gg .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-sQQaYDb9Gg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQQaYDb9Gg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQQaYDb9Gg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQQaYDb9Gg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQQaYDb9Gg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQQaYDb9Gg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQQaYDb9Gg .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQQaYDb9Gg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQQaYDb9Gg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQQaYDb9Gg .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQQaYDb9Gg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQQaYDb9Gg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQQaYDb9Gg .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-sQQaYDb9Gg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQQaYDb9Gg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQQaYDb9Gg .dropdown-item.active,
.cid-sQQaYDb9Gg .dropdown-item:active {
  background-color: transparent;
}
.cid-sQQaYDb9Gg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQQaYDb9Gg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQQaYDb9Gg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQQaYDb9Gg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQQaYDb9Gg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQQaYDb9Gg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQQaYDb9Gg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQQaYDb9Gg .navbar-buttons {
  text-align: center;
}
.cid-sQQaYDb9Gg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQQaYDb9Gg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQQaYDb9Gg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQQaYDb9Gg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQaYDb9Gg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQaYDb9Gg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQQaYDb9Gg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQaYDb9Gg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQQaYDb9Gg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQQaYDb9Gg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQaYDb9Gg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQQaYDb9Gg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQQaYDb9Gg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQQaYDb9Gg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQQaYDb9Gg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQQaYDb9Gg .navbar {
    height: 77px;
  }
  .cid-sQQaYDb9Gg .navbar.opened {
    height: auto;
  }
  .cid-sQQaYDb9Gg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQQaYE7RFJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-5-1920x1440.jpg");
}
.cid-sQQaYE7RFJ .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQQaYE7RFJ .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQQaYE7RFJ .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQaYE7RFJ .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQQaYE7RFJ .container {
  max-width: 1600px;
}
.cid-sQQaYE7RFJ .mbr-bold,
.cid-sQQaYE7RFJ b {
  font-weight: 900;
}
.cid-sQQaYE7RFJ .btn {
  color: white!important;
}
.cid-sQQaYE7RFJ svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQQaYE7RFJ svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQQaYE7RFJ svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQQaYE7RFJ svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQQaYE7RFJ svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQQaYE7RFJ .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQQaYE7RFJ H1 {
  color: #ffffff;
}
.cid-sQQaYE7RFJ .mbr-text,
.cid-sQQaYE7RFJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQQaYEG86m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQaYEG86m img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQQaYEG86m H1 {
  color: #0b659b;
}
.cid-sQQaYEG86m .mbr-text,
.cid-sQQaYEG86m .mbr-section-btn {
  color: #716c80;
}
.cid-sQQaYEG86m H3 {
  color: #ff0000;
}
.cid-sQQaYEG86m .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQQaYEG86m .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQQaYEG86m .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQQaYEG86m .link:hover {
  color: #08829e !important;
}
.cid-sQQaYEG86m .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQQaYEG86m DIV {
  color: #57468b;
}
.cid-sQQaYEG86m .mbr-text,
.cid-sQQaYEG86m .media-content {
  color: #232323;
}
.cid-sQQaYEG86m P {
  text-align: left;
  color: #0f7699;
}
.cid-sQQaYF4Qj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQQaYF4Qj2 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0b659b;
}
.cid-sQQaYF4Qj2 .align-left {
  max-width: 547px;
}
.cid-sQQaYF4Qj2 .mbr-text,
.cid-sQQaYF4Qj2 .mbr-section-btn {
  color: #222c02;
}
.cid-sQQaYF4Qj2 .left-side {
  margin-right: 20px;
}
.cid-sQQaYF4Qj2 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQQaYF4Qj2 .left-side {
    margin-right: 0px;
  }
  .cid-sQQaYF4Qj2 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQQaYFWGn3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQQaYFWGn3 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sQQaYFWGn3 .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQQaYFWGn3 .row {
  align-items: center;
  height: 100%;
}
.cid-sQQaYFWGn3 .wrapper {
  margin: auto;
}
.cid-sQQenql56f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edeff0;
}
.cid-sQQenql56f .wrapper {
  background-color: #d7e2e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sQQenql56f .wrapper {
    padding: 3rem;
  }
}
.cid-sQQenql56f .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-sQQenql56f .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-sQQenql56f .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
  color: #0b659b;
}
@media (max-width: 992px) {
  .cid-sQQenql56f .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-sQQaYGhUGV {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQQaYGhUGV .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQQaYGhUGV .mbr-section-title {
  margin: 0;
}
.cid-sQQaYGhUGV .mbr-text {
  color: #efefef;
}
.cid-sQQaYGhUGV .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQQaYGhUGV .card-img {
  text-align: left;
}
.cid-sQQaYGhUGV .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQQaYGhUGV .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQQaYGhUGV .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQQaYGhUGV .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQQaYGhUGV .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQQaYGhUGV .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQQaYGNyRF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQQaYGNyRF .mbr-text,
.cid-sQQaYGNyRF .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQaYGNyRF p {
  z-index: 2;
  position: relative;
}
.cid-sQQaYGNyRF .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQQaYGNyRF .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQQaYGNyRF .ico1 {
  font-size: 2rem;
}
.cid-sQQaYGNyRF .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQQaYGNyRF H3 {
  color: #149dcc;
}
.cid-sQQaYHab4f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQQaYHyFG5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQaYHyFG5 h3 {
  text-align: center;
}
.cid-sQQaYHyFG5 .pie_progress {
  position: relative;
}
.cid-sQQaYHyFG5 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQaYHyFG5 p {
  line-height: 1.6;
}
.cid-sQQaYHyFG5 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQaYHyFG5 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQaYHyFG5 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQaYHyFG5 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQaYHyFG5 .pie_progress__number {
  text-align: center !important;
}
.cid-sQQaYHyFG5 .card-title {
  margin-bottom: 0;
}
.cid-sQQaYHyFG5 .svg-gradient {
  position: absolute;
}
.cid-sQQaYHyFG5 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQaYHyFG5 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQaYHyFG5 H4 {
  color: #0f7699;
}
.cid-sQQaYHyFG5 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQaYHyFG5 .card {
    flex-direction: column;
  }
  .cid-sQQaYHyFG5 .content {
    padding-left: 0rem;
  }
  .cid-sQQaYHyFG5 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQaYI05sn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQQaYI05sn h3 {
  text-align: center;
}
.cid-sQQaYI05sn .pie_progress {
  position: relative;
}
.cid-sQQaYI05sn .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQaYI05sn p {
  line-height: 1.6;
}
.cid-sQQaYI05sn .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQaYI05sn .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQaYI05sn .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQaYI05sn .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQaYI05sn .pie_progress__number {
  text-align: center !important;
}
.cid-sQQaYI05sn .card-title {
  margin-bottom: 0;
}
.cid-sQQaYI05sn .svg-gradient {
  position: absolute;
}
.cid-sQQaYI05sn ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQaYI05sn .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQaYI05sn H4 {
  color: #0f7699;
}
.cid-sQQaYI05sn .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQaYI05sn .card {
    flex-direction: column;
  }
  .cid-sQQaYI05sn .content {
    padding-left: 0rem;
  }
  .cid-sQQaYI05sn .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQaYItZGb {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQQaYItZGb .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQQaYItZGb .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQQaYItZGb .text-content {
  padding-right: 1.5rem;
}
.cid-sQQaYItZGb .mbr-text,
.cid-sQQaYItZGb .mbr-section-btn {
  color: #ffffff;
}
.cid-sQQaYItZGb .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQQaYItZGb .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQQaYItZGb .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQQaYItZGb .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQQaYItZGb .main-row {
    margin: 0;
  }
  .cid-sQQaYItZGb .mbr-section-title,
  .cid-sQQaYItZGb .mbr-text,
  .cid-sQQaYItZGb .list,
  .cid-sQQaYItZGb .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQQaYItZGb .text-content {
    padding: 0;
  }
}
.cid-sQQaYItZGb .mbr-section-title {
  color: #aff0f6;
}
.cid-sQQaYIQ6tL {
  background-color: #ffffff;
}
.cid-sQQaYIQ6tL section {
  position: relative;
}
.cid-sQQaYIQ6tL .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQQaYIQ6tL #e1_circle,
.cid-sQQaYIQ6tL #e3_circle,
.cid-sQQaYIQ6tL #e4_circle,
.cid-sQQaYIQ6tL #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQQaYIQ6tL #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQQaYIQ6tL .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQQaYIQ6tL .rev {
  animation: rev 4s linear infinite;
}
.cid-sQQaYIQ6tL .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQQaYIQ6tL .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQQaYIQ6tL .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQQaYIQ6tL .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQQaYIQ6tL .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQQaYIQ6tL .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQQaYIQ6tL .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQQaYIQ6tL .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQQaYIQ6tL .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQQaYIQ6tL .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQQaYIQ6tL .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQQaYIQ6tL H1 {
  color: #0a465a;
}
.cid-sQQaYIQ6tL .mbr-text,
.cid-sQQaYIQ6tL .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQaYIQ6tL H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQQaYIQ6tL .round9,
  .cid-sQQaYIQ6tL .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQQaYIQ6tL .round {
    display: none;
  }
}
.cid-sQQaYJklNE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQQaYJklNE .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQQaYJklNE h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQQaYJklNE .svg11 path {
  fill: #7aba59;
}
.cid-sQQaYJklNE .svg21 path {
  fill: #f9b945;
}
.cid-sQQaYJklNE .svg31 path {
  fill: #ed6436;
}
.cid-sQQaYJklNE .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQQaYJklNE .svg12 path,
.cid-sQQaYJklNE .svg22 path,
.cid-sQQaYJklNE .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQQaYJklNE .card {
  position: relative;
  height: 300px;
}
.cid-sQQaYJklNE .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQQaYJklNE .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQQaYJklNE .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQaYJklNE .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQQaYJklNE .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQaYJklNE .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQQaYJklNE .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQaYJklNE .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQQaYJklNE .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQQaYJklNE .card .svg22,
.cid-sQQaYJklNE .card .svg32,
.cid-sQQaYJklNE .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQQaYJklNE .card .svg21,
.cid-sQQaYJklNE .card .svg31,
.cid-sQQaYJklNE .card .svg11 {
  z-index: 2;
}
.cid-sQQaYJklNE .card div {
  z-index: 3;
}
.cid-sQQaYJklNE .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQQaYJklNE .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQaYJklNE .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQQaYJklNE .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQQaYJklNE .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQQaYJklNE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQQaYJklNE .card {
    margin-bottom: 2rem;
  }
  .cid-sQQaYJklNE .card svg {
    left: 30px;
  }
  .cid-sQQaYJklNE .card:hover h4 {
    animation: none;
  }
  .cid-sQQaYJklNE .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQQaYJklNE h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQQaYJklNE .card {
    max-width: 330px;
  }
  .cid-sQQaYJklNE .card svg {
    left: 0px;
  }
}
.cid-sQQaYJklNE H2 {
  color: #0f7699;
}
.cid-sQQaYJVcX0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQQaYJVcX0 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQaYJVcX0 .content {
    padding: 0 2rem;
  }
}
.cid-sQQaYJVcX0 .row {
  justify-content: flex-end;
}
.cid-sQQaYJVcX0 .img-col {
  padding: 0;
}
.cid-sQQaYJVcX0 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQQaYJVcX0 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQQaYJVcX0 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQQaYJVcX0 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQQaYJVcX0 .icon-title,
.cid-sQQaYJVcX0 .mbr-iconfont {
  color: #ed6436;
}
.cid-sQQaYJVcX0 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQQaYJVcX0 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQQaYJVcX0 .icons-wrap {
    flex-direction: column;
  }
  .cid-sQQaYJVcX0 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQQaYJVcX0 .link-wrap {
    margin: auto;
  }
  .cid-sQQaYJVcX0 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQQaYJVcX0 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQQaYJVcX0 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQQaYJVcX0 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQQaYJVcX0 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQQaYJVcX0 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQQaYJVcX0 H1 {
  color: #0f7699;
}
.cid-sQQaYKp513 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQQfITdoqr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQQfITdoqr .nav-item:focus,
.cid-sQQfITdoqr .nav-link:focus {
  outline: none;
}
.cid-sQQfITdoqr .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQfITdoqr .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQQfITdoqr .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQQfITdoqr .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQQfITdoqr .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQQfITdoqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQQfITdoqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQQfITdoqr .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-sQQfITdoqr .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQQfITdoqr .container {
  max-width: 1380px;
}
.cid-sQQfITdoqr .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQQfITdoqr .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQQfITdoqr .nav-link:hover,
.cid-sQQfITdoqr .nav-link:active,
.cid-sQQfITdoqr .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQQfITdoqr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQQfITdoqr .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQQfITdoqr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQQfITdoqr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQQfITdoqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQQfITdoqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQQfITdoqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQQfITdoqr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQQfITdoqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQQfITdoqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQQfITdoqr .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-sQQfITdoqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQQfITdoqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQQfITdoqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQQfITdoqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQQfITdoqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQQfITdoqr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQQfITdoqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQQfITdoqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQQfITdoqr .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-sQQfITdoqr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQQfITdoqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQQfITdoqr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQQfITdoqr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQQfITdoqr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQQfITdoqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQQfITdoqr .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQQfITdoqr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQQfITdoqr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQQfITdoqr .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQQfITdoqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQQfITdoqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQQfITdoqr .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-sQQfITdoqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQQfITdoqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQQfITdoqr .dropdown-item.active,
.cid-sQQfITdoqr .dropdown-item:active {
  background-color: transparent;
}
.cid-sQQfITdoqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQQfITdoqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQQfITdoqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQQfITdoqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQQfITdoqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQQfITdoqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQQfITdoqr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQQfITdoqr .navbar-buttons {
  text-align: center;
}
.cid-sQQfITdoqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQQfITdoqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQQfITdoqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQQfITdoqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQfITdoqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQfITdoqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQQfITdoqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQfITdoqr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQQfITdoqr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQQfITdoqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQfITdoqr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQQfITdoqr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQQfITdoqr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQQfITdoqr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQQfITdoqr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQQfITdoqr .navbar {
    height: 77px;
  }
  .cid-sQQfITdoqr .navbar.opened {
    height: auto;
  }
  .cid-sQQfITdoqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQQfIUaGrV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1481.jpg");
}
.cid-sQQfIUaGrV .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQQfIUaGrV .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQQfIUaGrV .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQfIUaGrV .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQQfIUaGrV .container {
  max-width: 1600px;
}
.cid-sQQfIUaGrV .mbr-bold,
.cid-sQQfIUaGrV b {
  font-weight: 900;
}
.cid-sQQfIUaGrV .btn {
  color: white!important;
}
.cid-sQQfIUaGrV svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQQfIUaGrV svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQQfIUaGrV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQQfIUaGrV svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQQfIUaGrV svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQQfIUaGrV .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQQfIUaGrV H1 {
  color: #ffffff;
}
.cid-sQQfIUaGrV .mbr-text,
.cid-sQQfIUaGrV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQQfIUNKRM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQfIUNKRM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQQfIUNKRM H1 {
  color: #0b659b;
}
.cid-sQQfIUNKRM .mbr-text,
.cid-sQQfIUNKRM .mbr-section-btn {
  color: #716c80;
}
.cid-sQQfIUNKRM H3 {
  color: #ff0000;
}
.cid-sQQfIUNKRM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQQfIUNKRM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQQfIUNKRM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQQfIUNKRM .link:hover {
  color: #08829e !important;
}
.cid-sQQfIUNKRM .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQQfIUNKRM DIV {
  color: #57468b;
}
.cid-sQQfIUNKRM .mbr-text,
.cid-sQQfIUNKRM .media-content {
  color: #232323;
}
.cid-sQQfIUNKRM P {
  text-align: left;
  color: #0f7699;
}
.cid-sQQfIVzHXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQQfIVzHXq .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQQfIVzHXq .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQQfIVzHXq .card-wrap {
  background: #0b659b;
  border-radius: 30px;
  height: 100%;
}
.cid-sQQfIVzHXq .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQQfIVzHXq .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQQfIVzHXq .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQQfIVzHXq .mbr-section-title {
  color: #0b659b;
}
.cid-sQQfIVzHXq .card-title {
  color: #f7ed4a;
}
.cid-sQQfIW2YKE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQQfIW2YKE .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sQQfIW2YKE .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQQfIW2YKE .row {
  align-items: center;
  height: 100%;
}
.cid-sQQfIW2YKE .wrapper {
  margin: auto;
}
.cid-sQQfIVeA4H {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQQfIVeA4H .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #ed6436;
}
.cid-sQQfIVeA4H .align-left {
  max-width: 547px;
}
.cid-sQQfIVeA4H .mbr-text,
.cid-sQQfIVeA4H .mbr-section-btn {
  color: #222c02;
}
.cid-sQQfIVeA4H .left-side {
  margin-right: 20px;
}
.cid-sQQfIVeA4H .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQQfIVeA4H .left-side {
    margin-right: 0px;
  }
  .cid-sQQfIVeA4H .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQQfIWmgCg {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQQfIWmgCg .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQQfIWmgCg .mbr-section-title {
  margin: 0;
}
.cid-sQQfIWmgCg .mbr-text {
  color: #efefef;
}
.cid-sQQfIWmgCg .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQQfIWmgCg .card-img {
  text-align: left;
}
.cid-sQQfIWmgCg .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQQfIWmgCg .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQQfIWmgCg .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQQfIWmgCg .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQQfIWmgCg .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQQfIWmgCg .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQQfIWT9Fn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQQfIWT9Fn .mbr-text,
.cid-sQQfIWT9Fn .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQfIWT9Fn p {
  z-index: 2;
  position: relative;
}
.cid-sQQfIWT9Fn .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQQfIWT9Fn .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQQfIWT9Fn .ico1 {
  font-size: 2rem;
}
.cid-sQQfIWT9Fn .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQQfIWT9Fn H3 {
  color: #149dcc;
}
.cid-sQQfIXhAUD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQQfIXHqwb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQfIXHqwb h3 {
  text-align: center;
}
.cid-sQQfIXHqwb .pie_progress {
  position: relative;
}
.cid-sQQfIXHqwb .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQfIXHqwb p {
  line-height: 1.6;
}
.cid-sQQfIXHqwb .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQfIXHqwb .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQfIXHqwb .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQfIXHqwb .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQfIXHqwb .pie_progress__number {
  text-align: center !important;
}
.cid-sQQfIXHqwb .card-title {
  margin-bottom: 0;
}
.cid-sQQfIXHqwb .svg-gradient {
  position: absolute;
}
.cid-sQQfIXHqwb ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQfIXHqwb .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQfIXHqwb H4 {
  color: #0f7699;
}
.cid-sQQfIXHqwb .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQfIXHqwb .card {
    flex-direction: column;
  }
  .cid-sQQfIXHqwb .content {
    padding-left: 0rem;
  }
  .cid-sQQfIXHqwb .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQfIY8oqa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQQfIY8oqa h3 {
  text-align: center;
}
.cid-sQQfIY8oqa .pie_progress {
  position: relative;
}
.cid-sQQfIY8oqa .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQfIY8oqa p {
  line-height: 1.6;
}
.cid-sQQfIY8oqa .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQfIY8oqa .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQfIY8oqa .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQfIY8oqa .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQfIY8oqa .pie_progress__number {
  text-align: center !important;
}
.cid-sQQfIY8oqa .card-title {
  margin-bottom: 0;
}
.cid-sQQfIY8oqa .svg-gradient {
  position: absolute;
}
.cid-sQQfIY8oqa ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQfIY8oqa .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQfIY8oqa H4 {
  color: #0f7699;
}
.cid-sQQfIY8oqa .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQfIY8oqa .card {
    flex-direction: column;
  }
  .cid-sQQfIY8oqa .content {
    padding-left: 0rem;
  }
  .cid-sQQfIY8oqa .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQfIYC97c {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQQfIYC97c .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQQfIYC97c .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQQfIYC97c .text-content {
  padding-right: 1.5rem;
}
.cid-sQQfIYC97c .mbr-text,
.cid-sQQfIYC97c .mbr-section-btn {
  color: #ffffff;
}
.cid-sQQfIYC97c .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQQfIYC97c .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQQfIYC97c .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQQfIYC97c .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQQfIYC97c .main-row {
    margin: 0;
  }
  .cid-sQQfIYC97c .mbr-section-title,
  .cid-sQQfIYC97c .mbr-text,
  .cid-sQQfIYC97c .list,
  .cid-sQQfIYC97c .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQQfIYC97c .text-content {
    padding: 0;
  }
}
.cid-sQQfIYC97c .mbr-section-title {
  color: #aff0f6;
}
.cid-sQQfIYZ7BK {
  background-color: #ffffff;
}
.cid-sQQfIYZ7BK section {
  position: relative;
}
.cid-sQQfIYZ7BK .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQQfIYZ7BK #e1_circle,
.cid-sQQfIYZ7BK #e3_circle,
.cid-sQQfIYZ7BK #e4_circle,
.cid-sQQfIYZ7BK #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQQfIYZ7BK #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQQfIYZ7BK .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQQfIYZ7BK .rev {
  animation: rev 4s linear infinite;
}
.cid-sQQfIYZ7BK .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQQfIYZ7BK .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQQfIYZ7BK .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQQfIYZ7BK .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQQfIYZ7BK .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQQfIYZ7BK .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQQfIYZ7BK .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQQfIYZ7BK .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQQfIYZ7BK .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQQfIYZ7BK .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQQfIYZ7BK .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQQfIYZ7BK H1 {
  color: #0a465a;
}
.cid-sQQfIYZ7BK .mbr-text,
.cid-sQQfIYZ7BK .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQfIYZ7BK H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQQfIYZ7BK .round9,
  .cid-sQQfIYZ7BK .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQQfIYZ7BK .round {
    display: none;
  }
}
.cid-sQQfIZpF07 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQQfIZpF07 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQQfIZpF07 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQQfIZpF07 .svg11 path {
  fill: #7aba59;
}
.cid-sQQfIZpF07 .svg21 path {
  fill: #f9b945;
}
.cid-sQQfIZpF07 .svg31 path {
  fill: #ed6436;
}
.cid-sQQfIZpF07 .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQQfIZpF07 .svg12 path,
.cid-sQQfIZpF07 .svg22 path,
.cid-sQQfIZpF07 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQQfIZpF07 .card {
  position: relative;
  height: 300px;
}
.cid-sQQfIZpF07 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQQfIZpF07 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQQfIZpF07 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQfIZpF07 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQQfIZpF07 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQfIZpF07 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQQfIZpF07 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQfIZpF07 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQQfIZpF07 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQQfIZpF07 .card .svg22,
.cid-sQQfIZpF07 .card .svg32,
.cid-sQQfIZpF07 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQQfIZpF07 .card .svg21,
.cid-sQQfIZpF07 .card .svg31,
.cid-sQQfIZpF07 .card .svg11 {
  z-index: 2;
}
.cid-sQQfIZpF07 .card div {
  z-index: 3;
}
.cid-sQQfIZpF07 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQQfIZpF07 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQfIZpF07 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQQfIZpF07 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQQfIZpF07 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQQfIZpF07 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQQfIZpF07 .card {
    margin-bottom: 2rem;
  }
  .cid-sQQfIZpF07 .card svg {
    left: 30px;
  }
  .cid-sQQfIZpF07 .card:hover h4 {
    animation: none;
  }
  .cid-sQQfIZpF07 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQQfIZpF07 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQQfIZpF07 .card {
    max-width: 330px;
  }
  .cid-sQQfIZpF07 .card svg {
    left: 0px;
  }
}
.cid-sQQfIZpF07 H2 {
  color: #0f7699;
}
.cid-sQQfJ03cFG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQQfJ03cFG .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQfJ03cFG .content {
    padding: 0 2rem;
  }
}
.cid-sQQfJ03cFG .row {
  justify-content: flex-end;
}
.cid-sQQfJ03cFG .img-col {
  padding: 0;
}
.cid-sQQfJ03cFG .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQQfJ03cFG .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQQfJ03cFG .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQQfJ03cFG .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQQfJ03cFG .icon-title,
.cid-sQQfJ03cFG .mbr-iconfont {
  color: #ed6436;
}
.cid-sQQfJ03cFG .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQQfJ03cFG .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQQfJ03cFG .icons-wrap {
    flex-direction: column;
  }
  .cid-sQQfJ03cFG .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQQfJ03cFG .link-wrap {
    margin: auto;
  }
  .cid-sQQfJ03cFG .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQQfJ03cFG .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQQfJ03cFG .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQQfJ03cFG .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQQfJ03cFG .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQQfJ03cFG .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQQfJ03cFG H1 {
  color: #0f7699;
}
.cid-sQQfJ0xPGK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQQIXURwv4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQQIXURwv4 .nav-item:focus,
.cid-sQQIXURwv4 .nav-link:focus {
  outline: none;
}
.cid-sQQIXURwv4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQIXURwv4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQQIXURwv4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQQIXURwv4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQQIXURwv4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQQIXURwv4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQQIXURwv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQQIXURwv4 .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-sQQIXURwv4 .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQQIXURwv4 .container {
  max-width: 1380px;
}
.cid-sQQIXURwv4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQQIXURwv4 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQQIXURwv4 .nav-link:hover,
.cid-sQQIXURwv4 .nav-link:active,
.cid-sQQIXURwv4 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQQIXURwv4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQQIXURwv4 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQQIXURwv4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQQIXURwv4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQQIXURwv4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQQIXURwv4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQQIXURwv4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQQIXURwv4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQQIXURwv4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQQIXURwv4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQQIXURwv4 .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-sQQIXURwv4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQQIXURwv4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQQIXURwv4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQQIXURwv4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQQIXURwv4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQQIXURwv4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQQIXURwv4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQQIXURwv4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQQIXURwv4 .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-sQQIXURwv4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQQIXURwv4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQQIXURwv4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQQIXURwv4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQQIXURwv4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQQIXURwv4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQQIXURwv4 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQQIXURwv4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQQIXURwv4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQQIXURwv4 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQQIXURwv4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQQIXURwv4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQQIXURwv4 .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-sQQIXURwv4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQQIXURwv4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQQIXURwv4 .dropdown-item.active,
.cid-sQQIXURwv4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQQIXURwv4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQQIXURwv4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQQIXURwv4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQQIXURwv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQQIXURwv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQQIXURwv4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQQIXURwv4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQQIXURwv4 .navbar-buttons {
  text-align: center;
}
.cid-sQQIXURwv4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQQIXURwv4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQQIXURwv4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQQIXURwv4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQIXURwv4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQQIXURwv4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQQIXURwv4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQIXURwv4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQQIXURwv4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQQIXURwv4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQQIXURwv4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQQIXURwv4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQQIXURwv4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQQIXURwv4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQQIXURwv4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQQIXURwv4 .navbar {
    height: 77px;
  }
  .cid-sQQIXURwv4 .navbar.opened {
    height: auto;
  }
  .cid-sQQIXURwv4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQQIXVOPmt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1432.jpg");
}
.cid-sQQIXVOPmt .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQQIXVOPmt .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQQIXVOPmt .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQIXVOPmt .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQQIXVOPmt .container {
  max-width: 1600px;
}
.cid-sQQIXVOPmt .mbr-bold,
.cid-sQQIXVOPmt b {
  font-weight: 900;
}
.cid-sQQIXVOPmt .btn {
  color: white!important;
}
.cid-sQQIXVOPmt svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQQIXVOPmt svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQQIXVOPmt svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQQIXVOPmt svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQQIXVOPmt svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQQIXVOPmt .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQQIXVOPmt H1 {
  color: #ffffff;
}
.cid-sQQIXVOPmt .mbr-text,
.cid-sQQIXVOPmt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQQIXWovnf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQIXWovnf img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQQIXWovnf H1 {
  color: #0b659b;
}
.cid-sQQIXWovnf .mbr-text,
.cid-sQQIXWovnf .mbr-section-btn {
  color: #716c80;
}
.cid-sQQIXWovnf H3 {
  color: #ff0000;
}
.cid-sQQIXWovnf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQQIXWovnf .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQQIXWovnf .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQQIXWovnf .link:hover {
  color: #08829e !important;
}
.cid-sQQIXWovnf .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQQIXWovnf DIV {
  color: #57468b;
}
.cid-sQQIXWovnf .mbr-text,
.cid-sQQIXWovnf .media-content {
  color: #232323;
}
.cid-sQQIXWovnf P {
  text-align: left;
  color: #0f7699;
}
.cid-sQQIXWKR9s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQQIXWKR9s .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQQIXWKR9s .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQQIXWKR9s .card-wrap {
  background: #0b659b;
  border-radius: 30px;
  height: 100%;
}
.cid-sQQIXWKR9s .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQQIXWKR9s .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQQIXWKR9s .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQQIXWKR9s .mbr-section-title {
  color: #0b659b;
  text-align: center;
}
.cid-sQQIXWKR9s .card-title {
  color: #f7ed4a;
}
.cid-sQQIXXSMnw {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQQIXXSMnw .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQQIXXSMnw .mbr-section-title {
  margin: 0;
}
.cid-sQQIXXSMnw .mbr-text {
  color: #efefef;
}
.cid-sQQIXXSMnw .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQQIXXSMnw .card-img {
  text-align: left;
}
.cid-sQQIXXSMnw .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQQIXXSMnw .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQQIXXSMnw .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQQIXXSMnw .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQQIXXSMnw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQQIXXSMnw .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQQIXYrSBy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQQIXYrSBy .mbr-text,
.cid-sQQIXYrSBy .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQIXYrSBy p {
  z-index: 2;
  position: relative;
}
.cid-sQQIXYrSBy .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQQIXYrSBy .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQQIXYrSBy .ico1 {
  font-size: 2rem;
}
.cid-sQQIXYrSBy .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQQIXYrSBy H3 {
  color: #149dcc;
}
.cid-sQQIXYLSqf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQQIXZ5VWd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQQIXZ5VWd h3 {
  text-align: center;
}
.cid-sQQIXZ5VWd .pie_progress {
  position: relative;
}
.cid-sQQIXZ5VWd .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQIXZ5VWd p {
  line-height: 1.6;
}
.cid-sQQIXZ5VWd .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQIXZ5VWd .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQIXZ5VWd .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQIXZ5VWd .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQIXZ5VWd .pie_progress__number {
  text-align: center !important;
}
.cid-sQQIXZ5VWd .card-title {
  margin-bottom: 0;
}
.cid-sQQIXZ5VWd .svg-gradient {
  position: absolute;
}
.cid-sQQIXZ5VWd ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQIXZ5VWd .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQIXZ5VWd H4 {
  color: #0f7699;
}
.cid-sQQIXZ5VWd .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQIXZ5VWd .card {
    flex-direction: column;
  }
  .cid-sQQIXZ5VWd .content {
    padding-left: 0rem;
  }
  .cid-sQQIXZ5VWd .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQIXZzJho {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQQIXZzJho h3 {
  text-align: center;
}
.cid-sQQIXZzJho .pie_progress {
  position: relative;
}
.cid-sQQIXZzJho .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQQIXZzJho p {
  line-height: 1.6;
}
.cid-sQQIXZzJho .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQQIXZzJho .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQQIXZzJho .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQQIXZzJho .mbr-section-subtitle {
  color: #383838;
}
.cid-sQQIXZzJho .pie_progress__number {
  text-align: center !important;
}
.cid-sQQIXZzJho .card-title {
  margin-bottom: 0;
}
.cid-sQQIXZzJho .svg-gradient {
  position: absolute;
}
.cid-sQQIXZzJho ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQQIXZzJho .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQQIXZzJho H4 {
  color: #0f7699;
}
.cid-sQQIXZzJho .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQQIXZzJho .card {
    flex-direction: column;
  }
  .cid-sQQIXZzJho .content {
    padding-left: 0rem;
  }
  .cid-sQQIXZzJho .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQQIY05RxZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQQIY05RxZ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQQIY05RxZ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQQIY05RxZ .text-content {
  padding-right: 1.5rem;
}
.cid-sQQIY05RxZ .mbr-text,
.cid-sQQIY05RxZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sQQIY05RxZ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQQIY05RxZ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQQIY05RxZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQQIY05RxZ .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQQIY05RxZ .main-row {
    margin: 0;
  }
  .cid-sQQIY05RxZ .mbr-section-title,
  .cid-sQQIY05RxZ .mbr-text,
  .cid-sQQIY05RxZ .list,
  .cid-sQQIY05RxZ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQQIY05RxZ .text-content {
    padding: 0;
  }
}
.cid-sQQIY05RxZ .mbr-section-title {
  color: #aff0f6;
}
.cid-sQQIY0x1ES {
  background-color: #ffffff;
}
.cid-sQQIY0x1ES section {
  position: relative;
}
.cid-sQQIY0x1ES .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQQIY0x1ES #e1_circle,
.cid-sQQIY0x1ES #e3_circle,
.cid-sQQIY0x1ES #e4_circle,
.cid-sQQIY0x1ES #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQQIY0x1ES #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQQIY0x1ES .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQQIY0x1ES .rev {
  animation: rev 4s linear infinite;
}
.cid-sQQIY0x1ES .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQQIY0x1ES .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQQIY0x1ES .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQQIY0x1ES .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQQIY0x1ES .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQQIY0x1ES .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQQIY0x1ES .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQQIY0x1ES .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQQIY0x1ES .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQQIY0x1ES .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQQIY0x1ES .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQQIY0x1ES H1 {
  color: #0a465a;
}
.cid-sQQIY0x1ES .mbr-text,
.cid-sQQIY0x1ES .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQQIY0x1ES H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQQIY0x1ES .round9,
  .cid-sQQIY0x1ES .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQQIY0x1ES .round {
    display: none;
  }
}
.cid-sQQIY0UAGU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQQIY0UAGU .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQQIY0UAGU h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQQIY0UAGU .svg11 path {
  fill: #7aba59;
}
.cid-sQQIY0UAGU .svg21 path {
  fill: #f9b945;
}
.cid-sQQIY0UAGU .svg31 path {
  fill: #ed6436;
}
.cid-sQQIY0UAGU .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQQIY0UAGU .svg12 path,
.cid-sQQIY0UAGU .svg22 path,
.cid-sQQIY0UAGU .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQQIY0UAGU .card {
  position: relative;
  height: 300px;
}
.cid-sQQIY0UAGU .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQQIY0UAGU .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQQIY0UAGU .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQIY0UAGU .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQQIY0UAGU .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQIY0UAGU .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQQIY0UAGU .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQQIY0UAGU .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQQIY0UAGU .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQQIY0UAGU .card .svg22,
.cid-sQQIY0UAGU .card .svg32,
.cid-sQQIY0UAGU .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQQIY0UAGU .card .svg21,
.cid-sQQIY0UAGU .card .svg31,
.cid-sQQIY0UAGU .card .svg11 {
  z-index: 2;
}
.cid-sQQIY0UAGU .card div {
  z-index: 3;
}
.cid-sQQIY0UAGU .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQQIY0UAGU .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQQIY0UAGU .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQQIY0UAGU .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQQIY0UAGU .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQQIY0UAGU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQQIY0UAGU .card {
    margin-bottom: 2rem;
  }
  .cid-sQQIY0UAGU .card svg {
    left: 30px;
  }
  .cid-sQQIY0UAGU .card:hover h4 {
    animation: none;
  }
  .cid-sQQIY0UAGU .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQQIY0UAGU h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQQIY0UAGU .card {
    max-width: 330px;
  }
  .cid-sQQIY0UAGU .card svg {
    left: 0px;
  }
}
.cid-sQQIY0UAGU H2 {
  color: #0f7699;
}
.cid-sQQIY1wp8A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQQIY1wp8A .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQQIY1wp8A .content {
    padding: 0 2rem;
  }
}
.cid-sQQIY1wp8A .row {
  justify-content: flex-end;
}
.cid-sQQIY1wp8A .img-col {
  padding: 0;
}
.cid-sQQIY1wp8A .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQQIY1wp8A .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQQIY1wp8A .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQQIY1wp8A .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQQIY1wp8A .icon-title,
.cid-sQQIY1wp8A .mbr-iconfont {
  color: #ed6436;
}
.cid-sQQIY1wp8A .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQQIY1wp8A .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQQIY1wp8A .icons-wrap {
    flex-direction: column;
  }
  .cid-sQQIY1wp8A .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQQIY1wp8A .link-wrap {
    margin: auto;
  }
  .cid-sQQIY1wp8A .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQQIY1wp8A .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQQIY1wp8A .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQQIY1wp8A .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQQIY1wp8A .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQQIY1wp8A .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQQIY1wp8A H1 {
  color: #0f7699;
}
.cid-sQQIY25B5t {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQRx8V6in7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQRx8V6in7 .nav-item:focus,
.cid-sQRx8V6in7 .nav-link:focus {
  outline: none;
}
.cid-sQRx8V6in7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRx8V6in7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQRx8V6in7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQRx8V6in7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQRx8V6in7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQRx8V6in7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQRx8V6in7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQRx8V6in7 .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-sQRx8V6in7 .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQRx8V6in7 .container {
  max-width: 1380px;
}
.cid-sQRx8V6in7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQRx8V6in7 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQRx8V6in7 .nav-link:hover,
.cid-sQRx8V6in7 .nav-link:active,
.cid-sQRx8V6in7 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQRx8V6in7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQRx8V6in7 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQRx8V6in7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQRx8V6in7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQRx8V6in7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQRx8V6in7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQRx8V6in7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQRx8V6in7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQRx8V6in7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQRx8V6in7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQRx8V6in7 .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-sQRx8V6in7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQRx8V6in7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQRx8V6in7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQRx8V6in7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQRx8V6in7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQRx8V6in7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQRx8V6in7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQRx8V6in7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQRx8V6in7 .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-sQRx8V6in7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQRx8V6in7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQRx8V6in7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQRx8V6in7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQRx8V6in7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQRx8V6in7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQRx8V6in7 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQRx8V6in7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQRx8V6in7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQRx8V6in7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQRx8V6in7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQRx8V6in7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQRx8V6in7 .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-sQRx8V6in7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQRx8V6in7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQRx8V6in7 .dropdown-item.active,
.cid-sQRx8V6in7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQRx8V6in7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQRx8V6in7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQRx8V6in7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQRx8V6in7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQRx8V6in7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQRx8V6in7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQRx8V6in7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQRx8V6in7 .navbar-buttons {
  text-align: center;
}
.cid-sQRx8V6in7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQRx8V6in7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQRx8V6in7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQRx8V6in7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRx8V6in7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRx8V6in7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQRx8V6in7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRx8V6in7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQRx8V6in7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQRx8V6in7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRx8V6in7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQRx8V6in7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRx8V6in7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQRx8V6in7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQRx8V6in7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQRx8V6in7 .navbar {
    height: 77px;
  }
  .cid-sQRx8V6in7 .navbar.opened {
    height: auto;
  }
  .cid-sQRx8V6in7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQRx8W35MU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1920.jpg");
}
.cid-sQRx8W35MU .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQRx8W35MU .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQRx8W35MU .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRx8W35MU .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQRx8W35MU .container {
  max-width: 1600px;
}
.cid-sQRx8W35MU .mbr-bold,
.cid-sQRx8W35MU b {
  font-weight: 900;
}
.cid-sQRx8W35MU .btn {
  color: white!important;
}
.cid-sQRx8W35MU svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQRx8W35MU svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQRx8W35MU svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQRx8W35MU svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQRx8W35MU svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQRx8W35MU .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQRx8W35MU H1 {
  color: #ffffff;
}
.cid-sQRx8W35MU .mbr-text,
.cid-sQRx8W35MU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQRx8WB8Bw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRx8WB8Bw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQRx8WB8Bw H1 {
  color: #0b659b;
}
.cid-sQRx8WB8Bw .mbr-text,
.cid-sQRx8WB8Bw .mbr-section-btn {
  color: #716c80;
}
.cid-sQRx8WB8Bw H3 {
  color: #ff0000;
}
.cid-sQRx8WB8Bw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQRx8WB8Bw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQRx8WB8Bw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQRx8WB8Bw .link:hover {
  color: #08829e !important;
}
.cid-sQRx8WB8Bw .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQRx8WB8Bw DIV {
  color: #57468b;
}
.cid-sQRx8WB8Bw .mbr-text,
.cid-sQRx8WB8Bw .media-content {
  color: #232323;
}
.cid-sQRx8WB8Bw P {
  text-align: left;
  color: #0f7699;
}
.cid-sQRx8XsBc2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQRx8XsBc2 .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQRx8XsBc2 .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQRx8XsBc2 .row {
  align-items: center;
  height: 100%;
}
.cid-sQRx8XsBc2 .wrapper {
  margin: auto;
}
.cid-sQRx8WW27V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQRx8WW27V .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQRx8WW27V .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQRx8WW27V .card-wrap {
  background: #0b659b;
  border-radius: 30px;
  height: 100%;
}
.cid-sQRx8WW27V .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQRx8WW27V .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQRx8WW27V .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQRx8WW27V .mbr-section-title {
  color: #0b659b;
}
.cid-sQRx8WW27V .card-title {
  color: #7aba59;
}
.cid-sQRx8XL4ud {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQRx8XL4ud .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #7aba59;
}
.cid-sQRx8XL4ud .align-left {
  max-width: 547px;
}
.cid-sQRx8XL4ud .mbr-text,
.cid-sQRx8XL4ud .mbr-section-btn {
  color: #222c02;
}
.cid-sQRx8XL4ud .left-side {
  margin-right: 20px;
}
.cid-sQRx8XL4ud .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQRx8XL4ud .left-side {
    margin-right: 0px;
  }
  .cid-sQRx8XL4ud .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQRx8Y4bBA {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQRx8Y4bBA .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQRx8Y4bBA .mbr-section-title {
  margin: 0;
}
.cid-sQRx8Y4bBA .mbr-text {
  color: #efefef;
}
.cid-sQRx8Y4bBA .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQRx8Y4bBA .card-img {
  text-align: left;
}
.cid-sQRx8Y4bBA .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQRx8Y4bBA .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQRx8Y4bBA .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQRx8Y4bBA .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQRx8Y4bBA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRx8Y4bBA .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQRx8YDL2C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQRx8YDL2C .mbr-text,
.cid-sQRx8YDL2C .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRx8YDL2C p {
  z-index: 2;
  position: relative;
}
.cid-sQRx8YDL2C .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQRx8YDL2C .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQRx8YDL2C .ico1 {
  font-size: 2rem;
}
.cid-sQRx8YDL2C .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQRx8YDL2C H3 {
  color: #149dcc;
}
.cid-sQRx8YXfnq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQRx8ZmJYT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRx8ZmJYT h3 {
  text-align: center;
}
.cid-sQRx8ZmJYT .pie_progress {
  position: relative;
}
.cid-sQRx8ZmJYT .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRx8ZmJYT p {
  line-height: 1.6;
}
.cid-sQRx8ZmJYT .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRx8ZmJYT .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRx8ZmJYT .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRx8ZmJYT .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRx8ZmJYT .pie_progress__number {
  text-align: center !important;
}
.cid-sQRx8ZmJYT .card-title {
  margin-bottom: 0;
}
.cid-sQRx8ZmJYT .svg-gradient {
  position: absolute;
}
.cid-sQRx8ZmJYT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRx8ZmJYT .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRx8ZmJYT H4 {
  color: #0f7699;
}
.cid-sQRx8ZmJYT .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRx8ZmJYT .card {
    flex-direction: column;
  }
  .cid-sQRx8ZmJYT .content {
    padding-left: 0rem;
  }
  .cid-sQRx8ZmJYT .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRx8ZOXxa {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQRx8ZOXxa h3 {
  text-align: center;
}
.cid-sQRx8ZOXxa .pie_progress {
  position: relative;
}
.cid-sQRx8ZOXxa .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRx8ZOXxa p {
  line-height: 1.6;
}
.cid-sQRx8ZOXxa .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRx8ZOXxa .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRx8ZOXxa .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRx8ZOXxa .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRx8ZOXxa .pie_progress__number {
  text-align: center !important;
}
.cid-sQRx8ZOXxa .card-title {
  margin-bottom: 0;
}
.cid-sQRx8ZOXxa .svg-gradient {
  position: absolute;
}
.cid-sQRx8ZOXxa ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRx8ZOXxa .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRx8ZOXxa H4 {
  color: #0f7699;
}
.cid-sQRx8ZOXxa .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRx8ZOXxa .card {
    flex-direction: column;
  }
  .cid-sQRx8ZOXxa .content {
    padding-left: 0rem;
  }
  .cid-sQRx8ZOXxa .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRx90gWyH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQRx90gWyH .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQRx90gWyH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQRx90gWyH .text-content {
  padding-right: 1.5rem;
}
.cid-sQRx90gWyH .mbr-text,
.cid-sQRx90gWyH .mbr-section-btn {
  color: #ffffff;
}
.cid-sQRx90gWyH .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQRx90gWyH .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQRx90gWyH .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQRx90gWyH .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQRx90gWyH .main-row {
    margin: 0;
  }
  .cid-sQRx90gWyH .mbr-section-title,
  .cid-sQRx90gWyH .mbr-text,
  .cid-sQRx90gWyH .list,
  .cid-sQRx90gWyH .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQRx90gWyH .text-content {
    padding: 0;
  }
}
.cid-sQRx90gWyH .mbr-section-title {
  color: #aff0f6;
}
.cid-sQRx90CJp9 {
  background-color: #ffffff;
}
.cid-sQRx90CJp9 section {
  position: relative;
}
.cid-sQRx90CJp9 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQRx90CJp9 #e1_circle,
.cid-sQRx90CJp9 #e3_circle,
.cid-sQRx90CJp9 #e4_circle,
.cid-sQRx90CJp9 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQRx90CJp9 #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQRx90CJp9 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQRx90CJp9 .rev {
  animation: rev 4s linear infinite;
}
.cid-sQRx90CJp9 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQRx90CJp9 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQRx90CJp9 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQRx90CJp9 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQRx90CJp9 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQRx90CJp9 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQRx90CJp9 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQRx90CJp9 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQRx90CJp9 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQRx90CJp9 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQRx90CJp9 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQRx90CJp9 H1 {
  color: #0a465a;
}
.cid-sQRx90CJp9 .mbr-text,
.cid-sQRx90CJp9 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRx90CJp9 H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQRx90CJp9 .round9,
  .cid-sQRx90CJp9 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQRx90CJp9 .round {
    display: none;
  }
}
.cid-sQRx9113mq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQRx9113mq .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQRx9113mq h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQRx9113mq .svg11 path {
  fill: #7aba59;
}
.cid-sQRx9113mq .svg21 path {
  fill: #f9b945;
}
.cid-sQRx9113mq .svg31 path {
  fill: #ed6436;
}
.cid-sQRx9113mq .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQRx9113mq .svg12 path,
.cid-sQRx9113mq .svg22 path,
.cid-sQRx9113mq .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQRx9113mq .card {
  position: relative;
  height: 300px;
}
.cid-sQRx9113mq .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQRx9113mq .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQRx9113mq .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRx9113mq .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQRx9113mq .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRx9113mq .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQRx9113mq .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRx9113mq .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQRx9113mq .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQRx9113mq .card .svg22,
.cid-sQRx9113mq .card .svg32,
.cid-sQRx9113mq .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQRx9113mq .card .svg21,
.cid-sQRx9113mq .card .svg31,
.cid-sQRx9113mq .card .svg11 {
  z-index: 2;
}
.cid-sQRx9113mq .card div {
  z-index: 3;
}
.cid-sQRx9113mq .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQRx9113mq .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRx9113mq .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQRx9113mq .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQRx9113mq .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQRx9113mq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQRx9113mq .card {
    margin-bottom: 2rem;
  }
  .cid-sQRx9113mq .card svg {
    left: 30px;
  }
  .cid-sQRx9113mq .card:hover h4 {
    animation: none;
  }
  .cid-sQRx9113mq .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQRx9113mq h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQRx9113mq .card {
    max-width: 330px;
  }
  .cid-sQRx9113mq .card svg {
    left: 0px;
  }
}
.cid-sQRx9113mq H2 {
  color: #0f7699;
}
.cid-sQRx91GdN2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQRx91GdN2 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRx91GdN2 .content {
    padding: 0 2rem;
  }
}
.cid-sQRx91GdN2 .row {
  justify-content: flex-end;
}
.cid-sQRx91GdN2 .img-col {
  padding: 0;
}
.cid-sQRx91GdN2 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQRx91GdN2 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQRx91GdN2 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQRx91GdN2 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQRx91GdN2 .icon-title,
.cid-sQRx91GdN2 .mbr-iconfont {
  color: #ed6436;
}
.cid-sQRx91GdN2 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQRx91GdN2 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQRx91GdN2 .icons-wrap {
    flex-direction: column;
  }
  .cid-sQRx91GdN2 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQRx91GdN2 .link-wrap {
    margin: auto;
  }
  .cid-sQRx91GdN2 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQRx91GdN2 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQRx91GdN2 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQRx91GdN2 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQRx91GdN2 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQRx91GdN2 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQRx91GdN2 H1 {
  color: #0f7699;
}
.cid-sQRx929v5C {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQRGRZhxwk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQRGRZhxwk .nav-item:focus,
.cid-sQRGRZhxwk .nav-link:focus {
  outline: none;
}
.cid-sQRGRZhxwk .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRGRZhxwk .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQRGRZhxwk .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQRGRZhxwk .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQRGRZhxwk .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQRGRZhxwk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQRGRZhxwk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQRGRZhxwk .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-sQRGRZhxwk .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQRGRZhxwk .container {
  max-width: 1380px;
}
.cid-sQRGRZhxwk .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQRGRZhxwk .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQRGRZhxwk .nav-link:hover,
.cid-sQRGRZhxwk .nav-link:active,
.cid-sQRGRZhxwk .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQRGRZhxwk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQRGRZhxwk .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQRGRZhxwk .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQRGRZhxwk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQRGRZhxwk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQRGRZhxwk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQRGRZhxwk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQRGRZhxwk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQRGRZhxwk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQRGRZhxwk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQRGRZhxwk .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-sQRGRZhxwk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQRGRZhxwk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQRGRZhxwk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQRGRZhxwk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQRGRZhxwk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQRGRZhxwk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQRGRZhxwk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQRGRZhxwk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQRGRZhxwk .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-sQRGRZhxwk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQRGRZhxwk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQRGRZhxwk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQRGRZhxwk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQRGRZhxwk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQRGRZhxwk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQRGRZhxwk .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQRGRZhxwk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQRGRZhxwk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQRGRZhxwk .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQRGRZhxwk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQRGRZhxwk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQRGRZhxwk .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-sQRGRZhxwk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQRGRZhxwk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQRGRZhxwk .dropdown-item.active,
.cid-sQRGRZhxwk .dropdown-item:active {
  background-color: transparent;
}
.cid-sQRGRZhxwk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQRGRZhxwk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQRGRZhxwk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQRGRZhxwk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQRGRZhxwk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQRGRZhxwk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQRGRZhxwk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQRGRZhxwk .navbar-buttons {
  text-align: center;
}
.cid-sQRGRZhxwk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQRGRZhxwk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQRGRZhxwk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQRGRZhxwk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRGRZhxwk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRGRZhxwk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQRGRZhxwk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRGRZhxwk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQRGRZhxwk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQRGRZhxwk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRGRZhxwk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQRGRZhxwk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRGRZhxwk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQRGRZhxwk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQRGRZhxwk .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQRGRZhxwk .navbar {
    height: 77px;
  }
  .cid-sQRGRZhxwk .navbar.opened {
    height: auto;
  }
  .cid-sQRGRZhxwk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQRGS0flt4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-28-1920x1280.jpg");
}
.cid-sQRGS0flt4 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQRGS0flt4 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQRGS0flt4 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRGS0flt4 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQRGS0flt4 .container {
  max-width: 1600px;
}
.cid-sQRGS0flt4 .mbr-bold,
.cid-sQRGS0flt4 b {
  font-weight: 900;
}
.cid-sQRGS0flt4 .btn {
  color: white!important;
}
.cid-sQRGS0flt4 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQRGS0flt4 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQRGS0flt4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQRGS0flt4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQRGS0flt4 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQRGS0flt4 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQRGS0flt4 H1 {
  color: #ffffff;
}
.cid-sQRGS0flt4 .mbr-text,
.cid-sQRGS0flt4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQRGS0Zbps {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRGS0Zbps img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQRGS0Zbps H1 {
  color: #0b659b;
}
.cid-sQRGS0Zbps .mbr-text,
.cid-sQRGS0Zbps .mbr-section-btn {
  color: #716c80;
}
.cid-sQRGS0Zbps H3 {
  color: #ff0000;
}
.cid-sQRGS0Zbps .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQRGS0Zbps .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQRGS0Zbps .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQRGS0Zbps .link:hover {
  color: #08829e !important;
}
.cid-sQRGS0Zbps .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQRGS0Zbps DIV {
  color: #57468b;
}
.cid-sQRGS0Zbps .mbr-text,
.cid-sQRGS0Zbps .media-content {
  color: #232323;
}
.cid-sQRGS0Zbps P {
  text-align: left;
  color: #0f7699;
}
.cid-sQRGS1lPkf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQRGS1lPkf .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQRGS1lPkf .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQRGS1lPkf .row {
  align-items: center;
  height: 100%;
}
.cid-sQRGS1lPkf .wrapper {
  margin: auto;
}
.cid-sQRGS1JfRf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQRGS1JfRf .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQRGS1JfRf .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQRGS1JfRf .card-wrap {
  background: #763608;
  border-radius: 30px;
  height: 100%;
}
.cid-sQRGS1JfRf .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQRGS1JfRf .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQRGS1JfRf .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQRGS1JfRf .mbr-section-title {
  color: #c38f5a;
}
.cid-sQRGS1JfRf .card-title {
  color: #7aba59;
}
.cid-sQRGS2bedC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQRGS2bedC .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #c38f5a;
}
.cid-sQRGS2bedC .align-left {
  max-width: 547px;
}
.cid-sQRGS2bedC .mbr-text,
.cid-sQRGS2bedC .mbr-section-btn {
  color: #222c02;
}
.cid-sQRGS2bedC .left-side {
  margin-right: 20px;
}
.cid-sQRGS2bedC .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQRGS2bedC .left-side {
    margin-right: 0px;
  }
  .cid-sQRGS2bedC .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQRLCIch5I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQRLCIch5I .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-sQRLCIch5I .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-sQRLCIch5I .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQRLCIch5I .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sQRLCIch5I .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sQRLCIch5I .mbr-text {
  color: #763608;
}
.cid-sQRLCIch5I .mbr-section-title {
  color: #c38f5a;
}
.cid-sQRLCIch5I .mbr-card-title {
  color: #ed6436;
}
.cid-sQRGS2vVSA {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQRGS2vVSA .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQRGS2vVSA .mbr-section-title {
  margin: 0;
}
.cid-sQRGS2vVSA .mbr-text {
  color: #efefef;
}
.cid-sQRGS2vVSA .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQRGS2vVSA .card-img {
  text-align: left;
}
.cid-sQRGS2vVSA .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQRGS2vVSA .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQRGS2vVSA .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQRGS2vVSA .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQRGS2vVSA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRGS2vVSA .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQRGS392yu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQRGS392yu .mbr-text,
.cid-sQRGS392yu .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRGS392yu p {
  z-index: 2;
  position: relative;
}
.cid-sQRGS392yu .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQRGS392yu .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQRGS392yu .ico1 {
  font-size: 2rem;
}
.cid-sQRGS392yu .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQRGS392yu H3 {
  color: #149dcc;
}
.cid-sQRGS3yCPA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQRGS3TwDD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRGS3TwDD h3 {
  text-align: center;
}
.cid-sQRGS3TwDD .pie_progress {
  position: relative;
}
.cid-sQRGS3TwDD .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRGS3TwDD p {
  line-height: 1.6;
}
.cid-sQRGS3TwDD .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRGS3TwDD .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRGS3TwDD .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRGS3TwDD .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRGS3TwDD .pie_progress__number {
  text-align: center !important;
}
.cid-sQRGS3TwDD .card-title {
  margin-bottom: 0;
}
.cid-sQRGS3TwDD .svg-gradient {
  position: absolute;
}
.cid-sQRGS3TwDD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRGS3TwDD .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRGS3TwDD H4 {
  color: #0f7699;
}
.cid-sQRGS3TwDD .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRGS3TwDD .card {
    flex-direction: column;
  }
  .cid-sQRGS3TwDD .content {
    padding-left: 0rem;
  }
  .cid-sQRGS3TwDD .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRGS4lop0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQRGS4lop0 h3 {
  text-align: center;
}
.cid-sQRGS4lop0 .pie_progress {
  position: relative;
}
.cid-sQRGS4lop0 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRGS4lop0 p {
  line-height: 1.6;
}
.cid-sQRGS4lop0 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRGS4lop0 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRGS4lop0 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRGS4lop0 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRGS4lop0 .pie_progress__number {
  text-align: center !important;
}
.cid-sQRGS4lop0 .card-title {
  margin-bottom: 0;
}
.cid-sQRGS4lop0 .svg-gradient {
  position: absolute;
}
.cid-sQRGS4lop0 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRGS4lop0 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRGS4lop0 H4 {
  color: #0f7699;
}
.cid-sQRGS4lop0 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRGS4lop0 .card {
    flex-direction: column;
  }
  .cid-sQRGS4lop0 .content {
    padding-left: 0rem;
  }
  .cid-sQRGS4lop0 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRGS4P3my {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQRGS4P3my .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQRGS4P3my .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQRGS4P3my .text-content {
  padding-right: 1.5rem;
}
.cid-sQRGS4P3my .mbr-text,
.cid-sQRGS4P3my .mbr-section-btn {
  color: #ffffff;
}
.cid-sQRGS4P3my .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQRGS4P3my .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQRGS4P3my .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQRGS4P3my .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQRGS4P3my .main-row {
    margin: 0;
  }
  .cid-sQRGS4P3my .mbr-section-title,
  .cid-sQRGS4P3my .mbr-text,
  .cid-sQRGS4P3my .list,
  .cid-sQRGS4P3my .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQRGS4P3my .text-content {
    padding: 0;
  }
}
.cid-sQRGS4P3my .mbr-section-title {
  color: #aff0f6;
}
.cid-sQRGS5iVUB {
  background-color: #ffffff;
}
.cid-sQRGS5iVUB section {
  position: relative;
}
.cid-sQRGS5iVUB .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQRGS5iVUB #e1_circle,
.cid-sQRGS5iVUB #e3_circle,
.cid-sQRGS5iVUB #e4_circle,
.cid-sQRGS5iVUB #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQRGS5iVUB #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQRGS5iVUB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQRGS5iVUB .rev {
  animation: rev 4s linear infinite;
}
.cid-sQRGS5iVUB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQRGS5iVUB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQRGS5iVUB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQRGS5iVUB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQRGS5iVUB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQRGS5iVUB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQRGS5iVUB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQRGS5iVUB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQRGS5iVUB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQRGS5iVUB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQRGS5iVUB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQRGS5iVUB H1 {
  color: #0a465a;
}
.cid-sQRGS5iVUB .mbr-text,
.cid-sQRGS5iVUB .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRGS5iVUB H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQRGS5iVUB .round9,
  .cid-sQRGS5iVUB .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQRGS5iVUB .round {
    display: none;
  }
}
.cid-sQRGS5HEQd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQRGS5HEQd .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQRGS5HEQd h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQRGS5HEQd .svg11 path {
  fill: #7aba59;
}
.cid-sQRGS5HEQd .svg21 path {
  fill: #f9b945;
}
.cid-sQRGS5HEQd .svg31 path {
  fill: #ed6436;
}
.cid-sQRGS5HEQd .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQRGS5HEQd .svg12 path,
.cid-sQRGS5HEQd .svg22 path,
.cid-sQRGS5HEQd .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQRGS5HEQd .card {
  position: relative;
  height: 300px;
}
.cid-sQRGS5HEQd .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQRGS5HEQd .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQRGS5HEQd .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRGS5HEQd .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQRGS5HEQd .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRGS5HEQd .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQRGS5HEQd .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRGS5HEQd .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQRGS5HEQd .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQRGS5HEQd .card .svg22,
.cid-sQRGS5HEQd .card .svg32,
.cid-sQRGS5HEQd .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQRGS5HEQd .card .svg21,
.cid-sQRGS5HEQd .card .svg31,
.cid-sQRGS5HEQd .card .svg11 {
  z-index: 2;
}
.cid-sQRGS5HEQd .card div {
  z-index: 3;
}
.cid-sQRGS5HEQd .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQRGS5HEQd .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRGS5HEQd .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQRGS5HEQd .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQRGS5HEQd .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQRGS5HEQd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQRGS5HEQd .card {
    margin-bottom: 2rem;
  }
  .cid-sQRGS5HEQd .card svg {
    left: 30px;
  }
  .cid-sQRGS5HEQd .card:hover h4 {
    animation: none;
  }
  .cid-sQRGS5HEQd .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQRGS5HEQd h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQRGS5HEQd .card {
    max-width: 330px;
  }
  .cid-sQRGS5HEQd .card svg {
    left: 0px;
  }
}
.cid-sQRGS5HEQd H2 {
  color: #0f7699;
}
.cid-sQRGS6oSc3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQRGS6oSc3 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRGS6oSc3 .content {
    padding: 0 2rem;
  }
}
.cid-sQRGS6oSc3 .row {
  justify-content: flex-end;
}
.cid-sQRGS6oSc3 .img-col {
  padding: 0;
}
.cid-sQRGS6oSc3 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQRGS6oSc3 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQRGS6oSc3 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQRGS6oSc3 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQRGS6oSc3 .icon-title,
.cid-sQRGS6oSc3 .mbr-iconfont {
  color: #ed6436;
}
.cid-sQRGS6oSc3 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQRGS6oSc3 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQRGS6oSc3 .icons-wrap {
    flex-direction: column;
  }
  .cid-sQRGS6oSc3 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQRGS6oSc3 .link-wrap {
    margin: auto;
  }
  .cid-sQRGS6oSc3 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQRGS6oSc3 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQRGS6oSc3 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQRGS6oSc3 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQRGS6oSc3 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQRGS6oSc3 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQRGS6oSc3 H1 {
  color: #0f7699;
}
.cid-sQRGS6Vluf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQRO8Qlbzl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQRO8Qlbzl .nav-item:focus,
.cid-sQRO8Qlbzl .nav-link:focus {
  outline: none;
}
.cid-sQRO8Qlbzl .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRO8Qlbzl .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQRO8Qlbzl .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQRO8Qlbzl .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQRO8Qlbzl .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQRO8Qlbzl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQRO8Qlbzl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQRO8Qlbzl .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-sQRO8Qlbzl .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQRO8Qlbzl .container {
  max-width: 1380px;
}
.cid-sQRO8Qlbzl .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQRO8Qlbzl .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQRO8Qlbzl .nav-link:hover,
.cid-sQRO8Qlbzl .nav-link:active,
.cid-sQRO8Qlbzl .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQRO8Qlbzl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQRO8Qlbzl .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQRO8Qlbzl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQRO8Qlbzl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQRO8Qlbzl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQRO8Qlbzl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQRO8Qlbzl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQRO8Qlbzl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQRO8Qlbzl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQRO8Qlbzl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQRO8Qlbzl .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-sQRO8Qlbzl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQRO8Qlbzl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQRO8Qlbzl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQRO8Qlbzl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQRO8Qlbzl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQRO8Qlbzl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQRO8Qlbzl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQRO8Qlbzl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQRO8Qlbzl .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-sQRO8Qlbzl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQRO8Qlbzl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQRO8Qlbzl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQRO8Qlbzl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQRO8Qlbzl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQRO8Qlbzl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQRO8Qlbzl .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQRO8Qlbzl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQRO8Qlbzl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQRO8Qlbzl .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQRO8Qlbzl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQRO8Qlbzl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQRO8Qlbzl .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-sQRO8Qlbzl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQRO8Qlbzl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQRO8Qlbzl .dropdown-item.active,
.cid-sQRO8Qlbzl .dropdown-item:active {
  background-color: transparent;
}
.cid-sQRO8Qlbzl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQRO8Qlbzl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQRO8Qlbzl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQRO8Qlbzl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQRO8Qlbzl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQRO8Qlbzl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQRO8Qlbzl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQRO8Qlbzl .navbar-buttons {
  text-align: center;
}
.cid-sQRO8Qlbzl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQRO8Qlbzl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQRO8Qlbzl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQRO8Qlbzl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRO8Qlbzl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRO8Qlbzl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQRO8Qlbzl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRO8Qlbzl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQRO8Qlbzl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQRO8Qlbzl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRO8Qlbzl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQRO8Qlbzl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRO8Qlbzl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQRO8Qlbzl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQRO8Qlbzl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQRO8Qlbzl .navbar {
    height: 77px;
  }
  .cid-sQRO8Qlbzl .navbar.opened {
    height: auto;
  }
  .cid-sQRO8Qlbzl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQRO8Rlqe7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
}
.cid-sQRO8Rlqe7 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQRO8Rlqe7 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQRO8Rlqe7 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRO8Rlqe7 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQRO8Rlqe7 .container {
  max-width: 1600px;
}
.cid-sQRO8Rlqe7 .mbr-bold,
.cid-sQRO8Rlqe7 b {
  font-weight: 900;
}
.cid-sQRO8Rlqe7 .btn {
  color: white!important;
}
.cid-sQRO8Rlqe7 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQRO8Rlqe7 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQRO8Rlqe7 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQRO8Rlqe7 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQRO8Rlqe7 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQRO8Rlqe7 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQRO8Rlqe7 H1 {
  color: #ffffff;
}
.cid-sQRO8Rlqe7 .mbr-text,
.cid-sQRO8Rlqe7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQRO8RUxo5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRO8RUxo5 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQRO8RUxo5 H1 {
  color: #0b659b;
}
.cid-sQRO8RUxo5 .mbr-text,
.cid-sQRO8RUxo5 .mbr-section-btn {
  color: #716c80;
}
.cid-sQRO8RUxo5 H3 {
  color: #ff0000;
}
.cid-sQRO8RUxo5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQRO8RUxo5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQRO8RUxo5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQRO8RUxo5 .link:hover {
  color: #08829e !important;
}
.cid-sQRO8RUxo5 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQRO8RUxo5 DIV {
  color: #57468b;
}
.cid-sQRO8RUxo5 .mbr-text,
.cid-sQRO8RUxo5 .media-content {
  color: #232323;
}
.cid-sQRO8RUxo5 P {
  text-align: left;
  color: #0f7699;
}
.cid-sQRO8Sf3AW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQRO8Sf3AW .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQRO8Sf3AW .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQRO8Sf3AW .row {
  align-items: center;
  height: 100%;
}
.cid-sQRO8Sf3AW .wrapper {
  margin: auto;
}
.cid-sQRO8SAsoc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQRO8SAsoc .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQRO8SAsoc .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQRO8SAsoc .card-wrap {
  background: #763608;
  border-radius: 30px;
  height: 100%;
}
.cid-sQRO8SAsoc .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQRO8SAsoc .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQRO8SAsoc .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQRO8SAsoc .mbr-section-title {
  color: #787324;
}
.cid-sQRO8SAsoc .card-title {
  color: #f9f295;
}
.cid-sQRO8Ts0ns {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQRO8Ts0ns .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQRO8Ts0ns .mbr-section-title {
  margin: 0;
}
.cid-sQRO8Ts0ns .mbr-text {
  color: #efefef;
}
.cid-sQRO8Ts0ns .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQRO8Ts0ns .card-img {
  text-align: left;
}
.cid-sQRO8Ts0ns .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQRO8Ts0ns .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQRO8Ts0ns .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQRO8Ts0ns .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQRO8Ts0ns .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRO8Ts0ns .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQRO8U2RI7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQRO8U2RI7 .mbr-text,
.cid-sQRO8U2RI7 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRO8U2RI7 p {
  z-index: 2;
  position: relative;
}
.cid-sQRO8U2RI7 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQRO8U2RI7 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQRO8U2RI7 .ico1 {
  font-size: 2rem;
}
.cid-sQRO8U2RI7 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQRO8U2RI7 H3 {
  color: #149dcc;
}
.cid-sQRO8Uro1D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQRO8UMlej {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRO8UMlej h3 {
  text-align: center;
}
.cid-sQRO8UMlej .pie_progress {
  position: relative;
}
.cid-sQRO8UMlej .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRO8UMlej p {
  line-height: 1.6;
}
.cid-sQRO8UMlej .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRO8UMlej .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRO8UMlej .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRO8UMlej .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRO8UMlej .pie_progress__number {
  text-align: center !important;
}
.cid-sQRO8UMlej .card-title {
  margin-bottom: 0;
}
.cid-sQRO8UMlej .svg-gradient {
  position: absolute;
}
.cid-sQRO8UMlej ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRO8UMlej .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRO8UMlej H4 {
  color: #0f7699;
}
.cid-sQRO8UMlej .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRO8UMlej .card {
    flex-direction: column;
  }
  .cid-sQRO8UMlej .content {
    padding-left: 0rem;
  }
  .cid-sQRO8UMlej .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRO8VdELy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQRO8VdELy h3 {
  text-align: center;
}
.cid-sQRO8VdELy .pie_progress {
  position: relative;
}
.cid-sQRO8VdELy .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRO8VdELy p {
  line-height: 1.6;
}
.cid-sQRO8VdELy .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRO8VdELy .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRO8VdELy .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRO8VdELy .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRO8VdELy .pie_progress__number {
  text-align: center !important;
}
.cid-sQRO8VdELy .card-title {
  margin-bottom: 0;
}
.cid-sQRO8VdELy .svg-gradient {
  position: absolute;
}
.cid-sQRO8VdELy ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRO8VdELy .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRO8VdELy H4 {
  color: #0f7699;
}
.cid-sQRO8VdELy .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRO8VdELy .card {
    flex-direction: column;
  }
  .cid-sQRO8VdELy .content {
    padding-left: 0rem;
  }
  .cid-sQRO8VdELy .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRO8VK47y {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQRO8VK47y .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQRO8VK47y .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQRO8VK47y .text-content {
  padding-right: 1.5rem;
}
.cid-sQRO8VK47y .mbr-text,
.cid-sQRO8VK47y .mbr-section-btn {
  color: #ffffff;
}
.cid-sQRO8VK47y .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQRO8VK47y .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQRO8VK47y .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQRO8VK47y .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQRO8VK47y .main-row {
    margin: 0;
  }
  .cid-sQRO8VK47y .mbr-section-title,
  .cid-sQRO8VK47y .mbr-text,
  .cid-sQRO8VK47y .list,
  .cid-sQRO8VK47y .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQRO8VK47y .text-content {
    padding: 0;
  }
}
.cid-sQRO8VK47y .mbr-section-title {
  color: #aff0f6;
}
.cid-sQRO8W70sH {
  background-color: #ffffff;
}
.cid-sQRO8W70sH section {
  position: relative;
}
.cid-sQRO8W70sH .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQRO8W70sH #e1_circle,
.cid-sQRO8W70sH #e3_circle,
.cid-sQRO8W70sH #e4_circle,
.cid-sQRO8W70sH #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQRO8W70sH #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQRO8W70sH .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQRO8W70sH .rev {
  animation: rev 4s linear infinite;
}
.cid-sQRO8W70sH .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQRO8W70sH .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQRO8W70sH .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQRO8W70sH .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQRO8W70sH .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQRO8W70sH .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQRO8W70sH .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQRO8W70sH .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQRO8W70sH .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQRO8W70sH .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQRO8W70sH .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQRO8W70sH H1 {
  color: #0a465a;
}
.cid-sQRO8W70sH .mbr-text,
.cid-sQRO8W70sH .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRO8W70sH H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQRO8W70sH .round9,
  .cid-sQRO8W70sH .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQRO8W70sH .round {
    display: none;
  }
}
.cid-sQRO8Wxmlq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQRO8Wxmlq .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQRO8Wxmlq h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQRO8Wxmlq .svg11 path {
  fill: #7aba59;
}
.cid-sQRO8Wxmlq .svg21 path {
  fill: #f9b945;
}
.cid-sQRO8Wxmlq .svg31 path {
  fill: #ed6436;
}
.cid-sQRO8Wxmlq .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQRO8Wxmlq .svg12 path,
.cid-sQRO8Wxmlq .svg22 path,
.cid-sQRO8Wxmlq .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQRO8Wxmlq .card {
  position: relative;
  height: 300px;
}
.cid-sQRO8Wxmlq .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQRO8Wxmlq .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQRO8Wxmlq .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRO8Wxmlq .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQRO8Wxmlq .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRO8Wxmlq .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQRO8Wxmlq .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRO8Wxmlq .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQRO8Wxmlq .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQRO8Wxmlq .card .svg22,
.cid-sQRO8Wxmlq .card .svg32,
.cid-sQRO8Wxmlq .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQRO8Wxmlq .card .svg21,
.cid-sQRO8Wxmlq .card .svg31,
.cid-sQRO8Wxmlq .card .svg11 {
  z-index: 2;
}
.cid-sQRO8Wxmlq .card div {
  z-index: 3;
}
.cid-sQRO8Wxmlq .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQRO8Wxmlq .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRO8Wxmlq .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQRO8Wxmlq .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQRO8Wxmlq .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQRO8Wxmlq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQRO8Wxmlq .card {
    margin-bottom: 2rem;
  }
  .cid-sQRO8Wxmlq .card svg {
    left: 30px;
  }
  .cid-sQRO8Wxmlq .card:hover h4 {
    animation: none;
  }
  .cid-sQRO8Wxmlq .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQRO8Wxmlq h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQRO8Wxmlq .card {
    max-width: 330px;
  }
  .cid-sQRO8Wxmlq .card svg {
    left: 0px;
  }
}
.cid-sQRO8Wxmlq H2 {
  color: #0f7699;
}
.cid-sQRO8X7iUq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQRO8X7iUq .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRO8X7iUq .content {
    padding: 0 2rem;
  }
}
.cid-sQRO8X7iUq .row {
  justify-content: flex-end;
}
.cid-sQRO8X7iUq .img-col {
  padding: 0;
}
.cid-sQRO8X7iUq .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQRO8X7iUq .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQRO8X7iUq .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQRO8X7iUq .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQRO8X7iUq .icon-title,
.cid-sQRO8X7iUq .mbr-iconfont {
  color: #ed6436;
}
.cid-sQRO8X7iUq .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQRO8X7iUq .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQRO8X7iUq .icons-wrap {
    flex-direction: column;
  }
  .cid-sQRO8X7iUq .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQRO8X7iUq .link-wrap {
    margin: auto;
  }
  .cid-sQRO8X7iUq .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQRO8X7iUq .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQRO8X7iUq .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQRO8X7iUq .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQRO8X7iUq .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQRO8X7iUq .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQRO8X7iUq H1 {
  color: #0f7699;
}
.cid-sQRO8XBhgZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQRYnwLshD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQRYnwLshD .nav-item:focus,
.cid-sQRYnwLshD .nav-link:focus {
  outline: none;
}
.cid-sQRYnwLshD .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRYnwLshD .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQRYnwLshD .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQRYnwLshD .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQRYnwLshD .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQRYnwLshD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQRYnwLshD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQRYnwLshD .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-sQRYnwLshD .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQRYnwLshD .container {
  max-width: 1380px;
}
.cid-sQRYnwLshD .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQRYnwLshD .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQRYnwLshD .nav-link:hover,
.cid-sQRYnwLshD .nav-link:active,
.cid-sQRYnwLshD .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQRYnwLshD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQRYnwLshD .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQRYnwLshD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQRYnwLshD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQRYnwLshD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQRYnwLshD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQRYnwLshD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQRYnwLshD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQRYnwLshD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQRYnwLshD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQRYnwLshD .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-sQRYnwLshD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQRYnwLshD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQRYnwLshD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQRYnwLshD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQRYnwLshD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQRYnwLshD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQRYnwLshD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQRYnwLshD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQRYnwLshD .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-sQRYnwLshD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQRYnwLshD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQRYnwLshD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQRYnwLshD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQRYnwLshD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQRYnwLshD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQRYnwLshD .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQRYnwLshD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQRYnwLshD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQRYnwLshD .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQRYnwLshD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQRYnwLshD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQRYnwLshD .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-sQRYnwLshD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQRYnwLshD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQRYnwLshD .dropdown-item.active,
.cid-sQRYnwLshD .dropdown-item:active {
  background-color: transparent;
}
.cid-sQRYnwLshD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQRYnwLshD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQRYnwLshD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQRYnwLshD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQRYnwLshD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQRYnwLshD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQRYnwLshD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQRYnwLshD .navbar-buttons {
  text-align: center;
}
.cid-sQRYnwLshD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQRYnwLshD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQRYnwLshD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQRYnwLshD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRYnwLshD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQRYnwLshD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQRYnwLshD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRYnwLshD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQRYnwLshD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQRYnwLshD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQRYnwLshD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQRYnwLshD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQRYnwLshD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQRYnwLshD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQRYnwLshD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQRYnwLshD .navbar {
    height: 77px;
  }
  .cid-sQRYnwLshD .navbar.opened {
    height: auto;
  }
  .cid-sQRYnwLshD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQRYnxMcMj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-29-1920x1280.jpg");
}
.cid-sQRYnxMcMj .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQRYnxMcMj .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQRYnxMcMj .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRYnxMcMj .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQRYnxMcMj .container {
  max-width: 1600px;
}
.cid-sQRYnxMcMj .mbr-bold,
.cid-sQRYnxMcMj b {
  font-weight: 900;
}
.cid-sQRYnxMcMj .btn {
  color: white!important;
}
.cid-sQRYnxMcMj svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQRYnxMcMj svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQRYnxMcMj svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQRYnxMcMj svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQRYnxMcMj svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQRYnxMcMj .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQRYnxMcMj H1 {
  color: #ffffff;
}
.cid-sQRYnxMcMj .mbr-text,
.cid-sQRYnxMcMj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQRYnymvN9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRYnymvN9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQRYnymvN9 H1 {
  color: #0b659b;
}
.cid-sQRYnymvN9 .mbr-text,
.cid-sQRYnymvN9 .mbr-section-btn {
  color: #716c80;
}
.cid-sQRYnymvN9 H3 {
  color: #ff0000;
}
.cid-sQRYnymvN9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQRYnymvN9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQRYnymvN9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQRYnymvN9 .link:hover {
  color: #08829e !important;
}
.cid-sQRYnymvN9 .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQRYnymvN9 DIV {
  color: #57468b;
}
.cid-sQRYnymvN9 .mbr-text,
.cid-sQRYnymvN9 .media-content {
  color: #232323;
}
.cid-sQRYnymvN9 P {
  text-align: left;
  color: #0f7699;
}
.cid-sQRYnyMRTM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQRYnyMRTM .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0b659b;
}
.cid-sQRYnyMRTM .align-left {
  max-width: 547px;
}
.cid-sQRYnyMRTM .mbr-text,
.cid-sQRYnyMRTM .mbr-section-btn {
  color: #222c02;
}
.cid-sQRYnyMRTM .left-side {
  margin-right: 20px;
}
.cid-sQRYnyMRTM .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQRYnyMRTM .left-side {
    margin-right: 0px;
  }
  .cid-sQRYnyMRTM .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQRYnz7RdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQRYnz7RdF .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQRYnz7RdF .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQRYnz7RdF .card-wrap {
  background: #840e70;
  border-radius: 30px;
  height: 100%;
}
.cid-sQRYnz7RdF .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQRYnz7RdF .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQRYnz7RdF .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQRYnz7RdF .mbr-section-title {
  color: #840e70;
}
.cid-sQRYnz7RdF .card-title {
  color: #f7ed4a;
}
.cid-sQRYnzWpF4 {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQRYnzWpF4 .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQRYnzWpF4 .mbr-section-title {
  margin: 0;
}
.cid-sQRYnzWpF4 .mbr-text {
  color: #efefef;
}
.cid-sQRYnzWpF4 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQRYnzWpF4 .card-img {
  text-align: left;
}
.cid-sQRYnzWpF4 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQRYnzWpF4 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQRYnzWpF4 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQRYnzWpF4 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQRYnzWpF4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQRYnzWpF4 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQRYnAxDFM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQRYnAxDFM .mbr-text,
.cid-sQRYnAxDFM .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRYnAxDFM p {
  z-index: 2;
  position: relative;
}
.cid-sQRYnAxDFM .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQRYnAxDFM .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQRYnAxDFM .ico1 {
  font-size: 2rem;
}
.cid-sQRYnAxDFM .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQRYnAxDFM H3 {
  color: #149dcc;
}
.cid-sQRYnAXmFs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQRYnBjxzY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQRYnBjxzY h3 {
  text-align: center;
}
.cid-sQRYnBjxzY .pie_progress {
  position: relative;
}
.cid-sQRYnBjxzY .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRYnBjxzY p {
  line-height: 1.6;
}
.cid-sQRYnBjxzY .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRYnBjxzY .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRYnBjxzY .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRYnBjxzY .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRYnBjxzY .pie_progress__number {
  text-align: center !important;
}
.cid-sQRYnBjxzY .card-title {
  margin-bottom: 0;
}
.cid-sQRYnBjxzY .svg-gradient {
  position: absolute;
}
.cid-sQRYnBjxzY ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRYnBjxzY .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRYnBjxzY H4 {
  color: #0f7699;
}
.cid-sQRYnBjxzY .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRYnBjxzY .card {
    flex-direction: column;
  }
  .cid-sQRYnBjxzY .content {
    padding-left: 0rem;
  }
  .cid-sQRYnBjxzY .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRYnBMiiT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQRYnBMiiT h3 {
  text-align: center;
}
.cid-sQRYnBMiiT .pie_progress {
  position: relative;
}
.cid-sQRYnBMiiT .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQRYnBMiiT p {
  line-height: 1.6;
}
.cid-sQRYnBMiiT .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQRYnBMiiT .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQRYnBMiiT .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQRYnBMiiT .mbr-section-subtitle {
  color: #383838;
}
.cid-sQRYnBMiiT .pie_progress__number {
  text-align: center !important;
}
.cid-sQRYnBMiiT .card-title {
  margin-bottom: 0;
}
.cid-sQRYnBMiiT .svg-gradient {
  position: absolute;
}
.cid-sQRYnBMiiT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQRYnBMiiT .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQRYnBMiiT H4 {
  color: #0f7699;
}
.cid-sQRYnBMiiT .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQRYnBMiiT .card {
    flex-direction: column;
  }
  .cid-sQRYnBMiiT .content {
    padding-left: 0rem;
  }
  .cid-sQRYnBMiiT .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQRYnCgv2c {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQRYnCgv2c .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQRYnCgv2c .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQRYnCgv2c .text-content {
  padding-right: 1.5rem;
}
.cid-sQRYnCgv2c .mbr-text,
.cid-sQRYnCgv2c .mbr-section-btn {
  color: #ffffff;
}
.cid-sQRYnCgv2c .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQRYnCgv2c .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQRYnCgv2c .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQRYnCgv2c .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQRYnCgv2c .main-row {
    margin: 0;
  }
  .cid-sQRYnCgv2c .mbr-section-title,
  .cid-sQRYnCgv2c .mbr-text,
  .cid-sQRYnCgv2c .list,
  .cid-sQRYnCgv2c .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQRYnCgv2c .text-content {
    padding: 0;
  }
}
.cid-sQRYnCgv2c .mbr-section-title {
  color: #aff0f6;
}
.cid-sQRYnCJq2i {
  background-color: #ffffff;
}
.cid-sQRYnCJq2i section {
  position: relative;
}
.cid-sQRYnCJq2i .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQRYnCJq2i #e1_circle,
.cid-sQRYnCJq2i #e3_circle,
.cid-sQRYnCJq2i #e4_circle,
.cid-sQRYnCJq2i #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQRYnCJq2i #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQRYnCJq2i .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQRYnCJq2i .rev {
  animation: rev 4s linear infinite;
}
.cid-sQRYnCJq2i .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQRYnCJq2i .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQRYnCJq2i .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQRYnCJq2i .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQRYnCJq2i .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQRYnCJq2i .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQRYnCJq2i .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQRYnCJq2i .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQRYnCJq2i .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQRYnCJq2i .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQRYnCJq2i .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQRYnCJq2i H1 {
  color: #0a465a;
}
.cid-sQRYnCJq2i .mbr-text,
.cid-sQRYnCJq2i .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQRYnCJq2i H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQRYnCJq2i .round9,
  .cid-sQRYnCJq2i .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQRYnCJq2i .round {
    display: none;
  }
}
.cid-sQRYnD7XwC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQRYnD7XwC .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQRYnD7XwC h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQRYnD7XwC .svg11 path {
  fill: #7aba59;
}
.cid-sQRYnD7XwC .svg21 path {
  fill: #f9b945;
}
.cid-sQRYnD7XwC .svg31 path {
  fill: #ed6436;
}
.cid-sQRYnD7XwC .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQRYnD7XwC .svg12 path,
.cid-sQRYnD7XwC .svg22 path,
.cid-sQRYnD7XwC .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQRYnD7XwC .card {
  position: relative;
  height: 300px;
}
.cid-sQRYnD7XwC .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQRYnD7XwC .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQRYnD7XwC .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRYnD7XwC .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQRYnD7XwC .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRYnD7XwC .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQRYnD7XwC .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQRYnD7XwC .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQRYnD7XwC .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQRYnD7XwC .card .svg22,
.cid-sQRYnD7XwC .card .svg32,
.cid-sQRYnD7XwC .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQRYnD7XwC .card .svg21,
.cid-sQRYnD7XwC .card .svg31,
.cid-sQRYnD7XwC .card .svg11 {
  z-index: 2;
}
.cid-sQRYnD7XwC .card div {
  z-index: 3;
}
.cid-sQRYnD7XwC .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQRYnD7XwC .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQRYnD7XwC .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQRYnD7XwC .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQRYnD7XwC .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQRYnD7XwC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQRYnD7XwC .card {
    margin-bottom: 2rem;
  }
  .cid-sQRYnD7XwC .card svg {
    left: 30px;
  }
  .cid-sQRYnD7XwC .card:hover h4 {
    animation: none;
  }
  .cid-sQRYnD7XwC .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQRYnD7XwC h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQRYnD7XwC .card {
    max-width: 330px;
  }
  .cid-sQRYnD7XwC .card svg {
    left: 0px;
  }
}
.cid-sQRYnD7XwC H2 {
  color: #0f7699;
}
.cid-sQRYnDJ88t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQRYnDJ88t .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQRYnDJ88t .content {
    padding: 0 2rem;
  }
}
.cid-sQRYnDJ88t .row {
  justify-content: flex-end;
}
.cid-sQRYnDJ88t .img-col {
  padding: 0;
}
.cid-sQRYnDJ88t .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQRYnDJ88t .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQRYnDJ88t .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQRYnDJ88t .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQRYnDJ88t .icon-title,
.cid-sQRYnDJ88t .mbr-iconfont {
  color: #ed6436;
}
.cid-sQRYnDJ88t .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQRYnDJ88t .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQRYnDJ88t .icons-wrap {
    flex-direction: column;
  }
  .cid-sQRYnDJ88t .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQRYnDJ88t .link-wrap {
    margin: auto;
  }
  .cid-sQRYnDJ88t .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQRYnDJ88t .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQRYnDJ88t .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQRYnDJ88t .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQRYnDJ88t .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQRYnDJ88t .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQRYnDJ88t H1 {
  color: #0f7699;
}
.cid-sQRYnEfhTR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQSdHBsVsm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQSdHBsVsm .nav-item:focus,
.cid-sQSdHBsVsm .nav-link:focus {
  outline: none;
}
.cid-sQSdHBsVsm .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQSdHBsVsm .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQSdHBsVsm .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQSdHBsVsm .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQSdHBsVsm .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQSdHBsVsm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQSdHBsVsm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQSdHBsVsm .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-sQSdHBsVsm .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQSdHBsVsm .container {
  max-width: 1380px;
}
.cid-sQSdHBsVsm .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQSdHBsVsm .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQSdHBsVsm .nav-link:hover,
.cid-sQSdHBsVsm .nav-link:active,
.cid-sQSdHBsVsm .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQSdHBsVsm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQSdHBsVsm .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQSdHBsVsm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQSdHBsVsm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQSdHBsVsm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQSdHBsVsm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQSdHBsVsm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQSdHBsVsm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQSdHBsVsm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQSdHBsVsm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQSdHBsVsm .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-sQSdHBsVsm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQSdHBsVsm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQSdHBsVsm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQSdHBsVsm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQSdHBsVsm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQSdHBsVsm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQSdHBsVsm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQSdHBsVsm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQSdHBsVsm .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-sQSdHBsVsm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQSdHBsVsm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQSdHBsVsm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQSdHBsVsm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQSdHBsVsm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQSdHBsVsm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQSdHBsVsm .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQSdHBsVsm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQSdHBsVsm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQSdHBsVsm .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQSdHBsVsm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQSdHBsVsm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQSdHBsVsm .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-sQSdHBsVsm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQSdHBsVsm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQSdHBsVsm .dropdown-item.active,
.cid-sQSdHBsVsm .dropdown-item:active {
  background-color: transparent;
}
.cid-sQSdHBsVsm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQSdHBsVsm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQSdHBsVsm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQSdHBsVsm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQSdHBsVsm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQSdHBsVsm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQSdHBsVsm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQSdHBsVsm .navbar-buttons {
  text-align: center;
}
.cid-sQSdHBsVsm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQSdHBsVsm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQSdHBsVsm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQSdHBsVsm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQSdHBsVsm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQSdHBsVsm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQSdHBsVsm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQSdHBsVsm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQSdHBsVsm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQSdHBsVsm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQSdHBsVsm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQSdHBsVsm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQSdHBsVsm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQSdHBsVsm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQSdHBsVsm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQSdHBsVsm .navbar {
    height: 77px;
  }
  .cid-sQSdHBsVsm .navbar.opened {
    height: auto;
  }
  .cid-sQSdHBsVsm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQSdHCspax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-30-1920x1280.jpg");
}
.cid-sQSdHCspax .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQSdHCspax .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQSdHCspax .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQSdHCspax .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQSdHCspax .container {
  max-width: 1600px;
}
.cid-sQSdHCspax .mbr-bold,
.cid-sQSdHCspax b {
  font-weight: 900;
}
.cid-sQSdHCspax .btn {
  color: white!important;
}
.cid-sQSdHCspax svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQSdHCspax svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQSdHCspax svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQSdHCspax svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQSdHCspax svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQSdHCspax .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQSdHCspax H1 {
  color: #ffffff;
}
.cid-sQSdHCspax .mbr-text,
.cid-sQSdHCspax .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQSdHCOFSi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQSdHCOFSi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQSdHCOFSi H1 {
  color: #0b659b;
}
.cid-sQSdHCOFSi .mbr-text,
.cid-sQSdHCOFSi .mbr-section-btn {
  color: #716c80;
}
.cid-sQSdHCOFSi H3 {
  color: #ff0000;
}
.cid-sQSdHCOFSi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQSdHCOFSi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQSdHCOFSi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQSdHCOFSi .link:hover {
  color: #08829e !important;
}
.cid-sQSdHCOFSi .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQSdHCOFSi DIV {
  color: #57468b;
}
.cid-sQSdHCOFSi .mbr-text,
.cid-sQSdHCOFSi .media-content {
  color: #232323;
}
.cid-sQSdHCOFSi P {
  text-align: left;
  color: #0f7699;
}
.cid-sQSdHDaMG4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQSdHDaMG4 .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0b659b;
}
.cid-sQSdHDaMG4 .align-left {
  max-width: 547px;
}
.cid-sQSdHDaMG4 .mbr-text,
.cid-sQSdHDaMG4 .mbr-section-btn {
  color: #222c02;
}
.cid-sQSdHDaMG4 .left-side {
  margin-right: 20px;
}
.cid-sQSdHDaMG4 .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQSdHDaMG4 .left-side {
    margin-right: 0px;
  }
  .cid-sQSdHDaMG4 .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQSdHDQQJc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQSdHDQQJc .mbr-section-subtitle {
  color: #8c8c95;
  text-align: left;
  margin: auto;
}
.cid-sQSdHDQQJc .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQSdHDQQJc .row {
  align-items: center;
  height: 100%;
}
.cid-sQSdHDQQJc .wrapper {
  margin: auto;
}
.cid-sQSdHE5QKs {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQSdHE5QKs .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQSdHE5QKs .mbr-section-title {
  margin: 0;
}
.cid-sQSdHE5QKs .mbr-text {
  color: #efefef;
}
.cid-sQSdHE5QKs .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQSdHE5QKs .card-img {
  text-align: left;
}
.cid-sQSdHE5QKs .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQSdHE5QKs .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQSdHE5QKs .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQSdHE5QKs .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQSdHE5QKs .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQSdHE5QKs .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQSdHEwC5v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQSdHEwC5v .mbr-text,
.cid-sQSdHEwC5v .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQSdHEwC5v p {
  z-index: 2;
  position: relative;
}
.cid-sQSdHEwC5v .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQSdHEwC5v .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQSdHEwC5v .ico1 {
  font-size: 2rem;
}
.cid-sQSdHEwC5v .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQSdHEwC5v H3 {
  color: #149dcc;
}
.cid-sQSdHETZ7z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQSdHFd38r {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQSdHFd38r h3 {
  text-align: center;
}
.cid-sQSdHFd38r .pie_progress {
  position: relative;
}
.cid-sQSdHFd38r .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQSdHFd38r p {
  line-height: 1.6;
}
.cid-sQSdHFd38r .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQSdHFd38r .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQSdHFd38r .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQSdHFd38r .mbr-section-subtitle {
  color: #383838;
}
.cid-sQSdHFd38r .pie_progress__number {
  text-align: center !important;
}
.cid-sQSdHFd38r .card-title {
  margin-bottom: 0;
}
.cid-sQSdHFd38r .svg-gradient {
  position: absolute;
}
.cid-sQSdHFd38r ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQSdHFd38r .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQSdHFd38r H4 {
  color: #0f7699;
}
.cid-sQSdHFd38r .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQSdHFd38r .card {
    flex-direction: column;
  }
  .cid-sQSdHFd38r .content {
    padding-left: 0rem;
  }
  .cid-sQSdHFd38r .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQSdHFBSXv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQSdHFBSXv h3 {
  text-align: center;
}
.cid-sQSdHFBSXv .pie_progress {
  position: relative;
}
.cid-sQSdHFBSXv .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQSdHFBSXv p {
  line-height: 1.6;
}
.cid-sQSdHFBSXv .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQSdHFBSXv .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQSdHFBSXv .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQSdHFBSXv .mbr-section-subtitle {
  color: #383838;
}
.cid-sQSdHFBSXv .pie_progress__number {
  text-align: center !important;
}
.cid-sQSdHFBSXv .card-title {
  margin-bottom: 0;
}
.cid-sQSdHFBSXv .svg-gradient {
  position: absolute;
}
.cid-sQSdHFBSXv ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQSdHFBSXv .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQSdHFBSXv H4 {
  color: #0f7699;
}
.cid-sQSdHFBSXv .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQSdHFBSXv .card {
    flex-direction: column;
  }
  .cid-sQSdHFBSXv .content {
    padding-left: 0rem;
  }
  .cid-sQSdHFBSXv .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQSdHG7dfd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQSdHG7dfd .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQSdHG7dfd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQSdHG7dfd .text-content {
  padding-right: 1.5rem;
}
.cid-sQSdHG7dfd .mbr-text,
.cid-sQSdHG7dfd .mbr-section-btn {
  color: #ffffff;
}
.cid-sQSdHG7dfd .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQSdHG7dfd .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQSdHG7dfd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQSdHG7dfd .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQSdHG7dfd .main-row {
    margin: 0;
  }
  .cid-sQSdHG7dfd .mbr-section-title,
  .cid-sQSdHG7dfd .mbr-text,
  .cid-sQSdHG7dfd .list,
  .cid-sQSdHG7dfd .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQSdHG7dfd .text-content {
    padding: 0;
  }
}
.cid-sQSdHG7dfd .mbr-section-title {
  color: #aff0f6;
}
.cid-sQSdHGtf2p {
  background-color: #ffffff;
}
.cid-sQSdHGtf2p section {
  position: relative;
}
.cid-sQSdHGtf2p .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQSdHGtf2p #e1_circle,
.cid-sQSdHGtf2p #e3_circle,
.cid-sQSdHGtf2p #e4_circle,
.cid-sQSdHGtf2p #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQSdHGtf2p #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQSdHGtf2p .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQSdHGtf2p .rev {
  animation: rev 4s linear infinite;
}
.cid-sQSdHGtf2p .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQSdHGtf2p .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQSdHGtf2p .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQSdHGtf2p .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQSdHGtf2p .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQSdHGtf2p .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQSdHGtf2p .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQSdHGtf2p .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQSdHGtf2p .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQSdHGtf2p .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQSdHGtf2p .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQSdHGtf2p H1 {
  color: #0a465a;
}
.cid-sQSdHGtf2p .mbr-text,
.cid-sQSdHGtf2p .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQSdHGtf2p H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQSdHGtf2p .round9,
  .cid-sQSdHGtf2p .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQSdHGtf2p .round {
    display: none;
  }
}
.cid-sQSdHGP431 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQSdHGP431 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQSdHGP431 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQSdHGP431 .svg11 path {
  fill: #7aba59;
}
.cid-sQSdHGP431 .svg21 path {
  fill: #f9b945;
}
.cid-sQSdHGP431 .svg31 path {
  fill: #ed6436;
}
.cid-sQSdHGP431 .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQSdHGP431 .svg12 path,
.cid-sQSdHGP431 .svg22 path,
.cid-sQSdHGP431 .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQSdHGP431 .card {
  position: relative;
  height: 300px;
}
.cid-sQSdHGP431 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQSdHGP431 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQSdHGP431 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQSdHGP431 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQSdHGP431 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQSdHGP431 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQSdHGP431 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQSdHGP431 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQSdHGP431 .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQSdHGP431 .card .svg22,
.cid-sQSdHGP431 .card .svg32,
.cid-sQSdHGP431 .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQSdHGP431 .card .svg21,
.cid-sQSdHGP431 .card .svg31,
.cid-sQSdHGP431 .card .svg11 {
  z-index: 2;
}
.cid-sQSdHGP431 .card div {
  z-index: 3;
}
.cid-sQSdHGP431 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQSdHGP431 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQSdHGP431 .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQSdHGP431 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQSdHGP431 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQSdHGP431 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQSdHGP431 .card {
    margin-bottom: 2rem;
  }
  .cid-sQSdHGP431 .card svg {
    left: 30px;
  }
  .cid-sQSdHGP431 .card:hover h4 {
    animation: none;
  }
  .cid-sQSdHGP431 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQSdHGP431 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQSdHGP431 .card {
    max-width: 330px;
  }
  .cid-sQSdHGP431 .card svg {
    left: 0px;
  }
}
.cid-sQSdHGP431 H2 {
  color: #0f7699;
}
.cid-sQSdHHo4iM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQSdHHo4iM .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQSdHHo4iM .content {
    padding: 0 2rem;
  }
}
.cid-sQSdHHo4iM .row {
  justify-content: flex-end;
}
.cid-sQSdHHo4iM .img-col {
  padding: 0;
}
.cid-sQSdHHo4iM .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQSdHHo4iM .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQSdHHo4iM .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQSdHHo4iM .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQSdHHo4iM .icon-title,
.cid-sQSdHHo4iM .mbr-iconfont {
  color: #ed6436;
}
.cid-sQSdHHo4iM .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQSdHHo4iM .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQSdHHo4iM .icons-wrap {
    flex-direction: column;
  }
  .cid-sQSdHHo4iM .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQSdHHo4iM .link-wrap {
    margin: auto;
  }
  .cid-sQSdHHo4iM .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQSdHHo4iM .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQSdHHo4iM .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQSdHHo4iM .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQSdHHo4iM .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQSdHHo4iM .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQSdHHo4iM H1 {
  color: #0f7699;
}
.cid-sQSdHHOh2c {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQShAsOLxb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQShAsOLxb .nav-item:focus,
.cid-sQShAsOLxb .nav-link:focus {
  outline: none;
}
.cid-sQShAsOLxb .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQShAsOLxb .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQShAsOLxb .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQShAsOLxb .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQShAsOLxb .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQShAsOLxb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQShAsOLxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQShAsOLxb .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-sQShAsOLxb .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQShAsOLxb .container {
  max-width: 1380px;
}
.cid-sQShAsOLxb .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQShAsOLxb .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQShAsOLxb .nav-link:hover,
.cid-sQShAsOLxb .nav-link:active,
.cid-sQShAsOLxb .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQShAsOLxb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQShAsOLxb .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQShAsOLxb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQShAsOLxb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQShAsOLxb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQShAsOLxb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQShAsOLxb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQShAsOLxb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQShAsOLxb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQShAsOLxb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQShAsOLxb .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-sQShAsOLxb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQShAsOLxb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQShAsOLxb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQShAsOLxb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQShAsOLxb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQShAsOLxb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQShAsOLxb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQShAsOLxb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQShAsOLxb .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-sQShAsOLxb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQShAsOLxb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQShAsOLxb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQShAsOLxb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQShAsOLxb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQShAsOLxb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQShAsOLxb .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQShAsOLxb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQShAsOLxb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQShAsOLxb .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQShAsOLxb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQShAsOLxb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQShAsOLxb .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-sQShAsOLxb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQShAsOLxb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQShAsOLxb .dropdown-item.active,
.cid-sQShAsOLxb .dropdown-item:active {
  background-color: transparent;
}
.cid-sQShAsOLxb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQShAsOLxb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQShAsOLxb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQShAsOLxb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQShAsOLxb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQShAsOLxb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQShAsOLxb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQShAsOLxb .navbar-buttons {
  text-align: center;
}
.cid-sQShAsOLxb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQShAsOLxb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQShAsOLxb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQShAsOLxb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQShAsOLxb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQShAsOLxb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQShAsOLxb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQShAsOLxb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQShAsOLxb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQShAsOLxb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQShAsOLxb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQShAsOLxb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQShAsOLxb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQShAsOLxb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQShAsOLxb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQShAsOLxb .navbar {
    height: 77px;
  }
  .cid-sQShAsOLxb .navbar.opened {
    height: auto;
  }
  .cid-sQShAsOLxb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQShAtO96G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1292.jpg");
}
.cid-sQShAtO96G .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQShAtO96G .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQShAtO96G .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQShAtO96G .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQShAtO96G .container {
  max-width: 1600px;
}
.cid-sQShAtO96G .mbr-bold,
.cid-sQShAtO96G b {
  font-weight: 900;
}
.cid-sQShAtO96G .btn {
  color: white!important;
}
.cid-sQShAtO96G svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQShAtO96G svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQShAtO96G svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQShAtO96G svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQShAtO96G svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQShAtO96G .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQShAtO96G H1 {
  color: #ffffff;
}
.cid-sQShAtO96G .mbr-text,
.cid-sQShAtO96G .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQShAuoxCi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQShAuoxCi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQShAuoxCi H1 {
  color: #0b659b;
}
.cid-sQShAuoxCi .mbr-text,
.cid-sQShAuoxCi .mbr-section-btn {
  color: #716c80;
}
.cid-sQShAuoxCi H3 {
  color: #ff0000;
}
.cid-sQShAuoxCi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQShAuoxCi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQShAuoxCi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQShAuoxCi .link:hover {
  color: #08829e !important;
}
.cid-sQShAuoxCi .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQShAuoxCi DIV {
  color: #57468b;
}
.cid-sQShAuoxCi .mbr-text,
.cid-sQShAuoxCi .media-content {
  color: #232323;
}
.cid-sQShAuoxCi P {
  text-align: left;
  color: #0f7699;
}
.cid-sQShAuI8nF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQShAuI8nF .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0b659b;
}
.cid-sQShAuI8nF .align-left {
  max-width: 547px;
}
.cid-sQShAuI8nF .mbr-text,
.cid-sQShAuI8nF .mbr-section-btn {
  color: #222c02;
}
.cid-sQShAuI8nF .left-side {
  margin-right: 20px;
}
.cid-sQShAuI8nF .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQShAuI8nF .left-side {
    margin-right: 0px;
  }
  .cid-sQShAuI8nF .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQShAvGD6p {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQShAvGD6p .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQShAvGD6p .mbr-section-title {
  margin: 0;
}
.cid-sQShAvGD6p .mbr-text {
  color: #efefef;
}
.cid-sQShAvGD6p .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQShAvGD6p .card-img {
  text-align: left;
}
.cid-sQShAvGD6p .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQShAvGD6p .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQShAvGD6p .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQShAvGD6p .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQShAvGD6p .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQShAvGD6p .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQShAweSmT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQShAweSmT .mbr-text,
.cid-sQShAweSmT .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQShAweSmT p {
  z-index: 2;
  position: relative;
}
.cid-sQShAweSmT .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQShAweSmT .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQShAweSmT .ico1 {
  font-size: 2rem;
}
.cid-sQShAweSmT .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQShAweSmT H3 {
  color: #149dcc;
}
.cid-sQShAwAHRf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQShAwRCL7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQShAwRCL7 h3 {
  text-align: center;
}
.cid-sQShAwRCL7 .pie_progress {
  position: relative;
}
.cid-sQShAwRCL7 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQShAwRCL7 p {
  line-height: 1.6;
}
.cid-sQShAwRCL7 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQShAwRCL7 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQShAwRCL7 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQShAwRCL7 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQShAwRCL7 .pie_progress__number {
  text-align: center !important;
}
.cid-sQShAwRCL7 .card-title {
  margin-bottom: 0;
}
.cid-sQShAwRCL7 .svg-gradient {
  position: absolute;
}
.cid-sQShAwRCL7 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQShAwRCL7 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQShAwRCL7 H4 {
  color: #0f7699;
}
.cid-sQShAwRCL7 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQShAwRCL7 .card {
    flex-direction: column;
  }
  .cid-sQShAwRCL7 .content {
    padding-left: 0rem;
  }
  .cid-sQShAwRCL7 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQShAxgo4n {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQShAxgo4n h3 {
  text-align: center;
}
.cid-sQShAxgo4n .pie_progress {
  position: relative;
}
.cid-sQShAxgo4n .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQShAxgo4n p {
  line-height: 1.6;
}
.cid-sQShAxgo4n .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQShAxgo4n .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQShAxgo4n .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQShAxgo4n .mbr-section-subtitle {
  color: #383838;
}
.cid-sQShAxgo4n .pie_progress__number {
  text-align: center !important;
}
.cid-sQShAxgo4n .card-title {
  margin-bottom: 0;
}
.cid-sQShAxgo4n .svg-gradient {
  position: absolute;
}
.cid-sQShAxgo4n ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQShAxgo4n .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQShAxgo4n H4 {
  color: #0f7699;
}
.cid-sQShAxgo4n .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQShAxgo4n .card {
    flex-direction: column;
  }
  .cid-sQShAxgo4n .content {
    padding-left: 0rem;
  }
  .cid-sQShAxgo4n .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQShAxIBxp {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQShAxIBxp .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQShAxIBxp .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQShAxIBxp .text-content {
  padding-right: 1.5rem;
}
.cid-sQShAxIBxp .mbr-text,
.cid-sQShAxIBxp .mbr-section-btn {
  color: #ffffff;
}
.cid-sQShAxIBxp .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQShAxIBxp .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQShAxIBxp .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQShAxIBxp .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQShAxIBxp .main-row {
    margin: 0;
  }
  .cid-sQShAxIBxp .mbr-section-title,
  .cid-sQShAxIBxp .mbr-text,
  .cid-sQShAxIBxp .list,
  .cid-sQShAxIBxp .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQShAxIBxp .text-content {
    padding: 0;
  }
}
.cid-sQShAxIBxp .mbr-section-title {
  color: #aff0f6;
}
.cid-sQShAy79eo {
  background-color: #ffffff;
}
.cid-sQShAy79eo section {
  position: relative;
}
.cid-sQShAy79eo .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQShAy79eo #e1_circle,
.cid-sQShAy79eo #e3_circle,
.cid-sQShAy79eo #e4_circle,
.cid-sQShAy79eo #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQShAy79eo #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQShAy79eo .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQShAy79eo .rev {
  animation: rev 4s linear infinite;
}
.cid-sQShAy79eo .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQShAy79eo .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQShAy79eo .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQShAy79eo .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQShAy79eo .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQShAy79eo .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQShAy79eo .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQShAy79eo .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQShAy79eo .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQShAy79eo .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQShAy79eo .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQShAy79eo H1 {
  color: #0a465a;
}
.cid-sQShAy79eo .mbr-text,
.cid-sQShAy79eo .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQShAy79eo H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQShAy79eo .round9,
  .cid-sQShAy79eo .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQShAy79eo .round {
    display: none;
  }
}
.cid-sQShAywSgu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQShAywSgu .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQShAywSgu h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQShAywSgu .svg11 path {
  fill: #7aba59;
}
.cid-sQShAywSgu .svg21 path {
  fill: #f9b945;
}
.cid-sQShAywSgu .svg31 path {
  fill: #ed6436;
}
.cid-sQShAywSgu .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQShAywSgu .svg12 path,
.cid-sQShAywSgu .svg22 path,
.cid-sQShAywSgu .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQShAywSgu .card {
  position: relative;
  height: 300px;
}
.cid-sQShAywSgu .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQShAywSgu .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQShAywSgu .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQShAywSgu .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQShAywSgu .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQShAywSgu .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQShAywSgu .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQShAywSgu .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQShAywSgu .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQShAywSgu .card .svg22,
.cid-sQShAywSgu .card .svg32,
.cid-sQShAywSgu .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQShAywSgu .card .svg21,
.cid-sQShAywSgu .card .svg31,
.cid-sQShAywSgu .card .svg11 {
  z-index: 2;
}
.cid-sQShAywSgu .card div {
  z-index: 3;
}
.cid-sQShAywSgu .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQShAywSgu .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQShAywSgu .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQShAywSgu .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQShAywSgu .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQShAywSgu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQShAywSgu .card {
    margin-bottom: 2rem;
  }
  .cid-sQShAywSgu .card svg {
    left: 30px;
  }
  .cid-sQShAywSgu .card:hover h4 {
    animation: none;
  }
  .cid-sQShAywSgu .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQShAywSgu h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQShAywSgu .card {
    max-width: 330px;
  }
  .cid-sQShAywSgu .card svg {
    left: 0px;
  }
}
.cid-sQShAywSgu H2 {
  color: #0f7699;
}
.cid-sQShAz3GSV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQShAz3GSV .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQShAz3GSV .content {
    padding: 0 2rem;
  }
}
.cid-sQShAz3GSV .row {
  justify-content: flex-end;
}
.cid-sQShAz3GSV .img-col {
  padding: 0;
}
.cid-sQShAz3GSV .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQShAz3GSV .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQShAz3GSV .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQShAz3GSV .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQShAz3GSV .icon-title,
.cid-sQShAz3GSV .mbr-iconfont {
  color: #ed6436;
}
.cid-sQShAz3GSV .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQShAz3GSV .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQShAz3GSV .icons-wrap {
    flex-direction: column;
  }
  .cid-sQShAz3GSV .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQShAz3GSV .link-wrap {
    margin: auto;
  }
  .cid-sQShAz3GSV .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQShAz3GSV .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQShAz3GSV .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQShAz3GSV .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQShAz3GSV .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQShAz3GSV .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQShAz3GSV H1 {
  color: #0f7699;
}
.cid-sQShAzuCJb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQUUCWaNLf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQUUCWaNLf .nav-item:focus,
.cid-sQUUCWaNLf .nav-link:focus {
  outline: none;
}
.cid-sQUUCWaNLf .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQUUCWaNLf .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQUUCWaNLf .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQUUCWaNLf .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQUUCWaNLf .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQUUCWaNLf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQUUCWaNLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQUUCWaNLf .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-sQUUCWaNLf .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQUUCWaNLf .container {
  max-width: 1380px;
}
.cid-sQUUCWaNLf .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQUUCWaNLf .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQUUCWaNLf .nav-link:hover,
.cid-sQUUCWaNLf .nav-link:active,
.cid-sQUUCWaNLf .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQUUCWaNLf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQUUCWaNLf .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQUUCWaNLf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQUUCWaNLf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQUUCWaNLf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQUUCWaNLf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQUUCWaNLf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQUUCWaNLf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQUUCWaNLf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQUUCWaNLf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQUUCWaNLf .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-sQUUCWaNLf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQUUCWaNLf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQUUCWaNLf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQUUCWaNLf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQUUCWaNLf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQUUCWaNLf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQUUCWaNLf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQUUCWaNLf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQUUCWaNLf .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-sQUUCWaNLf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQUUCWaNLf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQUUCWaNLf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQUUCWaNLf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQUUCWaNLf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQUUCWaNLf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQUUCWaNLf .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQUUCWaNLf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQUUCWaNLf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQUUCWaNLf .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQUUCWaNLf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQUUCWaNLf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQUUCWaNLf .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-sQUUCWaNLf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQUUCWaNLf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQUUCWaNLf .dropdown-item.active,
.cid-sQUUCWaNLf .dropdown-item:active {
  background-color: transparent;
}
.cid-sQUUCWaNLf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQUUCWaNLf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQUUCWaNLf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQUUCWaNLf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQUUCWaNLf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQUUCWaNLf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQUUCWaNLf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQUUCWaNLf .navbar-buttons {
  text-align: center;
}
.cid-sQUUCWaNLf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQUUCWaNLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQUUCWaNLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQUUCWaNLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUUCWaNLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUUCWaNLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQUUCWaNLf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUUCWaNLf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQUUCWaNLf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQUUCWaNLf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUUCWaNLf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQUUCWaNLf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUUCWaNLf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQUUCWaNLf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQUUCWaNLf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQUUCWaNLf .navbar {
    height: 77px;
  }
  .cid-sQUUCWaNLf .navbar.opened {
    height: auto;
  }
  .cid-sQUUCWaNLf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQUUCWZ5q4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1277x1920.jpg");
}
.cid-sQUUCWZ5q4 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQUUCWZ5q4 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQUUCWZ5q4 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQUUCWZ5q4 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQUUCWZ5q4 .container {
  max-width: 1600px;
}
.cid-sQUUCWZ5q4 .mbr-bold,
.cid-sQUUCWZ5q4 b {
  font-weight: 900;
}
.cid-sQUUCWZ5q4 .btn {
  color: white!important;
}
.cid-sQUUCWZ5q4 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQUUCWZ5q4 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQUUCWZ5q4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQUUCWZ5q4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQUUCWZ5q4 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQUUCWZ5q4 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQUUCWZ5q4 H1 {
  color: #ffffff;
}
.cid-sQUUCWZ5q4 .mbr-text,
.cid-sQUUCWZ5q4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQUUCXy6xz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUUCXy6xz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQUUCXy6xz H1 {
  color: #0b659b;
}
.cid-sQUUCXy6xz .mbr-text,
.cid-sQUUCXy6xz .mbr-section-btn {
  color: #716c80;
}
.cid-sQUUCXy6xz H3 {
  color: #ff0000;
}
.cid-sQUUCXy6xz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQUUCXy6xz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQUUCXy6xz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQUUCXy6xz .link:hover {
  color: #08829e !important;
}
.cid-sQUUCXy6xz .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQUUCXy6xz DIV {
  color: #57468b;
}
.cid-sQUUCXy6xz .mbr-text,
.cid-sQUUCXy6xz .media-content {
  color: #232323;
}
.cid-sQUUCXy6xz P {
  text-align: left;
  color: #0f7699;
}
.cid-sQUUCY74Sn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQUUCY74Sn .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQUUCY74Sn .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQUUCY74Sn .row {
  align-items: center;
  height: 100%;
}
.cid-sQUUCY74Sn .wrapper {
  margin: auto;
}
.cid-sQUUCYnnvr {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQUUCYnnvr .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQUUCYnnvr .mbr-section-title {
  margin: 0;
}
.cid-sQUUCYnnvr .mbr-text {
  color: #efefef;
}
.cid-sQUUCYnnvr .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQUUCYnnvr .card-img {
  text-align: left;
}
.cid-sQUUCYnnvr .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQUUCYnnvr .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQUUCYnnvr .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQUUCYnnvr .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQUUCYnnvr .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQUUCYnnvr .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQUUCZ49Go {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQUUCZ49Go .mbr-text,
.cid-sQUUCZ49Go .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQUUCZ49Go p {
  z-index: 2;
  position: relative;
}
.cid-sQUUCZ49Go .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQUUCZ49Go .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQUUCZ49Go .ico1 {
  font-size: 2rem;
}
.cid-sQUUCZ49Go .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQUUCZ49Go H3 {
  color: #149dcc;
}
.cid-sQUUCZoYzi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQUUCZF1HD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUUCZF1HD h3 {
  text-align: center;
}
.cid-sQUUCZF1HD .pie_progress {
  position: relative;
}
.cid-sQUUCZF1HD .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQUUCZF1HD p {
  line-height: 1.6;
}
.cid-sQUUCZF1HD .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQUUCZF1HD .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQUUCZF1HD .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQUUCZF1HD .mbr-section-subtitle {
  color: #383838;
}
.cid-sQUUCZF1HD .pie_progress__number {
  text-align: center !important;
}
.cid-sQUUCZF1HD .card-title {
  margin-bottom: 0;
}
.cid-sQUUCZF1HD .svg-gradient {
  position: absolute;
}
.cid-sQUUCZF1HD ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQUUCZF1HD .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQUUCZF1HD H4 {
  color: #0f7699;
}
.cid-sQUUCZF1HD .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQUUCZF1HD .card {
    flex-direction: column;
  }
  .cid-sQUUCZF1HD .content {
    padding-left: 0rem;
  }
  .cid-sQUUCZF1HD .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQUUD01zLe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQUUD01zLe h3 {
  text-align: center;
}
.cid-sQUUD01zLe .pie_progress {
  position: relative;
}
.cid-sQUUD01zLe .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQUUD01zLe p {
  line-height: 1.6;
}
.cid-sQUUD01zLe .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQUUD01zLe .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQUUD01zLe .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQUUD01zLe .mbr-section-subtitle {
  color: #383838;
}
.cid-sQUUD01zLe .pie_progress__number {
  text-align: center !important;
}
.cid-sQUUD01zLe .card-title {
  margin-bottom: 0;
}
.cid-sQUUD01zLe .svg-gradient {
  position: absolute;
}
.cid-sQUUD01zLe ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQUUD01zLe .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQUUD01zLe H4 {
  color: #0f7699;
}
.cid-sQUUD01zLe .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQUUD01zLe .card {
    flex-direction: column;
  }
  .cid-sQUUD01zLe .content {
    padding-left: 0rem;
  }
  .cid-sQUUD01zLe .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQUUD0oo5H {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQUUD0oo5H .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQUUD0oo5H .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQUUD0oo5H .text-content {
  padding-right: 1.5rem;
}
.cid-sQUUD0oo5H .mbr-text,
.cid-sQUUD0oo5H .mbr-section-btn {
  color: #ffffff;
}
.cid-sQUUD0oo5H .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQUUD0oo5H .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQUUD0oo5H .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQUUD0oo5H .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQUUD0oo5H .main-row {
    margin: 0;
  }
  .cid-sQUUD0oo5H .mbr-section-title,
  .cid-sQUUD0oo5H .mbr-text,
  .cid-sQUUD0oo5H .list,
  .cid-sQUUD0oo5H .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQUUD0oo5H .text-content {
    padding: 0;
  }
}
.cid-sQUUD0oo5H .mbr-section-title {
  color: #aff0f6;
}
.cid-sQUUD0JEC9 {
  background-color: #ffffff;
}
.cid-sQUUD0JEC9 section {
  position: relative;
}
.cid-sQUUD0JEC9 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQUUD0JEC9 #e1_circle,
.cid-sQUUD0JEC9 #e3_circle,
.cid-sQUUD0JEC9 #e4_circle,
.cid-sQUUD0JEC9 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQUUD0JEC9 #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQUUD0JEC9 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQUUD0JEC9 .rev {
  animation: rev 4s linear infinite;
}
.cid-sQUUD0JEC9 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQUUD0JEC9 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQUUD0JEC9 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQUUD0JEC9 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQUUD0JEC9 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQUUD0JEC9 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQUUD0JEC9 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQUUD0JEC9 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQUUD0JEC9 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQUUD0JEC9 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQUUD0JEC9 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQUUD0JEC9 H1 {
  color: #0a465a;
}
.cid-sQUUD0JEC9 .mbr-text,
.cid-sQUUD0JEC9 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQUUD0JEC9 H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQUUD0JEC9 .round9,
  .cid-sQUUD0JEC9 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQUUD0JEC9 .round {
    display: none;
  }
}
.cid-sQUUD1bDgH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQUUD1bDgH .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQUUD1bDgH h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQUUD1bDgH .svg11 path {
  fill: #7aba59;
}
.cid-sQUUD1bDgH .svg21 path {
  fill: #f9b945;
}
.cid-sQUUD1bDgH .svg31 path {
  fill: #ed6436;
}
.cid-sQUUD1bDgH .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQUUD1bDgH .svg12 path,
.cid-sQUUD1bDgH .svg22 path,
.cid-sQUUD1bDgH .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQUUD1bDgH .card {
  position: relative;
  height: 300px;
}
.cid-sQUUD1bDgH .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQUUD1bDgH .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQUUD1bDgH .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQUUD1bDgH .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQUUD1bDgH .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQUUD1bDgH .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQUUD1bDgH .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQUUD1bDgH .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQUUD1bDgH .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQUUD1bDgH .card .svg22,
.cid-sQUUD1bDgH .card .svg32,
.cid-sQUUD1bDgH .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQUUD1bDgH .card .svg21,
.cid-sQUUD1bDgH .card .svg31,
.cid-sQUUD1bDgH .card .svg11 {
  z-index: 2;
}
.cid-sQUUD1bDgH .card div {
  z-index: 3;
}
.cid-sQUUD1bDgH .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQUUD1bDgH .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQUUD1bDgH .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQUUD1bDgH .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQUUD1bDgH .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQUUD1bDgH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQUUD1bDgH .card {
    margin-bottom: 2rem;
  }
  .cid-sQUUD1bDgH .card svg {
    left: 30px;
  }
  .cid-sQUUD1bDgH .card:hover h4 {
    animation: none;
  }
  .cid-sQUUD1bDgH .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQUUD1bDgH h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQUUD1bDgH .card {
    max-width: 330px;
  }
  .cid-sQUUD1bDgH .card svg {
    left: 0px;
  }
}
.cid-sQUUD1bDgH H2 {
  color: #0f7699;
}
.cid-sQUUD1HWlx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQUUD1HWlx .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQUUD1HWlx .content {
    padding: 0 2rem;
  }
}
.cid-sQUUD1HWlx .row {
  justify-content: flex-end;
}
.cid-sQUUD1HWlx .img-col {
  padding: 0;
}
.cid-sQUUD1HWlx .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQUUD1HWlx .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQUUD1HWlx .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQUUD1HWlx .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQUUD1HWlx .icon-title,
.cid-sQUUD1HWlx .mbr-iconfont {
  color: #ed6436;
}
.cid-sQUUD1HWlx .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQUUD1HWlx .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQUUD1HWlx .icons-wrap {
    flex-direction: column;
  }
  .cid-sQUUD1HWlx .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQUUD1HWlx .link-wrap {
    margin: auto;
  }
  .cid-sQUUD1HWlx .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQUUD1HWlx .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQUUD1HWlx .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQUUD1HWlx .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQUUD1HWlx .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQUUD1HWlx .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQUUD1HWlx H1 {
  color: #0f7699;
}
.cid-sQUUD25UDw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQUXJV3oSC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQUXJV3oSC .nav-item:focus,
.cid-sQUXJV3oSC .nav-link:focus {
  outline: none;
}
.cid-sQUXJV3oSC .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQUXJV3oSC .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQUXJV3oSC .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQUXJV3oSC .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQUXJV3oSC .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQUXJV3oSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQUXJV3oSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQUXJV3oSC .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-sQUXJV3oSC .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQUXJV3oSC .container {
  max-width: 1380px;
}
.cid-sQUXJV3oSC .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQUXJV3oSC .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQUXJV3oSC .nav-link:hover,
.cid-sQUXJV3oSC .nav-link:active,
.cid-sQUXJV3oSC .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQUXJV3oSC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQUXJV3oSC .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQUXJV3oSC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQUXJV3oSC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQUXJV3oSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQUXJV3oSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQUXJV3oSC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQUXJV3oSC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQUXJV3oSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQUXJV3oSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQUXJV3oSC .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-sQUXJV3oSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQUXJV3oSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQUXJV3oSC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQUXJV3oSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQUXJV3oSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQUXJV3oSC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQUXJV3oSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQUXJV3oSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQUXJV3oSC .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-sQUXJV3oSC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQUXJV3oSC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQUXJV3oSC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQUXJV3oSC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQUXJV3oSC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQUXJV3oSC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQUXJV3oSC .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQUXJV3oSC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQUXJV3oSC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQUXJV3oSC .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQUXJV3oSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQUXJV3oSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQUXJV3oSC .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-sQUXJV3oSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQUXJV3oSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQUXJV3oSC .dropdown-item.active,
.cid-sQUXJV3oSC .dropdown-item:active {
  background-color: transparent;
}
.cid-sQUXJV3oSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQUXJV3oSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQUXJV3oSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQUXJV3oSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQUXJV3oSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQUXJV3oSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQUXJV3oSC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQUXJV3oSC .navbar-buttons {
  text-align: center;
}
.cid-sQUXJV3oSC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQUXJV3oSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQUXJV3oSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQUXJV3oSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUXJV3oSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQUXJV3oSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQUXJV3oSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUXJV3oSC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQUXJV3oSC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQUXJV3oSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQUXJV3oSC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQUXJV3oSC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQUXJV3oSC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQUXJV3oSC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQUXJV3oSC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQUXJV3oSC .navbar {
    height: 77px;
  }
  .cid-sQUXJV3oSC .navbar.opened {
    height: auto;
  }
  .cid-sQUXJV3oSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQUXJVYCQn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-sQUXJVYCQn .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQUXJVYCQn .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQUXJVYCQn .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQUXJVYCQn .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQUXJVYCQn .container {
  max-width: 1600px;
}
.cid-sQUXJVYCQn .mbr-bold,
.cid-sQUXJVYCQn b {
  font-weight: 900;
}
.cid-sQUXJVYCQn .btn {
  color: white!important;
}
.cid-sQUXJVYCQn svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQUXJVYCQn svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQUXJVYCQn svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQUXJVYCQn svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQUXJVYCQn svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQUXJVYCQn .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQUXJVYCQn H1 {
  color: #ffffff;
}
.cid-sQUXJVYCQn .mbr-text,
.cid-sQUXJVYCQn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQUXJWttsA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUXJWttsA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQUXJWttsA H1 {
  color: #0b659b;
}
.cid-sQUXJWttsA .mbr-text,
.cid-sQUXJWttsA .mbr-section-btn {
  color: #716c80;
}
.cid-sQUXJWttsA H3 {
  color: #ff0000;
}
.cid-sQUXJWttsA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQUXJWttsA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQUXJWttsA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQUXJWttsA .link:hover {
  color: #08829e !important;
}
.cid-sQUXJWttsA .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQUXJWttsA DIV {
  color: #57468b;
}
.cid-sQUXJWttsA .mbr-text,
.cid-sQUXJWttsA .media-content {
  color: #232323;
}
.cid-sQUXJWttsA P {
  text-align: left;
  color: #0f7699;
}
.cid-sQUXJWOPY4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQUXJWOPY4 .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQUXJWOPY4 .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQUXJWOPY4 .row {
  align-items: center;
  height: 100%;
}
.cid-sQUXJWOPY4 .wrapper {
  margin: auto;
}
.cid-sQUZiTHK4y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQUZiTHK4y h2,
.cid-sQUZiTHK4y h3,
.cid-sQUZiTHK4y h4,
.cid-sQUZiTHK4y p {
  margin: 0;
}
.cid-sQUZiTHK4y .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sQUZiTHK4y .mbr-first-section-title {
  color: #0f7699;
  margin-bottom: 22px;
}
.cid-sQUZiTHK4y .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-sQUZiTHK4y .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-sQUZiTHK4y .mbr-second-section-title {
  color: #0f7699;
  margin-bottom: 22px;
}
.cid-sQUZiTHK4y .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-sQUZiTHK4y .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-sQV0xfYSbQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQV0xfYSbQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #08829e;
}
.cid-sQV0xfYSbQ .row {
  align-items: center;
  height: 100%;
}
.cid-sQV0xfYSbQ .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-sQV0xfYSbQ .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-sQV0xfYSbQ .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-sQUXJX3vqs {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQUXJX3vqs .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQUXJX3vqs .mbr-section-title {
  margin: 0;
}
.cid-sQUXJX3vqs .mbr-text {
  color: #efefef;
}
.cid-sQUXJX3vqs .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQUXJX3vqs .card-img {
  text-align: left;
}
.cid-sQUXJX3vqs .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQUXJX3vqs .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQUXJX3vqs .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQUXJX3vqs .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQUXJX3vqs .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQUXJX3vqs .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQUXJXz2ns {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQUXJXz2ns .mbr-text,
.cid-sQUXJXz2ns .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQUXJXz2ns p {
  z-index: 2;
  position: relative;
}
.cid-sQUXJXz2ns .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQUXJXz2ns .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQUXJXz2ns .ico1 {
  font-size: 2rem;
}
.cid-sQUXJXz2ns .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQUXJXz2ns H3 {
  color: #149dcc;
}
.cid-sQUXJY1GKV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQUXJYmxhM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQUXJYmxhM h3 {
  text-align: center;
}
.cid-sQUXJYmxhM .pie_progress {
  position: relative;
}
.cid-sQUXJYmxhM .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQUXJYmxhM p {
  line-height: 1.6;
}
.cid-sQUXJYmxhM .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQUXJYmxhM .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQUXJYmxhM .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQUXJYmxhM .mbr-section-subtitle {
  color: #383838;
}
.cid-sQUXJYmxhM .pie_progress__number {
  text-align: center !important;
}
.cid-sQUXJYmxhM .card-title {
  margin-bottom: 0;
}
.cid-sQUXJYmxhM .svg-gradient {
  position: absolute;
}
.cid-sQUXJYmxhM ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQUXJYmxhM .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQUXJYmxhM H4 {
  color: #0f7699;
}
.cid-sQUXJYmxhM .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQUXJYmxhM .card {
    flex-direction: column;
  }
  .cid-sQUXJYmxhM .content {
    padding-left: 0rem;
  }
  .cid-sQUXJYmxhM .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQUXJYONm8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQUXJYONm8 h3 {
  text-align: center;
}
.cid-sQUXJYONm8 .pie_progress {
  position: relative;
}
.cid-sQUXJYONm8 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQUXJYONm8 p {
  line-height: 1.6;
}
.cid-sQUXJYONm8 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQUXJYONm8 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQUXJYONm8 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQUXJYONm8 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQUXJYONm8 .pie_progress__number {
  text-align: center !important;
}
.cid-sQUXJYONm8 .card-title {
  margin-bottom: 0;
}
.cid-sQUXJYONm8 .svg-gradient {
  position: absolute;
}
.cid-sQUXJYONm8 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQUXJYONm8 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQUXJYONm8 H4 {
  color: #0f7699;
}
.cid-sQUXJYONm8 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQUXJYONm8 .card {
    flex-direction: column;
  }
  .cid-sQUXJYONm8 .content {
    padding-left: 0rem;
  }
  .cid-sQUXJYONm8 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQUXJZpRFi {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQUXJZpRFi .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQUXJZpRFi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQUXJZpRFi .text-content {
  padding-right: 1.5rem;
}
.cid-sQUXJZpRFi .mbr-text,
.cid-sQUXJZpRFi .mbr-section-btn {
  color: #ffffff;
}
.cid-sQUXJZpRFi .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQUXJZpRFi .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQUXJZpRFi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQUXJZpRFi .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQUXJZpRFi .main-row {
    margin: 0;
  }
  .cid-sQUXJZpRFi .mbr-section-title,
  .cid-sQUXJZpRFi .mbr-text,
  .cid-sQUXJZpRFi .list,
  .cid-sQUXJZpRFi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQUXJZpRFi .text-content {
    padding: 0;
  }
}
.cid-sQUXJZpRFi .mbr-section-title {
  color: #aff0f6;
}
.cid-sQUXJZNQXk {
  background-color: #ffffff;
}
.cid-sQUXJZNQXk section {
  position: relative;
}
.cid-sQUXJZNQXk .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQUXJZNQXk #e1_circle,
.cid-sQUXJZNQXk #e3_circle,
.cid-sQUXJZNQXk #e4_circle,
.cid-sQUXJZNQXk #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQUXJZNQXk #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQUXJZNQXk .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQUXJZNQXk .rev {
  animation: rev 4s linear infinite;
}
.cid-sQUXJZNQXk .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQUXJZNQXk .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQUXJZNQXk .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQUXJZNQXk .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQUXJZNQXk .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQUXJZNQXk .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQUXJZNQXk .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQUXJZNQXk .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQUXJZNQXk .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQUXJZNQXk .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQUXJZNQXk .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQUXJZNQXk H1 {
  color: #0a465a;
}
.cid-sQUXJZNQXk .mbr-text,
.cid-sQUXJZNQXk .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQUXJZNQXk H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQUXJZNQXk .round9,
  .cid-sQUXJZNQXk .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQUXJZNQXk .round {
    display: none;
  }
}
.cid-sQUXK06XHf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQUXK06XHf .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQUXK06XHf h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQUXK06XHf .svg11 path {
  fill: #7aba59;
}
.cid-sQUXK06XHf .svg21 path {
  fill: #f9b945;
}
.cid-sQUXK06XHf .svg31 path {
  fill: #ed6436;
}
.cid-sQUXK06XHf .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQUXK06XHf .svg12 path,
.cid-sQUXK06XHf .svg22 path,
.cid-sQUXK06XHf .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQUXK06XHf .card {
  position: relative;
  height: 300px;
}
.cid-sQUXK06XHf .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQUXK06XHf .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQUXK06XHf .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQUXK06XHf .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQUXK06XHf .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQUXK06XHf .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQUXK06XHf .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQUXK06XHf .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQUXK06XHf .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQUXK06XHf .card .svg22,
.cid-sQUXK06XHf .card .svg32,
.cid-sQUXK06XHf .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQUXK06XHf .card .svg21,
.cid-sQUXK06XHf .card .svg31,
.cid-sQUXK06XHf .card .svg11 {
  z-index: 2;
}
.cid-sQUXK06XHf .card div {
  z-index: 3;
}
.cid-sQUXK06XHf .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQUXK06XHf .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQUXK06XHf .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQUXK06XHf .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQUXK06XHf .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQUXK06XHf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQUXK06XHf .card {
    margin-bottom: 2rem;
  }
  .cid-sQUXK06XHf .card svg {
    left: 30px;
  }
  .cid-sQUXK06XHf .card:hover h4 {
    animation: none;
  }
  .cid-sQUXK06XHf .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQUXK06XHf h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQUXK06XHf .card {
    max-width: 330px;
  }
  .cid-sQUXK06XHf .card svg {
    left: 0px;
  }
}
.cid-sQUXK06XHf H2 {
  color: #0f7699;
}
.cid-sQUXK0IRhW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQUXK0IRhW .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQUXK0IRhW .content {
    padding: 0 2rem;
  }
}
.cid-sQUXK0IRhW .row {
  justify-content: flex-end;
}
.cid-sQUXK0IRhW .img-col {
  padding: 0;
}
.cid-sQUXK0IRhW .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQUXK0IRhW .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQUXK0IRhW .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQUXK0IRhW .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQUXK0IRhW .icon-title,
.cid-sQUXK0IRhW .mbr-iconfont {
  color: #ed6436;
}
.cid-sQUXK0IRhW .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQUXK0IRhW .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQUXK0IRhW .icons-wrap {
    flex-direction: column;
  }
  .cid-sQUXK0IRhW .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQUXK0IRhW .link-wrap {
    margin: auto;
  }
  .cid-sQUXK0IRhW .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQUXK0IRhW .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQUXK0IRhW .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQUXK0IRhW .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQUXK0IRhW .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQUXK0IRhW .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQUXK0IRhW H1 {
  color: #0f7699;
}
.cid-sQUXK17UsR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQV1NP57CP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQV1NP57CP .nav-item:focus,
.cid-sQV1NP57CP .nav-link:focus {
  outline: none;
}
.cid-sQV1NP57CP .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQV1NP57CP .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQV1NP57CP .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQV1NP57CP .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQV1NP57CP .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQV1NP57CP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQV1NP57CP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQV1NP57CP .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-sQV1NP57CP .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQV1NP57CP .container {
  max-width: 1380px;
}
.cid-sQV1NP57CP .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQV1NP57CP .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQV1NP57CP .nav-link:hover,
.cid-sQV1NP57CP .nav-link:active,
.cid-sQV1NP57CP .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQV1NP57CP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQV1NP57CP .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQV1NP57CP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQV1NP57CP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQV1NP57CP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQV1NP57CP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQV1NP57CP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQV1NP57CP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQV1NP57CP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQV1NP57CP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQV1NP57CP .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-sQV1NP57CP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQV1NP57CP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQV1NP57CP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQV1NP57CP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQV1NP57CP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQV1NP57CP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQV1NP57CP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQV1NP57CP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQV1NP57CP .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-sQV1NP57CP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQV1NP57CP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQV1NP57CP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQV1NP57CP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQV1NP57CP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQV1NP57CP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQV1NP57CP .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQV1NP57CP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQV1NP57CP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQV1NP57CP .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQV1NP57CP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQV1NP57CP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQV1NP57CP .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-sQV1NP57CP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQV1NP57CP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQV1NP57CP .dropdown-item.active,
.cid-sQV1NP57CP .dropdown-item:active {
  background-color: transparent;
}
.cid-sQV1NP57CP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQV1NP57CP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQV1NP57CP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQV1NP57CP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQV1NP57CP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQV1NP57CP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQV1NP57CP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQV1NP57CP .navbar-buttons {
  text-align: center;
}
.cid-sQV1NP57CP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQV1NP57CP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQV1NP57CP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQV1NP57CP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV1NP57CP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV1NP57CP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQV1NP57CP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV1NP57CP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQV1NP57CP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQV1NP57CP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV1NP57CP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQV1NP57CP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQV1NP57CP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQV1NP57CP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQV1NP57CP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQV1NP57CP .navbar {
    height: 77px;
  }
  .cid-sQV1NP57CP .navbar.opened {
    height: auto;
  }
  .cid-sQV1NP57CP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQV1NPZXhD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1313.jpg");
}
.cid-sQV1NPZXhD .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQV1NPZXhD .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQV1NPZXhD .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQV1NPZXhD .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQV1NPZXhD .container {
  max-width: 1600px;
}
.cid-sQV1NPZXhD .mbr-bold,
.cid-sQV1NPZXhD b {
  font-weight: 900;
}
.cid-sQV1NPZXhD .btn {
  color: white!important;
}
.cid-sQV1NPZXhD svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQV1NPZXhD svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQV1NPZXhD svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQV1NPZXhD svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQV1NPZXhD svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQV1NPZXhD .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQV1NPZXhD H1 {
  color: #ffffff;
}
.cid-sQV1NPZXhD .mbr-text,
.cid-sQV1NPZXhD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQV1NQxEpE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQV1NQxEpE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQV1NQxEpE H1 {
  color: #0b659b;
}
.cid-sQV1NQxEpE .mbr-text,
.cid-sQV1NQxEpE .mbr-section-btn {
  color: #716c80;
}
.cid-sQV1NQxEpE H3 {
  color: #ff0000;
}
.cid-sQV1NQxEpE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQV1NQxEpE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQV1NQxEpE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQV1NQxEpE .link:hover {
  color: #08829e !important;
}
.cid-sQV1NQxEpE .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQV1NQxEpE DIV {
  color: #57468b;
}
.cid-sQV1NQxEpE .mbr-text,
.cid-sQV1NQxEpE .media-content {
  color: #232323;
}
.cid-sQV1NQxEpE P {
  text-align: left;
  color: #0f7699;
}
.cid-sQV1NQSluj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQV1NQSluj .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQV1NQSluj .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQV1NQSluj .row {
  align-items: center;
  height: 100%;
}
.cid-sQV1NQSluj .wrapper {
  margin: auto;
}
.cid-sQV3SLLY5z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQV3SLLY5z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #08829e;
}
.cid-sQV3SLLY5z .row {
  align-items: center;
  height: 100%;
}
.cid-sQV3SLLY5z .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-sQV3SLLY5z .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-sQV3SLLY5z .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-sQV1NRc4BC {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQV1NRc4BC .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQV1NRc4BC .mbr-section-title {
  margin: 0;
}
.cid-sQV1NRc4BC .mbr-text {
  color: #efefef;
}
.cid-sQV1NRc4BC .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQV1NRc4BC .card-img {
  text-align: left;
}
.cid-sQV1NRc4BC .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQV1NRc4BC .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQV1NRc4BC .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQV1NRc4BC .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQV1NRc4BC .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQV1NRc4BC .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQV1NRIL21 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQV1NRIL21 .mbr-text,
.cid-sQV1NRIL21 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQV1NRIL21 p {
  z-index: 2;
  position: relative;
}
.cid-sQV1NRIL21 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQV1NRIL21 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQV1NRIL21 .ico1 {
  font-size: 2rem;
}
.cid-sQV1NRIL21 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQV1NRIL21 H3 {
  color: #149dcc;
}
.cid-sQV1NS3CWm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQV1NStMQA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQV1NStMQA h3 {
  text-align: center;
}
.cid-sQV1NStMQA .pie_progress {
  position: relative;
}
.cid-sQV1NStMQA .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQV1NStMQA p {
  line-height: 1.6;
}
.cid-sQV1NStMQA .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQV1NStMQA .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQV1NStMQA .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQV1NStMQA .mbr-section-subtitle {
  color: #383838;
}
.cid-sQV1NStMQA .pie_progress__number {
  text-align: center !important;
}
.cid-sQV1NStMQA .card-title {
  margin-bottom: 0;
}
.cid-sQV1NStMQA .svg-gradient {
  position: absolute;
}
.cid-sQV1NStMQA ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQV1NStMQA .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQV1NStMQA H4 {
  color: #0f7699;
}
.cid-sQV1NStMQA .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQV1NStMQA .card {
    flex-direction: column;
  }
  .cid-sQV1NStMQA .content {
    padding-left: 0rem;
  }
  .cid-sQV1NStMQA .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQV1NSVvbH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQV1NSVvbH h3 {
  text-align: center;
}
.cid-sQV1NSVvbH .pie_progress {
  position: relative;
}
.cid-sQV1NSVvbH .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQV1NSVvbH p {
  line-height: 1.6;
}
.cid-sQV1NSVvbH .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQV1NSVvbH .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQV1NSVvbH .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQV1NSVvbH .mbr-section-subtitle {
  color: #383838;
}
.cid-sQV1NSVvbH .pie_progress__number {
  text-align: center !important;
}
.cid-sQV1NSVvbH .card-title {
  margin-bottom: 0;
}
.cid-sQV1NSVvbH .svg-gradient {
  position: absolute;
}
.cid-sQV1NSVvbH ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQV1NSVvbH .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQV1NSVvbH H4 {
  color: #0f7699;
}
.cid-sQV1NSVvbH .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQV1NSVvbH .card {
    flex-direction: column;
  }
  .cid-sQV1NSVvbH .content {
    padding-left: 0rem;
  }
  .cid-sQV1NSVvbH .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQV1NTkez9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQV1NTkez9 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQV1NTkez9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQV1NTkez9 .text-content {
  padding-right: 1.5rem;
}
.cid-sQV1NTkez9 .mbr-text,
.cid-sQV1NTkez9 .mbr-section-btn {
  color: #ffffff;
}
.cid-sQV1NTkez9 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQV1NTkez9 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQV1NTkez9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQV1NTkez9 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQV1NTkez9 .main-row {
    margin: 0;
  }
  .cid-sQV1NTkez9 .mbr-section-title,
  .cid-sQV1NTkez9 .mbr-text,
  .cid-sQV1NTkez9 .list,
  .cid-sQV1NTkez9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQV1NTkez9 .text-content {
    padding: 0;
  }
}
.cid-sQV1NTkez9 .mbr-section-title {
  color: #aff0f6;
}
.cid-sQV1NTI9p1 {
  background-color: #ffffff;
}
.cid-sQV1NTI9p1 section {
  position: relative;
}
.cid-sQV1NTI9p1 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQV1NTI9p1 #e1_circle,
.cid-sQV1NTI9p1 #e3_circle,
.cid-sQV1NTI9p1 #e4_circle,
.cid-sQV1NTI9p1 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQV1NTI9p1 #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQV1NTI9p1 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQV1NTI9p1 .rev {
  animation: rev 4s linear infinite;
}
.cid-sQV1NTI9p1 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQV1NTI9p1 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQV1NTI9p1 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQV1NTI9p1 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQV1NTI9p1 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQV1NTI9p1 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQV1NTI9p1 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQV1NTI9p1 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQV1NTI9p1 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQV1NTI9p1 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQV1NTI9p1 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQV1NTI9p1 H1 {
  color: #0a465a;
}
.cid-sQV1NTI9p1 .mbr-text,
.cid-sQV1NTI9p1 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQV1NTI9p1 H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQV1NTI9p1 .round9,
  .cid-sQV1NTI9p1 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQV1NTI9p1 .round {
    display: none;
  }
}
.cid-sQV1NU4JSD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQV1NU4JSD .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQV1NU4JSD h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQV1NU4JSD .svg11 path {
  fill: #7aba59;
}
.cid-sQV1NU4JSD .svg21 path {
  fill: #f9b945;
}
.cid-sQV1NU4JSD .svg31 path {
  fill: #ed6436;
}
.cid-sQV1NU4JSD .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQV1NU4JSD .svg12 path,
.cid-sQV1NU4JSD .svg22 path,
.cid-sQV1NU4JSD .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQV1NU4JSD .card {
  position: relative;
  height: 300px;
}
.cid-sQV1NU4JSD .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQV1NU4JSD .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQV1NU4JSD .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQV1NU4JSD .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQV1NU4JSD .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQV1NU4JSD .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQV1NU4JSD .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQV1NU4JSD .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQV1NU4JSD .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQV1NU4JSD .card .svg22,
.cid-sQV1NU4JSD .card .svg32,
.cid-sQV1NU4JSD .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQV1NU4JSD .card .svg21,
.cid-sQV1NU4JSD .card .svg31,
.cid-sQV1NU4JSD .card .svg11 {
  z-index: 2;
}
.cid-sQV1NU4JSD .card div {
  z-index: 3;
}
.cid-sQV1NU4JSD .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQV1NU4JSD .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQV1NU4JSD .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQV1NU4JSD .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQV1NU4JSD .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQV1NU4JSD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQV1NU4JSD .card {
    margin-bottom: 2rem;
  }
  .cid-sQV1NU4JSD .card svg {
    left: 30px;
  }
  .cid-sQV1NU4JSD .card:hover h4 {
    animation: none;
  }
  .cid-sQV1NU4JSD .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQV1NU4JSD h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQV1NU4JSD .card {
    max-width: 330px;
  }
  .cid-sQV1NU4JSD .card svg {
    left: 0px;
  }
}
.cid-sQV1NU4JSD H2 {
  color: #0f7699;
}
.cid-sQV1NUFHXw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQV1NUFHXw .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQV1NUFHXw .content {
    padding: 0 2rem;
  }
}
.cid-sQV1NUFHXw .row {
  justify-content: flex-end;
}
.cid-sQV1NUFHXw .img-col {
  padding: 0;
}
.cid-sQV1NUFHXw .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQV1NUFHXw .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQV1NUFHXw .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQV1NUFHXw .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQV1NUFHXw .icon-title,
.cid-sQV1NUFHXw .mbr-iconfont {
  color: #ed6436;
}
.cid-sQV1NUFHXw .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQV1NUFHXw .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQV1NUFHXw .icons-wrap {
    flex-direction: column;
  }
  .cid-sQV1NUFHXw .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQV1NUFHXw .link-wrap {
    margin: auto;
  }
  .cid-sQV1NUFHXw .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQV1NUFHXw .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQV1NUFHXw .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQV1NUFHXw .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQV1NUFHXw .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQV1NUFHXw .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQV1NUFHXw H1 {
  color: #0f7699;
}
.cid-sQV1NV84At {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQV4tESlQ0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQV4tESlQ0 .nav-item:focus,
.cid-sQV4tESlQ0 .nav-link:focus {
  outline: none;
}
.cid-sQV4tESlQ0 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQV4tESlQ0 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQV4tESlQ0 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQV4tESlQ0 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQV4tESlQ0 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQV4tESlQ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQV4tESlQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQV4tESlQ0 .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-sQV4tESlQ0 .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQV4tESlQ0 .container {
  max-width: 1380px;
}
.cid-sQV4tESlQ0 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQV4tESlQ0 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQV4tESlQ0 .nav-link:hover,
.cid-sQV4tESlQ0 .nav-link:active,
.cid-sQV4tESlQ0 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQV4tESlQ0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQV4tESlQ0 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQV4tESlQ0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQV4tESlQ0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQV4tESlQ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQV4tESlQ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQV4tESlQ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQV4tESlQ0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQV4tESlQ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQV4tESlQ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQV4tESlQ0 .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-sQV4tESlQ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQV4tESlQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQV4tESlQ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQV4tESlQ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQV4tESlQ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQV4tESlQ0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQV4tESlQ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQV4tESlQ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQV4tESlQ0 .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-sQV4tESlQ0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQV4tESlQ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQV4tESlQ0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQV4tESlQ0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQV4tESlQ0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQV4tESlQ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQV4tESlQ0 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQV4tESlQ0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQV4tESlQ0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQV4tESlQ0 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQV4tESlQ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQV4tESlQ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQV4tESlQ0 .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-sQV4tESlQ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQV4tESlQ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQV4tESlQ0 .dropdown-item.active,
.cid-sQV4tESlQ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQV4tESlQ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQV4tESlQ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQV4tESlQ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQV4tESlQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQV4tESlQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQV4tESlQ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQV4tESlQ0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQV4tESlQ0 .navbar-buttons {
  text-align: center;
}
.cid-sQV4tESlQ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQV4tESlQ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQV4tESlQ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQV4tESlQ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV4tESlQ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQV4tESlQ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQV4tESlQ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV4tESlQ0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQV4tESlQ0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQV4tESlQ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQV4tESlQ0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQV4tESlQ0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQV4tESlQ0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQV4tESlQ0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQV4tESlQ0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQV4tESlQ0 .navbar {
    height: 77px;
  }
  .cid-sQV4tESlQ0 .navbar.opened {
    height: auto;
  }
  .cid-sQV4tESlQ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQV4tFNBpN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-6-1920x1440.jpg");
}
.cid-sQV4tFNBpN .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQV4tFNBpN .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQV4tFNBpN .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQV4tFNBpN .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQV4tFNBpN .container {
  max-width: 1600px;
}
.cid-sQV4tFNBpN .mbr-bold,
.cid-sQV4tFNBpN b {
  font-weight: 900;
}
.cid-sQV4tFNBpN .btn {
  color: white!important;
}
.cid-sQV4tFNBpN svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQV4tFNBpN svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQV4tFNBpN svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQV4tFNBpN svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQV4tFNBpN svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQV4tFNBpN .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQV4tFNBpN H1 {
  color: #ffffff;
}
.cid-sQV4tFNBpN .mbr-text,
.cid-sQV4tFNBpN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQV4tGo2UH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQV4tGo2UH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sQV4tGo2UH H1 {
  color: #0b659b;
}
.cid-sQV4tGo2UH .mbr-text,
.cid-sQV4tGo2UH .mbr-section-btn {
  color: #716c80;
}
.cid-sQV4tGo2UH H3 {
  color: #ff0000;
}
.cid-sQV4tGo2UH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sQV4tGo2UH .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sQV4tGo2UH .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sQV4tGo2UH .link:hover {
  color: #08829e !important;
}
.cid-sQV4tGo2UH .link:hover .link-ico {
  color: #08829e !important;
  padding-left: 10px;
}
.cid-sQV4tGo2UH DIV {
  color: #57468b;
}
.cid-sQV4tGo2UH .mbr-text,
.cid-sQV4tGo2UH .media-content {
  color: #232323;
}
.cid-sQV4tGo2UH P {
  text-align: left;
  color: #0f7699;
}
.cid-sQV4tGKppf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQV4tGKppf .mbr-section-subtitle {
  color: #0b1b3f;
  text-align: left;
  margin: auto;
}
.cid-sQV4tGKppf .mbr-section-title {
  text-align: left;
  color: #0b659b;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQV4tGKppf .row {
  align-items: center;
  height: 100%;
}
.cid-sQV4tGKppf .wrapper {
  margin: auto;
}
.cid-sQV59tN0g7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sQV59tN0g7 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQV59tN0g7 .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQV59tN0g7 .card-wrap {
  background: #51add0;
  border-radius: 30px;
  height: 100%;
}
.cid-sQV59tN0g7 .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sQV59tN0g7 .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-sQV59tN0g7 .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-sQV59tN0g7 .card-title {
  color: #f7ed4a;
}
.cid-sQV64VfmQP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQV64VfmQP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #08829e;
}
.cid-sQV64VfmQP .row {
  align-items: center;
  height: 100%;
}
.cid-sQV64VfmQP .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-sQV64VfmQP .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-sQV64VfmQP .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-sQV4tHoXb5 {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQV4tHoXb5 .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQV4tHoXb5 .mbr-section-title {
  margin: 0;
}
.cid-sQV4tHoXb5 .mbr-text {
  color: #efefef;
}
.cid-sQV4tHoXb5 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQV4tHoXb5 .card-img {
  text-align: left;
}
.cid-sQV4tHoXb5 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQV4tHoXb5 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQV4tHoXb5 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQV4tHoXb5 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQV4tHoXb5 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQV4tHoXb5 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQV4tHXwBf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQV4tHXwBf .mbr-text,
.cid-sQV4tHXwBf .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQV4tHXwBf p {
  z-index: 2;
  position: relative;
}
.cid-sQV4tHXwBf .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQV4tHXwBf .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQV4tHXwBf .ico1 {
  font-size: 2rem;
}
.cid-sQV4tHXwBf .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQV4tHXwBf H3 {
  color: #149dcc;
}
.cid-sQV4tImqXb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQV4tIGyN4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQV4tIGyN4 h3 {
  text-align: center;
}
.cid-sQV4tIGyN4 .pie_progress {
  position: relative;
}
.cid-sQV4tIGyN4 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQV4tIGyN4 p {
  line-height: 1.6;
}
.cid-sQV4tIGyN4 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQV4tIGyN4 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQV4tIGyN4 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQV4tIGyN4 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQV4tIGyN4 .pie_progress__number {
  text-align: center !important;
}
.cid-sQV4tIGyN4 .card-title {
  margin-bottom: 0;
}
.cid-sQV4tIGyN4 .svg-gradient {
  position: absolute;
}
.cid-sQV4tIGyN4 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQV4tIGyN4 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQV4tIGyN4 H4 {
  color: #0f7699;
}
.cid-sQV4tIGyN4 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQV4tIGyN4 .card {
    flex-direction: column;
  }
  .cid-sQV4tIGyN4 .content {
    padding-left: 0rem;
  }
  .cid-sQV4tIGyN4 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQV4tJazDI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQV4tJazDI h3 {
  text-align: center;
}
.cid-sQV4tJazDI .pie_progress {
  position: relative;
}
.cid-sQV4tJazDI .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQV4tJazDI p {
  line-height: 1.6;
}
.cid-sQV4tJazDI .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQV4tJazDI .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQV4tJazDI .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQV4tJazDI .mbr-section-subtitle {
  color: #383838;
}
.cid-sQV4tJazDI .pie_progress__number {
  text-align: center !important;
}
.cid-sQV4tJazDI .card-title {
  margin-bottom: 0;
}
.cid-sQV4tJazDI .svg-gradient {
  position: absolute;
}
.cid-sQV4tJazDI ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQV4tJazDI .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQV4tJazDI H4 {
  color: #0f7699;
}
.cid-sQV4tJazDI .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQV4tJazDI .card {
    flex-direction: column;
  }
  .cid-sQV4tJazDI .content {
    padding-left: 0rem;
  }
  .cid-sQV4tJazDI .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQV4tJBoMI {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQV4tJBoMI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQV4tJBoMI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQV4tJBoMI .text-content {
  padding-right: 1.5rem;
}
.cid-sQV4tJBoMI .mbr-text,
.cid-sQV4tJBoMI .mbr-section-btn {
  color: #ffffff;
}
.cid-sQV4tJBoMI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQV4tJBoMI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQV4tJBoMI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQV4tJBoMI .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQV4tJBoMI .main-row {
    margin: 0;
  }
  .cid-sQV4tJBoMI .mbr-section-title,
  .cid-sQV4tJBoMI .mbr-text,
  .cid-sQV4tJBoMI .list,
  .cid-sQV4tJBoMI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQV4tJBoMI .text-content {
    padding: 0;
  }
}
.cid-sQV4tJBoMI .mbr-section-title {
  color: #aff0f6;
}
.cid-sQV4tJXPUB {
  background-color: #ffffff;
}
.cid-sQV4tJXPUB section {
  position: relative;
}
.cid-sQV4tJXPUB .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQV4tJXPUB #e1_circle,
.cid-sQV4tJXPUB #e3_circle,
.cid-sQV4tJXPUB #e4_circle,
.cid-sQV4tJXPUB #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQV4tJXPUB #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQV4tJXPUB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQV4tJXPUB .rev {
  animation: rev 4s linear infinite;
}
.cid-sQV4tJXPUB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQV4tJXPUB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQV4tJXPUB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQV4tJXPUB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQV4tJXPUB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQV4tJXPUB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQV4tJXPUB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQV4tJXPUB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQV4tJXPUB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQV4tJXPUB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQV4tJXPUB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQV4tJXPUB H1 {
  color: #0a465a;
}
.cid-sQV4tJXPUB .mbr-text,
.cid-sQV4tJXPUB .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQV4tJXPUB H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQV4tJXPUB .round9,
  .cid-sQV4tJXPUB .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQV4tJXPUB .round {
    display: none;
  }
}
.cid-sQV4tKliPO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQV4tKliPO .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQV4tKliPO h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQV4tKliPO .svg11 path {
  fill: #7aba59;
}
.cid-sQV4tKliPO .svg21 path {
  fill: #f9b945;
}
.cid-sQV4tKliPO .svg31 path {
  fill: #ed6436;
}
.cid-sQV4tKliPO .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQV4tKliPO .svg12 path,
.cid-sQV4tKliPO .svg22 path,
.cid-sQV4tKliPO .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQV4tKliPO .card {
  position: relative;
  height: 300px;
}
.cid-sQV4tKliPO .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQV4tKliPO .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQV4tKliPO .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQV4tKliPO .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQV4tKliPO .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQV4tKliPO .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQV4tKliPO .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQV4tKliPO .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQV4tKliPO .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQV4tKliPO .card .svg22,
.cid-sQV4tKliPO .card .svg32,
.cid-sQV4tKliPO .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQV4tKliPO .card .svg21,
.cid-sQV4tKliPO .card .svg31,
.cid-sQV4tKliPO .card .svg11 {
  z-index: 2;
}
.cid-sQV4tKliPO .card div {
  z-index: 3;
}
.cid-sQV4tKliPO .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQV4tKliPO .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQV4tKliPO .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQV4tKliPO .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQV4tKliPO .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQV4tKliPO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQV4tKliPO .card {
    margin-bottom: 2rem;
  }
  .cid-sQV4tKliPO .card svg {
    left: 30px;
  }
  .cid-sQV4tKliPO .card:hover h4 {
    animation: none;
  }
  .cid-sQV4tKliPO .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQV4tKliPO h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQV4tKliPO .card {
    max-width: 330px;
  }
  .cid-sQV4tKliPO .card svg {
    left: 0px;
  }
}
.cid-sQV4tKliPO H2 {
  color: #0f7699;
}
.cid-sQV4tKZ7QO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQV4tKZ7QO .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQV4tKZ7QO .content {
    padding: 0 2rem;
  }
}
.cid-sQV4tKZ7QO .row {
  justify-content: flex-end;
}
.cid-sQV4tKZ7QO .img-col {
  padding: 0;
}
.cid-sQV4tKZ7QO .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQV4tKZ7QO .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQV4tKZ7QO .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQV4tKZ7QO .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQV4tKZ7QO .icon-title,
.cid-sQV4tKZ7QO .mbr-iconfont {
  color: #ed6436;
}
.cid-sQV4tKZ7QO .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQV4tKZ7QO .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQV4tKZ7QO .icons-wrap {
    flex-direction: column;
  }
  .cid-sQV4tKZ7QO .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQV4tKZ7QO .link-wrap {
    margin: auto;
  }
  .cid-sQV4tKZ7QO .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQV4tKZ7QO .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQV4tKZ7QO .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQV4tKZ7QO .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQV4tKZ7QO .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQV4tKZ7QO .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQV4tKZ7QO H1 {
  color: #0f7699;
}
.cid-sQV4tLrod5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQX72cY3lL .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQX72cY3lL .nav-item:focus,
.cid-sQX72cY3lL .nav-link:focus {
  outline: none;
}
.cid-sQX72cY3lL .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQX72cY3lL .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQX72cY3lL .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQX72cY3lL .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQX72cY3lL .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQX72cY3lL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQX72cY3lL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQX72cY3lL .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-sQX72cY3lL .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQX72cY3lL .container {
  max-width: 1380px;
}
.cid-sQX72cY3lL .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQX72cY3lL .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQX72cY3lL .nav-link:hover,
.cid-sQX72cY3lL .nav-link:active,
.cid-sQX72cY3lL .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQX72cY3lL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQX72cY3lL .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQX72cY3lL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQX72cY3lL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQX72cY3lL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQX72cY3lL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQX72cY3lL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQX72cY3lL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQX72cY3lL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQX72cY3lL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQX72cY3lL .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-sQX72cY3lL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQX72cY3lL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQX72cY3lL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQX72cY3lL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQX72cY3lL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQX72cY3lL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQX72cY3lL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQX72cY3lL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQX72cY3lL .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-sQX72cY3lL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQX72cY3lL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQX72cY3lL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQX72cY3lL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQX72cY3lL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQX72cY3lL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQX72cY3lL .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQX72cY3lL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQX72cY3lL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQX72cY3lL .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQX72cY3lL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQX72cY3lL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQX72cY3lL .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-sQX72cY3lL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQX72cY3lL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQX72cY3lL .dropdown-item.active,
.cid-sQX72cY3lL .dropdown-item:active {
  background-color: transparent;
}
.cid-sQX72cY3lL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQX72cY3lL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQX72cY3lL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQX72cY3lL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQX72cY3lL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQX72cY3lL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQX72cY3lL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQX72cY3lL .navbar-buttons {
  text-align: center;
}
.cid-sQX72cY3lL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQX72cY3lL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQX72cY3lL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQX72cY3lL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQX72cY3lL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQX72cY3lL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQX72cY3lL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQX72cY3lL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQX72cY3lL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQX72cY3lL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQX72cY3lL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQX72cY3lL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQX72cY3lL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQX72cY3lL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQX72cY3lL .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQX72cY3lL .navbar {
    height: 77px;
  }
  .cid-sQX72cY3lL .navbar.opened {
    height: auto;
  }
  .cid-sQX72cY3lL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQX72e7OYw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1294.jpg");
}
.cid-sQX72e7OYw .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQX72e7OYw .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQX72e7OYw .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQX72e7OYw .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQX72e7OYw .container {
  max-width: 1600px;
}
.cid-sQX72e7OYw .mbr-bold,
.cid-sQX72e7OYw b {
  font-weight: 900;
}
.cid-sQX72e7OYw .btn {
  color: white!important;
}
.cid-sQX72e7OYw svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQX72e7OYw svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQX72e7OYw svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQX72e7OYw svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQX72e7OYw svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQX72e7OYw .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQX72e7OYw H1 {
  color: #ffffff;
}
.cid-sQX72e7OYw .mbr-text,
.cid-sQX72e7OYw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQX72fjOuC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQX72fjOuC li {
  list-style: none;
}
.cid-sQX72fjOuC .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sQX72fjOuC .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-sQX72fjOuC .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-sQX72fjOuC h4 {
  margin: 0;
}
.cid-sQX72fjOuC ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sQX72fjOuC .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sQX72fjOuC .col-title2 {
  color: #ed6436;
}
.cid-sQX72hBGYj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQX72hUSUN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQX72hUSUN h3 {
  text-align: center;
}
.cid-sQX72hUSUN .pie_progress {
  position: relative;
}
.cid-sQX72hUSUN .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQX72hUSUN p {
  line-height: 1.6;
}
.cid-sQX72hUSUN .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQX72hUSUN .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQX72hUSUN .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQX72hUSUN .mbr-section-subtitle {
  color: #383838;
}
.cid-sQX72hUSUN .pie_progress__number {
  text-align: center !important;
}
.cid-sQX72hUSUN .card-title {
  margin-bottom: 0;
}
.cid-sQX72hUSUN .svg-gradient {
  position: absolute;
}
.cid-sQX72hUSUN ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQX72hUSUN .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQX72hUSUN H4 {
  color: #0f7699;
}
.cid-sQX72hUSUN .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQX72hUSUN .card {
    flex-direction: column;
  }
  .cid-sQX72hUSUN .content {
    padding-left: 0rem;
  }
  .cid-sQX72hUSUN .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQX72iqI5n {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQX72iqI5n h3 {
  text-align: center;
}
.cid-sQX72iqI5n .pie_progress {
  position: relative;
}
.cid-sQX72iqI5n .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQX72iqI5n p {
  line-height: 1.6;
}
.cid-sQX72iqI5n .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQX72iqI5n .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQX72iqI5n .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQX72iqI5n .mbr-section-subtitle {
  color: #383838;
}
.cid-sQX72iqI5n .pie_progress__number {
  text-align: center !important;
}
.cid-sQX72iqI5n .card-title {
  margin-bottom: 0;
}
.cid-sQX72iqI5n .svg-gradient {
  position: absolute;
}
.cid-sQX72iqI5n ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQX72iqI5n .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQX72iqI5n H4 {
  color: #0f7699;
}
.cid-sQX72iqI5n .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQX72iqI5n .card {
    flex-direction: column;
  }
  .cid-sQX72iqI5n .content {
    padding-left: 0rem;
  }
  .cid-sQX72iqI5n .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQX72iQuAB {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQX72iQuAB .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQX72iQuAB .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQX72iQuAB .text-content {
  padding-right: 1.5rem;
}
.cid-sQX72iQuAB .mbr-text,
.cid-sQX72iQuAB .mbr-section-btn {
  color: #ffffff;
}
.cid-sQX72iQuAB .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQX72iQuAB .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQX72iQuAB .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQX72iQuAB .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQX72iQuAB .main-row {
    margin: 0;
  }
  .cid-sQX72iQuAB .mbr-section-title,
  .cid-sQX72iQuAB .mbr-text,
  .cid-sQX72iQuAB .list,
  .cid-sQX72iQuAB .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQX72iQuAB .text-content {
    padding: 0;
  }
}
.cid-sQX72iQuAB .mbr-section-title {
  color: #aff0f6;
}
.cid-sQX72jej4x {
  background-color: #ffffff;
}
.cid-sQX72jej4x section {
  position: relative;
}
.cid-sQX72jej4x .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQX72jej4x #e1_circle,
.cid-sQX72jej4x #e3_circle,
.cid-sQX72jej4x #e4_circle,
.cid-sQX72jej4x #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQX72jej4x #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQX72jej4x .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQX72jej4x .rev {
  animation: rev 4s linear infinite;
}
.cid-sQX72jej4x .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQX72jej4x .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQX72jej4x .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQX72jej4x .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQX72jej4x .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQX72jej4x .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQX72jej4x .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQX72jej4x .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQX72jej4x .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQX72jej4x .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQX72jej4x .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQX72jej4x H1 {
  color: #0a465a;
}
.cid-sQX72jej4x .mbr-text,
.cid-sQX72jej4x .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQX72jej4x H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQX72jej4x .round9,
  .cid-sQX72jej4x .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQX72jej4x .round {
    display: none;
  }
}
.cid-sQX72jJAEq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQX72jJAEq .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQX72jJAEq h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQX72jJAEq .svg11 path {
  fill: #7aba59;
}
.cid-sQX72jJAEq .svg21 path {
  fill: #f9b945;
}
.cid-sQX72jJAEq .svg31 path {
  fill: #ed6436;
}
.cid-sQX72jJAEq .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQX72jJAEq .svg12 path,
.cid-sQX72jJAEq .svg22 path,
.cid-sQX72jJAEq .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQX72jJAEq .card {
  position: relative;
  height: 300px;
}
.cid-sQX72jJAEq .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQX72jJAEq .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQX72jJAEq .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQX72jJAEq .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQX72jJAEq .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQX72jJAEq .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQX72jJAEq .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQX72jJAEq .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQX72jJAEq .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQX72jJAEq .card .svg22,
.cid-sQX72jJAEq .card .svg32,
.cid-sQX72jJAEq .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQX72jJAEq .card .svg21,
.cid-sQX72jJAEq .card .svg31,
.cid-sQX72jJAEq .card .svg11 {
  z-index: 2;
}
.cid-sQX72jJAEq .card div {
  z-index: 3;
}
.cid-sQX72jJAEq .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQX72jJAEq .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQX72jJAEq .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQX72jJAEq .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQX72jJAEq .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQX72jJAEq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQX72jJAEq .card {
    margin-bottom: 2rem;
  }
  .cid-sQX72jJAEq .card svg {
    left: 30px;
  }
  .cid-sQX72jJAEq .card:hover h4 {
    animation: none;
  }
  .cid-sQX72jJAEq .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQX72jJAEq h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQX72jJAEq .card {
    max-width: 330px;
  }
  .cid-sQX72jJAEq .card svg {
    left: 0px;
  }
}
.cid-sQX72jJAEq H2 {
  color: #0f7699;
}
.cid-sQX72kgczP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQX72kgczP .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQX72kgczP .content {
    padding: 0 2rem;
  }
}
.cid-sQX72kgczP .row {
  justify-content: flex-end;
}
.cid-sQX72kgczP .img-col {
  padding: 0;
}
.cid-sQX72kgczP .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQX72kgczP .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQX72kgczP .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQX72kgczP .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQX72kgczP .icon-title,
.cid-sQX72kgczP .mbr-iconfont {
  color: #ed6436;
}
.cid-sQX72kgczP .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQX72kgczP .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQX72kgczP .icons-wrap {
    flex-direction: column;
  }
  .cid-sQX72kgczP .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQX72kgczP .link-wrap {
    margin: auto;
  }
  .cid-sQX72kgczP .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQX72kgczP .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQX72kgczP .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQX72kgczP .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQX72kgczP .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQX72kgczP .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQX72kgczP H1 {
  color: #0f7699;
}
.cid-sQX72kIxXD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQXaWGoFWr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXaWGoFWr .nav-item:focus,
.cid-sQXaWGoFWr .nav-link:focus {
  outline: none;
}
.cid-sQXaWGoFWr .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQXaWGoFWr .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQXaWGoFWr .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQXaWGoFWr .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQXaWGoFWr .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQXaWGoFWr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQXaWGoFWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXaWGoFWr .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-sQXaWGoFWr .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQXaWGoFWr .container {
  max-width: 1380px;
}
.cid-sQXaWGoFWr .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQXaWGoFWr .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQXaWGoFWr .nav-link:hover,
.cid-sQXaWGoFWr .nav-link:active,
.cid-sQXaWGoFWr .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQXaWGoFWr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQXaWGoFWr .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQXaWGoFWr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQXaWGoFWr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQXaWGoFWr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQXaWGoFWr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQXaWGoFWr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQXaWGoFWr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQXaWGoFWr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQXaWGoFWr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQXaWGoFWr .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-sQXaWGoFWr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQXaWGoFWr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQXaWGoFWr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQXaWGoFWr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQXaWGoFWr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQXaWGoFWr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQXaWGoFWr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQXaWGoFWr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQXaWGoFWr .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-sQXaWGoFWr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQXaWGoFWr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQXaWGoFWr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQXaWGoFWr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQXaWGoFWr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQXaWGoFWr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQXaWGoFWr .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQXaWGoFWr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQXaWGoFWr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQXaWGoFWr .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQXaWGoFWr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXaWGoFWr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXaWGoFWr .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-sQXaWGoFWr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQXaWGoFWr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQXaWGoFWr .dropdown-item.active,
.cid-sQXaWGoFWr .dropdown-item:active {
  background-color: transparent;
}
.cid-sQXaWGoFWr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQXaWGoFWr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQXaWGoFWr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQXaWGoFWr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQXaWGoFWr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQXaWGoFWr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXaWGoFWr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQXaWGoFWr .navbar-buttons {
  text-align: center;
}
.cid-sQXaWGoFWr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXaWGoFWr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQXaWGoFWr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQXaWGoFWr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQXaWGoFWr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQXaWGoFWr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQXaWGoFWr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQXaWGoFWr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQXaWGoFWr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQXaWGoFWr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQXaWGoFWr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQXaWGoFWr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXaWGoFWr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQXaWGoFWr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQXaWGoFWr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQXaWGoFWr .navbar {
    height: 77px;
  }
  .cid-sQXaWGoFWr .navbar.opened {
    height: auto;
  }
  .cid-sQXaWGoFWr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQXaWHarkt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-31-1920x1280.jpg");
}
.cid-sQXaWHarkt .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQXaWHarkt .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQXaWHarkt .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQXaWHarkt .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQXaWHarkt .container {
  max-width: 1600px;
}
.cid-sQXaWHarkt .mbr-bold,
.cid-sQXaWHarkt b {
  font-weight: 900;
}
.cid-sQXaWHarkt .btn {
  color: white!important;
}
.cid-sQXaWHarkt svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQXaWHarkt svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQXaWHarkt svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQXaWHarkt svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQXaWHarkt svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQXaWHarkt .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQXaWHarkt H1 {
  color: #ffffff;
}
.cid-sQXaWHarkt .mbr-text,
.cid-sQXaWHarkt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQXaWHLmfj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQXaWHLmfj .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #ed6436;
}
.cid-sQXaWHLmfj .align-left {
  max-width: 547px;
}
.cid-sQXaWHLmfj .mbr-text,
.cid-sQXaWHLmfj .mbr-section-btn {
  color: #222c02;
}
.cid-sQXaWHLmfj .left-side {
  margin-right: 20px;
}
.cid-sQXaWHLmfj .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQXaWHLmfj .left-side {
    margin-right: 0px;
  }
  .cid-sQXaWHLmfj .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQXaWI1XMG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQXaWI1XMG .mbr-section-subtitle {
  color: #4d1207;
  text-align: left;
  margin: auto;
}
.cid-sQXaWI1XMG .mbr-section-title {
  text-align: left;
  color: #ed6436;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQXaWI1XMG .row {
  align-items: center;
  height: 100%;
}
.cid-sQXaWI1XMG .wrapper {
  margin: auto;
}
.cid-sQXdn09Gyf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQXdn09Gyf .image-wrapper {
    padding: 1rem;
  }
}
.cid-sQXdn09Gyf img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sQXdn09Gyf img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sQXdn09Gyf .mbr-text,
.cid-sQXdn09Gyf .mbr-section-btn {
  color: #b43d15;
}
.cid-sQXdn09Gyf .mbr-section-title {
  color: #b43d15;
}
.cid-sQXaWIiHCB {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQXaWIiHCB .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQXaWIiHCB .mbr-section-title {
  margin: 0;
}
.cid-sQXaWIiHCB .mbr-text {
  color: #efefef;
}
.cid-sQXaWIiHCB .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQXaWIiHCB .card-img {
  text-align: left;
}
.cid-sQXaWIiHCB .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQXaWIiHCB .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXaWIiHCB .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXaWIiHCB .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQXaWIiHCB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQXaWIiHCB .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQXaWIPihU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQXaWIPihU .mbr-text,
.cid-sQXaWIPihU .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQXaWIPihU p {
  z-index: 2;
  position: relative;
}
.cid-sQXaWIPihU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQXaWIPihU .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQXaWIPihU .ico1 {
  font-size: 2rem;
}
.cid-sQXaWIPihU .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQXaWIPihU H3 {
  color: #149dcc;
}
.cid-sQXaWJ7Uyl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQXaWJumGg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQXaWJumGg h3 {
  text-align: center;
}
.cid-sQXaWJumGg .pie_progress {
  position: relative;
}
.cid-sQXaWJumGg .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQXaWJumGg p {
  line-height: 1.6;
}
.cid-sQXaWJumGg .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQXaWJumGg .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQXaWJumGg .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQXaWJumGg .mbr-section-subtitle {
  color: #383838;
}
.cid-sQXaWJumGg .pie_progress__number {
  text-align: center !important;
}
.cid-sQXaWJumGg .card-title {
  margin-bottom: 0;
}
.cid-sQXaWJumGg .svg-gradient {
  position: absolute;
}
.cid-sQXaWJumGg ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQXaWJumGg .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQXaWJumGg H4 {
  color: #0f7699;
}
.cid-sQXaWJumGg .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQXaWJumGg .card {
    flex-direction: column;
  }
  .cid-sQXaWJumGg .content {
    padding-left: 0rem;
  }
  .cid-sQXaWJumGg .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQXaWJSSNw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQXaWJSSNw h3 {
  text-align: center;
}
.cid-sQXaWJSSNw .pie_progress {
  position: relative;
}
.cid-sQXaWJSSNw .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQXaWJSSNw p {
  line-height: 1.6;
}
.cid-sQXaWJSSNw .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQXaWJSSNw .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQXaWJSSNw .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQXaWJSSNw .mbr-section-subtitle {
  color: #383838;
}
.cid-sQXaWJSSNw .pie_progress__number {
  text-align: center !important;
}
.cid-sQXaWJSSNw .card-title {
  margin-bottom: 0;
}
.cid-sQXaWJSSNw .svg-gradient {
  position: absolute;
}
.cid-sQXaWJSSNw ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQXaWJSSNw .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQXaWJSSNw H4 {
  color: #0f7699;
}
.cid-sQXaWJSSNw .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQXaWJSSNw .card {
    flex-direction: column;
  }
  .cid-sQXaWJSSNw .content {
    padding-left: 0rem;
  }
  .cid-sQXaWJSSNw .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQXaWKfV1U {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQXaWKfV1U .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQXaWKfV1U .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQXaWKfV1U .text-content {
  padding-right: 1.5rem;
}
.cid-sQXaWKfV1U .mbr-text,
.cid-sQXaWKfV1U .mbr-section-btn {
  color: #ffffff;
}
.cid-sQXaWKfV1U .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQXaWKfV1U .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQXaWKfV1U .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQXaWKfV1U .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQXaWKfV1U .main-row {
    margin: 0;
  }
  .cid-sQXaWKfV1U .mbr-section-title,
  .cid-sQXaWKfV1U .mbr-text,
  .cid-sQXaWKfV1U .list,
  .cid-sQXaWKfV1U .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQXaWKfV1U .text-content {
    padding: 0;
  }
}
.cid-sQXaWKfV1U .mbr-section-title {
  color: #aff0f6;
}
.cid-sQXaWKB8ZF {
  background-color: #ffffff;
}
.cid-sQXaWKB8ZF section {
  position: relative;
}
.cid-sQXaWKB8ZF .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQXaWKB8ZF #e1_circle,
.cid-sQXaWKB8ZF #e3_circle,
.cid-sQXaWKB8ZF #e4_circle,
.cid-sQXaWKB8ZF #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQXaWKB8ZF #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQXaWKB8ZF .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQXaWKB8ZF .rev {
  animation: rev 4s linear infinite;
}
.cid-sQXaWKB8ZF .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQXaWKB8ZF .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQXaWKB8ZF .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQXaWKB8ZF .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQXaWKB8ZF .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQXaWKB8ZF .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQXaWKB8ZF .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQXaWKB8ZF .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQXaWKB8ZF .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQXaWKB8ZF .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQXaWKB8ZF .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQXaWKB8ZF H1 {
  color: #0a465a;
}
.cid-sQXaWKB8ZF .mbr-text,
.cid-sQXaWKB8ZF .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQXaWKB8ZF H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQXaWKB8ZF .round9,
  .cid-sQXaWKB8ZF .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQXaWKB8ZF .round {
    display: none;
  }
}
.cid-sQXaWKVBEv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQXaWKVBEv .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQXaWKVBEv h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQXaWKVBEv .svg11 path {
  fill: #7aba59;
}
.cid-sQXaWKVBEv .svg21 path {
  fill: #f9b945;
}
.cid-sQXaWKVBEv .svg31 path {
  fill: #ed6436;
}
.cid-sQXaWKVBEv .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQXaWKVBEv .svg12 path,
.cid-sQXaWKVBEv .svg22 path,
.cid-sQXaWKVBEv .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQXaWKVBEv .card {
  position: relative;
  height: 300px;
}
.cid-sQXaWKVBEv .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQXaWKVBEv .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQXaWKVBEv .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXaWKVBEv .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQXaWKVBEv .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXaWKVBEv .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQXaWKVBEv .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXaWKVBEv .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQXaWKVBEv .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQXaWKVBEv .card .svg22,
.cid-sQXaWKVBEv .card .svg32,
.cid-sQXaWKVBEv .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQXaWKVBEv .card .svg21,
.cid-sQXaWKVBEv .card .svg31,
.cid-sQXaWKVBEv .card .svg11 {
  z-index: 2;
}
.cid-sQXaWKVBEv .card div {
  z-index: 3;
}
.cid-sQXaWKVBEv .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQXaWKVBEv .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQXaWKVBEv .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQXaWKVBEv .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQXaWKVBEv .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQXaWKVBEv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQXaWKVBEv .card {
    margin-bottom: 2rem;
  }
  .cid-sQXaWKVBEv .card svg {
    left: 30px;
  }
  .cid-sQXaWKVBEv .card:hover h4 {
    animation: none;
  }
  .cid-sQXaWKVBEv .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQXaWKVBEv h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQXaWKVBEv .card {
    max-width: 330px;
  }
  .cid-sQXaWKVBEv .card svg {
    left: 0px;
  }
}
.cid-sQXaWKVBEv H2 {
  color: #0f7699;
}
.cid-sQXaWLwJ7U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQXaWLwJ7U .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQXaWLwJ7U .content {
    padding: 0 2rem;
  }
}
.cid-sQXaWLwJ7U .row {
  justify-content: flex-end;
}
.cid-sQXaWLwJ7U .img-col {
  padding: 0;
}
.cid-sQXaWLwJ7U .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQXaWLwJ7U .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQXaWLwJ7U .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQXaWLwJ7U .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQXaWLwJ7U .icon-title,
.cid-sQXaWLwJ7U .mbr-iconfont {
  color: #ed6436;
}
.cid-sQXaWLwJ7U .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQXaWLwJ7U .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQXaWLwJ7U .icons-wrap {
    flex-direction: column;
  }
  .cid-sQXaWLwJ7U .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQXaWLwJ7U .link-wrap {
    margin: auto;
  }
  .cid-sQXaWLwJ7U .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQXaWLwJ7U .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQXaWLwJ7U .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQXaWLwJ7U .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQXaWLwJ7U .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQXaWLwJ7U .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQXaWLwJ7U H1 {
  color: #0f7699;
}
.cid-sQXaWLYmX3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQXf8gnqrH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXf8gnqrH .nav-item:focus,
.cid-sQXf8gnqrH .nav-link:focus {
  outline: none;
}
.cid-sQXf8gnqrH .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQXf8gnqrH .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQXf8gnqrH .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQXf8gnqrH .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQXf8gnqrH .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQXf8gnqrH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQXf8gnqrH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXf8gnqrH .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-sQXf8gnqrH .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQXf8gnqrH .container {
  max-width: 1380px;
}
.cid-sQXf8gnqrH .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQXf8gnqrH .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQXf8gnqrH .nav-link:hover,
.cid-sQXf8gnqrH .nav-link:active,
.cid-sQXf8gnqrH .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQXf8gnqrH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQXf8gnqrH .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQXf8gnqrH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQXf8gnqrH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQXf8gnqrH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQXf8gnqrH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQXf8gnqrH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQXf8gnqrH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQXf8gnqrH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQXf8gnqrH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQXf8gnqrH .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-sQXf8gnqrH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQXf8gnqrH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQXf8gnqrH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQXf8gnqrH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQXf8gnqrH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQXf8gnqrH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQXf8gnqrH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQXf8gnqrH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQXf8gnqrH .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-sQXf8gnqrH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQXf8gnqrH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQXf8gnqrH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQXf8gnqrH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQXf8gnqrH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQXf8gnqrH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQXf8gnqrH .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQXf8gnqrH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQXf8gnqrH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQXf8gnqrH .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQXf8gnqrH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXf8gnqrH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXf8gnqrH .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-sQXf8gnqrH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQXf8gnqrH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQXf8gnqrH .dropdown-item.active,
.cid-sQXf8gnqrH .dropdown-item:active {
  background-color: transparent;
}
.cid-sQXf8gnqrH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQXf8gnqrH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQXf8gnqrH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQXf8gnqrH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQXf8gnqrH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQXf8gnqrH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXf8gnqrH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQXf8gnqrH .navbar-buttons {
  text-align: center;
}
.cid-sQXf8gnqrH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXf8gnqrH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQXf8gnqrH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQXf8gnqrH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQXf8gnqrH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQXf8gnqrH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQXf8gnqrH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQXf8gnqrH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQXf8gnqrH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQXf8gnqrH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQXf8gnqrH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQXf8gnqrH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXf8gnqrH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQXf8gnqrH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQXf8gnqrH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQXf8gnqrH .navbar {
    height: 77px;
  }
  .cid-sQXf8gnqrH .navbar.opened {
    height: auto;
  }
  .cid-sQXf8gnqrH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQXf8hBei6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-sQXf8hBei6 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQXf8hBei6 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQXf8hBei6 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQXf8hBei6 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQXf8hBei6 .container {
  max-width: 1600px;
}
.cid-sQXf8hBei6 .mbr-bold,
.cid-sQXf8hBei6 b {
  font-weight: 900;
}
.cid-sQXf8hBei6 .btn {
  color: white!important;
}
.cid-sQXf8hBei6 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQXf8hBei6 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQXf8hBei6 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQXf8hBei6 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQXf8hBei6 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQXf8hBei6 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQXf8hBei6 H1 {
  color: #ffffff;
}
.cid-sQXf8hBei6 .mbr-text,
.cid-sQXf8hBei6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQXf8icFqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQXf8icFqf .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #0f7699;
}
.cid-sQXf8icFqf .align-left {
  max-width: 547px;
}
.cid-sQXf8icFqf .mbr-text,
.cid-sQXf8icFqf .mbr-section-btn {
  color: #222c02;
}
.cid-sQXf8icFqf .left-side {
  margin-right: 20px;
}
.cid-sQXf8icFqf .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQXf8icFqf .left-side {
    margin-right: 0px;
  }
  .cid-sQXf8icFqf .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQXf8iAEit {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQXf8iAEit .mbr-section-subtitle {
  color: #0f7699;
  text-align: left;
  margin: auto;
}
.cid-sQXf8iAEit .mbr-section-title {
  text-align: left;
  color: #0f7699;
  padding-bottom: 24px;
  margin: auto;
}
.cid-sQXf8iAEit .row {
  align-items: center;
  height: 100%;
}
.cid-sQXf8iAEit .wrapper {
  margin: auto;
}
.cid-sQXhP2pVpa {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sQXhP2pVpa .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sQXhP2pVpa .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sQXhP2pVpa .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sQXhP2pVpa .mbr-text,
.cid-sQXhP2pVpa .mbr-section-btn {
  color: #263d5a;
}
.cid-sQXhP2pVpa .mbr-section-title {
  color: #263d5a;
}
.cid-sQXijrzxik {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQXijrzxik .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sQXijrzxik .mbr-section-title {
  margin-bottom: 1.25rem;
  color: #0f7699;
}
.cid-sQXijrzxik .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
  color: #0f7699;
}
.cid-sQXijrzxik .content_box {
  max-width: 42rem;
}
@media (max-width: 767px) {
  .cid-sQXijrzxik .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sQXijrzxik .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sQXijrzxik .linkBtn {
  color: #418f0d;
}
.cid-sQXjDYzDjG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-sQXjDYzDjG .row {
  max-width: 800px;
  margin: auto;
}
.cid-sQXjDYzDjG .btn {
  width: -webkit-fill-available;
}
.cid-sQXjDYzDjG .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sQXjDYzDjG .card-wrapper {
    padding: 2rem 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sQXjDYzDjG .card-wrapper {
    margin-left: 0rem;
  }
}
.cid-sQXjDYzDjG .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sQXjDYzDjG .mbr-section-title {
  color: #0f7699;
}
.cid-sQXjDYzDjG .mbr-text {
  color: #0b1b3f;
}
.cid-sQXjDYzDjG .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sQXneFXrVU {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #1a449a;
}
.cid-sQXneFXrVU .row {
  flex-direction: row-reverse;
}
.cid-sQXneFXrVU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #08829e;
}
.cid-sQXneFXrVU .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-sQXneFXrVU .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-sQXneFXrVU .col-12 {
    padding: 0 2rem;
  }
  .cid-sQXneFXrVU .row {
    margin: 0 -2rem;
  }
}
.cid-sQXneFXrVU .mbr-text,
.cid-sQXneFXrVU .mbr-section-btn {
  color: #ffffff;
}
.cid-sQXneFXrVU .mbr-section-title {
  color: #ffa700;
}
.cid-sQXf8jmIxJ {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQXf8jmIxJ .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQXf8jmIxJ .mbr-section-title {
  margin: 0;
}
.cid-sQXf8jmIxJ .mbr-text {
  color: #efefef;
}
.cid-sQXf8jmIxJ .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQXf8jmIxJ .card-img {
  text-align: left;
}
.cid-sQXf8jmIxJ .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQXf8jmIxJ .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXf8jmIxJ .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXf8jmIxJ .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQXf8jmIxJ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQXf8jmIxJ .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQXf8k1mTu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQXf8k1mTu .mbr-text,
.cid-sQXf8k1mTu .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQXf8k1mTu p {
  z-index: 2;
  position: relative;
}
.cid-sQXf8k1mTu .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQXf8k1mTu .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQXf8k1mTu .ico1 {
  font-size: 2rem;
}
.cid-sQXf8k1mTu .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQXf8k1mTu H3 {
  color: #149dcc;
}
.cid-sQXf8kpJx5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQXf8kLgZe {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQXf8kLgZe h3 {
  text-align: center;
}
.cid-sQXf8kLgZe .pie_progress {
  position: relative;
}
.cid-sQXf8kLgZe .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQXf8kLgZe p {
  line-height: 1.6;
}
.cid-sQXf8kLgZe .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQXf8kLgZe .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQXf8kLgZe .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQXf8kLgZe .mbr-section-subtitle {
  color: #383838;
}
.cid-sQXf8kLgZe .pie_progress__number {
  text-align: center !important;
}
.cid-sQXf8kLgZe .card-title {
  margin-bottom: 0;
}
.cid-sQXf8kLgZe .svg-gradient {
  position: absolute;
}
.cid-sQXf8kLgZe ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQXf8kLgZe .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQXf8kLgZe H4 {
  color: #0f7699;
}
.cid-sQXf8kLgZe .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQXf8kLgZe .card {
    flex-direction: column;
  }
  .cid-sQXf8kLgZe .content {
    padding-left: 0rem;
  }
  .cid-sQXf8kLgZe .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQXf8lis2S {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQXf8lis2S h3 {
  text-align: center;
}
.cid-sQXf8lis2S .pie_progress {
  position: relative;
}
.cid-sQXf8lis2S .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQXf8lis2S p {
  line-height: 1.6;
}
.cid-sQXf8lis2S .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQXf8lis2S .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQXf8lis2S .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQXf8lis2S .mbr-section-subtitle {
  color: #383838;
}
.cid-sQXf8lis2S .pie_progress__number {
  text-align: center !important;
}
.cid-sQXf8lis2S .card-title {
  margin-bottom: 0;
}
.cid-sQXf8lis2S .svg-gradient {
  position: absolute;
}
.cid-sQXf8lis2S ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQXf8lis2S .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQXf8lis2S H4 {
  color: #0f7699;
}
.cid-sQXf8lis2S .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQXf8lis2S .card {
    flex-direction: column;
  }
  .cid-sQXf8lis2S .content {
    padding-left: 0rem;
  }
  .cid-sQXf8lis2S .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQXf8lOiEi {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQXf8lOiEi .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQXf8lOiEi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQXf8lOiEi .text-content {
  padding-right: 1.5rem;
}
.cid-sQXf8lOiEi .mbr-text,
.cid-sQXf8lOiEi .mbr-section-btn {
  color: #ffffff;
}
.cid-sQXf8lOiEi .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQXf8lOiEi .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQXf8lOiEi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQXf8lOiEi .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQXf8lOiEi .main-row {
    margin: 0;
  }
  .cid-sQXf8lOiEi .mbr-section-title,
  .cid-sQXf8lOiEi .mbr-text,
  .cid-sQXf8lOiEi .list,
  .cid-sQXf8lOiEi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQXf8lOiEi .text-content {
    padding: 0;
  }
}
.cid-sQXf8lOiEi .mbr-section-title {
  color: #aff0f6;
}
.cid-sQXf8mfL1T {
  background-color: #ffffff;
}
.cid-sQXf8mfL1T section {
  position: relative;
}
.cid-sQXf8mfL1T .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQXf8mfL1T #e1_circle,
.cid-sQXf8mfL1T #e3_circle,
.cid-sQXf8mfL1T #e4_circle,
.cid-sQXf8mfL1T #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQXf8mfL1T #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQXf8mfL1T .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQXf8mfL1T .rev {
  animation: rev 4s linear infinite;
}
.cid-sQXf8mfL1T .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQXf8mfL1T .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQXf8mfL1T .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQXf8mfL1T .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQXf8mfL1T .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQXf8mfL1T .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQXf8mfL1T .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQXf8mfL1T .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQXf8mfL1T .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQXf8mfL1T .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQXf8mfL1T .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQXf8mfL1T H1 {
  color: #0a465a;
}
.cid-sQXf8mfL1T .mbr-text,
.cid-sQXf8mfL1T .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQXf8mfL1T H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQXf8mfL1T .round9,
  .cid-sQXf8mfL1T .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQXf8mfL1T .round {
    display: none;
  }
}
.cid-sQXf8mD78G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQXf8mD78G .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQXf8mD78G h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQXf8mD78G .svg11 path {
  fill: #7aba59;
}
.cid-sQXf8mD78G .svg21 path {
  fill: #f9b945;
}
.cid-sQXf8mD78G .svg31 path {
  fill: #ed6436;
}
.cid-sQXf8mD78G .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQXf8mD78G .svg12 path,
.cid-sQXf8mD78G .svg22 path,
.cid-sQXf8mD78G .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQXf8mD78G .card {
  position: relative;
  height: 300px;
}
.cid-sQXf8mD78G .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQXf8mD78G .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQXf8mD78G .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXf8mD78G .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQXf8mD78G .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXf8mD78G .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQXf8mD78G .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXf8mD78G .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQXf8mD78G .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQXf8mD78G .card .svg22,
.cid-sQXf8mD78G .card .svg32,
.cid-sQXf8mD78G .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQXf8mD78G .card .svg21,
.cid-sQXf8mD78G .card .svg31,
.cid-sQXf8mD78G .card .svg11 {
  z-index: 2;
}
.cid-sQXf8mD78G .card div {
  z-index: 3;
}
.cid-sQXf8mD78G .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQXf8mD78G .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQXf8mD78G .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQXf8mD78G .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQXf8mD78G .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQXf8mD78G .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQXf8mD78G .card {
    margin-bottom: 2rem;
  }
  .cid-sQXf8mD78G .card svg {
    left: 30px;
  }
  .cid-sQXf8mD78G .card:hover h4 {
    animation: none;
  }
  .cid-sQXf8mD78G .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQXf8mD78G h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQXf8mD78G .card {
    max-width: 330px;
  }
  .cid-sQXf8mD78G .card svg {
    left: 0px;
  }
}
.cid-sQXf8mD78G H2 {
  color: #0f7699;
}
.cid-sQXf8nennt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQXf8nennt .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQXf8nennt .content {
    padding: 0 2rem;
  }
}
.cid-sQXf8nennt .row {
  justify-content: flex-end;
}
.cid-sQXf8nennt .img-col {
  padding: 0;
}
.cid-sQXf8nennt .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQXf8nennt .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQXf8nennt .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQXf8nennt .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQXf8nennt .icon-title,
.cid-sQXf8nennt .mbr-iconfont {
  color: #ed6436;
}
.cid-sQXf8nennt .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQXf8nennt .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQXf8nennt .icons-wrap {
    flex-direction: column;
  }
  .cid-sQXf8nennt .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQXf8nennt .link-wrap {
    margin: auto;
  }
  .cid-sQXf8nennt .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQXf8nennt .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQXf8nennt .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQXf8nennt .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQXf8nennt .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQXf8nennt .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQXf8nennt H1 {
  color: #0f7699;
}
.cid-sQXf8nJ3L7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
.cid-sQXoxgruc5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQXoxgruc5 .nav-item:focus,
.cid-sQXoxgruc5 .nav-link:focus {
  outline: none;
}
.cid-sQXoxgruc5 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQXoxgruc5 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  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-sQXoxgruc5 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sQXoxgruc5 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sQXoxgruc5 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #08829e !important;
}
.cid-sQXoxgruc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQXoxgruc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQXoxgruc5 .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-sQXoxgruc5 .navbar-caption:hover {
  color: inherit!important;
}
.cid-sQXoxgruc5 .container {
  max-width: 1380px;
}
.cid-sQXoxgruc5 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sQXoxgruc5 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sQXoxgruc5 .nav-link:hover,
.cid-sQXoxgruc5 .nav-link:active,
.cid-sQXoxgruc5 .nav-link:focus {
  border-bottom: 3px solid #08829e;
  color: #08829e !important;
}
.cid-sQXoxgruc5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #99d0ec;
}
.cid-sQXoxgruc5 .navbar.opened {
  transition: all .3s;
  background: #99d0ec !important;
}
.cid-sQXoxgruc5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sQXoxgruc5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQXoxgruc5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQXoxgruc5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQXoxgruc5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQXoxgruc5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQXoxgruc5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQXoxgruc5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQXoxgruc5 .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-sQXoxgruc5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQXoxgruc5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sQXoxgruc5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sQXoxgruc5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQXoxgruc5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQXoxgruc5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQXoxgruc5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQXoxgruc5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQXoxgruc5 .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-sQXoxgruc5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQXoxgruc5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQXoxgruc5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQXoxgruc5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQXoxgruc5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sQXoxgruc5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sQXoxgruc5 .navbar.navbar-short {
  background: #99d0ec !important;
  min-height: 60px;
}
.cid-sQXoxgruc5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQXoxgruc5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQXoxgruc5 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sQXoxgruc5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQXoxgruc5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQXoxgruc5 .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-sQXoxgruc5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQXoxgruc5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQXoxgruc5 .dropdown-item.active,
.cid-sQXoxgruc5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sQXoxgruc5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQXoxgruc5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQXoxgruc5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQXoxgruc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #99d0ec;
}
.cid-sQXoxgruc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQXoxgruc5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQXoxgruc5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQXoxgruc5 .navbar-buttons {
  text-align: center;
}
.cid-sQXoxgruc5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQXoxgruc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b1b3f;
}
.cid-sQXoxgruc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQXoxgruc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQXoxgruc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQXoxgruc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQXoxgruc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQXoxgruc5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQXoxgruc5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQXoxgruc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQXoxgruc5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sQXoxgruc5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQXoxgruc5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sQXoxgruc5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sQXoxgruc5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQXoxgruc5 .navbar {
    height: 77px;
  }
  .cid-sQXoxgruc5 .navbar.opened {
    height: auto;
  }
  .cid-sQXoxgruc5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQXoxhvLmo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-7-1920x1440.jpg");
}
.cid-sQXoxhvLmo .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sQXoxhvLmo .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sQXoxhvLmo .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQXoxhvLmo .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sQXoxhvLmo .container {
  max-width: 1600px;
}
.cid-sQXoxhvLmo .mbr-bold,
.cid-sQXoxhvLmo b {
  font-weight: 900;
}
.cid-sQXoxhvLmo .btn {
  color: white!important;
}
.cid-sQXoxhvLmo svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sQXoxhvLmo svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sQXoxhvLmo svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sQXoxhvLmo svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sQXoxhvLmo svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sQXoxhvLmo .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-sQXoxhvLmo H1 {
  color: #ffffff;
}
.cid-sQXoxhvLmo .mbr-text,
.cid-sQXoxhvLmo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQXoxi1Snv {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sQXoxi1Snv .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #763608;
}
.cid-sQXoxi1Snv .align-left {
  max-width: 547px;
}
.cid-sQXoxi1Snv .mbr-text,
.cid-sQXoxi1Snv .mbr-section-btn {
  color: #4f4943;
}
.cid-sQXoxi1Snv .left-side {
  margin-right: 20px;
}
.cid-sQXoxi1Snv .right-side {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-sQXoxi1Snv .left-side {
    margin-right: 0px;
  }
  .cid-sQXoxi1Snv .right-side {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.cid-sQXoxiN8PE {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-32-1920x1280.jpg");
}
.cid-sQXoxiN8PE .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sQXoxiN8PE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sQXoxiN8PE .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sQXoxiN8PE .mbr-text,
.cid-sQXoxiN8PE .mbr-section-btn {
  color: #4d1207;
}
.cid-sQXoxiN8PE .mbr-section-title {
  color: #4d1207;
}
.cid-sQXoxkiEor {
  display: flex;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-sQXoxkiEor .mbr-overlay {
  background: #e9902d;
  background: linear-gradient(90deg, #e9902d, #763e16);
}
.cid-sQXoxkiEor .mbr-section-title {
  margin: 0;
}
.cid-sQXoxkiEor .mbr-text {
  color: #efefef;
}
.cid-sQXoxkiEor .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sQXoxkiEor .card-img {
  text-align: left;
}
.cid-sQXoxkiEor .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sQXoxkiEor .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQXoxkiEor .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQXoxkiEor .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQXoxkiEor .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQXoxkiEor .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQXoxkTdqz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cdebfa;
}
.cid-sQXoxkTdqz .mbr-text,
.cid-sQXoxkTdqz .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQXoxkTdqz p {
  z-index: 2;
  position: relative;
}
.cid-sQXoxkTdqz .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sQXoxkTdqz .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(50, 50, 50, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sQXoxkTdqz .ico1 {
  font-size: 2rem;
}
.cid-sQXoxkTdqz .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sQXoxkTdqz H3 {
  color: #149dcc;
}
.cid-sQXoxld6kK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4-1920x1080.jpg");
}
.cid-sQXoxlApf7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQXoxlApf7 h3 {
  text-align: center;
}
.cid-sQXoxlApf7 .pie_progress {
  position: relative;
}
.cid-sQXoxlApf7 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQXoxlApf7 p {
  line-height: 1.6;
}
.cid-sQXoxlApf7 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQXoxlApf7 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQXoxlApf7 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQXoxlApf7 .mbr-section-subtitle {
  color: #383838;
}
.cid-sQXoxlApf7 .pie_progress__number {
  text-align: center !important;
}
.cid-sQXoxlApf7 .card-title {
  margin-bottom: 0;
}
.cid-sQXoxlApf7 .svg-gradient {
  position: absolute;
}
.cid-sQXoxlApf7 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQXoxlApf7 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQXoxlApf7 H4 {
  color: #0f7699;
}
.cid-sQXoxlApf7 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQXoxlApf7 .card {
    flex-direction: column;
  }
  .cid-sQXoxlApf7 .content {
    padding-left: 0rem;
  }
  .cid-sQXoxlApf7 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQXoxm6UAw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQXoxm6UAw h3 {
  text-align: center;
}
.cid-sQXoxm6UAw .pie_progress {
  position: relative;
}
.cid-sQXoxm6UAw .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-sQXoxm6UAw p {
  line-height: 1.6;
}
.cid-sQXoxm6UAw .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sQXoxm6UAw .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-sQXoxm6UAw .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-sQXoxm6UAw .mbr-section-subtitle {
  color: #383838;
}
.cid-sQXoxm6UAw .pie_progress__number {
  text-align: center !important;
}
.cid-sQXoxm6UAw .card-title {
  margin-bottom: 0;
}
.cid-sQXoxm6UAw .svg-gradient {
  position: absolute;
}
.cid-sQXoxm6UAw ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQXoxm6UAw .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-sQXoxm6UAw H4 {
  color: #0f7699;
}
.cid-sQXoxm6UAw .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sQXoxm6UAw .card {
    flex-direction: column;
  }
  .cid-sQXoxm6UAw .content {
    padding-left: 0rem;
  }
  .cid-sQXoxm6UAw .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-sQXoxmBbSD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #0b1b3f;
}
.cid-sQXoxmBbSD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sQXoxmBbSD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sQXoxmBbSD .text-content {
  padding-right: 1.5rem;
}
.cid-sQXoxmBbSD .mbr-text,
.cid-sQXoxmBbSD .mbr-section-btn {
  color: #ffffff;
}
.cid-sQXoxmBbSD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sQXoxmBbSD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sQXoxmBbSD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sQXoxmBbSD .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sQXoxmBbSD .main-row {
    margin: 0;
  }
  .cid-sQXoxmBbSD .mbr-section-title,
  .cid-sQXoxmBbSD .mbr-text,
  .cid-sQXoxmBbSD .list,
  .cid-sQXoxmBbSD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sQXoxmBbSD .text-content {
    padding: 0;
  }
}
.cid-sQXoxmBbSD .mbr-section-title {
  color: #aff0f6;
}
.cid-sQXoxmY3DD {
  background-color: #ffffff;
}
.cid-sQXoxmY3DD section {
  position: relative;
}
.cid-sQXoxmY3DD .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sQXoxmY3DD #e1_circle,
.cid-sQXoxmY3DD #e3_circle,
.cid-sQXoxmY3DD #e4_circle,
.cid-sQXoxmY3DD #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sQXoxmY3DD #e6_circle {
  fill: #c8e4f7 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sQXoxmY3DD .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sQXoxmY3DD .rev {
  animation: rev 4s linear infinite;
}
.cid-sQXoxmY3DD .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sQXoxmY3DD .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sQXoxmY3DD .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sQXoxmY3DD .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sQXoxmY3DD .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sQXoxmY3DD .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sQXoxmY3DD .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sQXoxmY3DD .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sQXoxmY3DD .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sQXoxmY3DD .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sQXoxmY3DD .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sQXoxmY3DD H1 {
  color: #0a465a;
}
.cid-sQXoxmY3DD .mbr-text,
.cid-sQXoxmY3DD .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sQXoxmY3DD H3 {
  color: #0f7699;
}
@media (max-width: 992px) {
  .cid-sQXoxmY3DD .round9,
  .cid-sQXoxmY3DD .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-sQXoxmY3DD .round {
    display: none;
  }
}
.cid-sQXoxnniAQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c8e4f7;
}
.cid-sQXoxnniAQ .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sQXoxnniAQ h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sQXoxnniAQ .svg11 path {
  fill: #7aba59;
}
.cid-sQXoxnniAQ .svg21 path {
  fill: #f9b945;
}
.cid-sQXoxnniAQ .svg31 path {
  fill: #ed6436;
}
.cid-sQXoxnniAQ .svg4 path {
  fill: #0f7699 !important;
}
.cid-sQXoxnniAQ .svg12 path,
.cid-sQXoxnniAQ .svg22 path,
.cid-sQXoxnniAQ .svg32 path {
  fill: #f2f2f4;
  stroke: #1695c1;
}
.cid-sQXoxnniAQ .card {
  position: relative;
  height: 300px;
}
.cid-sQXoxnniAQ .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sQXoxnniAQ .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sQXoxnniAQ .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXoxnniAQ .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sQXoxnniAQ .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXoxnniAQ .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sQXoxnniAQ .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sQXoxnniAQ .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sQXoxnniAQ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sQXoxnniAQ .card .svg22,
.cid-sQXoxnniAQ .card .svg32,
.cid-sQXoxnniAQ .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-sQXoxnniAQ .card .svg21,
.cid-sQXoxnniAQ .card .svg31,
.cid-sQXoxnniAQ .card .svg11 {
  z-index: 2;
}
.cid-sQXoxnniAQ .card div {
  z-index: 3;
}
.cid-sQXoxnniAQ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sQXoxnniAQ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sQXoxnniAQ .mbr-iconfont {
  color: #0f7699 !important;
  font-size: 2.5rem!important;
}
.cid-sQXoxnniAQ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sQXoxnniAQ .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sQXoxnniAQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sQXoxnniAQ .card {
    margin-bottom: 2rem;
  }
  .cid-sQXoxnniAQ .card svg {
    left: 30px;
  }
  .cid-sQXoxnniAQ .card:hover h4 {
    animation: none;
  }
  .cid-sQXoxnniAQ .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sQXoxnniAQ h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sQXoxnniAQ .card {
    max-width: 330px;
  }
  .cid-sQXoxnniAQ .card svg {
    left: 0px;
  }
}
.cid-sQXoxnniAQ H2 {
  color: #0f7699;
}
.cid-sQXoxo1xom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c8e4f7;
}
@media (min-width: 992px) {
  .cid-sQXoxo1xom .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sQXoxo1xom .content {
    padding: 0 2rem;
  }
}
.cid-sQXoxo1xom .row {
  justify-content: flex-end;
}
.cid-sQXoxo1xom .img-col {
  padding: 0;
}
.cid-sQXoxo1xom .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sQXoxo1xom .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sQXoxo1xom .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sQXoxo1xom .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sQXoxo1xom .icon-title,
.cid-sQXoxo1xom .mbr-iconfont {
  color: #ed6436;
}
.cid-sQXoxo1xom .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sQXoxo1xom .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sQXoxo1xom .icons-wrap {
    flex-direction: column;
  }
  .cid-sQXoxo1xom .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-sQXoxo1xom .link-wrap {
    margin: auto;
  }
  .cid-sQXoxo1xom .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sQXoxo1xom .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sQXoxo1xom .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sQXoxo1xom .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-sQXoxo1xom .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-sQXoxo1xom .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-sQXoxo1xom H1 {
  color: #0f7699;
}
.cid-sQXoxowxUG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #064f68;
}
