body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-2b {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  color:#f48534;
  line-height: 1.2;
}

.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.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: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #393939 !important;
}
.bg-success {
  background-color: #033873 !important;
}
.bg-info {
  background-color: #393939 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #b90000 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #393939 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: #393939 !important;
  border-color: #393939 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0b3112 !important;
  border-color: #0b3112 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b3112 !important;
  border-color: #0b3112 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #393939 inset !important;
  background: transparent !important;
  border: none !important;
  color: #393939 !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 #1468bd 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: #1468bd !important;
  border-color: #1468bd !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d4278 !important;
  border-color: #0d4278 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d4278 !important;
  border-color: #0d4278 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #1468bd inset !important;
  background: transparent !important;
  border: none !important;
  color: #1468bd !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 #393939 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: #393939 !important;
  border-color: #393939 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #086a2d !important;
  border-color: #086a2d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #086a2d !important;
  border-color: #086a2d !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #393939 inset !important;
  background: transparent !important;
  border: none !important;
  color: #393939 !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 #033873 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: #033873 !important;
  border-color: #033873 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #011428 !important;
  border-color: #011428 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #011428 !important;
  border-color: #011428 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #033873 inset !important;
  background: transparent !important;
  border: none !important;
  color: #033873 !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 #ffffff 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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !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 #f48534 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: #f48534 !important;
  border-color: #f48534 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #6d0000 !important;
  border-color: #6d0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6d0000 !important;
  border-color: #6d0000 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #f48534 inset !important;
  background: transparent !important;
  border: none !important;
  color: #f48534 !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 #393939 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: #071c0a;
  color: #071c0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #393939;
  border-color: #393939;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #393939 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: #393939;
  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 #1468bd 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: #0a3561;
  color: #0a3561;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1468bd;
  border-color: #1468bd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1468bd !important;
  border-color: #1468bd !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #1468bd 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: #1468bd;
  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 #393939 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: #065223;
  color: #065223;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #393939;
  border-color: #393939;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #393939 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: #393939;
  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 #033873 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: #000810;
  color: #000810;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #033873;
  border-color: #033873;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #033873 !important;
  border-color: #033873 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #033873 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: #033873;
  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 #ffffff 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: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #ffffff 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: #ffffff;
  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 #b90000 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: #530000;
  color: #530000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b90000;
  border-color: #b90000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b90000 !important;
  border-color: #b90000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b90000 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: #b90000;
  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: #393939 !important;
}
.text-secondary {
  color: #1468bd !important;
}
.text-success {
  color: #033873 !important;
}
.text-info {
  color: #393939 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #b90000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #393939 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1468bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000810 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #065223 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #530000 !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: #393939;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #b90000;
}
.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: #393939;
  border-color: #393939;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #393939;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #38d053;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0675ef;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4cf28a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff3a3a;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #393939;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #393939;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #393939;
  border-bottom-color: #393939;
}
.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: #393939 !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: #1468bd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23393939' %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-s89a9KrTXH {
  background: #ffffff;
}
.cid-s89a9KrTXH .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 75px;
  padding-bottom: 0px;
}
.cid-s89a9KrTXH .mbr-figure {
  margin: 0 auto;
}
.cid-s89a9KrTXH figcaption {
  position: relative;
}
.cid-s89a9KrTXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s89a9KrTXH .image-block {
    width: 100% !important;
  }
}
.cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .nav-item:focus,
.cid-rGtUi5Rzo2 .nav-link:focus {
  outline: none;
}
.cid-rGtUi5Rzo2 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #393939 !important;
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtUi5Rzo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtUi5Rzo2 .container {
  max-width: 1380px;
}
.cid-rGtUi5Rzo2 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtUi5Rzo2 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtUi5Rzo2 .nav-link:hover,
.cid-rGtUi5Rzo2 .nav-link:active,
.cid-rGtUi5Rzo2 .nav-link:focus {
  border-bottom: 3px solid #393939;
  color: #393939 !important;
}
.cid-rGtUi5Rzo2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rGtUi5Rzo2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGtUi5Rzo2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtUi5Rzo2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtUi5Rzo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGtUi5Rzo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtUi5Rzo2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtUi5Rzo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtUi5Rzo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGtUi5Rzo2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtUi5Rzo2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtUi5Rzo2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtUi5Rzo2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtUi5Rzo2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtUi5Rzo2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGtUi5Rzo2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGtUi5Rzo2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtUi5Rzo2 .icons-menu span {
  color: #393939 !important;
}
.cid-rGtUi5Rzo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtUi5Rzo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtUi5Rzo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtUi5Rzo2 .dropdown-item.active,
.cid-rGtUi5Rzo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtUi5Rzo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtUi5Rzo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtUi5Rzo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtUi5Rzo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGtUi5Rzo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtUi5Rzo2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtUi5Rzo2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtUi5Rzo2 .navbar-buttons {
  text-align: center;
}
.cid-rGtUi5Rzo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtUi5Rzo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtUi5Rzo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtUi5Rzo2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtUi5Rzo2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtUi5Rzo2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtUi5Rzo2 .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-rGtUi5Rzo2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtUi5Rzo2 .navbar {
    height: 77px;
  }
  .cid-rGtUi5Rzo2 .navbar.opened {
    height: auto;
  }
  .cid-rGtUi5Rzo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjkYUu2Elr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjkYUu2Elr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sjkYUu2Elr .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sjkYUu2Elr .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sjkYUu2Elr .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sjkYUu2Elr .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sjkYUu2Elr .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sjkYUu2Elr .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #cdeaba;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sjkYUu2Elr .content-box {
  display: flex;
}
.cid-sjkYUu2Elr .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjkYUu2Elr .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sjkYUu2Elr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sjkYUu2Elr .rev,
.cid-sjkYUu2Elr .mbr-iconfont {
  display: inline-block;
}
.cid-sjkYUu2Elr .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #ff8424;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sjkYUu2Elr .card-title {
  color: #033873;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sjkYUu2Elr .card-box {
  padding: 1rem;
}
.cid-sjkYUu2Elr .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sjkYUu2Elr .mbr-section-title,
.cid-sjkYUu2Elr .line-wrap {
  text-align: center;
  color: #1468bd;
}
.cid-sjkYUu2Elr .rev {
  text-align: left;
  color: #393939;
}
.cid-sjkYUu2Elr .date {
  text-align: center;
  color: #ffffff;
}
.cid-sjkYUu2Elr .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sjkYUu2Elr .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sjkYUu2Elr .img-hover {
    opacity: 0.5;
  }
  .cid-sjkYUu2Elr .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sjkYV1O9jH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjkYV1O9jH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sjkYV1O9jH .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sjkYV1O9jH .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sjkYV1O9jH .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sjkYV1O9jH .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sjkYV1O9jH .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sjkYV1O9jH .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #cdeaba;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sjkYV1O9jH .content-box {
  display: flex;
}
.cid-sjkYV1O9jH .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjkYV1O9jH .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sjkYV1O9jH .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sjkYV1O9jH .rev,
.cid-sjkYV1O9jH .mbr-iconfont {
  display: inline-block;
}
.cid-sjkYV1O9jH .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #f48534;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sjkYV1O9jH .card-title {
  color: #033873;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sjkYV1O9jH .card-box {
  padding: 1rem;
}
.cid-sjkYV1O9jH .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sjkYV1O9jH .mbr-section-title,
.cid-sjkYV1O9jH .line-wrap {
  text-align: center;
  color: #0b1b3f;
}
.cid-sjkYV1O9jH .rev {
  text-align: left;
  color: #393939;
}
.cid-sjkYV1O9jH .date {
  text-align: center;
  color: #ffffff;
}
.cid-sjkYV1O9jH .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sjkYV1O9jH .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sjkYV1O9jH .img-hover {
    opacity: 0.5;
  }
  .cid-sjkYV1O9jH .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-sjkYVOk36r {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjkYVOk36r .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sjkYVOk36r .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-sjkYVOk36r .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-sjkYVOk36r .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sjkYVOk36r .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-sjkYVOk36r .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-sjkYVOk36r .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #cdeaba;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-sjkYVOk36r .content-box {
  display: flex;
}
.cid-sjkYVOk36r .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjkYVOk36r .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sjkYVOk36r .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sjkYVOk36r .rev,
.cid-sjkYVOk36r .mbr-iconfont {
  display: inline-block;
}
.cid-sjkYVOk36r .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #f48534;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.cid-ts5T5tAqUy .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #f48534;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.cid-sjkYVOk36r .card-title {
  color: #033873;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sjkYVOk36r .card-box {
  padding: 1rem;
}
.cid-sjkYVOk36r .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-sjkYVOk36r .mbr-section-title,
.cid-sjkYVOk36r .line-wrap {
  text-align: left;
  color: #0b1b3f;
}
.cid-sjkYVOk36r .rev {
  text-align: left;
  color: #393939;
}
.cid-sjkYVOk36r .date {
  text-align: center;
  color: #ffffff;
}
.cid-sjkYVOk36r .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-sjkYVOk36r .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sjkYVOk36r .img-hover {
    opacity: 0.5;
  }
  .cid-sjkYVOk36r .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-ts5Z5Cg1rQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ts5Z5Cg1rQ .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-ts5Z5Cg1rQ .card-img {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.cid-ts5Z5Cg1rQ .card-img:hover .img-hover {
  opacity: 0.5;
}
.cid-ts5Z5Cg1rQ .card-img:hover .img-btn {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-ts5Z5Cg1rQ .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-ts5Z5Cg1rQ .img-btn {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.cid-ts5Z5Cg1rQ .img-hover {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  background: #cdeaba;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-ts5Z5Cg1rQ .content-box {
  display: flex;
}
.cid-ts5Z5Cg1rQ .date-box {
  background: #0a1c44;
  width: 110px;
  padding: 5px;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ts5Z5Cg1rQ .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-ts5Z5Cg1rQ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-ts5Z5Cg1rQ .rev,
.cid-ts5Z5Cg1rQ .mbr-iconfont {
  display: inline-block;
}
.cid-ts5Z5Cg1rQ .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #f48534;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-ts5Z5Cg1rQ .card-title {
  color: #033873;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ts5Z5Cg1rQ .card-box {
  padding: 1rem;
}
.cid-ts5Z5Cg1rQ .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: center;
}
.cid-ts5Z5Cg1rQ .mbr-section-title,
.cid-ts5Z5Cg1rQ .line-wrap {
  text-align: center;
  color: #0b1b3f;
}
.cid-ts5Z5Cg1rQ .rev {
  text-align: left;
  color: #393939;
}
.cid-ts5Z5Cg1rQ .date {
  text-align: center;
  color: #ffffff;
}
.cid-ts5Z5Cg1rQ .mounth {
  text-align: center;
  color: #ffffff;
}
.cid-ts5Z5Cg1rQ .time {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-ts5Z5Cg1rQ .img-hover {
    opacity: 0.5;
  }
  .cid-ts5Z5Cg1rQ .img-btn {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cid-ts5SnBVmKI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ts5SnBVmKI .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ts5SnBVmKI .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-ts5SnBVmKI .period {
  display: block;
  padding-top: 2px;
  border-top: 2px solid rgb(90 90 90);
}
.cid-ts5SnBVmKI .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-ts5SnBVmKI .countdown-cont {
  margin: 0 auto;
}
.cid-ts5SnBVmKI .full-count-container {
  background: #b90000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ts5SnBVmKI .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ts5SnBVmKI .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-ts5SnBVmKI .dot {
    display: none;
  }
  .cid-ts5SnBVmKI .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-ts5SnBVmKI .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-ts5SnBVmKI .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ts5SnBVmKI .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-ts5SnBVmKI .number {
    font-size: 25px;
  }
  .cid-ts5SnBVmKI .period {
    font-size: 0.7rem;
  }
}
.cid-ts5SnBVmKI H2 {
  color: #ffffff;
}
.cid-ts5T5tAqUy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f4;
}
.cid-ts5T5tAqUy H4 {
  color: #145a95;
}
.cid-ts5T5tAqUy H3 {
  color: #f48534;
}
.cid-sjkXzPEa8D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjkXzPEa8D .text-content .btn-bgr {
  z-index: 0;
}
.cid-sjkXzPEa8D .mbr-overlay {
  background: #d7e8f6;
}
.cid-sjkXzPEa8D .text-content {
  padding: 2rem 0rem;
  background-color: #033873;
}
.cid-sjkXzPEa8D .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sjkXzPEa8D .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sjkXzPEa8D .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sjkXzPEa8D .text-content {
    margin-bottom: 2rem;
  }
}
.cid-sjkXzPEa8D .mbr-section-btn,
.cid-sjkXzPEa8D .mbr-section-title {
  color: #ffffff;
}
.cid-sjkXzPEa8D P {
  color: #ffffff;
}
.cid-sjkTktZPZv {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjkTktZPZv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjkTktZPZv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjkTktZPZv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjkTktZPZv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjkTktZPZv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cdeaba;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #cdeaba, #0f7699);
}
.cid-sjkTktZPZv .icon-focus {
  display: none;
}
.cid-sjkTktZPZv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjkTktZPZv ul {
  font-size: 0;
}
.cid-sjkTktZPZv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjkTktZPZv .mbr-gallery-filter ul li .btn.active,
.cid-sjkTktZPZv .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjkTktZPZv .mbr-gallery-filter ul li .btn.active:after,
.cid-sjkTktZPZv .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #393939, #1468bd);
}
.cid-sjkTktZPZv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjkTktZPZv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjkTktZPZv .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-sjkTktZPZv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjkTktZPZv .btn:hover {
  background: transparent !important;
}
.cid-sjkTktZPZv .btn:hover:before {
  background: transparent !important;
}
.cid-sjkTktZPZv .btn:before {
  background-color: transparent !important;
}
.cid-sjkTktZPZv .btn:focus {
  box-shadow: none;
}
.cid-sjkTktZPZv .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #033873;
}
.cid-sjgSfmYh4I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjgSfmYh4I .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sjgSfmYh4I .media-content {
  padding-left: 2rem;
}
.cid-sjgSfmYh4I textarea {
  min-height: 150px;
}
.cid-sjgSfmYh4I .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #f48534;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-sjgSfmYh4I .form-control,
.cid-sjgSfmYh4I .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-sjgSfmYh4I .form-control input::-webkit-input-placeholder,
.cid-sjgSfmYh4I .field-input input::-webkit-input-placeholder,
.cid-sjgSfmYh4I .form-control textarea::-webkit-input-placeholder,
.cid-sjgSfmYh4I .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sjgSfmYh4I .form-control input:-moz-placeholder,
.cid-sjgSfmYh4I .field-input input:-moz-placeholder,
.cid-sjgSfmYh4I .form-control textarea:-moz-placeholder,
.cid-sjgSfmYh4I .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sjgSfmYh4I .form-control:hover,
.cid-sjgSfmYh4I .field-input:hover,
.cid-sjgSfmYh4I .form-control:focus,
.cid-sjgSfmYh4I .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sjgSfmYh4I .form-control:hover input::-webkit-input-placeholder,
.cid-sjgSfmYh4I .field-input:hover input::-webkit-input-placeholder,
.cid-sjgSfmYh4I .form-control:focus input::-webkit-input-placeholder,
.cid-sjgSfmYh4I .field-input:focus input::-webkit-input-placeholder,
.cid-sjgSfmYh4I .form-control:hover textarea::-webkit-input-placeholder,
.cid-sjgSfmYh4I .field-input:hover textarea::-webkit-input-placeholder,
.cid-sjgSfmYh4I .form-control:focus textarea::-webkit-input-placeholder,
.cid-sjgSfmYh4I .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sjgSfmYh4I .form-control:hover input:-moz-placeholder,
.cid-sjgSfmYh4I .field-input:hover input:-moz-placeholder,
.cid-sjgSfmYh4I .form-control:focus input:-moz-placeholder,
.cid-sjgSfmYh4I .field-input:focus input:-moz-placeholder,
.cid-sjgSfmYh4I .form-control:hover textarea:-moz-placeholder,
.cid-sjgSfmYh4I .field-input:hover textarea:-moz-placeholder,
.cid-sjgSfmYh4I .form-control:focus textarea:-moz-placeholder,
.cid-sjgSfmYh4I .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sjgSfmYh4I .jq-number__spin:hover,
.cid-sjgSfmYh4I .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sjgSfmYh4I .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sjgSfmYh4I .jq-selectbox li,
.cid-sjgSfmYh4I .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sjgSfmYh4I .jq-selectbox li:hover,
.cid-sjgSfmYh4I .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sjgSfmYh4I .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sjgSfmYh4I .jq-number__spin.minus:hover:after,
.cid-sjgSfmYh4I .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sjgSfmYh4I .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sjgSfmYh4I .jq-number__spin.minus:after,
.cid-sjgSfmYh4I .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sjgSfmYh4I input::-webkit-clear-button {
  display: none;
}
.cid-sjgSfmYh4I input::-webkit-inner-spin-button {
  display: none;
}
.cid-sjgSfmYh4I input::-webkit-outer-spin-button {
  display: none;
}
.cid-sjgSfmYh4I input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sjgSfmYh4I .mbr-text,
.cid-sjgSfmYh4I .mbr-section-btn {
  color: #0b1b3f;
}
.cid-sjgSfmYh4I .text2,
.cid-sjgSfmYh4I .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sjgSfmYh4I .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sjgSfmYh4I H1 {
  color: #033873;
}
.cid-rUgiS0B10r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUgiS0B10r .google-map {
  height: 30rem;
  position: relative;
}
.cid-rUgiS0B10r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUgiS0B10r .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-rUgiS0B10r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUgiS0B10r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ts5TM2ZwGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f4;
}
.cid-ts5TM2ZwGR H4 {
  color: #145a95;
}
.cid-ts5TM2ZwGR H3 {
  color: #f48534;
}
.cid-sOQFgsM9Fi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #033873;
}
.cid-sOQFgsM9Fi .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sOQFgsM9Fi .navbar-logo {
  width: 350px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sOQFgsM9Fi .col + .mbr-section-btn .btn,
.cid-sOQFgsM9Fi .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sOQFgsM9Fi .col + .mbr-section-btn .btn,
  .cid-sOQFgsM9Fi .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sOQFgsM9Fi .dragArea > *:nth-last-child(2).col,
  .cid-sOQFgsM9Fi .dragArea > *:nth-last-child(2).col-auto,
  .cid-sOQFgsM9Fi .col + .mbr-section-btn,
  .cid-sOQFgsM9Fi .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sOQFgsM9Fi .dragArea {
    flex-direction: column;
  }
}
.cid-sOQFgsM9Fi .btn-primary {
  border: 1px solid #393939 !important;
}
.cid-sOQFgsM9Fi .btn-primary:hover {
  border: 1px solid #393939 !important;
}
.cid-sOQFgsM9Fi .stripe {
  border-bottom: 1px solid #f7b484;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sOQFgsM9Fi .form-group {
  max-width: 220px;
}
.cid-sOQFgsM9Fi .mbr-section-btn {
  padding-left: 0;
}
.cid-sOQFgsM9Fi .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sOQFgsM9Fi .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7b484;
  width: 85%;
}
.cid-sOQFgsM9Fi .mbr-text {
  color: #444;
}
.cid-sOQFgsM9Fi h5 {
  margin-bottom: 0;
}
.cid-sOQFgsM9Fi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sOQFgsM9Fi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOQFgsM9Fi .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sOQFgsM9Fi .socicon {
  font-size: 1.3rem;
  background: #f48534;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOQFgsM9Fi .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOQFgsM9Fi .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sOQFgsM9Fi .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sOQFgsM9Fi .social-list a:hover {
  opacity: 0.4;
}
.cid-sOQFgsM9Fi .media-container-row > div {
  padding: 0px;
}
.cid-sOQFgsM9Fi .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sOQFgsM9Fi .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sOQFgsM9Fi .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sOQFgsM9Fi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sOQFgsM9Fi .social-list,
  .cid-sOQFgsM9Fi .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sOQFgsM9Fi h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sOQFgsM9Fi .form-group {
    max-width: 180px;
  }
}
.cid-sOQFgsM9Fi .links span {
  color: #9e9e9e;
}
.cid-sOQFgsM9Fi .logo-sub-title {
  text-align: center;
}
.cid-sOQFgsM9Fi .logo-title {
  text-align: center;
}
.cid-sOQFgsM9Fi .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sOQFgsM9Fi .logo-title,
.cid-sOQFgsM9Fi .logo {
  color: #ffffff;
}
.cid-rUhl8Towju {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rUhl8Towju p {
  text-align: center;
}
.cid-rUhl8Towju .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rUhl8Towju .btn-underline:hover {
  color: #505050;
}
.cid-rUhl8Towju .btn-underline:before {
  background-color: #505050;
}
.cid-rUhl8Towju .social-list a:focus {
  text-decoration: none;
}
.cid-rUhl8Towju .text-copyright {
  width: 100%;
  color: #072561;
}
.cid-rUhl8Towju .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rUhl8Towju .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rUhl8Towju .logo-footer {
  line-height: normal;
}
.cid-rUhl8Towju .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rUhl8Towju .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUhl8Towju .mbr-section-btn {
  font-size: 16px;
}
.cid-rUhl8Towju .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-sOQEqvr8TT {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #133a65;
}
.cid-sOQEqvr8TT .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sOQEqvr8TT .mbr-section-title {
  color: #232323;
}
.cid-sOQEqvr8TT .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOQEqvr8TT .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sOQEr2yinf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOQEr2yinf .mbr-text {
  position: relative;
  text-align: left;
}
.cid-sOQEr2yinf .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sOQEr2yinf .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sOQEr2yinf .mbr-text:after,
  .cid-sOQEr2yinf .mbr-text:before {
    display: none;
  }
}
.cid-sOQEr2yinf .mbr-section-title,
.cid-sOQEr2yinf .logo {
  color: #073652;
}
.cid-sOQEgzgtdT .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-sOQEgzgtdT .nav-item:focus,
.cid-sOQEgzgtdT .nav-link:focus {
  outline: none;
}
.cid-sOQEgzgtdT .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sOQEgzgtdT .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-sOQEgzgtdT .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sOQEgzgtdT .dropdown .dropdown-menu .dropdown-item:active,
.cid-sOQEgzgtdT .dropdown .dropdown-menu .dropdown-item:focus {
  color: #393939 !important;
}
.cid-sOQEgzgtdT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOQEgzgtdT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOQEgzgtdT .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-sOQEgzgtdT .navbar-caption:hover {
  color: inherit!important;
}
.cid-sOQEgzgtdT .container {
  max-width: 1380px;
}
.cid-sOQEgzgtdT .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sOQEgzgtdT .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sOQEgzgtdT .nav-link:hover,
.cid-sOQEgzgtdT .nav-link:active,
.cid-sOQEgzgtdT .nav-link:focus {
  border-bottom: 3px solid #393939;
  color: #393939 !important;
}
.cid-sOQEgzgtdT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sOQEgzgtdT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sOQEgzgtdT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sOQEgzgtdT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOQEgzgtdT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOQEgzgtdT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOQEgzgtdT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-sOQEgzgtdT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOQEgzgtdT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOQEgzgtdT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOQEgzgtdT .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-sOQEgzgtdT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOQEgzgtdT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sOQEgzgtdT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sOQEgzgtdT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOQEgzgtdT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOQEgzgtdT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOQEgzgtdT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOQEgzgtdT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOQEgzgtdT .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-sOQEgzgtdT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOQEgzgtdT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOQEgzgtdT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOQEgzgtdT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOQEgzgtdT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOQEgzgtdT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sOQEgzgtdT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sOQEgzgtdT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOQEgzgtdT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOQEgzgtdT .icons-menu span {
  color: #393939 !important;
}
.cid-sOQEgzgtdT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOQEgzgtdT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOQEgzgtdT .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-sOQEgzgtdT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOQEgzgtdT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOQEgzgtdT .dropdown-item.active,
.cid-sOQEgzgtdT .dropdown-item:active {
  background-color: transparent;
}
.cid-sOQEgzgtdT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOQEgzgtdT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOQEgzgtdT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOQEgzgtdT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sOQEgzgtdT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOQEgzgtdT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOQEgzgtdT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOQEgzgtdT .navbar-buttons {
  text-align: center;
}
.cid-sOQEgzgtdT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOQEgzgtdT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393939;
}
.cid-sOQEgzgtdT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOQEgzgtdT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOQEgzgtdT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOQEgzgtdT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOQEgzgtdT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOQEgzgtdT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOQEgzgtdT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOQEgzgtdT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOQEgzgtdT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sOQEgzgtdT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOQEgzgtdT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sOQEgzgtdT .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-sOQEgzgtdT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOQEgzgtdT .navbar {
    height: 77px;
  }
  .cid-sOQEgzgtdT .navbar.opened {
    height: auto;
  }
  .cid-sOQEgzgtdT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOQEgPiMb5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #033873;
}
.cid-sOQEgPiMb5 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-sOQEgPiMb5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sOQEgPiMb5 .col + .mbr-section-btn .btn,
.cid-sOQEgPiMb5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-sOQEgPiMb5 .col + .mbr-section-btn .btn,
  .cid-sOQEgPiMb5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-sOQEgPiMb5 .dragArea > *:nth-last-child(2).col,
  .cid-sOQEgPiMb5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-sOQEgPiMb5 .col + .mbr-section-btn,
  .cid-sOQEgPiMb5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-sOQEgPiMb5 .dragArea {
    flex-direction: column;
  }
}
.cid-sOQEgPiMb5 .btn-primary {
  border: 1px solid #393939 !important;
}
.cid-sOQEgPiMb5 .btn-primary:hover {
  border: 1px solid #393939 !important;
}
.cid-sOQEgPiMb5 .stripe {
  border-bottom: 1px solid #cdeaba;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sOQEgPiMb5 .form-group {
  max-width: 220px;
}
.cid-sOQEgPiMb5 .mbr-section-btn {
  padding-left: 0;
}
.cid-sOQEgPiMb5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sOQEgPiMb5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #7aba59;
  width: 85%;
}
.cid-sOQEgPiMb5 .mbr-text {
  color: #444;
}
.cid-sOQEgPiMb5 h5 {
  margin-bottom: 0;
}
.cid-sOQEgPiMb5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sOQEgPiMb5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOQEgPiMb5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sOQEgPiMb5 .socicon {
  font-size: 1.3rem;
  background: #f48534;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOQEgPiMb5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sOQEgPiMb5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sOQEgPiMb5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sOQEgPiMb5 .social-list a:hover {
  opacity: 0.4;
}
.cid-sOQEgPiMb5 .media-container-row > div {
  padding: 0px;
}
.cid-sOQEgPiMb5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-sOQEgPiMb5 .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-sOQEgPiMb5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sOQEgPiMb5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sOQEgPiMb5 .social-list,
  .cid-sOQEgPiMb5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sOQEgPiMb5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sOQEgPiMb5 .form-group {
    max-width: 180px;
  }
}
.cid-sOQEgPiMb5 .links span {
  color: #9e9e9e;
}
.cid-sOQEgPiMb5 .logo-sub-title {
  text-align: center;
}
.cid-sOQEgPiMb5 .logo-title {
  text-align: center;
}
.cid-sOQEgPiMb5 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sOQEgPiMb5 .logo-title,
.cid-sOQEgPiMb5 .logo {
  color: #ffffff;
}
.cid-sOQEgRqUar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sOQEgRqUar p {
  text-align: center;
}
.cid-sOQEgRqUar .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sOQEgRqUar .btn-underline:hover {
  color: #505050;
}
.cid-sOQEgRqUar .btn-underline:before {
  background-color: #505050;
}
.cid-sOQEgRqUar .social-list a:focus {
  text-decoration: none;
}
.cid-sOQEgRqUar .text-copyright {
  width: 100%;
  color: #072561;
}
.cid-sOQEgRqUar .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sOQEgRqUar .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sOQEgRqUar .logo-footer {
  line-height: normal;
}
.cid-sOQEgRqUar .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOQEgRqUar .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOQEgRqUar .mbr-section-btn {
  font-size: 16px;
}
.cid-sOQEgRqUar .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
