@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);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.9rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4.64rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.64rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 0.96rem;
  }
}
/* ---- 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((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: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !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 #b93002 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: #b93002 !important;
  border-color: #b93002 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6d1c01 !important;
  border-color: #6d1c01 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6d1c01 !important;
  border-color: #6d1c01 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #b93002 inset !important;
  background: transparent!important;
  border: none!important;
  color: #b93002 !important;
}
.btn-secondary span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent!important;
  border: none!important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent!important;
  border: none!important;
  color: #f7ed4a !important;
}
.btn-success span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f 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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent!important;
  border: none!important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent!important;
  border: none!important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent!important;
  border: none!important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent!important;
  border: none!important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #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 #b93002 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: #541601;
  color: #541601;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b93002;
  border-color: #b93002;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b93002 !important;
  border-color: #b93002 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #b93002 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: #b93002;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #f7ed4a;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f 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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f 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: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed6436 !important;
}
.text-secondary {
  color: #b93002 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b93002 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff!important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.4rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 0.64rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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: #b93002 !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-s1EqNTHbrV .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s1EqNTHbrV .navbar-fixed-top {
  padding-top: 0;
}
.cid-s1EqNTHbrV .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s1EqNTHbrV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1EqNTHbrV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s1EqNTHbrV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1EqNTHbrV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1EqNTHbrV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1EqNTHbrV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1EqNTHbrV .menu-content-top {
  background: #ed6436;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s1EqNTHbrV .dropdown-item {
  padding: 0;
}
.cid-s1EqNTHbrV .dropdown-item,
.cid-s1EqNTHbrV .nav-link,
.cid-s1EqNTHbrV .brand-name {
  font-style: normal;
}
.cid-s1EqNTHbrV .dropdown-item:hover,
.cid-s1EqNTHbrV .nav-link:hover,
.cid-s1EqNTHbrV .brand-name:hover {
  color: #ed6436 !important;
}
.cid-s1EqNTHbrV .dropdown-menu {
  background-color: #0a1c44;
}
.cid-s1EqNTHbrV .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-s1EqNTHbrV .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1EqNTHbrV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s1EqNTHbrV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s1EqNTHbrV .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-s1EqNTHbrV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-s1EqNTHbrV .content-text {
  margin-bottom: 0;
}
.cid-s1EqNTHbrV .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s1EqNTHbrV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ed6436;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s1EqNTHbrV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s1EqNTHbrV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s1EqNTHbrV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s1EqNTHbrV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s1EqNTHbrV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s1EqNTHbrV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s1EqNTHbrV .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1EqNTHbrV .nav-dropdown .link {
  font-weight: 400;
}
.cid-s1EqNTHbrV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s1EqNTHbrV .content-right-side {
  text-align: center;
}
.cid-s1EqNTHbrV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s1EqNTHbrV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s1EqNTHbrV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s1EqNTHbrV .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1EqNTHbrV .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1EqNTHbrV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s1EqNTHbrV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s1EqNTHbrV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s1EqNTHbrV .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-s1EqNTHbrV .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-s1EqNTHbrV .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-s1EqNTHbrV .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s1EqNTHbrV .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s1EqNTHbrV .navbar {
    display: block;
    padding: 0;
  }
  .cid-s1EqNTHbrV .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s1EqNTHbrV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s1EqNTHbrV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-s1EqNTHbrV .navbar-toggler {
    display: none;
  }
  .cid-s1EqNTHbrV .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s1EqNTHbrV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s1EqNTHbrV .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1EqNTHbrV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s1EqNTHbrV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s1EqNTHbrV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1EqNTHbrV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1EqNTHbrV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1EqNTHbrV .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s1EqNTHbrV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s1EqNTHbrV .dropdown .dropdown-menu .dropdown-item {
  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-s1EqNTHbrV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1EqNTHbrV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s1EqNTHbrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1EqNTHbrV .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-s1EqNTHbrV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1EqNTHbrV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1EqNTHbrV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s1EqNTHbrV .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-s1EqNTHbrV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1EqNTHbrV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1EqNTHbrV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1EqNTHbrV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1EqNTHbrV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-s1EqNTHbrV button.navbar-toggler:focus {
  outline: none;
}
.cid-s1EqNTHbrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-s1EqNTHbrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s1EqNTHbrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s1EqNTHbrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s1EqNTHbrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s1EqNTHbrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s1EqNTHbrV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s1EqNTHbrV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s1EqNTHbrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s1EqNTHbrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1EqNTHbrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1EqNTHbrV .collapsed .btn {
  display: flex;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse.collapsing,
.cid-s1EqNTHbrV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1EqNTHbrV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1EqNTHbrV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1EqNTHbrV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1EqNTHbrV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s1EqNTHbrV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1EqNTHbrV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1EqNTHbrV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s1EqNTHbrV .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1EqNTHbrV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-s1EqNTHbrV .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1EqNTHbrV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-s1EqNTHbrV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1EqNTHbrV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1EqNTHbrV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-s1EqNTHbrV .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-s1EqNTHbrV .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-s1EqNTHbrV .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-s1EqNTHbrV .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-s1EqNTHbrV .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-s1EqNTHbrV .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1EqNTHbrV .navbar-collapse.collapsing,
  .cid-s1EqNTHbrV .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1EqNTHbrV .navbar-collapse.collapsing .navbar-nav,
  .cid-s1EqNTHbrV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1EqNTHbrV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1EqNTHbrV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1EqNTHbrV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1EqNTHbrV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1EqNTHbrV .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1EqNTHbrV .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-s1EqNTHbrV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1EqNTHbrV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1EqNTHbrV img {
    height: 3.8rem !important;
  }
  .cid-s1EqNTHbrV .btn {
    display: flex;
  }
  .cid-s1EqNTHbrV button.navbar-toggler {
    display: block;
  }
  .cid-s1EqNTHbrV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-s1EqNTHbrV .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s1EqNTHbrV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-s1EqNTHbrV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1EqNTHbrV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1EqNTHbrV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-s1EqNTHbrV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s1EqNTHbrV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s1EqNTHbrV .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s1EqNTHbrV .nav-link:focus {
  outline: none;
}
.cid-s1EqNTHbrV .navbar-toggler {
  position: relative;
}
.cid-s1EqNTHbrV .dropdown-item.active,
.cid-s1EqNTHbrV .dropdown-item:active {
  color: initial;
}
.cid-s1EqNTHbrV .widget-title,
.cid-s1EqNTHbrV .widget-icon {
  color: #e9e9e9;
  text-align: center;
}
.cid-s1EqNTHbrV .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-s1EqNTHbrV .menu-logo {
    display: none;
  }
  .cid-s1EqNTHbrV .navbar {
    padding: 0;
  }
  .cid-s1EqNTHbrV .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s1EqNTHbrV button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-s1DeFk5MBn {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ed6436;
}
.cid-s1DeFk5MBn .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s1DeFk5MBn .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-s1DeFk5MBn .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-s1DeFk5MBn .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-s1DeFk5MBn .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-s1DeFk5MBn .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-s1DeFk5MBn .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-s1DeFk5MBn .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-s1DeFk5MBn .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-s1DeFk5MBn .card-wrapper {
    position: relative;
  }
  .cid-s1DeFk5MBn .card-wrapper:before {
    opacity: 0;
  }
  .cid-s1DeFk5MBn .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-s1DeFk5MBn .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-s1DeFk5MBn .wrapper {
    opacity: 0;
  }
  .cid-s1DeFk5MBn .btn-col {
    justify-content: flex-end;
  }
}
.cid-s1DeFk5MBn H4 {
  color: #ffffff;
}
.cid-s1DeFk5MBn .mbr-section-title,
.cid-s1DeFk5MBn .underline {
  color: #ffffff;
}
.cid-s1EvEvgDJ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed6436;
}
.cid-s1EvEvgDJ9 .block-title {
  color: #ffffff;
}
.cid-s1DxlNzw8B {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1DxlNzw8B h4 {
  margin-bottom: 0;
}
.cid-s1DxlNzw8B p {
  color: #767676;
}
.cid-s1DxlNzw8B .cardcenter {
  background-color: #ed6436;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-s1DxlNzw8B .cardcenter:hover {
  background-color: #ed6436;
}
.cid-s1DxlNzw8B .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-s1DxlNzw8B .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-s1DxlNzw8B .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s1DxlNzw8B .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s1DxlNzw8B .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s1DxlNzw8B .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #ed6436 !important;
  box-shadow: none!important;
}
.cid-s1DxlNzw8B .btn[class*="-outline"]:active,
.cid-s1DxlNzw8B .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s1DxlNzw8B .card-box {
  padding-top: 2rem;
}
.cid-s1DxlNzw8B .card-wrapper {
  height: 100%;
}
.cid-s1DxlNzw8B .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s1DxlNzw8B img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s1DxlNzw8B .card-title {
  color: #149dcc;
}
.cid-s1DxlNzw8B .main-title {
  color: #ed6436;
  text-align: center;
}
.cid-s1DxlNzw8B .text {
  color: #ffffff;
}
.cid-s1DxlNzw8B .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-s1DxlNzw8B .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-s1DxlNzw8B .link {
    margin: auto;
  }
}
.cid-s1E8og2atC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed6436;
}
.cid-s1E8og2atC .block-title {
  color: #ffffff;
}
.cid-s1E4xJvJ7c {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ed6436;
}
.cid-s1E4xJvJ7c .text-content .btn-bgr {
  z-index: 0;
}
.cid-s1E4xJvJ7c .mbr-overlay {
  background: #ed6436;
  background: linear-gradient(135deg, #ed6436, #ed6436);
}
.cid-s1E4xJvJ7c .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-s1E4xJvJ7c .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s1E4xJvJ7c .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s1E4xJvJ7c .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-s1E4xJvJ7c .text-content {
    margin-bottom: 2rem;
  }
}
.cid-s1E4xJvJ7c .mbr-section-btn,
.cid-s1E4xJvJ7c .mbr-section-title {
  color: #ed6436;
  text-align: center;
}
.cid-rOes4QSCDY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOes4QSCDY .card-wrapper {
  z-index: 3;
}
.cid-rOes4QSCDY .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rOes4QSCDY:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rOes4QSCDY .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rOes4QSCDY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rOes4QSCDY H2 {
  color: #ed6436;
  text-align: center;
}
.cid-rOerCTYUo3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOerCTYUo3 .card-wrapper {
  z-index: 3;
}
.cid-rOerCTYUo3 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rOerCTYUo3:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rOerCTYUo3 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rOerCTYUo3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rOerCTYUo3 H2 {
  color: #ed6436;
  text-align: center;
}
.cid-rN5f9lqjA9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rN5f9lqjA9 .mbr-text {
  color: #767676;
}
.cid-rN5f9lqjA9 img {
  width: 100%;
}
.cid-rN5f9lqjA9 .card-img {
  margin-bottom: 0rem;
}
.cid-rN5f9lqjA9 .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rN5f9lqjA9 .card-box {
  padding: 2rem 1rem;
}
.cid-rN5f9lqjA9 p {
  font-weight: 400;
}
.cid-rN5f9lqjA9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rN5f9lqjA9 .card {
    margin-bottom: 2rem;
  }
}
.cid-rN5f9lqjA9 .mbr-text,
.cid-rN5f9lqjA9 .mbr-section-btn {
  text-align: center;
}
.cid-rN5f9lqjA9 .card-title,
.cid-rN5f9lqjA9 .card-img {
  text-align: center;
}
.cid-rNtXnHJZ1K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed6436;
}
.cid-rNtXnHJZ1K .card-wrapper {
  z-index: 3;
}
.cid-rNtXnHJZ1K .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNtXnHJZ1K:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNtXnHJZ1K .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNtXnHJZ1K .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNtNx9TPLs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed6436;
}
.cid-rNtNx9TPLs .card-box {
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .cid-rNtNx9TPLs .container {
    padding: 0 1.3rem;
  }
  .cid-rNtNx9TPLs .mbr-section-btn {
    opacity: 1;
  }
  .cid-rNtNx9TPLs .card-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
  .cid-rNtNx9TPLs .card {
    padding: 0rem!important;
    padding-bottom: 1rem!important;
  }
}
@media (min-width: 992px) {
  .cid-rNtNx9TPLs .card:hover .card-wrapper {
    transform: rotateY(360deg);
  }
  .cid-rNtNx9TPLs .card:hover .mbr-section-btn {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .cid-rNtNx9TPLs .card {
    padding-bottom: 1rem!important;
  }
  .cid-rNtNx9TPLs .card .mbr-section-btn {
    opacity: 1;
  }
}
.cid-rNtNx9TPLs .mbr-section-btn {
  padding-top: 2rem;
  transition: all 1s;
  opacity: 0;
}
.cid-rNtNx9TPLs .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rNtNx9TPLs .card1 {
  background-image: url("../../../assets/images/sports-dentistry-and-gum-shields-1-1608x1068.jpeg");
}
.cid-rNtNx9TPLs .card2 {
  background-image: url("../../../assets/images/mouthguard-5-920x650.jpeg");
}
.cid-rNtNx9TPLs .card3 {
  background-image: url("../../../assets/images/protetor-bocal-02-1024x867.jpeg");
}
.cid-rNtNx9TPLs h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rNtNx9TPLs p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rNtNx9TPLs .card-wrapper {
  transition: all 1s;
  height: 100%;
  padding: 4rem 2rem 4rem 2rem;
  background-size: cover;
}
.cid-rNtNx9TPLs .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
.cid-rNtNx9TPLs .card-title {
  color: #ffffff;
}
.cid-rNtNx9TPLs .mbr-text,
.cid-rNtNx9TPLs .mbr-section-btn {
  color: #ffffff;
}
.cid-rNtWafGhRE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ed6436;
}
.cid-rNtWafGhRE li {
  list-style: none;
}
.cid-rNtWafGhRE .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rNtWafGhRE .item-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rNtWafGhRE .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-rNtWafGhRE h4 {
  margin: 0;
}
.cid-rNtWafGhRE ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rNtWafGhRE .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rNtWafGhRE .col-title2 {
  color: #ed6436;
}
.cid-rNtWafGhRE .item1 {
  color: #ffffff;
}
.cid-rNpVAuBOwc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sedacao-consciente-infantil-620x250.jpg");
}
.cid-rNpVAuBOwc .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rNpVAuBOwc .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rNpVAuBOwc .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rNpVAuBOwc .card-title,
.cid-rNpVAuBOwc .card-img {
  color: #ed6436;
}
.cid-rNn62RMHbf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNn62RMHbf .card-wrapper {
  z-index: 3;
}
.cid-rNn62RMHbf .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNn62RMHbf:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNn62RMHbf .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNn62RMHbf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNn62RMHbf H2 {
  color: #ed6436;
}
.cid-rNn3Wb7zhj {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNn3Wb7zhj .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rNn3Wb7zhj .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rNn3Wb7zhj .acc {
    padding: 0 2rem;
  }
}
.cid-rNn3Wb7zhj .img-col {
  padding: 0;
}
.cid-rNn3Wb7zhj .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rNn3Wb7zhj .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNn3Wb7zhj .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-rNn3Wb7zhj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNn3Wb7zhj .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-rNn3Wb7zhj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNn3Wb7zhj .card .panel-body {
  color: #767676;
}
.cid-rNn3Wb7zhj .card:hover {
  background: #f2f2f4;
}
.cid-rNn3Wb7zhj .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-rNn3Wb7zhj .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNn3Wb7zhj .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNn3Wb7zhj .panel-text {
  padding: 0rem;
  color: #383838;
  text-align: left;
}
.cid-rNn3Wb7zhj .panel-collapse {
  margin-top: -1px;
}
.cid-rNn3Wb7zhj H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rNn3Wb7zhj .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rNn3Wb7zhj .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNn3Wb7zhj .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNn3Wb7zhj .sign {
    margin-right: 0.5rem;
  }
}
.cid-rNya4cKOmD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNya4cKOmD .card-wrapper {
  z-index: 3;
}
.cid-rNya4cKOmD .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNya4cKOmD:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNya4cKOmD .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNya4cKOmD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNya4cKOmD H2 {
  color: #ed6436;
}
.cid-rNtBByJTrZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ed6436;
}
.cid-rNtBByJTrZ .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-rNtBByJTrZ .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rNtBByJTrZ .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rNtBByJTrZ .card-wrapper:hover .card-box {
  bottom: 0;
}
.cid-rNtBByJTrZ .card-img {
  overflow: hidden;
  position: relative;
}
.cid-rNtBByJTrZ .p-box {
  background-color: #ed6436;
  width: 100%;
  padding: 10px;
}
.cid-rNtBByJTrZ .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: -92px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rNtBByJTrZ .card-box p {
  display: inline-block;
  padding: 15px;
  margin: 0;
  line-height: 1.2;
}
.cid-rNtBByJTrZ .mbr-section-title {
  color: #ffffff;
}
.cid-rNtBByJTrZ .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rNtBByJTrZ .card-box {
    bottom: 0px;
  }
  .cid-rNtBByJTrZ .p-box {
    padding: 0px;
  }
  .cid-rNtBByJTrZ .card-title {
    padding: 10px 15px;
  }
}
.cid-rNn4nLGDxq {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNn4nLGDxq .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rNn4nLGDxq .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rNn4nLGDxq .acc {
    padding: 0 2rem;
  }
}
.cid-rNn4nLGDxq .img-col {
  padding: 0;
}
.cid-rNn4nLGDxq .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rNn4nLGDxq .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNn4nLGDxq .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-rNn4nLGDxq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNn4nLGDxq .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-rNn4nLGDxq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNn4nLGDxq .card .panel-body {
  color: #767676;
}
.cid-rNn4nLGDxq .card:hover {
  background: #f2f2f4;
}
.cid-rNn4nLGDxq .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-rNn4nLGDxq .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNn4nLGDxq .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNn4nLGDxq .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rNn4nLGDxq .panel-collapse {
  margin-top: -1px;
}
.cid-rNn4nLGDxq H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rNn4nLGDxq .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rNn4nLGDxq .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNn4nLGDxq .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNn4nLGDxq .sign {
    margin-right: 0.5rem;
  }
}
.cid-rNtEOtIFb0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNtEOtIFb0 .card-wrapper {
  z-index: 3;
}
.cid-rNtEOtIFb0 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNtEOtIFb0:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNtEOtIFb0 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNtEOtIFb0 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNtEOtIFb0 H2 {
  color: #ed6436;
}
.cid-rNtFp9fNyA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ed6436;
}
.cid-rNtFp9fNyA .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-rNtFp9fNyA .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rNtFp9fNyA .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rNtFp9fNyA .card-wrapper:hover .card-box {
  bottom: 0;
}
.cid-rNtFp9fNyA .card-img {
  overflow: hidden;
  position: relative;
}
.cid-rNtFp9fNyA .p-box {
  background-color: #149dcc;
  width: 100%;
  padding: 10px;
}
.cid-rNtFp9fNyA .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: -92px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rNtFp9fNyA .card-box p {
  display: inline-block;
  padding: 15px;
  margin: 0;
  line-height: 1.2;
}
.cid-rNtFp9fNyA .mbr-section-title {
  color: #656565;
}
.cid-rNtFp9fNyA .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rNtFp9fNyA .card-box {
    bottom: 0px;
  }
  .cid-rNtFp9fNyA .p-box {
    padding: 0px;
  }
  .cid-rNtFp9fNyA .card-title {
    padding: 10px 15px;
  }
}
.cid-rNn4cqvPLE {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNn4cqvPLE .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rNn4cqvPLE .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rNn4cqvPLE .acc {
    padding: 0 2rem;
  }
}
.cid-rNn4cqvPLE .img-col {
  padding: 0;
}
.cid-rNn4cqvPLE .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rNn4cqvPLE .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNn4cqvPLE .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-rNn4cqvPLE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNn4cqvPLE .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
}
.cid-rNn4cqvPLE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNn4cqvPLE .card .panel-body {
  color: #767676;
}
.cid-rNn4cqvPLE .card:hover {
  background: #f2f2f4;
}
.cid-rNn4cqvPLE .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-rNn4cqvPLE .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNn4cqvPLE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNn4cqvPLE .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rNn4cqvPLE .panel-collapse {
  margin-top: -1px;
}
.cid-rNn4cqvPLE H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rNn4cqvPLE .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rNn4cqvPLE .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNn4cqvPLE .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNn4cqvPLE .sign {
    margin-right: 0.5rem;
  }
}
.cid-rNpY4w3zGB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNpY4w3zGB .card-wrapper {
  z-index: 3;
}
.cid-rNpY4w3zGB .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNpY4w3zGB:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNpY4w3zGB .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNpY4w3zGB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNpY4w3zGB H2 {
  color: #ed6436;
}
.cid-rNpXSn2OZ5 {
  background-color: #ffffff;
}
.cid-rNpXSn2OZ5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rNpXSn2OZ5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNpXSn2OZ5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNpXSn2OZ5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNpXSn2OZ5 .row > .row {
  display: block;
}
.cid-rNpXSn2OZ5 .mbr-gallery-item {
  width: 100%;
}
.cid-rNpXSn2OZ5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
  background: linear-gradient(to left, #ffffff, #45505b) !important;
}
.cid-rNpXSn2OZ5 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-rNpXSn2OZ5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNpXSn2OZ5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rNpXSn2OZ5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-rNpXSn2OZ5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(to left, #ffffff, #45505b) !important;
}
.cid-rNpXSn2OZ5 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-rNpXSn2OZ5 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-rNpXSn2OZ5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rNpXSn2OZ5 .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-rNpXSn2OZ5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-rNzNb1pRed {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNzNb1pRed .card-wrapper {
  z-index: 3;
}
.cid-rNzNb1pRed .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNzNb1pRed:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNzNb1pRed .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNzNb1pRed .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNzNb1pRed H2 {
  color: #ed6436;
}
.cid-rNzFxw6Scp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rNzFxw6Scp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rNzFxw6Scp img:hover {
  transform: scale(1.1);
}
.cid-rNzFxw6Scp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rNzFxw6Scp h2 {
  padding: 0;
  margin: 0;
}
.cid-rNzFxw6Scp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rNzFxw6Scp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rNzFxw6Scp .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rNzFxw6Scp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rNzFxw6Scp .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rNzFxw6Scp .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rNzFxw6Scp .mbr-iconfont {
  margin: 0!important;
}
.cid-rNzFxw6Scp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rNzFxw6Scp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzFxw6Scp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rNzFxw6Scp .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rNzFxw6Scp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rNzFxw6Scp H2 {
  color: #333333;
}
.cid-rNzFxw6Scp .mbr-text {
  color: #767676;
}
.cid-rNzFxw6Scp H3 {
  color: #ed6436;
}
.cid-rNy95LSlxC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNy95LSlxC .card-wrapper {
  z-index: 3;
}
.cid-rNy95LSlxC .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNy95LSlxC:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNy95LSlxC .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNy95LSlxC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNy95LSlxC H2 {
  color: #ed6436;
}
.cid-rNqdiU2kvP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNqdiU2kvP .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-rNqdiU2kvP img {
    width: 90%;
  }
}
.cid-rNqdiU2kvP .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-rNqdiU2kvP .items {
  margin-bottom: 0;
  color: #c1c1c1;
}
.cid-rNqdiU2kvP .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-rNqdiU2kvP .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-rNqdiU2kvP .soc-item:hover span {
  color: #ed6436 !important;
}
.cid-rNqdiU2kvP .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rNqdiU2kvP .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rNqdiU2kvP .social-list {
    justify-content: center;
  }
}
.cid-rNqdiU2kvP .mbr-text,
.cid-rNqdiU2kvP .mbr-section-btn {
  color: #181818;
}
.cid-rNqdiU2kvP .card-title {
  color: #ed6436;
}
.cid-rNyeX0SBME {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNyeX0SBME .card-wrapper {
  z-index: 3;
}
.cid-rNyeX0SBME .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNyeX0SBME:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNyeX0SBME .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNyeX0SBME .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNyeX0SBME H2 {
  color: #ed6436;
}
.cid-rNtnN7PX67 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNtnN7PX67 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rNtnN7PX67 .content-panel {
  padding: 2rem;
  background-color: #ed6436;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rNtnN7PX67 .content-block {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rNtnN7PX67 .form-group,
  .cid-rNtnN7PX67 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rNtnN7PX67 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-rNtnN7PX67 .form-control:focus,
.cid-rNtnN7PX67 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-rNtnN7PX67 textarea.form-control {
  min-height: 170px;
}
.cid-rNtnN7PX67 .form-group {
  margin-bottom: 1rem;
}
.cid-rNtnN7PX67 input::-webkit-input-placeholder,
.cid-rNtnN7PX67 textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-rNtnN7PX67 input:-moz-placeholder,
.cid-rNtnN7PX67 textarea:-moz-placeholder {
  color: #565656;
}
.cid-rNtnN7PX67 .jq-selectbox li,
.cid-rNtnN7PX67 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rNtnN7PX67 .jq-selectbox li:hover,
.cid-rNtnN7PX67 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rNtnN7PX67 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rNtnN7PX67 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-rNtnN7PX67 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rNtnN7PX67 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-rNy7VNMR64 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNy7VNMR64 .card-wrapper {
  z-index: 3;
}
.cid-rNy7VNMR64 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNy7VNMR64:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNy7VNMR64 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNy7VNMR64 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNy7VNMR64 H2 {
  color: #ed6436;
}
.cid-rNy7wWmeqF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNy7wWmeqF .mbr-overlay {
  background: #5eeebb;
}
.cid-rNy7wWmeqF .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNy7wWmeqF .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rNy7wWmeqF .carousel-item .wrap-img {
  text-align: center;
}
.cid-rNy7wWmeqF .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rNy7wWmeqF .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNy7wWmeqF .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #000000;
  font-weight: bold;
}
.cid-rNy7wWmeqF .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rNy7wWmeqF .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rNy7wWmeqF .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-rNy7wWmeqF .cloneditem-1,
.cid-rNy7wWmeqF .cloneditem-2,
.cid-rNy7wWmeqF .cloneditem-3,
.cid-rNy7wWmeqF .cloneditem-4,
.cid-rNy7wWmeqF .cloneditem-5 {
  display: none;
}
.cid-rNy7wWmeqF .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rNy7wWmeqF .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rNy7wWmeqF .carousel-inner {
    z-index: 1;
  }
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides2 .cloneditem-1,
  .cid-rNy7wWmeqF .carousel-inner.slides2 .cloneditem-2,
  .cid-rNy7wWmeqF .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides3 .cloneditem-1,
  .cid-rNy7wWmeqF .carousel-inner.slides3 .cloneditem-2,
  .cid-rNy7wWmeqF .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides4 .cloneditem-1,
  .cid-rNy7wWmeqF .carousel-inner.slides4 .cloneditem-2,
  .cid-rNy7wWmeqF .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides5 .cloneditem-1,
  .cid-rNy7wWmeqF .carousel-inner.slides5 .cloneditem-2,
  .cid-rNy7wWmeqF .carousel-inner.slides5 .cloneditem-3,
  .cid-rNy7wWmeqF .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNy7wWmeqF .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNy7wWmeqF .carousel-inner.slides6 .cloneditem-1,
  .cid-rNy7wWmeqF .carousel-inner.slides6 .cloneditem-2,
  .cid-rNy7wWmeqF .carousel-inner.slides6 .cloneditem-3,
  .cid-rNy7wWmeqF .carousel-inner.slides6 .cloneditem-4,
  .cid-rNy7wWmeqF .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rNy7wWmeqF .mbr-section-title {
  color: #ffab5c;
}
.cid-rNyVTCFLFZ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNyVTCFLFZ .mbr-overlay {
  background: #ffab5c;
}
.cid-rNyVTCFLFZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNyVTCFLFZ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rNyVTCFLFZ .carousel-item .wrap-img {
  text-align: center;
}
.cid-rNyVTCFLFZ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rNyVTCFLFZ .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rNyVTCFLFZ .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #000000;
  font-weight: bold;
}
.cid-rNyVTCFLFZ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rNyVTCFLFZ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rNyVTCFLFZ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-rNyVTCFLFZ .cloneditem-1,
.cid-rNyVTCFLFZ .cloneditem-2,
.cid-rNyVTCFLFZ .cloneditem-3,
.cid-rNyVTCFLFZ .cloneditem-4,
.cid-rNyVTCFLFZ .cloneditem-5 {
  display: none;
}
.cid-rNyVTCFLFZ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rNyVTCFLFZ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rNyVTCFLFZ .carousel-inner {
    z-index: 1;
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides2 .cloneditem-1,
  .cid-rNyVTCFLFZ .carousel-inner.slides2 .cloneditem-2,
  .cid-rNyVTCFLFZ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides3 .cloneditem-1,
  .cid-rNyVTCFLFZ .carousel-inner.slides3 .cloneditem-2,
  .cid-rNyVTCFLFZ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides4 .cloneditem-1,
  .cid-rNyVTCFLFZ .carousel-inner.slides4 .cloneditem-2,
  .cid-rNyVTCFLFZ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides5 .cloneditem-1,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 .cloneditem-2,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 .cloneditem-3,
  .cid-rNyVTCFLFZ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rNyVTCFLFZ .carousel-inner.slides6 .cloneditem-1,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 .cloneditem-2,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 .cloneditem-3,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 .cloneditem-4,
  .cid-rNyVTCFLFZ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rNzAI72Eti {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNzAI72Eti .card-wrapper {
  z-index: 3;
}
.cid-rNzAI72Eti .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNzAI72Eti:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNzAI72Eti .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNzAI72Eti .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNzAI72Eti H2 {
  color: #ed6436;
}
.cid-rNyfjL0fI6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNyfjL0fI6 .card-icon {
  font-size: 40px;
  color: #ed6436;
  transition: color 0.3s;
}
.cid-rNyfjL0fI6 .icon2 {
  color: #ed6436;
}
.cid-rNyfjL0fI6 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-rNyfjL0fI6 p {
  font-weight: 400;
}
.cid-rNyfjL0fI6 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed6436;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-rNyfjL0fI6 .line2 {
  background: #ed6436;
}
.cid-rNyfjL0fI6 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #f2f2f4;
}
.cid-rNyfjL0fI6 .card-wrapper:hover .link-ico {
  background-color: #ed6436;
  border-color: #ed6436;
  color: white;
}
.cid-rNyfjL0fI6 .card2 {
  background: #c1c1c1;
}
.cid-rNyfjL0fI6 .card-title,
.cid-rNyfjL0fI6 .card-ico,
.cid-rNyfjL0fI6 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-rNyfjL0fI6 .mbr-text,
.cid-rNyfjL0fI6 .card-link {
  text-align: center;
  color: #ed6436;
}
.cid-rNzApD7Xmo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNzApD7Xmo .card-wrapper {
  z-index: 3;
}
.cid-rNzApD7Xmo .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rNzApD7Xmo:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rNzApD7Xmo .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rNzApD7Xmo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rNzApD7Xmo H2 {
  color: #ed6436;
}
.cid-rNzzhhVKdD {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
.cid-rNzzhhVKdD ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rNzzhhVKdD ul li {
  padding: 1rem 0;
}
.cid-rNzzhhVKdD ul li:hover {
  color: #ed6436;
}
.cid-rNzzhhVKdD .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rNzzhhVKdD .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rNzzhhVKdD .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rNzzhhVKdD .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rNzzhhVKdD .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rNzzhhVKdD .map {
    height: auto;
  }
}
.cid-rNzzhhVKdD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rNzzhhVKdD .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rNzzhhVKdD .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNzzhhVKdD .social-list a:hover {
  opacity: 1;
}
.cid-rNzzhhVKdD .row-element,
.cid-rNzzhhVKdD .image-element {
  padding: 0;
}
.cid-rNzzhhVKdD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rNzzhhVKdD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436, #b93002);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rNzzhhVKdD .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rNzzhhVKdD .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzzhhVKdD .text-content {
    padding: 2rem 1rem;
  }
  .cid-rNzzhhVKdD .underline .line {
    height: 2px;
  }
  .cid-rNzzhhVKdD .mbr-title,
  .cid-rNzzhhVKdD .underline,
  .cid-rNzzhhVKdD .mbr-text,
  .cid-rNzzhhVKdD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rNzzhhVKdD .mbr-title,
.cid-rNzzhhVKdD .underline {
  color: #ffffff;
}
.cid-rNzzhhVKdD .mbr-text,
.cid-rNzzhhVKdD .mbr-section-btn {
  color: #ffffff;
}
.cid-rNzzhhVKdD mbr-list LI {
  color: #ffffff;
}
.cid-rNzzhhVKdD mbr-list {
  text-align: center;
}
.cid-rNzzhhVKdD .mbr-list,
.cid-rNzzhhVKdD .social-list mbr-list {
  color: #ffffff;
}
.cid-rNzzhhVKdD .social-list,
.cid-rNzzhhVKdD .mbr-list {
  color: #ed6436;
}
.cid-rNzzhhVKdD .social-list,
.cid-rNzzhhVKdD .mbr-list UL {
  text-align: left;
}
.cid-rNzunQLfp2 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
.cid-rNzunQLfp2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rNzunQLfp2 ul li {
  padding: 1rem 0;
}
.cid-rNzunQLfp2 ul li:hover {
  color: #ed6436;
}
.cid-rNzunQLfp2 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rNzunQLfp2 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rNzunQLfp2 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rNzunQLfp2 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rNzunQLfp2 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rNzunQLfp2 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rNzunQLfp2 .map {
    height: auto;
  }
}
.cid-rNzunQLfp2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rNzunQLfp2 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rNzunQLfp2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNzunQLfp2 .social-list a:hover {
  opacity: 1;
}
.cid-rNzunQLfp2 .row-element,
.cid-rNzunQLfp2 .image-element {
  padding: 0;
}
.cid-rNzunQLfp2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rNzunQLfp2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436, #b93002);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rNzunQLfp2 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rNzunQLfp2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzunQLfp2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rNzunQLfp2 .underline .line {
    height: 2px;
  }
  .cid-rNzunQLfp2 .mbr-title,
  .cid-rNzunQLfp2 .underline,
  .cid-rNzunQLfp2 .mbr-text,
  .cid-rNzunQLfp2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rNzunQLfp2 .mbr-title,
.cid-rNzunQLfp2 .underline {
  color: #ffffff;
}
.cid-rNzunQLfp2 .mbr-text,
.cid-rNzunQLfp2 .mbr-section-btn {
  color: #ffffff;
}
.cid-rNzunQLfp2 mbr-list LI {
  color: #ffffff;
}
.cid-rNzunQLfp2 mbr-list {
  text-align: center;
}
.cid-rNzunQLfp2 .mbr-list,
.cid-rNzunQLfp2 .social-list mbr-list {
  color: #ffffff;
}
.cid-rNzunQLfp2 .social-list,
.cid-rNzunQLfp2 .mbr-list {
  color: #ed6436;
}
.cid-rNzunQLfp2 .social-list,
.cid-rNzunQLfp2 .mbr-list UL {
  text-align: right;
}
.cid-rNzysLh89y {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
.cid-rNzysLh89y ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rNzysLh89y ul li {
  padding: 1rem 0;
}
.cid-rNzysLh89y ul li:hover {
  color: #ed6436;
}
.cid-rNzysLh89y .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rNzysLh89y .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rNzysLh89y .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rNzysLh89y .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rNzysLh89y .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rNzysLh89y .map {
    height: auto;
  }
}
.cid-rNzysLh89y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rNzysLh89y .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rNzysLh89y .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNzysLh89y .social-list a:hover {
  opacity: 1;
}
.cid-rNzysLh89y .row-element,
.cid-rNzysLh89y .image-element {
  padding: 0;
}
.cid-rNzysLh89y .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rNzysLh89y .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436, #b93002);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rNzysLh89y .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rNzysLh89y .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rNzysLh89y .text-content {
    padding: 2rem 1rem;
  }
  .cid-rNzysLh89y .underline .line {
    height: 2px;
  }
  .cid-rNzysLh89y .mbr-title,
  .cid-rNzysLh89y .underline,
  .cid-rNzysLh89y .mbr-text,
  .cid-rNzysLh89y .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rNzysLh89y .mbr-title,
.cid-rNzysLh89y .underline {
  color: #ffffff;
}
.cid-rNzysLh89y .mbr-text,
.cid-rNzysLh89y .mbr-section-btn {
  color: #ffffff;
}
.cid-rNzysLh89y mbr-list LI {
  color: #ffffff;
}
.cid-rNzysLh89y mbr-list {
  text-align: center;
}
.cid-rNzysLh89y .mbr-list,
.cid-rNzysLh89y .social-list mbr-list {
  color: #ffffff;
}
.cid-rNzysLh89y .social-list,
.cid-rNzysLh89y .mbr-list {
  color: #ed6436;
}
.cid-rNzysLh89y .social-list,
.cid-rNzysLh89y .mbr-list UL {
  text-align: left;
}
.cid-rGtR88ABmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
