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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #ed6436 !important;
}
.bg-success {
  background-color: #f7ec31 !important;
}
.bg-info {
  background-color: #0064ad !important;
}
.bg-warning {
  background-color: #367415 !important;
}
.bg-danger {
  background-color: #f1122b !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent!important;
  border: none!important;
  color: #ed6436 !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 #0064ad 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: #0064ad !important;
  border-color: #0064ad !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #003861 !important;
  border-color: #003861 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #003861 !important;
  border-color: #003861 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #0064ad inset !important;
  background: transparent!important;
  border: none!important;
  color: #0064ad !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 #f7ec31 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: #f7ec31 !important;
  border-color: #f7ec31 !important;
  color: #272502 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #272502 !important;
  background-color: #d3c808 !important;
  border-color: #d3c808 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #272502 !important;
  background-color: #d3c808 !important;
  border-color: #d3c808 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ec31 inset !important;
  background: transparent!important;
  border: none!important;
  color: #f7ec31 !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 #367415 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: #367415 !important;
  border-color: #367415 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #183309 !important;
  border-color: #183309 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #183309 !important;
  border-color: #183309 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #367415 inset !important;
  background: transparent!important;
  border: none!important;
  color: #367415 !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 #f1122b 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: #f1122b !important;
  border-color: #f1122b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac0a1c !important;
  border-color: #ac0a1c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac0a1c !important;
  border-color: #ac0a1c !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #f1122b inset !important;
  background: transparent!important;
  border: none!important;
  color: #f1122b !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 #ed6436 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: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436;
  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 #0064ad 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: #002947;
  color: #002947;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0064ad;
  border-color: #0064ad;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0064ad !important;
  border-color: #0064ad !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #0064ad 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: #0064ad;
  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 #f7ec31 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: #bbb107;
  color: #bbb107;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #272502;
  background-color: #f7ec31;
  border-color: #f7ec31;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #272502 !important;
  background-color: #f7ec31 !important;
  border-color: #f7ec31 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ec31 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: #f7ec31;
  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 #367415 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: #0e1e05;
  color: #0e1e05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #367415;
  border-color: #367415;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #367415 !important;
  border-color: #367415 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #367415 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: #367415;
  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 #f1122b 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: #940918;
  color: #940918;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f1122b;
  border-color: #f1122b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f1122b !important;
  border-color: #f1122b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #f1122b 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: #f1122b;
  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: #ed6436 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ec31 !important;
}
.text-info {
  color: #0064ad !important;
}
.text-warning {
  color: #367415 !important;
}
.text-danger {
  color: #f1122b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbb107 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #002947 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0e1e05 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #940918 !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: #0064ad;
}
.alert-warning {
  background-color: #367415;
}
.alert-danger {
  background-color: #f1122b;
}
.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: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffef5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2ea7ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6ad92f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcd3d7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  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: #ed6436;
  border-bottom-color: #ed6436;
}
.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: #ed6436 !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%;
  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='%23ed6436' %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-rQWbwPOYG3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-d-1600x938.jpg");
}
.cid-rQWbwPOYG3 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-a-700x483.jpg");
}
.cid-rQWbwPOYG3-1 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-1 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-1 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-1 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-1 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-1 .mbr-bold,
.cid-rQWbwPOYG3-1 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-1 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-1 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-1 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-1 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-1 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-1 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-1 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/02-a-1600x938.jpg");
}
.cid-rQWbwPOYG3-2 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-2 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-2 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-2 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-2 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-2 .mbr-bold,
.cid-rQWbwPOYG3-2 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-2 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-2 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-2 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-2 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-2 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-2 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-2 .mbr-overlay {
    opacity: 0.2!important;
  }
}

.cid-rQWbwPOYG3-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/03-a-1600x938.jpg");
}
.cid-rQWbwPOYG3-3 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-3 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-3 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-3 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-3 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-3 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-3 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-3 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-3 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-3 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-3 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-3 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-e-1600x938.jpg");
}
.cid-rQWbwPOYG3-4 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-4 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-4 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-4 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-4 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-4 .mbr-bold,
.cid-rQWbwPOYG3-4 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-4 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-4 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-4 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-4 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-4 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-4 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-f-1600x938.jpg");
}
.cid-rQWbwPOYG3-5 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-5 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-5 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-5 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-5 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-5 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-5 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-5 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-5 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-5 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-5 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-5 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-5 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-g-1600x938.jpg");
}
.cid-rQWbwPOYG3-6 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-6 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-6 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-6 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-6 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-6 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-6 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-6 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-6 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-6 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-6 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-6 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-6 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-h-1600x938.jpg");
}
.cid-rQWbwPOYG3-7 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-7 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-7 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-7 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-7 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-7 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-7 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-7 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-7 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-7 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-7 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-7 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-7 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-i-1600x938.jpg");
}
.cid-rQWbwPOYG3-8 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-8 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-8 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-8 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-8 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-8 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-8 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-8 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-8 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-8 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-8 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-8 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-8 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-j-1600x938.jpg");
}
.cid-rQWbwPOYG3-9 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-9 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-9 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-9 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-9 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-9 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-9 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-9 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-9 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-9 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-9 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-9 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-9 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-10 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-k-1600x938.jpg");
}
.cid-rQWbwPOYG3-10 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-10 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-10 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-10 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-10 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-10 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-10 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-10 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-10 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-10 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-10 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-10 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-10 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-11 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-l-1600x938.jpg");
}
.cid-rQWbwPOYG3-11 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-11 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-11 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-11 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-11 .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-11 .mbr-bold,
.cid-rQWbwPOYG3 b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-11 .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-11 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-11 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-11 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-11 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-11 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-11 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rQWbwPOYG3-a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00-d2-1600x938.jpg");
}
.cid-rQWbwPOYG3-a .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rQWbwPOYG3-a .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rQWbwPOYG3-a .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rQWbwPOYG3-a .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rQWbwPOYG3-a .container {
  max-width: 1600px;
}
.cid-rQWbwPOYG3-a .mbr-bold,
.cid-rQWbwPOYG3-a b {
  font-weight: 900;
}
.cid-rQWbwPOYG3-a .btn {
  color: white!important;
}
.cid-rQWbwPOYG3-a svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rQWbwPOYG3-a svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rQWbwPOYG3-a svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rQWbwPOYG3-a svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rQWbwPOYG3-a svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rQWbwPOYG3-a .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rVnLBfmQNm {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #0064ad;
}
.cid-rVnLBfmQNm .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rVnLBfmQNm .card-title,
.cid-rVnLBfmQNm .card-img {
  color: #ed6436;
}
.cid-rVnLBfmQNm p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-rVnLBfmQNm .card {
    margin-bottom: 2rem;
  }
}
.cid-rVnLBfmQNm .pb-5 {
  padding-bottom: 5rem!important;
}
.cid-rVnLBfmQNm .card-title {
  margin-bottom: 0.3rem;
}
.cid-rVnLBfmQNm .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rVnLBfmQNm .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rVnLBfmQNm .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rVnLBfmQNm .link-wrap:hover {
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-rVnLBfmQNm .link-wrap {
    margin: auto;
  }
  .cid-rVnLBfmQNm .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rVnLBfmQNm H2 {
  color: #ffffff;
}


.cid-qyq5Q6NDbZ {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F66437;
}
.cid-qyq5Q6NDbZ a:link {
  text-decoration: none;
}
.cid-qyq5Q6NDbZ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qyq5Q6NDbZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qyq5Q6NDbZ .inner-text {
  line-height: 3em;
}
.cid-qyq5Q6NDbZ .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qyq5Q6NDbZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qyq5Q6NDbZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qyq5Q6NDbZ .content-text,
.cid-qyq5Q6NDbZ .inner-text {
  color: #ffffff;
}
.cid-rSbtltG5dN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSbtltG5dN .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rSbtltG5dN h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rSbtltG5dN .svg11 path {
  fill: #7aba59;
}
.cid-rSbtltG5dN .svg21 path {
  fill: #ed6436;
}
.cid-rSbtltG5dN .svg31 path {
  fill: #c4941c;
}
.cid-rSbtltG5dN .svg4 path {
  fill: #0064ad !important;
}
.cid-rSbtltG5dN .svg12 path,
.cid-rSbtltG5dN .svg22 path,
.cid-rSbtltG5dN .svg32 path {
  fill: #e6e6e7;
  stroke: #ffffff;
}
.cid-rSbtltG5dN .card {
  position: relative;
  height: 300px;
}
.cid-rSbtltG5dN .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rSbtltG5dN .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rSbtltG5dN .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSbtltG5dN .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rSbtltG5dN .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSbtltG5dN .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rSbtltG5dN .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSbtltG5dN .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rSbtltG5dN .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-rSbtltG5dN .card .svg22,
.cid-rSbtltG5dN .card .svg32,
.cid-rSbtltG5dN .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rSbtltG5dN .card .svg21,
.cid-rSbtltG5dN .card .svg31,
.cid-rSbtltG5dN .card .svg11 {
  z-index: 2;
}
.cid-rSbtltG5dN .card div {
  z-index: 3;
}
.cid-rSbtltG5dN .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-rSbtltG5dN .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-rSbtltG5dN .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rSbtltG5dN .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rSbtltG5dN .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rSbtltG5dN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rSbtltG5dN .card {
    margin-bottom: 2rem;
  }
  .cid-rSbtltG5dN .card svg {
    left: 30px;
  }
  .cid-rSbtltG5dN .card:hover h4 {
    animation: none;
  }
  .cid-rSbtltG5dN .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rSbtltG5dN h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rSbtltG5dN .card {
    max-width: 330px;
  }
  .cid-rSbtltG5dN .card svg {
    left: 0px;
  }
}
.cid-rSbvDDGVFg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSbvDDGVFg .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rSbvDDGVFg h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rSbvDDGVFg .svg11 path {
  fill: #ea2036;
}
.cid-rSbvDDGVFg .svg21 path {
  fill: #f9b945;
}
.cid-rSbvDDGVFg .svg31 path {
  fill: #3fadd2;
}
.cid-rSbvDDGVFg .svg4 path {
  fill: #3d8319 !important;
}
.cid-rSbvDDGVFg .svg12 path,
.cid-rSbvDDGVFg .svg22 path,
.cid-rSbvDDGVFg .svg32 path {
  fill: #e6e6e7;
  stroke: #ffffff;
}
.cid-rSbvDDGVFg .card {
  position: relative;
  height: 300px;
}
.cid-rSbvDDGVFg .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rSbvDDGVFg .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rSbvDDGVFg .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSbvDDGVFg .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rSbvDDGVFg .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSbvDDGVFg .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rSbvDDGVFg .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rSbvDDGVFg .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rSbvDDGVFg .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-rSbvDDGVFg .card .svg22,
.cid-rSbvDDGVFg .card .svg32,
.cid-rSbvDDGVFg .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rSbvDDGVFg .card .svg21,
.cid-rSbvDDGVFg .card .svg31,
.cid-rSbvDDGVFg .card .svg11 {
  z-index: 2;
}
.cid-rSbvDDGVFg .card div {
  z-index: 3;
}
.cid-rSbvDDGVFg .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-rSbvDDGVFg .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-rSbvDDGVFg .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rSbvDDGVFg .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rSbvDDGVFg .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rSbvDDGVFg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rSbvDDGVFg .card {
    margin-bottom: 2rem;
  }
  .cid-rSbvDDGVFg .card svg {
    left: 30px;
  }
  .cid-rSbvDDGVFg .card:hover h4 {
    animation: none;
  }
  .cid-rSbvDDGVFg .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rSbvDDGVFg h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rSbvDDGVFg .card {
    max-width: 330px;
  }
  .cid-rSbvDDGVFg .card svg {
    left: 0px;
  }
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .nav-item:focus,
.cid-rGtQUWfKqN .nav-link:focus {
  outline: none;
}
.cid-rGtQUWfKqN .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtQUWfKqN .container {
  max-width: 1380px;
}
.cid-rGtQUWfKqN .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtQUWfKqN .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtQUWfKqN .nav-link:hover,
.cid-rGtQUWfKqN .nav-link:active,
.cid-rGtQUWfKqN .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGtQUWfKqN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0064ad;
  background: none;
}
.cid-rGtQUWfKqN .navbar.opened {
  transition: all .3s;
  background: #0064ad !important;
}
.cid-rGtQUWfKqN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtQUWfKqN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtQUWfKqN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtQUWfKqN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtQUWfKqN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtQUWfKqN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtQUWfKqN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGtQUWfKqN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtQUWfKqN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtQUWfKqN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtQUWfKqN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtQUWfKqN .navbar.navbar-short {
  background: #0064ad !important;
  min-height: 60px;
}
.cid-rGtQUWfKqN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGtQUWfKqN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtQUWfKqN .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGtQUWfKqN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtQUWfKqN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtQUWfKqN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtQUWfKqN .dropdown-item.active,
.cid-rGtQUWfKqN .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtQUWfKqN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtQUWfKqN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtQUWfKqN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtQUWfKqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0064ad;
}
.cid-rGtQUWfKqN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtQUWfKqN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtQUWfKqN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtQUWfKqN .navbar-buttons {
  text-align: center;
}
.cid-rGtQUWfKqN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtQUWfKqN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtQUWfKqN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtQUWfKqN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtQUWfKqN .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-rGtQUWfKqN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtQUWfKqN .navbar {
    height: 77px;
  }
  .cid-rGtQUWfKqN .navbar.opened {
    height: auto;
  }
  .cid-rGtQUWfKqN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGtR35bime {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtR35bime .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtR35bime .content {
    padding: 0 2rem;
  }
}
.cid-rGtR35bime .img-col {
  padding: 0;
}
.cid-rGtR35bime .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGtR35bime .icon-wrap h3 {
  margin: 0;
}
.cid-rGtR35bime .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtR35bime .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtR35bime .icon-title,
.cid-rGtR35bime .mbr-iconfont {
  color: #181818;
}
.cid-rGtR35bime .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtR35bime .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtR35bime .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtR35bime .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rOLspqj4S7 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOLspqj4S7 .row {
  justify-content: space-between;
}
.cid-rOLspqj4S7 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rOLspqj4S7 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rOLspqj4S7 .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-rOLspqj4S7 .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-rOLspqj4S7 .color-col {
  background: #0f7699;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-rOLspqj4S7 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rOLspqj4S7 .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-rOLspqj4S7 .icon-title,
.cid-rOLspqj4S7 .mbr-iconfont {
  color: #ed6436;
}
.cid-rOLspqj4S7 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rOLspqj4S7 .content {
    margin-bottom: 2rem;
  }
  .cid-rOLspqj4S7 .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rOLspqj4S7 .icons-wrap {
    flex-direction: column;
  }
  .cid-rOLspqj4S7 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rOLspqj4S7 .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-rOLspqj4S7 .link-wrap {
    margin: auto;
  }
  .cid-rOLspqj4S7 .color-col {
    padding: 3rem 1rem;
  }
  .cid-rOLspqj4S7 .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rOLspqj4S7 .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-rOLspqj4S7 .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-rOLspqj4S7 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rOLspqj4S7 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rOLspqj4S7 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rOLspqj4S7 .mbr-text2,
.cid-rOLspqj4S7 .icon-wrap-2 {
  color: #ffffff;
}
.cid-sMaQvX1Rk9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #3fadd2;
}
.cid-sMaQvX1Rk9 .mbr-media {
  position: relative;
}
.cid-sMaQvX1Rk9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sMaQvX1Rk9 a:hover {
  background-image: none!important;
}
.cid-sMaQvX1Rk9 .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: #ed6436;
}
.cid-sMaQvX1Rk9 .svg-top .st0 {
  fill: #3fadd2;
}
@media (max-width: 992px) {
  .cid-sMaQvX1Rk9 .svg-top {
    width: 1000px;
  }
}
.cid-sMaQvX1Rk9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cid-sMaQvX1Rk9 .mbr-media span {
  font-size: 5.5rem;
  transition: all 0.3s;
  color: #ed6436;
}
.cid-sMaQvX1Rk9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sMaQvX1Rk9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sMaQvX1Rk9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sMaQvX1Rk9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sMaQvX1Rk9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sMaQvX1Rk9 .mbr-section-title {
  color: #ffffff;
}
.cid-rSbqmvywzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rSbqmvywzC img {
  width: 180px;
  margin: auto;
}
.cid-rSbqmvywzC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-rSbqmvywzC H1 {
  color: #ed6436;
}
.cid-rPO1s9y7k2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPO1s9y7k2 .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rPO1s9y7k2 .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rPO1s9y7k2 .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-rPO1s9y7k2 .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rPO1s9y7k2 .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-rPO1s9y7k2 .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rPO1s9y7k2 .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rPO1s9y7k2 .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rPO1s9y7k2 .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rPO1s9y7k2 .card-wrapper {
    position: relative;
  }
  .cid-rPO1s9y7k2 .card-wrapper:before {
    opacity: 0;
  }
  .cid-rPO1s9y7k2 .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rPO1s9y7k2 .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rPO1s9y7k2 .wrapper {
    opacity: 0;
  }
  .cid-rPO1s9y7k2 .btn-col {
    justify-content: flex-end;
  }
}
.cid-rPO1s9y7k2 H4 {
  color: #ed6436;
}
.cid-rPO3jWkPEw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPO3jWkPEw .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rPO3jWkPEw .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rPO3jWkPEw .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-rPO3jWkPEw .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rPO3jWkPEw .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-rPO3jWkPEw .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rPO3jWkPEw .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rPO3jWkPEw .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rPO3jWkPEw .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rPO3jWkPEw .card-wrapper {
    position: relative;
  }
  .cid-rPO3jWkPEw .card-wrapper:before {
    opacity: 0;
  }
  .cid-rPO3jWkPEw .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rPO3jWkPEw .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rPO3jWkPEw .wrapper {
    opacity: 0;
  }
  .cid-rPO3jWkPEw .btn-col {
    justify-content: flex-end;
  }
}
.cid-rPO3jWkPEw H4 {
  color: #ed6436;
}
.cid-rGtR3NTgPj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtR3NTgPj .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtR3NTgPj .content {
    padding: 0 2rem;
  }
}
.cid-rGtR3NTgPj .row {
  justify-content: flex-end;
}
.cid-rGtR3NTgPj .img-col {
  padding: 0;
}
.cid-rGtR3NTgPj .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGtR3NTgPj .icon-wrap h3 {
  margin: 0;
}
.cid-rGtR3NTgPj .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtR3NTgPj .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtR3NTgPj .icon-title,
.cid-rGtR3NTgPj .mbr-iconfont {
  color: #181818;
}
.cid-rGtR3NTgPj .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtR3NTgPj .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtR3NTgPj .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtR3NTgPj .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rQucjNiZUd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQucjNiZUd .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-rQucjNiZUd .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rQucjNiZUd .mbr-text,
.cid-rQucjNiZUd .mbr-section-btn {
  color: #ed6436;
}
.cid-rQyPTmYJuF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQyPTmYJuF .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQyPTmYJuF .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rQyPTmYJuF .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-rQyPTmYJuF .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rQyPTmYJuF .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-rQyPTmYJuF .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rQyPTmYJuF .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rQyPTmYJuF .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rQyPTmYJuF .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rQyPTmYJuF .card-wrapper {
    position: relative;
  }
  .cid-rQyPTmYJuF .card-wrapper:before {
    opacity: 0;
  }
  .cid-rQyPTmYJuF .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rQyPTmYJuF .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rQyPTmYJuF .wrapper {
    opacity: 0;
  }
  .cid-rQyPTmYJuF .btn-col {
    justify-content: flex-end;
  }
}
.cid-rQyPTmYJuF H4 {
  color: #ed6436;
}
.cid-rQyPU7Buek {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQyPU7Buek .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQyPU7Buek .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rQyPU7Buek .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-rQyPU7Buek .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rQyPU7Buek .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-rQyPU7Buek .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rQyPU7Buek .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rQyPU7Buek .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rQyPU7Buek .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rQyPU7Buek .card-wrapper {
    position: relative;
  }
  .cid-rQyPU7Buek .card-wrapper:before {
    opacity: 0;
  }
  .cid-rQyPU7Buek .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rQyPU7Buek .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rQyPU7Buek .wrapper {
    opacity: 0;
  }
  .cid-rQyPU7Buek .btn-col {
    justify-content: flex-end;
  }
}
.cid-rQyPU7Buek H4 {
  color: #ed6436;
}
.cid-rQyWt1kitf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQyWt1kitf .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rQyWt1kitf .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rQyWt1kitf .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-rQyWt1kitf .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rQyWt1kitf .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-rQyWt1kitf .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rQyWt1kitf .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rQyWt1kitf .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rQyWt1kitf .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rQyWt1kitf .card-wrapper {
    position: relative;
  }
  .cid-rQyWt1kitf .card-wrapper:before {
    opacity: 0;
  }
  .cid-rQyWt1kitf .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rQyWt1kitf .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rQyWt1kitf .wrapper {
    opacity: 0;
  }
  .cid-rQyWt1kitf .btn-col {
    justify-content: flex-end;
  }
}
.cid-rQyWt1kitf H4 {
  color: #ed6436;
}
.cid-rON3UTdftd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rON3UTdftd .card {
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-rON3UTdftd .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-rON3UTdftd .text,
.cid-rON3UTdftd .icon {
  display: flex;
  align-items: center;
}
.cid-rON3UTdftd .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rON3UTdftd h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-rON3UTdftd .mbr-iconfont {
  font-size: 3rem;
  transition: all 0.6s;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-rON3UTdftd .content {
    margin: auto;
  }
}
.cid-rON3UTdftd H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-rON3UTdftd H1 {
  color: #0b1b3f;
}
.cid-rUlT5X3ZbW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rUlT5X3ZbW {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-rUlT5X3ZbW .box {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rUlT5X3ZbW .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rUlT5X3ZbW .box:hover {
    background-size: 110%;
  }
}
.cid-rUlT5X3ZbW .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-rUlT5X3ZbW .icon-wrap span {
  padding-left: 8px;
}
.cid-rUlT5X3ZbW .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ed6436 !important;
}
.cid-rUlT5X3ZbW .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-rUlT5X3ZbW .mbr-media span:hover {
  color: #ed6436 !important;
}
.cid-rUlT5X3ZbW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUlT5X3ZbW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUlT5X3ZbW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUlT5X3ZbW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUlT5X3ZbW a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUlT5X3ZbW {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-rUlT5X3ZbW .box {
    height: 250px;
  }
}
.cid-rGtR57iLe2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtR57iLe2 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtR57iLe2 .content {
    padding: 0 2rem;
  }
}
.cid-rGtR57iLe2 .row {
  justify-content: flex-end;
}
.cid-rGtR57iLe2 .img-col {
  padding: 0;
}
.cid-rGtR57iLe2 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rGtR57iLe2 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtR57iLe2 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtR57iLe2 .mbr-iconfont {
  font-size: 3.5rem;
  color: #0f7699 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGtR57iLe2 .icon-title,
.cid-rGtR57iLe2 .mbr-iconfont {
  color: #ed6436;
}
.cid-rGtR57iLe2 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtR57iLe2 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtR57iLe2 .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtR57iLe2 .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rGtR57iLe2 .link-wrap {
    margin: auto;
  }
  .cid-rGtR57iLe2 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rGtR57iLe2 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rGtR57iLe2 .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-rGtR57iLe2 .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtR57iLe2 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtR57iLe2 .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGtR5sLBjf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/imagerie-medicale-2000x1167.jpg");
}
.cid-rGtR5sLBjf li {
  list-style: none;
}
.cid-rGtR5sLBjf .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtR5sLBjf .item-wrap:hover .mbr-iconfont {
  color: #0f7699 !important;
}
.cid-rGtR5sLBjf .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ed6436 !important;
}
.cid-rGtR5sLBjf h4 {
  margin: 0;
}
.cid-rGtR5sLBjf ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGtR5sLBjf .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGtR5sLBjf .col-title2 {
  color: #ed6436;
}
.cid-rGtR5sLBjf .col-title1 {
  color: #ffffff;
}
.cid-rGtR5sLBjf .mbr-text,
.cid-rGtR5sLBjf .mbr-section-btn {
  color: #ffffff;
}
.cid-rGtR5sLBjf .item1 {
  color: #ffffff;
}
.cid-rSbE0DYfxE {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rSbE0DYfxE .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rSbE0DYfxE .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSbE0DYfxE .acc {
    padding: 0 2rem;
  }
}
.cid-rSbE0DYfxE .img-col {
  padding: 0;
}
.cid-rSbE0DYfxE .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rSbE0DYfxE .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rSbE0DYfxE .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-rSbE0DYfxE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSbE0DYfxE .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-rSbE0DYfxE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSbE0DYfxE .card .panel-body {
  color: #767676;
}
.cid-rSbE0DYfxE .card:hover {
  background: #f2f2f4;
}
.cid-rSbE0DYfxE .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #0f7699;
}
.cid-rSbE0DYfxE .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rSbE0DYfxE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rSbE0DYfxE .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rSbE0DYfxE .panel-collapse {
  margin-top: -1px;
}
.cid-rSbE0DYfxE H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rSbE0DYfxE .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbE0DYfxE .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rSbE0DYfxE .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rSbE0DYfxE .sign {
    margin-right: 0.5rem;
  }
}
.cid-rSbEW0XFiL {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rSbEW0XFiL .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rSbEW0XFiL .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rSbEW0XFiL .acc {
    padding: 0 2rem;
  }
}
.cid-rSbEW0XFiL .img-col {
  padding: 0;
}
.cid-rSbEW0XFiL .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rSbEW0XFiL .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rSbEW0XFiL .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-rSbEW0XFiL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSbEW0XFiL .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-rSbEW0XFiL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSbEW0XFiL .card .panel-body {
  color: #767676;
}
.cid-rSbEW0XFiL .card:hover {
  background: #f2f2f4;
}
.cid-rSbEW0XFiL .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #0f7699;
}
.cid-rSbEW0XFiL .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rSbEW0XFiL .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rSbEW0XFiL .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rSbEW0XFiL .panel-collapse {
  margin-top: -1px;
}
.cid-rSbEW0XFiL H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rSbEW0XFiL .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbEW0XFiL .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rSbEW0XFiL .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rSbEW0XFiL .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGtR6rcDwG {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtR6rcDwG .card-img {
  position: relative;
  height: 100%;
}
.cid-rGtR6rcDwG .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtR6rcDwG .bone-col {
  padding: 2rem 0;
}
.cid-rGtR6rcDwG .card-wrapper {
  padding: 1.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-rGtR6rcDwG .row {
  background: #ffc448;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  justify-content: center;
  padding: 0rem;
}
.cid-rGtR6rcDwG p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rGtR6rcDwG .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtR6rcDwG .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-rGtR6rcDwG .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-rGtR6rcDwG .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtR6rcDwG .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtR6rcDwG .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rOLJS2ORby {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rOLJS2ORby .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rOLJS2ORby .select {
  z-index: 999;
}
.cid-rOLJS2ORby form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rOLJS2ORby .jq-selectbox__dropdown,
.cid-rOLJS2ORby ul {
  border-radius: 20px!important;
}
.cid-rOLJS2ORby .jq-selectbox {
  border-radius: 30px;
}
.cid-rOLJS2ORby .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rOLJS2ORby .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rOLJS2ORby input,
.cid-rOLJS2ORby textarea,
.cid-rOLJS2ORby .select {
  border-radius: 30px;
}
.cid-rOLJS2ORby input,
.cid-rOLJS2ORby textarea {
  padding: 2rem 3rem;
}
.cid-rOLJS2ORby textarea {
  min-height: 10rem;
}
.cid-rOLJS2ORby .form-control,
.cid-rOLJS2ORby .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOLJS2ORby .form-control::-webkit-input-placeholder,
.cid-rOLJS2ORby .field-input::-webkit-input-placeholder,
.cid-rOLJS2ORby .form-control::-webkit-input-placeholder,
.cid-rOLJS2ORby .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rOLJS2ORby .form-control:-moz-placeholder,
.cid-rOLJS2ORby .field-input:-moz-placeholder,
.cid-rOLJS2ORby .form-control:-moz-placeholder,
.cid-rOLJS2ORby .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rOLJS2ORby .form-control:hover,
.cid-rOLJS2ORby .field-input:hover,
.cid-rOLJS2ORby .form-control:focus,
.cid-rOLJS2ORby .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rOLJS2ORby .form-control:hover::-webkit-input-placeholder,
.cid-rOLJS2ORby .field-input:hover::-webkit-input-placeholder,
.cid-rOLJS2ORby .form-control:focus::-webkit-input-placeholder,
.cid-rOLJS2ORby .field-input:focus::-webkit-input-placeholder,
.cid-rOLJS2ORby .form-control:hover::-webkit-input-placeholder,
.cid-rOLJS2ORby .field-input:hover::-webkit-input-placeholder,
.cid-rOLJS2ORby .form-control:focus::-webkit-input-placeholder,
.cid-rOLJS2ORby .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rOLJS2ORby .form-control:hover:-moz-placeholder,
.cid-rOLJS2ORby .field-input:hover:-moz-placeholder,
.cid-rOLJS2ORby .form-control:focus:-moz-placeholder,
.cid-rOLJS2ORby .field-input:focus:-moz-placeholder,
.cid-rOLJS2ORby .form-control:hover:-moz-placeholder,
.cid-rOLJS2ORby .field-input:hover:-moz-placeholder,
.cid-rOLJS2ORby .form-control:focus:-moz-placeholder,
.cid-rOLJS2ORby .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rOLJS2ORby .jq-number__spin:hover,
.cid-rOLJS2ORby .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rOLJS2ORby .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOLJS2ORby .jq-selectbox li,
.cid-rOLJS2ORby .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOLJS2ORby .jq-selectbox li:hover,
.cid-rOLJS2ORby .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOLJS2ORby .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rOLJS2ORby .jq-number__spin.minus:hover:after,
.cid-rOLJS2ORby .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rOLJS2ORby .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rOLJS2ORby .jq-number__spin.minus:after,
.cid-rOLJS2ORby .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rOLJS2ORby input::-webkit-clear-button {
  display: none;
}
.cid-rOLJS2ORby input::-webkit-inner-spin-button {
  display: none;
}
.cid-rOLJS2ORby input::-webkit-outer-spin-button {
  display: none;
}
.cid-rOLJS2ORby input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rOLJS2ORby .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-rOLJS2ORby .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rOLJS2ORby .align-wrap {
  display: inline-block;
}
.cid-rOLJS2ORby .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rOLJS2ORby .icons-wrap {
  display: flex;
}
.cid-rOLJS2ORby .icon-title,
.cid-rOLJS2ORby .mbr-iconfont {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-rOLJS2ORby form {
    padding: 2rem 1rem;
  }
  .cid-rOLJS2ORby .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rOLJS2ORby .icons-wrap {
    flex-direction: column;
  }
  .cid-rOLJS2ORby .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rOLJS2ORby .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rOLJS2ORby .align-wrap {
    text-align: center;
  }
}
.cid-rGtR7c7Dy7 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rGtR7c7Dy7 .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436;
  padding-right: 2rem;
  padding-top: 0.6rem;
  display: block;
}
.cid-rGtR7c7Dy7 .card {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.cid-rGtR7c7Dy7 h4 {
  margin: 0;
}
.cid-rGtR7c7Dy7 h3 {
  margin: 0;
  max-height: 60px;
}
@media (max-width: 992px) {
  .cid-rGtR7c7Dy7 .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtR7c7Dy7 .card {
    flex-direction: column;
    align-items: center;
  }
  .cid-rGtR7c7Dy7 .mbr-iconfont {
    padding-right: 0rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .cid-rGtR7c7Dy7 h4 {
    text-align: center;
  }
}
.cid-rOLK4LVS72 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOLK4LVS72 .mbr-iconfont {
  color: #181818 !important;
  font-size: 1.8rem!important;
  padding-right: 1rem;
  margin-top: 0.2rem;
  display: block;
}
.cid-rOLK4LVS72 .card-col {
  max-width: 360px;
}
@media (min-width: 1700px) {
  .cid-rOLK4LVS72 .card-col {
    margin-right: 15rem!important;
  }
}
.cid-rOLK4LVS72 img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cid-rOLK4LVS72 .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-rOLK4LVS72 svg {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.06);
}
.cid-rOLK4LVS72 path {
  fill: #ffffff;
}
.cid-rOLK4LVS72 .google-map {
  height: 100%;
  min-height: 15rem;
  position: relative;
}
.cid-rOLK4LVS72 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rOLK4LVS72 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rOLK4LVS72 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rOLK4LVS72 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rOLK4LVS72 .card-img {
  margin-bottom: 3rem;
}
.cid-rOLK4LVS72 .item {
  flex-direction: row;
  display: flex;
}
.cid-rOLK4LVS72 .card-wrapper {
  background: #f2f2f4;
  padding: 2rem 1.4rem;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-rOLK4LVS72 p {
  font-weight: 400;
}
.cid-rOLK4LVS72 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rOLK4LVS72 .svg-col {
    margin-bottom: 3rem;
  }
  .cid-rOLK4LVS72 .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-rOLK4LVS72 .google-map {
    height: 10rem;
  }
  .cid-rOLK4LVS72 svg {
    display: none;
  }
  .cid-rOLK4LVS72 .item {
    flex-direction: column;
  }
  .cid-rOLK4LVS72 .svg-col {
    padding: 0 1rem;
  }
  .cid-rOLK4LVS72 .card-img {
    margin-bottom: 1rem;
  }
  .cid-rOLK4LVS72 .mbr-iconfont {
    padding-right: 0;
  }
  .cid-rOLK4LVS72 .card-box {
    text-align: center;
  }
}
.cid-rOLK4LVS72 .card-title,
.cid-rOLK4LVS72 .card-img {
  color: #ed6436;
}
.cid-rUmlbRa3Se {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUmlbRa3Se .card-img {
  position: relative;
  height: 100%;
}
.cid-rUmlbRa3Se .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rUmlbRa3Se .bone-col {
  padding: 2rem 0;
}
.cid-rUmlbRa3Se .card-wrapper {
  padding: 1.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-rUmlbRa3Se .row {
  background: #ffffff;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  justify-content: center;
  padding: 0rem;
}
.cid-rUmlbRa3Se p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rUmlbRa3Se .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-rUmlbRa3Se .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-rUmlbRa3Se .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-rUmlbRa3Se .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rUmlbRa3Se .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rUmlbRa3Se .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGtR7R8cSt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtR7R8cSt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtR7R8cSt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtR7R8cSt img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-rGtR7R8cSt h3 {
  margin: 0;
}
.cid-rGtR7R8cSt .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-rGtR7R8cSt .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rGtR7R8cSt .text-wrap {
  width: 100%;
}
.cid-rGtR7R8cSt .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rGtR7R8cSt .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rGtR7R8cSt .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #0f7699;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #0f7699;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rGtR7R8cSt .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #0f7699 !important;
  border: 2px solid #0f7699;
}
.cid-rGtR7R8cSt .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtR7R8cSt .jq-selectbox__dropdown,
.cid-rGtR7R8cSt ul {
  border-radius: 20px!important;
}
.cid-rGtR7R8cSt .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtR7R8cSt .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtR7R8cSt .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtR7R8cSt input,
.cid-rGtR7R8cSt textarea,
.cid-rGtR7R8cSt .select {
  border-radius: 30px;
}
.cid-rGtR7R8cSt input,
.cid-rGtR7R8cSt textarea {
  padding: 1rem 2rem;
}
.cid-rGtR7R8cSt textarea {
  min-height: 10rem;
}
.cid-rGtR7R8cSt .form-control,
.cid-rGtR7R8cSt .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtR7R8cSt .form-control::-webkit-input-placeholder,
.cid-rGtR7R8cSt .field-input::-webkit-input-placeholder,
.cid-rGtR7R8cSt .form-control::-webkit-input-placeholder,
.cid-rGtR7R8cSt .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtR7R8cSt .form-control:-moz-placeholder,
.cid-rGtR7R8cSt .field-input:-moz-placeholder,
.cid-rGtR7R8cSt .form-control:-moz-placeholder,
.cid-rGtR7R8cSt .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtR7R8cSt .form-control:hover,
.cid-rGtR7R8cSt .field-input:hover,
.cid-rGtR7R8cSt .form-control:focus,
.cid-rGtR7R8cSt .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtR7R8cSt .form-control:hover::-webkit-input-placeholder,
.cid-rGtR7R8cSt .field-input:hover::-webkit-input-placeholder,
.cid-rGtR7R8cSt .form-control:focus::-webkit-input-placeholder,
.cid-rGtR7R8cSt .field-input:focus::-webkit-input-placeholder,
.cid-rGtR7R8cSt .form-control:hover::-webkit-input-placeholder,
.cid-rGtR7R8cSt .field-input:hover::-webkit-input-placeholder,
.cid-rGtR7R8cSt .form-control:focus::-webkit-input-placeholder,
.cid-rGtR7R8cSt .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtR7R8cSt .form-control:hover:-moz-placeholder,
.cid-rGtR7R8cSt .field-input:hover:-moz-placeholder,
.cid-rGtR7R8cSt .form-control:focus:-moz-placeholder,
.cid-rGtR7R8cSt .field-input:focus:-moz-placeholder,
.cid-rGtR7R8cSt .form-control:hover:-moz-placeholder,
.cid-rGtR7R8cSt .field-input:hover:-moz-placeholder,
.cid-rGtR7R8cSt .form-control:focus:-moz-placeholder,
.cid-rGtR7R8cSt .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtR7R8cSt .jq-number__spin:hover,
.cid-rGtR7R8cSt .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtR7R8cSt .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtR7R8cSt .jq-selectbox li,
.cid-rGtR7R8cSt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtR7R8cSt .jq-selectbox li:hover,
.cid-rGtR7R8cSt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtR7R8cSt .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtR7R8cSt .jq-number__spin.minus:hover:after,
.cid-rGtR7R8cSt .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtR7R8cSt .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtR7R8cSt .jq-number__spin.minus:after,
.cid-rGtR7R8cSt .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtR7R8cSt input::-webkit-clear-button {
  display: none;
}
.cid-rGtR7R8cSt input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtR7R8cSt input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtR7R8cSt input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGtR7R8cSt .col-md-6 {
  margin-bottom: 2rem;
}
.cid-rGtR7R8cSt .form-group {
  margin-bottom: 0.4rem;
}
.cid-rGtR7R8cSt .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-rGtR7R8cSt .title1 {
  margin: 0;
}
.cid-rGtR7R8cSt .align-wrap {
  display: block;
}
.cid-rGtR7R8cSt .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rGtR7R8cSt form {
    padding: 0;
  }
  .cid-rGtR7R8cSt .socicon-wrap {
    margin: auto;
  }
}
.cid-rGtR7R8cSt .title {
  color: #ed6436;
}
.cid-rGtR88ABmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
