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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #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;
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent!important;
  border: none!important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent!important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818!important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent!important;
  border: none!important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white!important;
  font-size: 1.4rem!important;
  padding-right: .6rem!important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed6436 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #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: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed6436;
  border-bottom-color: #ed6436;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ed6436' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGssGPXgU9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/petsm4/assets/images/00.jpg");
}
.cid-rGssGPXgU9 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rGssGPXgU9 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rGssGPXgU9 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGssGPXgU9 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rGssGPXgU9 .container {
  max-width: 1600px;
}
.cid-rGssGPXgU9 .mbr-bold,
.cid-rGssGPXgU9 b {
  font-weight: 900;
}
.cid-rGssGPXgU9 .btn {
  color: white!important;
}
.cid-rGssGPXgU9 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rGssGPXgU9 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rGssGPXgU9 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rGssGPXgU9 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rGssGPXgU9 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rGssGPXgU9 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rGsse7AQGR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsse7AQGR .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsse7AQGR .content {
    padding: 0 2rem;
  }
}
.cid-rGsse7AQGR .row {
  justify-content: flex-end;
}
.cid-rGsse7AQGR .img-col {
  padding: 0;
}
.cid-rGsse7AQGR .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGsse7AQGR .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsse7AQGR .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsse7AQGR .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rGsse7AQGR .icon-title,
.cid-rGsse7AQGR .mbr-iconfont {
  color: #181818;
}
.cid-rGsse7AQGR .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsse7AQGR .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsse7AQGR .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsse7AQGR .icon-wrap {
    margin-right: 0rem;
  }
  .cid-rGsse7AQGR .link-wrap {
    margin: auto;
  }
}
.cid-rGsse7AQGR .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsse7AQGR .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsse7AQGR .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsse7AQGR .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGsxONVL4z {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsxONVL4z .mbr-text {
  color: #767676;
}
.cid-rGsxONVL4z img {
  width: 100%;
}
.cid-rGsxONVL4z .card-img {
  margin-bottom: 0rem;
}
.cid-rGsxONVL4z .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsxONVL4z .card-box {
  padding: 2rem 1rem;
}
.cid-rGsxONVL4z p {
  font-weight: 400;
}
.cid-rGsxONVL4z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsxONVL4z .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsxONVL4z .mbr-text,
.cid-rGsxONVL4z .mbr-section-btn {
  text-align: center;
}
.cid-rGsxONVL4z .card-title,
.cid-rGsxONVL4z .card-img {
  text-align: center;
}
.cid-rGsxPTsTjj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ed6436;
}
@media (max-width: 992px) {
  .cid-rGsxPTsTjj {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-rGsxPTsTjj .box {
  background-image: url("https://mobirise.com/extensions/petsm4/assets/images/petsm4-2940x1524.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rGsxPTsTjj .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rGsxPTsTjj .box:hover {
    background-size: 105%;
  }
}
.cid-rGsxPTsTjj .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rGsxPTsTjj .icon-wrap span {
  padding-left: 8px;
}
.cid-rGsxPTsTjj .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ed6436 !important;
}
.cid-rGsxPTsTjj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cid-rGsxPTsTjj .mbr-media span:hover {
  color: #ed6436 !important;
  transform: scale(1.1);
}
.cid-rGsxPTsTjj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rGsxPTsTjj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rGsxPTsTjj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rGsxPTsTjj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rGsxPTsTjj a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rGsxPTsTjj {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-rGsxPTsTjj .box {
    height: 250px;
  }
}
.cid-rGsxPTsTjj H2 {
  color: #ffffff;
}
.cid-rGsvbRucP9 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsvbRucP9 .mbr-text {
  color: #767676;
}
.cid-rGsvbRucP9 img {
  width: 100%;
}
.cid-rGsvbRucP9 .card-img {
  margin-bottom: 0rem;
}
.cid-rGsvbRucP9 .container {
  max-width: 1500px;
}
.cid-rGsvbRucP9 .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsvbRucP9 .card-box {
  padding: 2rem 1rem;
}
.cid-rGsvbRucP9 p {
  font-weight: 400;
}
.cid-rGsvbRucP9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsvbRucP9 .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsvbRucP9 .mbr-text,
.cid-rGsvbRucP9 .mbr-section-btn {
  text-align: center;
}
.cid-rGsvbRucP9 .card-title,
.cid-rGsvbRucP9 .card-img {
  text-align: center;
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsOcqWESq {
  padding-top: 120px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rGsOcqWESq img {
  width: 180px;
  margin: auto;
}
.cid-rGsOcqWESq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-rGsOcqWESq H1 {
  color: #181818;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGsSlefIzh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/petsm4/assets/images/00.jpg");
}
.cid-rGsSlefIzh .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rGsSlefIzh .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rGsSlefIzh .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSlefIzh .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rGsSlefIzh .container {
  max-width: 1600px;
}
.cid-rGsSlefIzh .mbr-bold,
.cid-rGsSlefIzh b {
  font-weight: 900;
}
.cid-rGsSlefIzh .btn {
  color: white!important;
}
.cid-rGsSlefIzh svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rGsSlefIzh svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rGsSlefIzh svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rGsSlefIzh svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rGsSlefIzh svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rGsSlefIzh .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rGsSmzLb9K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSmzLb9K .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSmzLb9K .content {
    padding: 0 2rem;
  }
}
.cid-rGsSmzLb9K .row {
  justify-content: flex-end;
}
.cid-rGsSmzLb9K .img-col {
  padding: 0;
}
.cid-rGsSmzLb9K .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGsSmzLb9K .icon-wrap h3 {
  margin: 0;
}
.cid-rGsSmzLb9K .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSmzLb9K .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGsSmzLb9K .icon-title,
.cid-rGsSmzLb9K .mbr-iconfont {
  color: #181818;
}
.cid-rGsSmzLb9K .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsSmzLb9K .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSmzLb9K .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsSmzLb9K .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGsSmPNPFZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSmPNPFZ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSmPNPFZ .content {
    padding: 0 2rem;
  }
}
.cid-rGsSmPNPFZ .img-col {
  padding: 0;
}
.cid-rGsSmPNPFZ .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGsSmPNPFZ .icon-wrap h3 {
  margin: 0;
}
.cid-rGsSmPNPFZ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSmPNPFZ .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGsSmPNPFZ .icon-title,
.cid-rGsSmPNPFZ .mbr-iconfont {
  color: #181818;
}
.cid-rGsSmPNPFZ .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsSmPNPFZ .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSmPNPFZ .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsSmPNPFZ .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGsSn6FPjK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSn6FPjK .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSn6FPjK .content {
    padding: 0 2rem;
  }
}
.cid-rGsSn6FPjK .row {
  justify-content: flex-end;
}
.cid-rGsSn6FPjK .img-col {
  padding: 0;
}
.cid-rGsSn6FPjK .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGsSn6FPjK .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsSn6FPjK .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSn6FPjK .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rGsSn6FPjK .icon-title,
.cid-rGsSn6FPjK .mbr-iconfont {
  color: #181818;
}
.cid-rGsSn6FPjK .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsSn6FPjK .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSn6FPjK .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsSn6FPjK .icon-wrap {
    margin-right: 0rem;
  }
  .cid-rGsSn6FPjK .link-wrap {
    margin: auto;
  }
}
.cid-rGsSn6FPjK .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSn6FPjK .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSn6FPjK .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSn6FPjK .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGsSnrvfGF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSnrvfGF .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rGsSnrvfGF h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rGsSnrvfGF .svg11 path {
  fill: #7aba59;
}
.cid-rGsSnrvfGF .svg21 path {
  fill: #f9b945;
}
.cid-rGsSnrvfGF .svg31 path {
  fill: #ed6436;
}
.cid-rGsSnrvfGF .svg12 path,
.cid-rGsSnrvfGF .svg22 path,
.cid-rGsSnrvfGF .svg32 path {
  fill: #f2f2f4;
}
.cid-rGsSnrvfGF .card {
  position: relative;
  height: 300px;
}
.cid-rGsSnrvfGF .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rGsSnrvfGF .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rGsSnrvfGF .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rGsSnrvfGF .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-rGsSnrvfGF .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rGsSnrvfGF .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-rGsSnrvfGF .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rGsSnrvfGF .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-rGsSnrvfGF .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rGsSnrvfGF .card .svg22,
.cid-rGsSnrvfGF .card .svg32,
.cid-rGsSnrvfGF .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-rGsSnrvfGF .card .svg21,
.cid-rGsSnrvfGF .card .svg31,
.cid-rGsSnrvfGF .card .svg11 {
  z-index: 2;
}
.cid-rGsSnrvfGF .card div {
  z-index: 3;
}
.cid-rGsSnrvfGF .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rGsSnrvfGF .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsSnrvfGF .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rGsSnrvfGF .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rGsSnrvfGF .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGsSnrvfGF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSnrvfGF .card {
    margin-bottom: 2rem;
  }
  .cid-rGsSnrvfGF .card svg {
    left: 30px;
  }
  .cid-rGsSnrvfGF .card:hover h4 {
    animation: none;
  }
  .cid-rGsSnrvfGF .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rGsSnrvfGF h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rGsSnrvfGF .card {
    max-width: 360px;
  }
  .cid-rGsSnrvfGF .card svg {
    left: 10px;
  }
}
.cid-rGsSnCvfDm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGsSnCvfDm .mbr-text {
  color: #767676;
}
.cid-rGsSnCvfDm .mbr-iconfont {
  color: #7aba59 !important;
  font-size: 4rem!important;
}
.cid-rGsSnCvfDm .card-img {
  margin-bottom: 3rem;
}
.cid-rGsSnCvfDm .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rGsSnCvfDm .link {
  margin: 0;
}
.cid-rGsSnCvfDm p {
  font-weight: 400;
}
.cid-rGsSnCvfDm .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGsSnCvfDm .link a:hover {
  color: #181818 !important;
}
.cid-rGsSnCvfDm .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGsSnCvfDm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSnCvfDm .card {
    margin-bottom: 3rem;
  }
}
.cid-rGsSnCvfDm .mbr-text,
.cid-rGsSnCvfDm .link {
  color: #383838;
}
@media (max-width: 767px) {
  .cid-rGsSnCvfDm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGsSnQK7nI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSnQK7nI .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rGsSnQK7nI h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rGsSnQK7nI .svg11 path {
  fill: #7aba59;
}
.cid-rGsSnQK7nI .svg21 path {
  fill: #f9b945;
}
.cid-rGsSnQK7nI .svg31 path {
  fill: #ed6436;
}
.cid-rGsSnQK7nI .svg4 path {
  fill: #ed6436 !important;
}
.cid-rGsSnQK7nI .svg12 path,
.cid-rGsSnQK7nI .svg22 path,
.cid-rGsSnQK7nI .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-rGsSnQK7nI .card {
  position: relative;
  height: 300px;
}
.cid-rGsSnQK7nI .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rGsSnQK7nI .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rGsSnQK7nI .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGsSnQK7nI .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rGsSnQK7nI .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGsSnQK7nI .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rGsSnQK7nI .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGsSnQK7nI .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rGsSnQK7nI .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rGsSnQK7nI .card .svg22,
.cid-rGsSnQK7nI .card .svg32,
.cid-rGsSnQK7nI .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rGsSnQK7nI .card .svg21,
.cid-rGsSnQK7nI .card .svg31,
.cid-rGsSnQK7nI .card .svg11 {
  z-index: 2;
}
.cid-rGsSnQK7nI .card div {
  z-index: 3;
}
.cid-rGsSnQK7nI .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rGsSnQK7nI .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsSnQK7nI .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rGsSnQK7nI .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rGsSnQK7nI .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGsSnQK7nI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSnQK7nI .card {
    margin-bottom: 2rem;
  }
  .cid-rGsSnQK7nI .card svg {
    left: 30px;
  }
  .cid-rGsSnQK7nI .card:hover h4 {
    animation: none;
  }
  .cid-rGsSnQK7nI .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rGsSnQK7nI h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rGsSnQK7nI .card {
    max-width: 330px;
  }
  .cid-rGsSnQK7nI .card svg {
    left: 0px;
  }
}
.cid-rGsSo9FI9p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGsSo9FI9p .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rGsSo9FI9p .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rGsSo9FI9p .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-rGsSo9FI9p .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rGsSo9FI9p .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-rGsSo9FI9p .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rGsSo9FI9p .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rGsSo9FI9p .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rGsSo9FI9p .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rGsSo9FI9p .card-wrapper {
    position: relative;
  }
  .cid-rGsSo9FI9p .card-wrapper:before {
    opacity: 0;
  }
  .cid-rGsSo9FI9p .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rGsSo9FI9p .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rGsSo9FI9p .wrapper {
    opacity: 0;
  }
  .cid-rGsSo9FI9p .btn-col {
    justify-content: flex-end;
  }
}
.cid-rGsSo9FI9p H4 {
  color: #ed6436;
}
.cid-rGsSoscPyt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGsSoscPyt .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem!important;
}
.cid-rGsSoscPyt .card-title,
.cid-rGsSoscPyt .card-img {
  color: #ed6436;
}
.cid-rGsSoscPyt p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-rGsSoscPyt .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsSoJJCNu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGsSoJJCNu .mbr-text {
  color: #767676;
}
.cid-rGsSoJJCNu .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem!important;
  position: relative;
}
.cid-rGsSoJJCNu .card-img {
  margin-bottom: 3rem;
}
.cid-rGsSoJJCNu .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
}
.cid-rGsSoJJCNu .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  transform: rotate(-3deg) scale(1.15);
}
.cid-rGsSoJJCNu .card1 {
  background: #fed9bd;
}
.cid-rGsSoJJCNu .card2 {
  background: #cdeaba;
}
.cid-rGsSoJJCNu .card3 {
  background: #f9f4b1;
}
.cid-rGsSoJJCNu .card4 {
  background: #aff0f6;
}
.cid-rGsSoJJCNu .link {
  margin: 0;
}
.cid-rGsSoJJCNu p {
  font-weight: 400;
}
.cid-rGsSoJJCNu .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGsSoJJCNu .link a:hover {
  color: #ed6436 !important;
}
.cid-rGsSoJJCNu .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGsSoJJCNu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSoJJCNu .card {
    margin-bottom: 3rem;
  }
}
.cid-rGsSoJJCNu .mbr-text,
.cid-rGsSoJJCNu .link {
  color: #383838;
}
@media (max-width: 767px) {
  .cid-rGsSoJJCNu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGsSoZASvJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGsSoZASvJ .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem!important;
}
.cid-rGsSoZASvJ .card-title,
.cid-rGsSoZASvJ .card-img {
  color: #ed6436;
}
.cid-rGsSoZASvJ p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-rGsSoZASvJ .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsSoZASvJ .pb-5 {
  padding-bottom: 5rem!important;
}
.cid-rGsSoZASvJ .card-title {
  margin-bottom: 0.3rem;
}
.cid-rGsSoZASvJ .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSoZASvJ .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSoZASvJ .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSoZASvJ .link-wrap:hover {
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-rGsSoZASvJ .link-wrap {
    margin: auto;
  }
  .cid-rGsSoZASvJ .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rGsSpgYQFd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGsSpgYQFd .card {
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-rGsSpgYQFd .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-rGsSpgYQFd .text,
.cid-rGsSpgYQFd .icon {
  display: flex;
  align-items: center;
}
.cid-rGsSpgYQFd .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSpgYQFd h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-rGsSpgYQFd .mbr-iconfont {
  font-size: 3rem;
  transition: all 0.6s;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-rGsSpgYQFd .content {
    margin: auto;
  }
}
.cid-rGsSpgYQFd H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-rGsSpgYQFd H1 {
  color: #0b1b3f;
}
.cid-rGsSpyTSZb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSpyTSZb .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSpyTSZb .content {
    padding: 0 2rem;
  }
}
.cid-rGsSpyTSZb .row {
  justify-content: flex-end;
}
.cid-rGsSpyTSZb .img-col {
  padding: 0;
}
.cid-rGsSpyTSZb .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rGsSpyTSZb .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsSpyTSZb .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSpyTSZb .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGsSpyTSZb .icon-title,
.cid-rGsSpyTSZb .mbr-iconfont {
  color: #ed6436;
}
.cid-rGsSpyTSZb .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsSpyTSZb .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSpyTSZb .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsSpyTSZb .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rGsSpyTSZb .link-wrap {
    margin: auto;
  }
  .cid-rGsSpyTSZb .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rGsSpyTSZb .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rGsSpyTSZb .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSpyTSZb .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSpyTSZb .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSpyTSZb .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGsSpYK7bv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGsSpYK7bv .row {
  justify-content: space-between;
}
.cid-rGsSpYK7bv .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rGsSpYK7bv .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsSpYK7bv .icon-wrap span {
  padding-right: 1.5rem;
}
.cid-rGsSpYK7bv .icon-wrap-2 {
  padding-bottom: 2rem;
}
.cid-rGsSpYK7bv .color-col {
  background: #7aba59;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 1rem;
}
.cid-rGsSpYK7bv .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSpYK7bv .mbr-iconfont {
  font-size: 4rem;
  color: #181818 !important;
  padding-bottom: 4px;
}
.cid-rGsSpYK7bv .icon-title,
.cid-rGsSpYK7bv .mbr-iconfont {
  color: #ed6436;
}
.cid-rGsSpYK7bv .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsSpYK7bv .content {
    margin-bottom: 2rem;
  }
  .cid-rGsSpYK7bv .row {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rGsSpYK7bv .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsSpYK7bv .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rGsSpYK7bv .icon-wrap span {
    padding-right: 0rem;
  }
  .cid-rGsSpYK7bv .link-wrap {
    margin: auto;
  }
  .cid-rGsSpYK7bv .color-col {
    padding: 3rem 1rem;
  }
  .cid-rGsSpYK7bv .mbr-iconfont {
    font-size: 4rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rGsSpYK7bv .align-wrap {
    width: 100%;
    text-align: center;
  }
}
.cid-rGsSpYK7bv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSpYK7bv .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSpYK7bv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSpYK7bv .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGsSpYK7bv .mbr-text2,
.cid-rGsSpYK7bv .icon-wrap-2 {
  color: #ffffff;
}
.cid-rGsSqkd1su {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsSqkd1su .mbr-text {
  color: #767676;
}
.cid-rGsSqkd1su img {
  width: 100%;
}
.cid-rGsSqkd1su .card-img {
  margin-bottom: 0rem;
}
.cid-rGsSqkd1su .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsSqkd1su .card-box {
  padding: 2rem 1rem;
}
.cid-rGsSqkd1su p {
  font-weight: 400;
}
.cid-rGsSqkd1su .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSqkd1su .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsSqkd1su .mbr-text,
.cid-rGsSqkd1su .mbr-section-btn {
  text-align: center;
}
.cid-rGsSqkd1su .card-title,
.cid-rGsSqkd1su .card-img {
  text-align: center;
}
.cid-rGsSqLZz3o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSqLZz3o li {
  list-style: none;
}
.cid-rGsSqLZz3o .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGsSqLZz3o .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGsSqLZz3o .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGsSqLZz3o h4 {
  margin: 0;
}
.cid-rGsSqLZz3o ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGsSqLZz3o .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGsSqLZz3o .col-title2 {
  color: #ed6436;
}
.cid-rGsSqYA5s6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSqYA5s6 .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rGsSqYA5s6 .content {
    padding: 0 2rem;
  }
}
.cid-rGsSqYA5s6 .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-rGsSqYA5s6 .content {
    margin: auto;
  }
}
.cid-rGsSqYA5s6 li {
  list-style: none;
}
.cid-rGsSqYA5s6 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGsSqYA5s6 .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGsSqYA5s6 .mbr-iconfont {
  font-size: 18px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGsSqYA5s6 h4 {
  margin: 0;
}
.cid-rGsSqYA5s6 ul {
  padding: 0;
  margin: 0;
}
.cid-rGsSqYA5s6 H2 {
  color: #ed6436;
}
.cid-rGsSrg8y6k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSrg8y6k li {
  list-style: none;
}
.cid-rGsSrg8y6k .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGsSrg8y6k .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGsSrg8y6k .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGsSrg8y6k h4 {
  margin: 0;
}
.cid-rGsSrg8y6k ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGsSrg8y6k .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGsSrg8y6k .col-title2 {
  color: #ed6436;
}
.cid-rGsSrw3Foq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSrw3Foq li {
  list-style: none;
}
.cid-rGsSrw3Foq .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rGsSrw3Foq .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGsSrw3Foq .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGsSrw3Foq h4 {
  margin: 0;
}
.cid-rGsSrw3Foq ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rGsSrw3Foq .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rGsSrw3Foq .col-title2 {
  color: #ed6436;
}
.cid-rGsSrw3Foq .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGsSrw3Foq .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsSrw3Foq .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSrw3Foq .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-rGsSrw3Foq .icon-wrap {
    flex-direction: column;
  }
  .cid-rGsSrw3Foq .align-wrap {
    width: 100%;
  }
  .cid-rGsSrw3Foq .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-rGsSucWP2d .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rGsSucWP2d .number-wrap {
  color: #ed6436;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rGsSucWP2d .countdown-cont {
  margin: 0 auto;
}
.cid-rGsSucWP2d .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-rGsSucWP2d .countdown-cont .row {
  -webkit-flex-wrap: nowrap;
}
.cid-rGsSucWP2d .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #181818;
}
.cid-rGsSucWP2d .period {
  display: block;
  padding-top: 2px;
}
.cid-rGsSucWP2d .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #181818;
}
.cid-rGsSucWP2d .full-count-container {
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rGsSucWP2d .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rGsSucWP2d .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-rGsSucWP2d .dot {
    display: none;
  }
  .cid-rGsSucWP2d .number {
    white-space: nowrap;
  }
  .cid-rGsSucWP2d .countdown-cont {
    margin: 0 auto;
  }
  .cid-rGsSucWP2d .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
    padding: 0;
  }
  .cid-rGsSucWP2d .col-sm-3 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .cid-rGsSucWP2d .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rGsSucWP2d .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rGsSucWP2d .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rGsSucWP2d .number {
    font-size: 25px;
  }
  .cid-rGsSucWP2d .period {
    font-size: 0.7rem;
  }
}
.cid-rGsSucWP2d H2 {
  color: #000000;
}
.cid-rGsSutZu1H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGsSutZu1H .content {
  max-width: 700px;
  margin: auto 0;
}
@media (min-width: 767px) {
  .cid-rGsSutZu1H .content {
    padding: 0 2rem;
  }
}
.cid-rGsSutZu1H .logo {
  width: 80px;
}
.cid-rGsSutZu1H .link-wrap,
.cid-rGsSutZu1H .count-wrap {
  display: inline-block;
}
.cid-rGsSutZu1H .img-col {
  margin: auto 0;
  padding: 0;
}
.cid-rGsSutZu1H .link {
  display: flex;
  position: relative;
  height: 130px;
  width: 250px;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSutZu1H .link .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSutZu1H .link h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSutZu1H .link:hover {
  transform: rotate(12deg);
}
.cid-rGsSutZu1H .row {
  justify-content: flex-end;
}
.cid-rGsSutZu1H .icon-wrap {
  width: fit-content;
  display: inline-block;
  margin-bottom: 2rem;
}
.cid-rGsSutZu1H .mbr-iconfont {
  font-size: 1.8rem;
  color: #181818 !important;
  padding: 10px;
  margin: 0 0.3rem;
  background: #7aba59;
  height: 53px;
  display: inline-block;
  width: 53px;
  border-radius: 100%;
  transition: all 0.3s;
}
.cid-rGsSutZu1H .mbr-iconfont:hover {
  background: #181818;
  color: #7aba59 !important;
}
.cid-rGsSutZu1H .number-wrap {
  color: #ed6436;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  min-width: 100px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rGsSutZu1H .countdown-cont {
  margin: 0 auto;
}
.cid-rGsSutZu1H .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-rGsSutZu1H .number {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #181818;
}
.cid-rGsSutZu1H .period {
  display: block;
  padding-top: 2px;
}
.cid-rGsSutZu1H .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #181818;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rGsSutZu1H .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rGsSutZu1H .dot {
    right: -1em;
  }
  .cid-rGsSutZu1H .row {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-rGsSutZu1H .dot {
    display: none;
  }
  .cid-rGsSutZu1H .number {
    white-space: nowrap;
  }
  .cid-rGsSutZu1H .countdown-cont {
    margin: 0 auto;
  }
  .cid-rGsSutZu1H .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-rGsSutZu1H .countdown-cont .row {
    -webkit-flex-wrap: nowrap;
  }
  .cid-rGsSutZu1H .col-sm-3 {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .cid-rGsSutZu1H .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rGsSutZu1H .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rGsSutZu1H .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rGsSutZu1H .number {
    font-size: 25px;
  }
  .cid-rGsSutZu1H .period {
    font-size: 0.7rem;
  }
}
.cid-rGsSutZu1H .mbr-section-title,
.cid-rGsSutZu1H .content {
  text-align: center;
}
.cid-rGsSvOhIUV {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsSvOhIUV .mbr-text {
  color: #767676;
}
.cid-rGsSvOhIUV img {
  width: 100%;
}
.cid-rGsSvOhIUV .card-img {
  margin-bottom: 0rem;
}
.cid-rGsSvOhIUV .container {
  max-width: 1500px;
}
.cid-rGsSvOhIUV .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsSvOhIUV .card-box {
  padding: 2rem 1rem;
}
.cid-rGsSvOhIUV p {
  font-weight: 400;
}
.cid-rGsSvOhIUV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSvOhIUV .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsSvOhIUV .mbr-text,
.cid-rGsSvOhIUV .mbr-section-btn {
  text-align: center;
}
.cid-rGsSvOhIUV .card-title,
.cid-rGsSvOhIUV .card-img {
  text-align: center;
}
.cid-rGsSxk3kgK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsNVX9TxJ {
  padding-top: 120px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rGsNVX9TxJ img {
  width: 180px;
  margin: auto;
}
.cid-rGsNVX9TxJ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-rGsNVX9TxJ H1 {
  color: #181818;
}
.cid-rGsSGEQFFE {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rGsSGEQFFE .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rGsSGEQFFE .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSGEQFFE .acc {
    padding: 0 2rem;
  }
}
.cid-rGsSGEQFFE .img-col {
  padding: 0;
}
.cid-rGsSGEQFFE .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rGsSGEQFFE .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rGsSGEQFFE .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-rGsSGEQFFE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rGsSGEQFFE .card .card-header a.panel-title h4 {
  padding: 0.8rem;
  margin-bottom: -1px;
}
.cid-rGsSGEQFFE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rGsSGEQFFE .card .panel-body {
  color: #767676;
}
.cid-rGsSGEQFFE .card:hover {
  background: #f2f2f4;
}
.cid-rGsSGEQFFE .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid gray;
}
.cid-rGsSGEQFFE .icon-left {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #7aba59;
  border-radius: 100%;
  font-weight: 900;
  margin-left: 1rem;
}
.cid-rGsSGEQFFE .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rGsSGEQFFE .wrap {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cid-rGsSGEQFFE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rGsSGEQFFE .panel-text {
  padding: 0 1rem;
  color: #383838;
}
.cid-rGsSGEQFFE .panel-collapse {
  margin-top: -1px;
}
.cid-rGsSGEQFFE H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGsSGEQFFE .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSGEQFFE .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rGsSGEQFFE .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rGsSGEQFFE .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGsSEHVNFx {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGsSEHVNFx .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436;
  padding-right: 2rem;
  padding-top: 0.6rem;
  display: block;
}
.cid-rGsSEHVNFx .card {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.cid-rGsSEHVNFx h4 {
  margin: 0;
}
.cid-rGsSEHVNFx h3 {
  margin: 0;
  max-height: 60px;
}
@media (max-width: 992px) {
  .cid-rGsSEHVNFx .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSEHVNFx .card {
    flex-direction: column;
    align-items: center;
  }
  .cid-rGsSEHVNFx .mbr-iconfont {
    padding-right: 0rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .cid-rGsSEHVNFx h4 {
    text-align: center;
  }
}
.cid-rGsSHEhYJF {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rGsSHEhYJF .accordion .card {
  overflow: hidden;
}
.cid-rGsSHEhYJF .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rGsSHEhYJF .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rGsSHEhYJF .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-rGsSHEhYJF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rGsSHEhYJF .card .card-header a.panel-title h4 {
  padding: 0.8rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rGsSHEhYJF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rGsSHEhYJF .card .panel-body {
  color: #767676;
}
.cid-rGsSHEhYJF .card:hover {
  background: #f2f2f4;
}
.cid-rGsSHEhYJF .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid gray;
}
.cid-rGsSHEhYJF .icon-left {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #7aba59;
  border-radius: 100%;
  font-weight: 900;
  margin-left: 1rem;
}
.cid-rGsSHEhYJF .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rGsSHEhYJF .wrap {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cid-rGsSHEhYJF .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rGsSHEhYJF .panel-text {
  padding: 0 1rem;
  color: #383838;
}
.cid-rGsSHEhYJF .panel-collapse {
  margin-top: -1px;
}
.cid-rGsSHEhYJF H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rGsSHEhYJF .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rGsSHEhYJF .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rGsSHEhYJF .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGsSIc8LzX {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rGsSIc8LzX .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rGsSIc8LzX .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSIc8LzX .acc {
    padding: 0 2rem;
  }
}
.cid-rGsSIc8LzX .img-col {
  padding: 0;
}
.cid-rGsSIc8LzX .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rGsSIc8LzX .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rGsSIc8LzX .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-rGsSIc8LzX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rGsSIc8LzX .card .card-header a.panel-title h4 {
  padding: 0.8rem;
  margin-bottom: -1px;
}
.cid-rGsSIc8LzX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rGsSIc8LzX .card .panel-body {
  color: #767676;
}
.cid-rGsSIc8LzX .card:hover {
  background: #f2f2f4;
}
.cid-rGsSIc8LzX .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid gray;
}
.cid-rGsSIc8LzX .icon-left {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #7aba59;
  border-radius: 100%;
  font-weight: 900;
  margin-left: 1rem;
}
.cid-rGsSIc8LzX .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rGsSIc8LzX .wrap {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cid-rGsSIc8LzX .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rGsSIc8LzX .panel-text {
  padding: 0 1rem;
  color: #383838;
}
.cid-rGsSIc8LzX .panel-collapse {
  margin-top: -1px;
}
.cid-rGsSIc8LzX H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGsSIc8LzX .acc {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSIc8LzX .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rGsSIc8LzX .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rGsSIc8LzX .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGsSKLDtL6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSKLDtL6 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSKLDtL6 .content {
    padding: 0 2rem;
  }
}
.cid-rGsSKLDtL6 .row {
  justify-content: flex-end;
}
.cid-rGsSKLDtL6 .img-col {
  padding: 0;
}
.cid-rGsSKLDtL6 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGsSKLDtL6 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsSKLDtL6 .text-wrap {
  border-left: 1px solid #181818;
  padding-left: 2rem;
}
.cid-rGsSKLDtL6 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSKLDtL6 .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #7aba59 !important;
}
.cid-rGsSKLDtL6 .icon-title,
.cid-rGsSKLDtL6 .mbr-iconfont {
  color: #181818;
}
.cid-rGsSKLDtL6 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsSKLDtL6 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSKLDtL6 .icon-wrap {
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-rGsSKLDtL6 .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-rGsSKLDtL6 .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
}
.cid-rGsSLgOwH7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGsSLgOwH7 .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-rGsSLgOwH7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rGsSLgOwH7 .mbr-text,
.cid-rGsSLgOwH7 .mbr-section-btn {
  color: #ed6436;
}
.cid-rGsSLyWtC2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSLyWtC2 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSLyWtC2 .content {
    padding: 0 2rem;
  }
}
.cid-rGsSLyWtC2 .row {
  justify-content: flex-start;
}
.cid-rGsSLyWtC2 .img-col {
  padding: 0;
}
.cid-rGsSLyWtC2 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSLyWtC2 .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rGsSLyWtC2 .icon-title,
.cid-rGsSLyWtC2 .icon-wrap {
  color: #ed6436;
}
.cid-rGsSLyWtC2 .mbr-text,
.cid-rGsSLyWtC2 .mbr-section-btn,
.cid-rGsSLyWtC2 .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGsSLyWtC2 .content {
    margin: auto;
  }
}
.cid-rGsSLKUZce {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSLKUZce .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSLKUZce .content {
    padding: 0 2rem;
  }
}
.cid-rGsSLKUZce .row {
  justify-content: flex-end;
}
.cid-rGsSLKUZce .img-col {
  padding: 0;
}
.cid-rGsSLKUZce .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSLKUZce .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rGsSLKUZce .icon-title,
.cid-rGsSLKUZce .icon-wrap {
  color: #ed6436;
}
.cid-rGsSLKUZce .mbr-text,
.cid-rGsSLKUZce .mbr-section-btn,
.cid-rGsSLKUZce .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGsSLKUZce .content {
    margin: auto;
  }
}
.cid-rGsSMCgOMJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsSMCgOMJ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsSMCgOMJ .content {
    padding: 0 2rem;
  }
}
.cid-rGsSMCgOMJ .img-col {
  padding: 0;
}
.cid-rGsSMCgOMJ .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
}
.cid-rGsSMCgOMJ p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGsSMCgOMJ .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rGsSMCgOMJ .icon-title,
.cid-rGsSMCgOMJ .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGsSMCgOMJ .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSMCgOMJ .icon-wrap {
    margin: auto;
  }
}
.cid-rGsSMCgOMJ H3 {
  color: #ed6436;
}
.cid-rGsSMMZdkW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-rGsSMMZdkW .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rGsSMMZdkW .content {
    padding: 0 6rem;
  }
}
.cid-rGsSMMZdkW .mbr-figure {
  height: 100%;
}
.cid-rGsSMMZdkW img {
  height: 100%;
  object-fit: cover;
}
.cid-rGsSMMZdkW .img-col {
  padding: 0;
}
.cid-rGsSMMZdkW .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rGsSMMZdkW p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGsSMMZdkW .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rGsSMMZdkW .icon-title,
.cid-rGsSMMZdkW .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGsSMMZdkW .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsSMMZdkW .icon-wrap {
    margin: auto;
  }
}
.cid-rGsSMMZdkW H3 {
  color: #ed6436;
}
.cid-rGsSMYrfef {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rGsSMYrfef .carousel {
  z-index: 2;
  position: relative;
}
.cid-rGsSMYrfef .user {
  padding: 0!important;
}
.cid-rGsSMYrfef .mbr-iconfont {
  font-size: 3rem;
  color: #181818 !important;
}
.cid-rGsSMYrfef .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-rGsSMYrfef .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rGsSMYrfef .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-rGsSMYrfef .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGsSMYrfef .carousel-item.active,
.cid-rGsSMYrfef .carousel-item-next,
.cid-rGsSMYrfef .carousel-item-prev {
  display: flex;
}
.cid-rGsSMYrfef .user_name {
  margin: 0;
}
.cid-rGsSMYrfef .carousel-controls a {
  font-size: 2rem;
}
.cid-rGsSMYrfef .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #383838;
  background: transparent;
  opacity: 0.5;
}
.cid-rGsSMYrfef .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rGsSMYrfef ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-rGsSMYrfef .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #383838;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-rGsSMYrfef .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rGsSMYrfef .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-rGsSMYrfef .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-rGsSNKnnz8 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsSNKnnz8 .mbr-text {
  color: #767676;
}
.cid-rGsSNKnnz8 img {
  width: 100%;
}
.cid-rGsSNKnnz8 .card-img {
  margin-bottom: 0rem;
}
.cid-rGsSNKnnz8 .container {
  max-width: 1500px;
}
.cid-rGsSNKnnz8 .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsSNKnnz8 .card-box {
  padding: 2rem 1rem;
}
.cid-rGsSNKnnz8 p {
  font-weight: 400;
}
.cid-rGsSNKnnz8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSNKnnz8 .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsSNKnnz8 .mbr-text,
.cid-rGsSNKnnz8 .mbr-section-btn {
  text-align: center;
}
.cid-rGsSNKnnz8 .card-title,
.cid-rGsSNKnnz8 .card-img {
  text-align: center;
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGsOef1fdi {
  padding-top: 120px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rGsOef1fdi img {
  width: 180px;
  margin: auto;
}
.cid-rGsOef1fdi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-rGsOef1fdi H1 {
  color: #181818;
}
.cid-rGsSU77F58 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGsSU77F58 h3 {
  text-align: center;
}
.cid-rGsSU77F58 .pie_progress {
  position: relative;
}
.cid-rGsSU77F58 .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rGsSU77F58 p {
  line-height: 1.6;
}
.cid-rGsSU77F58 .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rGsSU77F58 .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rGsSU77F58 .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rGsSU77F58 .mbr-section-subtitle {
  color: #383838;
}
.cid-rGsSU77F58 .pie_progress__number {
  text-align: center !important;
}
.cid-rGsSU77F58 .card-title {
  margin-bottom: 0;
}
.cid-rGsSU77F58 .svg-gradient {
  position: absolute;
}
.cid-rGsSU77F58 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rGsSU77F58 path {
  stroke: #7aba59;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGsSU77F58 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rGsSU77F58 H4 {
  color: #ed6436;
}
.cid-rGsSU77F58 .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rGsSU77F58 .card {
    flex-direction: column;
  }
  .cid-rGsSU77F58 .content {
    padding-left: 0rem;
  }
  .cid-rGsSU77F58 .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rGsSUvX1TU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGsSUvX1TU h3 {
  text-align: center;
}
.cid-rGsSUvX1TU .pie_progress {
  position: relative;
}
.cid-rGsSUvX1TU .pb-5 {
  padding-bottom: 5rem!important;
}
.cid-rGsSUvX1TU .card {
  display: flex;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rGsSUvX1TU .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rGsSUvX1TU .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-rGsSUvX1TU .mbr-section-subtitle {
  color: #383838;
}
.cid-rGsSUvX1TU .pie_progress__number {
  text-align: center !important;
}
.cid-rGsSUvX1TU .card-title {
  margin-bottom: 0;
}
.cid-rGsSUvX1TU .svg-gradient {
  position: absolute;
}
.cid-rGsSUvX1TU ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rGsSUvX1TU path {
  stroke: #ed6436;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGsSUvX1TU .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rGsSUvX1TU H4 {
  color: #181818;
}
.cid-rGsSUvX1TU .mbr-section-title {
  color: #181818;
}
.cid-rGsSUvX1TU .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSUvX1TU .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSUvX1TU .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSUvX1TU .link-wrap:hover {
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-rGsSUvX1TU .link-wrap {
    margin: auto;
  }
  .cid-rGsSUvX1TU .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rGsSUvX1TU H3 {
  color: #ffffff;
}
.cid-rGsSUvX1TU .card-text {
  color: #383838;
}
.cid-rGsSUH1CQR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGsSUH1CQR .progress {
  width: 100%;
}
.cid-rGsSUH1CQR .container {
  max-width: 1400px;
}
.cid-rGsSUH1CQR .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rGsSUH1CQR .progress_value {
  position: relative;
  display: none;
}
.cid-rGsSUH1CQR .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-rGsSUH1CQR .img-wrap img {
  object-fit: cover;
}
.cid-rGsSUH1CQR progress {
  height: 16px;
  border-radius: 0px;
}
.cid-rGsSUH1CQR .progressbar-number {
  display: inline-block;
}
.cid-rGsSUH1CQR .progress-primary {
  background: #181818;
  border: none;
  outline: none;
}
.cid-rGsSUH1CQR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rGsSUH1CQR .section-content-title {
  font-weight: 500;
}
.cid-rGsSUH1CQR .progress1 .progressbar-number:before,
.cid-rGsSUH1CQR .progress2 .progressbar-number:before,
.cid-rGsSUH1CQR .progress3 .progressbar-number:before,
.cid-rGsSUH1CQR .progress4 .progressbar-number:before,
.cid-rGsSUH1CQR .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rGsSUH1CQR progress[value]::-webkit-progress-bar {
  background: #181818;
}
.cid-rGsSUH1CQR progress::-webkit-progress-value {
  background: #ed6436;
}
.cid-rGsSUH1CQR progress[value]::-moz-progress-bar {
  background: #ed6436;
}
.cid-rGsSUH1CQR progress::-ms-fill {
  background: #ed6436;
}
.cid-rGsSUH1CQR .progress1 .progressbar-number:before {
  content: '91';
}
.cid-rGsSUH1CQR .progress2 .progressbar-number:before {
  content: '83';
}
.cid-rGsSUH1CQR .progress3 .progressbar-number:before {
  content: '71';
}
.cid-rGsSUH1CQR .progress4 .progressbar-number:before {
  content: '56';
}
.cid-rGsSUH1CQR .progress5 .progressbar-number:before {
  content: '41';
}
@media (min-width: 767px) {
  .cid-rGsSUH1CQR .progress_elements,
  .cid-rGsSUH1CQR .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rGsSUH1CQR .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-rGsSUH1CQR .progressbar-title p,
.cid-rGsSUH1CQR .progress_value {
  color: #181818;
}
.cid-rGsSUUYjZi {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rGsSUUYjZi .price-term {
  vertical-align: top;
}
.cid-rGsSUUYjZi h4 {
  margin: 0;
}
.cid-rGsSUUYjZi .card1 {
  background: #f2f2f4;
}
.cid-rGsSUUYjZi .card2 {
  background: #ed6436;
}
.cid-rGsSUUYjZi .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-rGsSUUYjZi .center-card {
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #ed6436;
    border-radius: 30px;
  }
}
.cid-rGsSUUYjZi .plan-item {
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-rGsSUUYjZi .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-rGsSUUYjZi .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-rGsSUUYjZi .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-rGsSUUYjZi .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-rGsSUUYjZi .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-rGsSUUYjZi .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-rGsSUUYjZi .plan-price {
  padding: 2rem 2rem;
}
.cid-rGsSUUYjZi .month {
  letter-spacing: 2px;
}
.cid-rGsSUUYjZi .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-rGsSUUYjZi .row {
  justify-content: center;
}
.cid-rGsSUUYjZi .price-value,
.cid-rGsSUUYjZi .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-rGsSUUYjZi .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSUUYjZi .plan-price {
    padding: 2rem 1rem;
  }
  .cid-rGsSUUYjZi .plan-body {
    padding: 0;
  }
  .cid-rGsSUUYjZi .plan-header {
    padding: 2rem 1rem;
  }
  .cid-rGsSUUYjZi .plan-item {
    padding: 0 1rem;
  }
}
.cid-rGsSUUYjZi .plan-title {
  color: #ed6436;
}
.cid-rGsSUUYjZi .plan-title2 {
  color: #ffffff;
}
.cid-rGsSUUYjZi .month2,
.cid-rGsSUUYjZi .plan-header {
  color: #ffffff;
}
.cid-rGsSUUYjZi .item2 {
  color: #ffffff;
}
.cid-rGsSUUYjZi .price-figure2 {
  color: #ffffff;
}
.cid-rGsSUUYjZi .price-value2 {
  color: #ffffff;
}
.cid-rGsSV7at4T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGsSV7at4T .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-rGsSV7at4T .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-rGsSV7at4T .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsSV7at4T .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-rGsSV7at4T .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rGsSV7at4T .special-label {
  color: #fff;
}
.cid-rGsSV7at4T .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rGsSV7at4T .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rGsSV7at4T .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rGsSV7at4T .menu-row {
  margin: 0;
}
.cid-rGsSV7at4T .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-rGsSV7at4T .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rGsSV7at4T .group-title,
.cid-rGsSV7at4T .align-wrap {
  text-align: left;
}
.cid-rGsSViNjsF {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rGsSViNjsF .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-rGsSViNjsF .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-rGsSViNjsF h4 {
  margin: 0;
}
.cid-rGsSViNjsF .card1 {
  background: #f2f2f4;
}
.cid-rGsSViNjsF .card2 {
  background: #ed6436;
}
.cid-rGsSViNjsF .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-rGsSViNjsF .center-card {
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #ed6436;
    border-radius: 30px;
  }
}
.cid-rGsSViNjsF .plan-item {
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-rGsSViNjsF .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-rGsSViNjsF .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-rGsSViNjsF .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-rGsSViNjsF .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-rGsSViNjsF .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-rGsSViNjsF .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-rGsSViNjsF .plan-price {
  padding: 2rem 1rem;
}
.cid-rGsSViNjsF .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-rGsSViNjsF .row {
  justify-content: center;
}
.cid-rGsSViNjsF .price-value,
.cid-rGsSViNjsF .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-rGsSViNjsF .plan {
    margin-bottom: 3rem;
  }
  .cid-rGsSViNjsF .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSViNjsF .plan-price {
    padding: 2rem 1rem;
  }
  .cid-rGsSViNjsF .plan-body {
    padding: 0;
  }
  .cid-rGsSViNjsF .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-rGsSViNjsF .plan-title {
  color: #ed6436;
}
.cid-rGsSViNjsF .plan-title2 {
  color: #ffffff;
}
.cid-rGsSViNjsF .month2,
.cid-rGsSViNjsF .plan-header {
  color: #ffffff;
}
.cid-rGsSViNjsF .item2 {
  color: #ffffff;
}
.cid-rGsSViNjsF .price-figure2 {
  color: #ffffff;
}
.cid-rGsSViNjsF .price-value2 {
  color: #ffffff;
}
.cid-rGsSViNjsF H2 {
  color: #ed6436;
}
.cid-rGsSWDpnHv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSWDpnHv .card-img {
  position: relative;
  height: 100%;
}
.cid-rGsSWDpnHv .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSWDpnHv .bone-col {
  padding: 2rem 0;
}
.cid-rGsSWDpnHv .card-wrapper {
  padding: 1.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-rGsSWDpnHv .row {
  background: #ffc448;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  justify-content: center;
  padding: 0rem;
}
.cid-rGsSWDpnHv p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rGsSWDpnHv .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-rGsSWDpnHv .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-rGsSWDpnHv .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsSWDpnHv .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsSWDpnHv .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsSWDpnHv .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGsSXgsG2q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGsSXgsG2q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGsSXgsG2q .select {
  z-index: 9999;
}
.cid-rGsSXgsG2q form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGsSXgsG2q .jq-selectbox__dropdown,
.cid-rGsSXgsG2q ul {
  border-radius: 20px!important;
}
.cid-rGsSXgsG2q .jq-selectbox {
  border-radius: 30px;
}
.cid-rGsSXgsG2q .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGsSXgsG2q .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGsSXgsG2q input,
.cid-rGsSXgsG2q textarea,
.cid-rGsSXgsG2q .select {
  border-radius: 30px;
}
.cid-rGsSXgsG2q input,
.cid-rGsSXgsG2q textarea {
  padding: 2rem 3rem;
}
.cid-rGsSXgsG2q textarea {
  min-height: 10rem;
}
.cid-rGsSXgsG2q .form-control,
.cid-rGsSXgsG2q .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXgsG2q .form-control::-webkit-input-placeholder,
.cid-rGsSXgsG2q .field-input::-webkit-input-placeholder,
.cid-rGsSXgsG2q .form-control::-webkit-input-placeholder,
.cid-rGsSXgsG2q .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsSXgsG2q .form-control:-moz-placeholder,
.cid-rGsSXgsG2q .field-input:-moz-placeholder,
.cid-rGsSXgsG2q .form-control:-moz-placeholder,
.cid-rGsSXgsG2q .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGsSXgsG2q .form-control:hover,
.cid-rGsSXgsG2q .field-input:hover,
.cid-rGsSXgsG2q .form-control:focus,
.cid-rGsSXgsG2q .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXgsG2q .form-control:hover::-webkit-input-placeholder,
.cid-rGsSXgsG2q .field-input:hover::-webkit-input-placeholder,
.cid-rGsSXgsG2q .form-control:focus::-webkit-input-placeholder,
.cid-rGsSXgsG2q .field-input:focus::-webkit-input-placeholder,
.cid-rGsSXgsG2q .form-control:hover::-webkit-input-placeholder,
.cid-rGsSXgsG2q .field-input:hover::-webkit-input-placeholder,
.cid-rGsSXgsG2q .form-control:focus::-webkit-input-placeholder,
.cid-rGsSXgsG2q .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsSXgsG2q .form-control:hover:-moz-placeholder,
.cid-rGsSXgsG2q .field-input:hover:-moz-placeholder,
.cid-rGsSXgsG2q .form-control:focus:-moz-placeholder,
.cid-rGsSXgsG2q .field-input:focus:-moz-placeholder,
.cid-rGsSXgsG2q .form-control:hover:-moz-placeholder,
.cid-rGsSXgsG2q .field-input:hover:-moz-placeholder,
.cid-rGsSXgsG2q .form-control:focus:-moz-placeholder,
.cid-rGsSXgsG2q .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGsSXgsG2q .jq-number__spin:hover,
.cid-rGsSXgsG2q .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXgsG2q .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXgsG2q .jq-selectbox li,
.cid-rGsSXgsG2q .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsSXgsG2q .jq-selectbox li:hover,
.cid-rGsSXgsG2q .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsSXgsG2q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGsSXgsG2q .jq-number__spin.minus:hover:after,
.cid-rGsSXgsG2q .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsSXgsG2q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGsSXgsG2q .jq-number__spin.minus:after,
.cid-rGsSXgsG2q .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsSXgsG2q input::-webkit-clear-button {
  display: none;
}
.cid-rGsSXgsG2q input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGsSXgsG2q input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGsSXgsG2q input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGsSXgsG2q .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-rGsSXgsG2q .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsSXgsG2q .align-wrap {
  display: inline-block;
}
.cid-rGsSXgsG2q .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGsSXgsG2q .icons-wrap {
  display: flex;
}
.cid-rGsSXgsG2q .icon-title,
.cid-rGsSXgsG2q .mbr-iconfont {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-rGsSXgsG2q form {
    padding: 2rem 1rem;
  }
  .cid-rGsSXgsG2q .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGsSXgsG2q .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsSXgsG2q .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rGsSXgsG2q .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rGsSXgsG2q .align-wrap {
    text-align: center;
  }
}
.cid-rGsSXvr3nq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGsSXvr3nq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGsSXvr3nq .select {
  z-index: 9999;
}
.cid-rGsSXvr3nq .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rGsSXvr3nq .mbr-form {
    max-width: 500px;
  }
}
.cid-rGsSXvr3nq .img-col {
  padding: 0;
}
.cid-rGsSXvr3nq form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGsSXvr3nq .jq-selectbox__dropdown,
.cid-rGsSXvr3nq ul {
  border-radius: 20px!important;
}
.cid-rGsSXvr3nq .jq-selectbox {
  border-radius: 30px;
}
.cid-rGsSXvr3nq .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGsSXvr3nq .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGsSXvr3nq input,
.cid-rGsSXvr3nq textarea,
.cid-rGsSXvr3nq .select {
  border-radius: 30px;
}
.cid-rGsSXvr3nq input,
.cid-rGsSXvr3nq textarea {
  padding: 2rem 3rem;
}
.cid-rGsSXvr3nq textarea {
  min-height: 10rem;
}
.cid-rGsSXvr3nq .form-control,
.cid-rGsSXvr3nq .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXvr3nq .form-control::-webkit-input-placeholder,
.cid-rGsSXvr3nq .field-input::-webkit-input-placeholder,
.cid-rGsSXvr3nq .form-control::-webkit-input-placeholder,
.cid-rGsSXvr3nq .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsSXvr3nq .form-control:-moz-placeholder,
.cid-rGsSXvr3nq .field-input:-moz-placeholder,
.cid-rGsSXvr3nq .form-control:-moz-placeholder,
.cid-rGsSXvr3nq .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGsSXvr3nq .form-control:hover,
.cid-rGsSXvr3nq .field-input:hover,
.cid-rGsSXvr3nq .form-control:focus,
.cid-rGsSXvr3nq .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXvr3nq .form-control:hover::-webkit-input-placeholder,
.cid-rGsSXvr3nq .field-input:hover::-webkit-input-placeholder,
.cid-rGsSXvr3nq .form-control:focus::-webkit-input-placeholder,
.cid-rGsSXvr3nq .field-input:focus::-webkit-input-placeholder,
.cid-rGsSXvr3nq .form-control:hover::-webkit-input-placeholder,
.cid-rGsSXvr3nq .field-input:hover::-webkit-input-placeholder,
.cid-rGsSXvr3nq .form-control:focus::-webkit-input-placeholder,
.cid-rGsSXvr3nq .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsSXvr3nq .form-control:hover:-moz-placeholder,
.cid-rGsSXvr3nq .field-input:hover:-moz-placeholder,
.cid-rGsSXvr3nq .form-control:focus:-moz-placeholder,
.cid-rGsSXvr3nq .field-input:focus:-moz-placeholder,
.cid-rGsSXvr3nq .form-control:hover:-moz-placeholder,
.cid-rGsSXvr3nq .field-input:hover:-moz-placeholder,
.cid-rGsSXvr3nq .form-control:focus:-moz-placeholder,
.cid-rGsSXvr3nq .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGsSXvr3nq .jq-number__spin:hover,
.cid-rGsSXvr3nq .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXvr3nq .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXvr3nq .jq-selectbox li,
.cid-rGsSXvr3nq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsSXvr3nq .jq-selectbox li:hover,
.cid-rGsSXvr3nq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsSXvr3nq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGsSXvr3nq .jq-number__spin.minus:hover:after,
.cid-rGsSXvr3nq .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsSXvr3nq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGsSXvr3nq .jq-number__spin.minus:after,
.cid-rGsSXvr3nq .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsSXvr3nq input::-webkit-clear-button {
  display: none;
}
.cid-rGsSXvr3nq input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGsSXvr3nq input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGsSXvr3nq input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGsSXvr3nq .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSXvr3nq form {
    padding: 2rem 1rem;
  }
  .cid-rGsSXvr3nq .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGsSXvr3nq .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rGsSXvr3nq H4 {
  color: #ed6436;
}
.cid-rGsSXI1jOT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsSXI1jOT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGsSXI1jOT .select {
  z-index: 9999;
}
.cid-rGsSXI1jOT img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-rGsSXI1jOT .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rGsSXI1jOT .mbr-form {
    max-width: 500px;
  }
}
.cid-rGsSXI1jOT .col-auto {
  width: 100%;
  margin: auto;
}
.cid-rGsSXI1jOT .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-rGsSXI1jOT .img-col {
  padding: 0;
}
.cid-rGsSXI1jOT form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGsSXI1jOT .jq-selectbox__dropdown,
.cid-rGsSXI1jOT ul {
  border-radius: 20px!important;
}
.cid-rGsSXI1jOT .jq-selectbox {
  border-radius: 30px;
}
.cid-rGsSXI1jOT .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGsSXI1jOT .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGsSXI1jOT input,
.cid-rGsSXI1jOT textarea,
.cid-rGsSXI1jOT .select {
  border-radius: 30px;
}
.cid-rGsSXI1jOT input,
.cid-rGsSXI1jOT textarea {
  padding: 2rem 3rem;
}
.cid-rGsSXI1jOT textarea {
  min-height: 10rem;
}
.cid-rGsSXI1jOT .form-control,
.cid-rGsSXI1jOT .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXI1jOT .form-control::-webkit-input-placeholder,
.cid-rGsSXI1jOT .field-input::-webkit-input-placeholder,
.cid-rGsSXI1jOT .form-control::-webkit-input-placeholder,
.cid-rGsSXI1jOT .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsSXI1jOT .form-control:-moz-placeholder,
.cid-rGsSXI1jOT .field-input:-moz-placeholder,
.cid-rGsSXI1jOT .form-control:-moz-placeholder,
.cid-rGsSXI1jOT .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGsSXI1jOT .form-control:hover,
.cid-rGsSXI1jOT .field-input:hover,
.cid-rGsSXI1jOT .form-control:focus,
.cid-rGsSXI1jOT .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXI1jOT .form-control:hover::-webkit-input-placeholder,
.cid-rGsSXI1jOT .field-input:hover::-webkit-input-placeholder,
.cid-rGsSXI1jOT .form-control:focus::-webkit-input-placeholder,
.cid-rGsSXI1jOT .field-input:focus::-webkit-input-placeholder,
.cid-rGsSXI1jOT .form-control:hover::-webkit-input-placeholder,
.cid-rGsSXI1jOT .field-input:hover::-webkit-input-placeholder,
.cid-rGsSXI1jOT .form-control:focus::-webkit-input-placeholder,
.cid-rGsSXI1jOT .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsSXI1jOT .form-control:hover:-moz-placeholder,
.cid-rGsSXI1jOT .field-input:hover:-moz-placeholder,
.cid-rGsSXI1jOT .form-control:focus:-moz-placeholder,
.cid-rGsSXI1jOT .field-input:focus:-moz-placeholder,
.cid-rGsSXI1jOT .form-control:hover:-moz-placeholder,
.cid-rGsSXI1jOT .field-input:hover:-moz-placeholder,
.cid-rGsSXI1jOT .form-control:focus:-moz-placeholder,
.cid-rGsSXI1jOT .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGsSXI1jOT .jq-number__spin:hover,
.cid-rGsSXI1jOT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXI1jOT .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsSXI1jOT .jq-selectbox li,
.cid-rGsSXI1jOT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsSXI1jOT .jq-selectbox li:hover,
.cid-rGsSXI1jOT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsSXI1jOT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGsSXI1jOT .jq-number__spin.minus:hover:after,
.cid-rGsSXI1jOT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsSXI1jOT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGsSXI1jOT .jq-number__spin.minus:after,
.cid-rGsSXI1jOT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsSXI1jOT input::-webkit-clear-button {
  display: none;
}
.cid-rGsSXI1jOT input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGsSXI1jOT input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGsSXI1jOT input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGsSXI1jOT .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-rGsSXI1jOT img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsSXI1jOT form {
    padding: 2rem 1rem;
  }
  .cid-rGsSXI1jOT .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGsSXI1jOT .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rGsSXI1jOT img {
    height: 260px;
    width: 260px;
  }
}
.cid-rGsSXI1jOT H4 {
  color: #ed6436;
}
.cid-rGsSYs9jCv {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsSYs9jCv .mbr-text {
  color: #767676;
}
.cid-rGsSYs9jCv img {
  width: 100%;
}
.cid-rGsSYs9jCv .card-img {
  margin-bottom: 0rem;
}
.cid-rGsSYs9jCv .container {
  max-width: 1500px;
}
.cid-rGsSYs9jCv .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsSYs9jCv .card-box {
  padding: 2rem 1rem;
}
.cid-rGsSYs9jCv p {
  font-weight: 400;
}
.cid-rGsSYs9jCv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsSYs9jCv .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsSYs9jCv .mbr-text,
.cid-rGsSYs9jCv .mbr-section-btn {
  text-align: center;
}
.cid-rGsSYs9jCv .card-title,
.cid-rGsSYs9jCv .card-img {
  text-align: center;
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGsOi1S1gW {
  padding-top: 120px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rGsOi1S1gW img {
  width: 180px;
  margin: auto;
}
.cid-rGsOi1S1gW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-rGsOi1S1gW H1 {
  color: #181818;
}
.cid-rGsVh1oMup {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rGsVh1oMup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-rGsVh1oMup .box {
  background-image: url("https://mobirise.com/extensions/petsm4/assets/images/background15.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-rGsVh1oMup .box {
    background-size: 100%;
    transition: all 0.6s;
  }
  .cid-rGsVh1oMup .box:hover {
    background-size: 110%;
  }
}
.cid-rGsVh1oMup .icon-wrap {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-rGsVh1oMup .icon-wrap span {
  padding-left: 8px;
}
.cid-rGsVh1oMup .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rGsVh1oMup .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rGsVh1oMup .mbr-media span:hover {
  color: #ed6436 !important;
}
.cid-rGsVh1oMup .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rGsVh1oMup .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rGsVh1oMup .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rGsVh1oMup a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rGsVh1oMup a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rGsVh1oMup {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-rGsVh1oMup .box {
    height: 250px;
  }
}
.cid-rGsT6Crash {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsT6Crash .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsT6Crash .content {
    padding: 0 2rem;
  }
}
.cid-rGsT6Crash .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rGsT6Crash .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsT6Crash .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGsT6Crash .icon-title,
.cid-rGsT6Crash .mbr-iconfont {
  color: #ed6436;
}
.cid-rGsT6Crash .icons-wrap {
  display: flex;
}
.cid-rGsT6Crash .google-map {
  height: 100%;
  position: relative;
}
.cid-rGsT6Crash .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGsT6Crash .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGsT6Crash .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGsT6Crash .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGsT6Crash .content {
    margin: auto;
  }
  .cid-rGsT6Crash .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsT6Crash .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsT6Crash .icon-wrap {
    margin-right: 0rem;
  }
  .cid-rGsT6Crash .google-map {
    height: 20rem;
  }
}
.cid-rGsT7g2xST {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsT7g2xST .mbr-iconfont {
  color: #181818 !important;
  font-size: 1.8rem!important;
  padding-right: 1rem;
  margin-top: 0.2rem;
  display: block;
}
.cid-rGsT7g2xST .card-col {
  max-width: 360px;
}
@media (min-width: 1700px) {
  .cid-rGsT7g2xST .card-col {
    margin-right: 15rem!important;
  }
}
.cid-rGsT7g2xST img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cid-rGsT7g2xST .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-rGsT7g2xST svg {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.06);
}
.cid-rGsT7g2xST path {
  fill: #ffffff;
}
.cid-rGsT7g2xST .google-map {
  height: 100%;
  min-height: 15rem;
  position: relative;
}
.cid-rGsT7g2xST .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGsT7g2xST .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGsT7g2xST .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGsT7g2xST .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rGsT7g2xST .card-img {
  margin-bottom: 3rem;
}
.cid-rGsT7g2xST .item {
  flex-direction: row;
  display: flex;
}
.cid-rGsT7g2xST .card-wrapper {
  background: #f2f2f4;
  padding: 2rem 1.4rem;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-rGsT7g2xST p {
  font-weight: 400;
}
.cid-rGsT7g2xST .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsT7g2xST .svg-col {
    margin-bottom: 3rem;
  }
  .cid-rGsT7g2xST .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-rGsT7g2xST .google-map {
    height: 10rem;
  }
  .cid-rGsT7g2xST svg {
    display: none;
  }
  .cid-rGsT7g2xST .item {
    flex-direction: column;
  }
  .cid-rGsT7g2xST .svg-col {
    padding: 0 1rem;
  }
  .cid-rGsT7g2xST .card-img {
    margin-bottom: 1rem;
  }
  .cid-rGsT7g2xST .mbr-iconfont {
    padding-right: 0;
  }
  .cid-rGsT7g2xST .card-box {
    text-align: center;
  }
}
.cid-rGsT7g2xST .card-title,
.cid-rGsT7g2xST .card-img {
  color: #ed6436;
}
.cid-rGsT3d6s9J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsT3d6s9J .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGsT3d6s9J .modal-body .close {
  background: #1b1b1b;
}
.cid-rGsT3d6s9J .modal-body .close span {
  font-style: normal;
}
.cid-rGsT3d6s9J .content-slider-wrap {
  width: 100%;
}
.cid-rGsT3d6s9J .carousel-inner > .active,
.cid-rGsT3d6s9J .carousel-inner > .next,
.cid-rGsT3d6s9J .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rGsT3d6s9J .carousel-control .icon-next,
.cid-rGsT3d6s9J .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rGsT3d6s9J .carousel-control:hover {
  background: #ed6436 !important;
  opacity: 0.9;
}
.cid-rGsT3d6s9J .carousel-control:hover span {
  color: white!important;
}
.cid-rGsT3d6s9J .mbr-iconfont {
  color: black;
  transition: all 0.3s;
  font-size: 1.2rem!important;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-rGsT3d6s9J .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rGsT3d6s9J .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rGsT3d6s9J .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rGsT3d6s9J .boxed-slider > div {
  position: relative;
}
.cid-rGsT3d6s9J .container img {
  width: 100%;
}
.cid-rGsT3d6s9J .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rGsT3d6s9J .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rGsT3d6s9J .mbr-table-cell {
  padding: 0;
}
.cid-rGsT3d6s9J .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rGsT3d6s9J .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rGsT3d6s9J .mbr-overlay {
  z-index: 1;
}
.cid-rGsT3d6s9J .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rGsT3d6s9J .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rGsT3d6s9J .carousel-item .container {
    width: 100%;
  }
}
.cid-rGsT3d6s9J .carousel-item-next.carousel-item-left,
.cid-rGsT3d6s9J .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rGsT3d6s9J .active.carousel-item-right,
.cid-rGsT3d6s9J .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rGsT3d6s9J .active.carousel-item-left,
.cid-rGsT3d6s9J .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rGsT3d6s9J .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  transition: all .3s;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rGsT3d6s9J .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 12px;
  width: 12px;
  max-height: 15px;
  margin: 3px;
  background-color: lightgray;
  border-radius: 50%;
  opacity: .5;
  border: 0;
  transition: all .3s;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators li.active,
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #ed6436;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators li::after,
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rGsT3d6s9J .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rGsT3d6s9J .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rGsT3d6s9J .mbr-slider > .container img {
  width: 100%;
}
.cid-rGsT3d6s9J .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rGsT3d6s9J .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rGsT3d6s9J .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rGsT3d6s9J .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rGsT3d6s9J .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rGsT3d6s9J .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rGsT3d6s9J .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rGsT3d6s9J .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rGsT3d6s9J .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rGsT3d6s9J .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rGsT3d6s9J .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rGsT3d6s9J .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rGsT3d6s9J .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rGsT3d6s9J .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rGsT3d6s9J .carousel-inner {
  height: 100%;
}
.cid-rGsT3d6s9J .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rGsT3d6s9J .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rGsT3d6s9J .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rGsT3d6s9J .carousel-item .container-slide {
  text-align: center;
}
.cid-rGsThoaAr0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsT8xBvzE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGsT8xBvzE .google-map {
  height: 30rem;
  position: relative;
}
.cid-rGsT8xBvzE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGsT8xBvzE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGsT8xBvzE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGsT8xBvzE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rGsTeRpwTf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGsTeRpwTf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGsTeRpwTf img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-rGsTeRpwTf h3 {
  margin: 0;
}
.cid-rGsTeRpwTf .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-rGsTeRpwTf .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rGsTeRpwTf .text-wrap {
  width: 100%;
}
.cid-rGsTeRpwTf .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rGsTeRpwTf .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rGsTeRpwTf .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rGsTeRpwTf .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-rGsTeRpwTf .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsTeRpwTf .jq-selectbox__dropdown,
.cid-rGsTeRpwTf ul {
  border-radius: 20px!important;
}
.cid-rGsTeRpwTf .jq-selectbox {
  border-radius: 30px;
}
.cid-rGsTeRpwTf .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGsTeRpwTf .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGsTeRpwTf input,
.cid-rGsTeRpwTf textarea,
.cid-rGsTeRpwTf .select {
  border-radius: 30px;
}
.cid-rGsTeRpwTf input,
.cid-rGsTeRpwTf textarea {
  padding: 1rem 2rem;
}
.cid-rGsTeRpwTf textarea {
  min-height: 10rem;
}
.cid-rGsTeRpwTf .form-control,
.cid-rGsTeRpwTf .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsTeRpwTf .form-control::-webkit-input-placeholder,
.cid-rGsTeRpwTf .field-input::-webkit-input-placeholder,
.cid-rGsTeRpwTf .form-control::-webkit-input-placeholder,
.cid-rGsTeRpwTf .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsTeRpwTf .form-control:-moz-placeholder,
.cid-rGsTeRpwTf .field-input:-moz-placeholder,
.cid-rGsTeRpwTf .form-control:-moz-placeholder,
.cid-rGsTeRpwTf .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGsTeRpwTf .form-control:hover,
.cid-rGsTeRpwTf .field-input:hover,
.cid-rGsTeRpwTf .form-control:focus,
.cid-rGsTeRpwTf .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGsTeRpwTf .form-control:hover::-webkit-input-placeholder,
.cid-rGsTeRpwTf .field-input:hover::-webkit-input-placeholder,
.cid-rGsTeRpwTf .form-control:focus::-webkit-input-placeholder,
.cid-rGsTeRpwTf .field-input:focus::-webkit-input-placeholder,
.cid-rGsTeRpwTf .form-control:hover::-webkit-input-placeholder,
.cid-rGsTeRpwTf .field-input:hover::-webkit-input-placeholder,
.cid-rGsTeRpwTf .form-control:focus::-webkit-input-placeholder,
.cid-rGsTeRpwTf .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGsTeRpwTf .form-control:hover:-moz-placeholder,
.cid-rGsTeRpwTf .field-input:hover:-moz-placeholder,
.cid-rGsTeRpwTf .form-control:focus:-moz-placeholder,
.cid-rGsTeRpwTf .field-input:focus:-moz-placeholder,
.cid-rGsTeRpwTf .form-control:hover:-moz-placeholder,
.cid-rGsTeRpwTf .field-input:hover:-moz-placeholder,
.cid-rGsTeRpwTf .form-control:focus:-moz-placeholder,
.cid-rGsTeRpwTf .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGsTeRpwTf .jq-number__spin:hover,
.cid-rGsTeRpwTf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGsTeRpwTf .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGsTeRpwTf .jq-selectbox li,
.cid-rGsTeRpwTf .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsTeRpwTf .jq-selectbox li:hover,
.cid-rGsTeRpwTf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGsTeRpwTf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGsTeRpwTf .jq-number__spin.minus:hover:after,
.cid-rGsTeRpwTf .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsTeRpwTf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGsTeRpwTf .jq-number__spin.minus:after,
.cid-rGsTeRpwTf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGsTeRpwTf input::-webkit-clear-button {
  display: none;
}
.cid-rGsTeRpwTf input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGsTeRpwTf input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGsTeRpwTf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGsTeRpwTf .col-md-6 {
  margin-bottom: 2rem;
}
.cid-rGsTeRpwTf .form-group {
  margin-bottom: 0.4rem;
}
.cid-rGsTeRpwTf .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-rGsTeRpwTf .title1 {
  margin: 0;
}
.cid-rGsTeRpwTf .align-wrap {
  display: block;
}
.cid-rGsTeRpwTf .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rGsTeRpwTf form {
    padding: 0;
  }
  .cid-rGsTeRpwTf .socicon-wrap {
    margin: auto;
  }
}
.cid-rGsTeRpwTf .title {
  color: #ed6436;
}
.cid-rGsT4lq5Dj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGsT4lq5Dj .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rGsT4lq5Dj .mbr-shop .row {
  margin: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rGsT4lq5Dj .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rGsT4lq5Dj .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-rGsT4lq5Dj .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-rGsT4lq5Dj li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-rGsT4lq5Dj .container {
  max-width: 1400px;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rGsT4lq5Dj .sidebar_wraper {
  padding: 1rem 0;
}
.cid-rGsT4lq5Dj .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-rGsT4lq5Dj .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
}
.cid-rGsT4lq5Dj .display-5 {
  font-size: 1.4rem;
}
.cid-rGsT4lq5Dj .shop-item-price,
.cid-rGsT4lq5Dj .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-rGsT4lq5Dj .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-rGsT4lq5Dj .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rGsT4lq5Dj .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rGsT4lq5Dj .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rGsT4lq5Dj .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rGsT4lq5Dj .mbr-shop .hide-modal {
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rGsT4lq5Dj .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rGsT4lq5Dj .mbr-shop .filter-by-pu,
.cid-rGsT4lq5Dj .mbr-shop .filter-by-pd,
.cid-rGsT4lq5Dj .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rGsT4lq5Dj .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rGsT4lq5Dj .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem h4,
.cid-rGsT4lq5Dj .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem h5,
.cid-rGsT4lq5Dj .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem p,
.cid-rGsT4lq5Dj .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rGsT4lq5Dj .mbr-shop .item-button {
  text-align: center;
}
.cid-rGsT4lq5Dj .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rGsT4lq5Dj .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rGsT4lq5Dj .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rGsT4lq5Dj .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rGsT4lq5Dj .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item__hided h4,
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item__hided h5,
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-rGsT4lq5Dj .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rGsT4lq5Dj .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rGsT4lq5Dj .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rGsT4lq5Dj .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rGsT4lq5Dj .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rGsT4lq5Dj .mbr-shop .range-controls {
  position: relative;
}
.cid-rGsT4lq5Dj .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rGsT4lq5Dj .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rGsT4lq5Dj .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rGsT4lq5Dj .mbr-shop .toggle:hover,
.cid-rGsT4lq5Dj .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rGsT4lq5Dj .mbr-shop .min-toggle {
  left: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .max-toggle {
  right: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .hided-by-price {
  display: none;
}
.cid-rGsT4lq5Dj .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rGsT4lq5Dj .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rGsT4lq5Dj .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rGsT4lq5Dj .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rGsT4lq5Dj .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rGsT4lq5Dj .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rGsT4lq5Dj .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rGsT4lq5Dj .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rGsT4lq5Dj .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rGsT4lq5Dj .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rGsT4lq5Dj .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rGsT4lq5Dj .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rGsT4lq5Dj .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rGsT4lq5Dj .mbr-shop .shop-items .onsale,
.cid-rGsT4lq5Dj .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rGsT4lq5Dj .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rGsT4lq5Dj .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rGsT4lq5Dj .mbr-shop .price-range {
  display: inline-block;
}
.cid-rGsT4lq5Dj .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rGsT4lq5Dj .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rGsT4lq5Dj .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rGsT4lq5Dj .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rGsT4lq5Dj .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rGsT4lq5Dj .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rGsT4lq5Dj .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rGsT4lq5Dj .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rGsT4lq5Dj .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rGsT4lq5Dj .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rGsT4lq5Dj .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-rGsT4lq5Dj .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-rGsT4lq5Dj .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rGsT4lq5Dj .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rGsT4lq5Dj .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rGsT4lq5Dj .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rGsT4lq5Dj .wrapper-shop-items,
  .cid-rGsT4lq5Dj .mbr-shop__row {
    padding: 0;
  }
  .cid-rGsT4lq5Dj .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rGsT4lq5Dj .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rGsT4lq5Dj .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rGsT4lq5Dj .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rGsT4lq5Dj .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rGsT4lq5Dj .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rGsT4lq5Dj .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rGsT4lq5Dj .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rGsT4lq5Dj .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-rGsT4lq5Dj .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsT4lq5Dj .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rGsT988xkc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGsT988xkc .mbr-iconfont {
  color: #ed6436 !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-rGsT988xkc .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-rGsT988xkc .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-rGsT988xkc .card-col {
    margin-right: 20rem;
  }
}
.cid-rGsT988xkc img {
  width: 100%;
}
.cid-rGsT988xkc .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-rGsT988xkc .container-fluid {
  position: relative;
}
.cid-rGsT988xkc .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-rGsT988xkc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGsT988xkc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGsT988xkc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGsT988xkc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rGsT988xkc .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-rGsT988xkc .item h4 {
  margin: 0;
}
.cid-rGsT988xkc .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-rGsT988xkc p {
  font-weight: 400;
}
.cid-rGsT988xkc .card-title,
.cid-rGsT988xkc .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-rGsT988xkc .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-rGsT988xkc .card-col {
    padding: 2rem 1rem;
  }
}
.cid-rGsTm8n1mc {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-rGsTm8n1mc .mbr-text {
  color: #767676;
}
.cid-rGsTm8n1mc img {
  width: 100%;
}
.cid-rGsTm8n1mc .card-img {
  margin-bottom: 0rem;
}
.cid-rGsTm8n1mc .container {
  max-width: 1500px;
}
.cid-rGsTm8n1mc .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-rGsTm8n1mc .card-box {
  padding: 2rem 1rem;
}
.cid-rGsTm8n1mc p {
  font-weight: 400;
}
.cid-rGsTm8n1mc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGsTm8n1mc .card {
    margin-bottom: 2rem;
  }
}
.cid-rGsTm8n1mc .mbr-text,
.cid-rGsTm8n1mc .mbr-section-btn {
  text-align: center;
}
.cid-rGsTm8n1mc .card-title,
.cid-rGsTm8n1mc .card-img {
  text-align: center;
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsOyzHk89 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/petsm4/assets/images/005.jpg");
}
.cid-rGsOyzHk89 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-rGsOyzHk89 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-rGsOyzHk89 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsOyzHk89 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-rGsOyzHk89 .container {
  max-width: 1600px;
}
.cid-rGsOyzHk89 .mbr-bold,
.cid-rGsOyzHk89 b {
  font-weight: 900;
}
.cid-rGsOyzHk89 .btn {
  color: white!important;
}
.cid-rGsOyzHk89 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-rGsOyzHk89 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-rGsOyzHk89 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-rGsOyzHk89 svg {
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-rGsOyzHk89 svg {
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-rGsOyzHk89 .mbr-overlay {
    opacity: 0.2!important;
  }
}
.cid-rGtDrCLJS9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGtDrCLJS9 .card {
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-rGtDrCLJS9 .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-rGtDrCLJS9 .text,
.cid-rGtDrCLJS9 .icon {
  display: flex;
  align-items: center;
}
.cid-rGtDrCLJS9 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtDrCLJS9 h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-rGtDrCLJS9 .mbr-iconfont {
  font-size: 3rem;
  transition: all 0.6s;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-rGtDrCLJS9 .content {
    margin: auto;
  }
}
.cid-rGtDrCLJS9 H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-rGtDrCLJS9 H1 {
  color: #0b1b3f;
}
.cid-rGzdcE7Uf0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGzdcE7Uf0 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGzdcE7Uf0 .content {
    padding: 0 2rem;
  }
}
.cid-rGzdcE7Uf0 .row {
  justify-content: flex-end;
}
.cid-rGzdcE7Uf0 .img-col {
  padding: 0;
}
.cid-rGzdcE7Uf0 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGzdcE7Uf0 .icon-wrap h3 {
  margin: 0;
}
.cid-rGzdcE7Uf0 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGzdcE7Uf0 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGzdcE7Uf0 .icon-title,
.cid-rGzdcE7Uf0 .mbr-iconfont {
  color: #181818;
}
.cid-rGzdcE7Uf0 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGzdcE7Uf0 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGzdcE7Uf0 .icons-wrap {
    flex-direction: column;
  }
  .cid-rGzdcE7Uf0 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtDy5Bq7v {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtDy5Bq7v .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rGtDy5Bq7v h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rGtDy5Bq7v .svg11 path {
  fill: #7aba59;
}
.cid-rGtDy5Bq7v .svg21 path {
  fill: #f9b945;
}
.cid-rGtDy5Bq7v .svg31 path {
  fill: #ed6436;
}
.cid-rGtDy5Bq7v .svg4 path {
  fill: #ed6436 !important;
}
.cid-rGtDy5Bq7v .svg12 path,
.cid-rGtDy5Bq7v .svg22 path,
.cid-rGtDy5Bq7v .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-rGtDy5Bq7v .card {
  position: relative;
  height: 300px;
}
.cid-rGtDy5Bq7v .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rGtDy5Bq7v .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rGtDy5Bq7v .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtDy5Bq7v .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-rGtDy5Bq7v .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtDy5Bq7v .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-rGtDy5Bq7v .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-rGtDy5Bq7v .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-rGtDy5Bq7v .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  transform: scale(0.7);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rGtDy5Bq7v .card .svg22,
.cid-rGtDy5Bq7v .card .svg32,
.cid-rGtDy5Bq7v .card .svg12 {
  z-index: 1;
  transform: scale(0.8) rotate(60deg);
}
.cid-rGtDy5Bq7v .card .svg21,
.cid-rGtDy5Bq7v .card .svg31,
.cid-rGtDy5Bq7v .card .svg11 {
  z-index: 2;
}
.cid-rGtDy5Bq7v .card div {
  z-index: 3;
}
.cid-rGtDy5Bq7v .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rGtDy5Bq7v .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtDy5Bq7v .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rGtDy5Bq7v .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rGtDy5Bq7v .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtDy5Bq7v .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtDy5Bq7v .card {
    margin-bottom: 2rem;
  }
  .cid-rGtDy5Bq7v .card svg {
    left: 30px;
  }
  .cid-rGtDy5Bq7v .card:hover h4 {
    animation: none;
  }
  .cid-rGtDy5Bq7v .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rGtDy5Bq7v h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtDy5Bq7v .card {
    max-width: 330px;
  }
  .cid-rGtDy5Bq7v .card svg {
    left: 0px;
  }
}
.cid-rGtDoblERL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGtDoblERL .content {
  max-width: 700px;
  margin: auto 0;
}
@media (min-width: 767px) {
  .cid-rGtDoblERL .content {
    padding: 0 2rem;
  }
}
.cid-rGtDoblERL .logo {
  width: 80px;
}
.cid-rGtDoblERL .img-col img {
  transform: scaleX(-1);
}
.cid-rGtDoblERL .link-wrap,
.cid-rGtDoblERL .count-wrap {
  display: inline-block;
}
.cid-rGtDoblERL .img-col {
  margin: auto 0;
  padding: 0;
}
.cid-rGtDoblERL .link {
  display: flex;
  position: relative;
  height: 130px;
  width: 250px;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGtDoblERL .link .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtDoblERL .link h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtDoblERL .link:hover {
  transform: rotate(12deg);
}
.cid-rGtDoblERL .row {
  justify-content: flex-start;
}
.cid-rGtDoblERL .icon-wrap {
  width: fit-content;
  display: inline-block;
  margin-bottom: 2rem;
}
.cid-rGtDoblERL .mbr-iconfont {
  font-size: 1.8rem;
  color: #181818 !important;
  padding: 10px;
  margin: 0 0.3rem;
  background: #7aba59;
  height: 53px;
  display: inline-block;
  width: 53px;
  border-radius: 100%;
  transition: all 0.3s;
}
.cid-rGtDoblERL .mbr-iconfont:hover {
  background: #181818;
  color: #7aba59 !important;
}
.cid-rGtDoblERL .number-wrap {
  color: #ed6436;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  min-width: 100px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rGtDoblERL .countdown-cont {
  margin: 0 auto;
}
.cid-rGtDoblERL .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-rGtDoblERL .number {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #181818;
}
.cid-rGtDoblERL .period {
  display: block;
  padding-top: 2px;
}
.cid-rGtDoblERL .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #181818;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rGtDoblERL .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rGtDoblERL .dot {
    right: -1em;
  }
  .cid-rGtDoblERL .row {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-rGtDoblERL .dot {
    display: none;
  }
  .cid-rGtDoblERL .number {
    white-space: nowrap;
  }
  .cid-rGtDoblERL .countdown-cont {
    margin: 0 auto;
  }
  .cid-rGtDoblERL .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-rGtDoblERL .countdown-cont .row {
    -webkit-flex-wrap: nowrap;
  }
  .cid-rGtDoblERL .col-sm-3 {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  .cid-rGtDoblERL .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rGtDoblERL .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rGtDoblERL .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rGtDoblERL .number {
    font-size: 25px;
  }
  .cid-rGtDoblERL .period {
    font-size: 0.7rem;
  }
}
.cid-rGtDoblERL .mbr-section-title,
.cid-rGtDoblERL .content {
  text-align: center;
}
.cid-rGtDhIxNyM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGtDhIxNyM .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rGtDhIxNyM .mbr-shop .row {
  margin: 0;
}
.cid-rGtDhIxNyM .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rGtDhIxNyM .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rGtDhIxNyM .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-rGtDhIxNyM .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-rGtDhIxNyM li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-rGtDhIxNyM .container {
  max-width: 1400px;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rGtDhIxNyM .sidebar_wraper {
  padding: 1rem 0;
}
.cid-rGtDhIxNyM .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-rGtDhIxNyM .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
}
.cid-rGtDhIxNyM .display-5 {
  font-size: 1.4rem;
}
.cid-rGtDhIxNyM .shop-item-price,
.cid-rGtDhIxNyM .oldprice {
  font-size: 1.1rem;
  font-weight: 600!important;
}
.cid-rGtDhIxNyM .mbr-shop .sidebar-background:after {
  background: transparent!important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-rGtDhIxNyM .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rGtDhIxNyM .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rGtDhIxNyM .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rGtDhIxNyM .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rGtDhIxNyM .mbr-shop .hide-modal {
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rGtDhIxNyM .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rGtDhIxNyM .mbr-shop .filter-by-pu,
.cid-rGtDhIxNyM .mbr-shop .filter-by-pd,
.cid-rGtDhIxNyM .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rGtDhIxNyM .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rGtDhIxNyM .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem h4,
.cid-rGtDhIxNyM .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem h5,
.cid-rGtDhIxNyM .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem p,
.cid-rGtDhIxNyM .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rGtDhIxNyM .mbr-shop .item-button {
  text-align: center;
}
.cid-rGtDhIxNyM .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rGtDhIxNyM .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rGtDhIxNyM .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rGtDhIxNyM .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rGtDhIxNyM .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item__hided h4,
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item__hided h5,
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-rGtDhIxNyM .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rGtDhIxNyM .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rGtDhIxNyM .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rGtDhIxNyM .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rGtDhIxNyM .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rGtDhIxNyM .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rGtDhIxNyM .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rGtDhIxNyM .mbr-shop .range-controls {
  position: relative;
}
.cid-rGtDhIxNyM .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rGtDhIxNyM .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rGtDhIxNyM .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rGtDhIxNyM .mbr-shop .toggle:hover,
.cid-rGtDhIxNyM .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rGtDhIxNyM .mbr-shop .min-toggle {
  left: 0;
}
.cid-rGtDhIxNyM .mbr-shop .max-toggle {
  right: 0;
}
.cid-rGtDhIxNyM .mbr-shop .hided-by-price {
  display: none;
}
.cid-rGtDhIxNyM .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rGtDhIxNyM .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rGtDhIxNyM .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rGtDhIxNyM .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rGtDhIxNyM .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rGtDhIxNyM .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rGtDhIxNyM .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rGtDhIxNyM .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rGtDhIxNyM .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rGtDhIxNyM .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rGtDhIxNyM .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rGtDhIxNyM .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rGtDhIxNyM .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rGtDhIxNyM .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rGtDhIxNyM .mbr-shop .shop-items .onsale,
.cid-rGtDhIxNyM .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rGtDhIxNyM .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rGtDhIxNyM .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rGtDhIxNyM .mbr-shop .price-range {
  display: inline-block;
}
.cid-rGtDhIxNyM .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rGtDhIxNyM .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rGtDhIxNyM .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rGtDhIxNyM .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rGtDhIxNyM .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rGtDhIxNyM .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rGtDhIxNyM .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rGtDhIxNyM .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rGtDhIxNyM .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rGtDhIxNyM .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rGtDhIxNyM .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rGtDhIxNyM .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-rGtDhIxNyM .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-rGtDhIxNyM .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rGtDhIxNyM .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rGtDhIxNyM .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rGtDhIxNyM .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rGtDhIxNyM .wrapper-shop-items,
  .cid-rGtDhIxNyM .mbr-shop__row {
    padding: 0;
  }
  .cid-rGtDhIxNyM .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rGtDhIxNyM .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rGtDhIxNyM .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rGtDhIxNyM .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rGtDhIxNyM .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rGtDhIxNyM .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rGtDhIxNyM .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rGtDhIxNyM .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rGtDhIxNyM .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rGtDhIxNyM .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-rGtDhIxNyM .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtDhIxNyM .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rGtEXjn731 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-rGtEXjn731 .accordion .card {
  overflow: hidden;
}
.cid-rGtEXjn731 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rGtEXjn731 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rGtEXjn731 .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-rGtEXjn731 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rGtEXjn731 .card .card-header a.panel-title h4 {
  padding: 0.8rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rGtEXjn731 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rGtEXjn731 .card .panel-body {
  color: #767676;
}
.cid-rGtEXjn731 .card:hover {
  background: #cdeaba;
}
.cid-rGtEXjn731 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid gray;
}
.cid-rGtEXjn731 .icon-left {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #7aba59;
  border-radius: 100%;
  font-weight: 900;
  margin-left: 1rem;
}
.cid-rGtEXjn731 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rGtEXjn731 .wrap {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cid-rGtEXjn731 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rGtEXjn731 .panel-text {
  padding: 0 1rem;
  color: #383838;
}
.cid-rGtEXjn731 .panel-collapse {
  margin-top: -1px;
}
.cid-rGtEXjn731 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rGtEXjn731 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rGtEXjn731 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rGtEXjn731 .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGtEN3UEQx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rGtEN3UEQx li {
  list-style: none;
}
.cid-rGtEN3UEQx .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cid-rGtEN3UEQx .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtEN3UEQx .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtEN3UEQx h4 {
  margin: 0;
}
.cid-rGtEN3UEQx ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rGtEN3UEQx .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-rGtEN3UEQx .col-title2 {
  color: #ed6436;
}
.cid-rGtEN3UEQx .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGtEN3UEQx .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtEN3UEQx .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtEN3UEQx .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
@media (max-width: 767px) {
  .cid-rGtEN3UEQx .icon-wrap {
    flex-direction: column;
  }
  .cid-rGtEN3UEQx .align-wrap {
    width: 100%;
  }
  .cid-rGtEN3UEQx .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-rGtLYTvqHP {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-rGtLYTvqHP .price-term {
  vertical-align: top;
}
.cid-rGtLYTvqHP h4 {
  margin: 0;
}
.cid-rGtLYTvqHP .card1 {
  background: #f2f2f4;
}
.cid-rGtLYTvqHP .card2 {
  background: #ed6436;
}
.cid-rGtLYTvqHP .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-rGtLYTvqHP .center-card {
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #ed6436;
    border-radius: 30px;
  }
}
.cid-rGtLYTvqHP .plan-item {
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-rGtLYTvqHP .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-rGtLYTvqHP .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-rGtLYTvqHP .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-rGtLYTvqHP .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-rGtLYTvqHP .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-rGtLYTvqHP .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-rGtLYTvqHP .plan-price {
  padding: 2rem 2rem;
}
.cid-rGtLYTvqHP .month {
  letter-spacing: 2px;
}
.cid-rGtLYTvqHP .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-rGtLYTvqHP .row {
  justify-content: center;
}
.cid-rGtLYTvqHP .price-value,
.cid-rGtLYTvqHP .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-rGtLYTvqHP .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtLYTvqHP .plan-price {
    padding: 2rem 1rem;
  }
  .cid-rGtLYTvqHP .plan-body {
    padding: 0;
  }
  .cid-rGtLYTvqHP .plan-header {
    padding: 2rem 1rem;
  }
  .cid-rGtLYTvqHP .plan-item {
    padding: 0 1rem;
  }
}
.cid-rGtLYTvqHP .plan-title {
  color: #ed6436;
}
.cid-rGtLYTvqHP .plan-title2 {
  color: #ffffff;
}
.cid-rGtLYTvqHP .month2,
.cid-rGtLYTvqHP .plan-header {
  color: #ffffff;
}
.cid-rGtLYTvqHP .item2 {
  color: #ffffff;
}
.cid-rGtLYTvqHP .price-figure2 {
  color: #ffffff;
}
.cid-rGtLYTvqHP .price-value2 {
  color: #ffffff;
}
.cid-rGtDjFvn9J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGtDjFvn9J .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-rGtDjFvn9J .content {
    padding: 0 6rem;
  }
}
.cid-rGtDjFvn9J .mbr-figure {
  height: 100%;
}
.cid-rGtDjFvn9J img {
  height: 100%;
  object-fit: cover;
}
.cid-rGtDjFvn9J .img-col {
  padding: 0;
}
.cid-rGtDjFvn9J .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-rGtDjFvn9J p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGtDjFvn9J .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rGtDjFvn9J .icon-title,
.cid-rGtDjFvn9J .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtDjFvn9J .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtDjFvn9J .icon-wrap {
    margin: auto;
  }
}
.cid-rGtDjFvn9J H3 {
  color: #ed6436;
}
.cid-rGtD9lORNS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGtD9lORNS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtD9lORNS .select {
  z-index: 9999;
}
.cid-rGtD9lORNS form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGtD9lORNS .jq-selectbox__dropdown,
.cid-rGtD9lORNS ul {
  border-radius: 20px!important;
}
.cid-rGtD9lORNS .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtD9lORNS .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtD9lORNS .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtD9lORNS input,
.cid-rGtD9lORNS textarea,
.cid-rGtD9lORNS .select {
  border-radius: 30px;
}
.cid-rGtD9lORNS input,
.cid-rGtD9lORNS textarea {
  padding: 2rem 3rem;
}
.cid-rGtD9lORNS textarea {
  min-height: 10rem;
}
.cid-rGtD9lORNS .form-control,
.cid-rGtD9lORNS .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtD9lORNS .form-control::-webkit-input-placeholder,
.cid-rGtD9lORNS .field-input::-webkit-input-placeholder,
.cid-rGtD9lORNS .form-control::-webkit-input-placeholder,
.cid-rGtD9lORNS .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtD9lORNS .form-control:-moz-placeholder,
.cid-rGtD9lORNS .field-input:-moz-placeholder,
.cid-rGtD9lORNS .form-control:-moz-placeholder,
.cid-rGtD9lORNS .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtD9lORNS .form-control:hover,
.cid-rGtD9lORNS .field-input:hover,
.cid-rGtD9lORNS .form-control:focus,
.cid-rGtD9lORNS .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtD9lORNS .form-control:hover::-webkit-input-placeholder,
.cid-rGtD9lORNS .field-input:hover::-webkit-input-placeholder,
.cid-rGtD9lORNS .form-control:focus::-webkit-input-placeholder,
.cid-rGtD9lORNS .field-input:focus::-webkit-input-placeholder,
.cid-rGtD9lORNS .form-control:hover::-webkit-input-placeholder,
.cid-rGtD9lORNS .field-input:hover::-webkit-input-placeholder,
.cid-rGtD9lORNS .form-control:focus::-webkit-input-placeholder,
.cid-rGtD9lORNS .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtD9lORNS .form-control:hover:-moz-placeholder,
.cid-rGtD9lORNS .field-input:hover:-moz-placeholder,
.cid-rGtD9lORNS .form-control:focus:-moz-placeholder,
.cid-rGtD9lORNS .field-input:focus:-moz-placeholder,
.cid-rGtD9lORNS .form-control:hover:-moz-placeholder,
.cid-rGtD9lORNS .field-input:hover:-moz-placeholder,
.cid-rGtD9lORNS .form-control:focus:-moz-placeholder,
.cid-rGtD9lORNS .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtD9lORNS .jq-number__spin:hover,
.cid-rGtD9lORNS .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtD9lORNS .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtD9lORNS .jq-selectbox li,
.cid-rGtD9lORNS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtD9lORNS .jq-selectbox li:hover,
.cid-rGtD9lORNS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtD9lORNS .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtD9lORNS .jq-number__spin.minus:hover:after,
.cid-rGtD9lORNS .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtD9lORNS .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtD9lORNS .jq-number__spin.minus:after,
.cid-rGtD9lORNS .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtD9lORNS input::-webkit-clear-button {
  display: none;
}
.cid-rGtD9lORNS input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtD9lORNS input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtD9lORNS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGtD9lORNS .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-rGtD9lORNS .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtD9lORNS .align-wrap {
  display: inline-block;
}
.cid-rGtD9lORNS .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGtD9lORNS .icons-wrap {
  display: flex;
}
.cid-rGtD9lORNS .icon-title,
.cid-rGtD9lORNS .mbr-iconfont {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-rGtD9lORNS form {
    padding: 2rem 1rem;
  }
  .cid-rGtD9lORNS .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGtD9lORNS .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtD9lORNS .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rGtD9lORNS .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rGtD9lORNS .align-wrap {
    text-align: center;
  }
}
.cid-rGtDepSvnU {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f2f2f4;
}
.cid-rGtDepSvnU img {
  width: 180px;
  margin: auto;
}
.cid-rGtDepSvnU .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-rGtDepSvnU H1 {
  color: #ed6436;
}
.cid-rGtD7vjbo6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtD7vjbo6 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtD7vjbo6 .content {
    padding: 0 2rem;
  }
}
.cid-rGtD7vjbo6 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rGtD7vjbo6 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtD7vjbo6 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGtD7vjbo6 .icon-title,
.cid-rGtD7vjbo6 .mbr-iconfont {
  color: #ed6436;
}
.cid-rGtD7vjbo6 .icons-wrap {
  display: flex;
}
.cid-rGtD7vjbo6 .google-map {
  height: 100%;
  position: relative;
}
.cid-rGtD7vjbo6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGtD7vjbo6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGtD7vjbo6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGtD7vjbo6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGtD7vjbo6 .content {
    margin: auto;
  }
  .cid-rGtD7vjbo6 .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtD7vjbo6 .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtD7vjbo6 .icon-wrap {
    margin-right: 0rem;
  }
  .cid-rGtD7vjbo6 .google-map {
    height: 20rem;
  }
}
.cid-rGtD59p9Vh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtD59p9Vh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtD59p9Vh img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-rGtD59p9Vh h3 {
  margin: 0;
}
.cid-rGtD59p9Vh .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-rGtD59p9Vh .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rGtD59p9Vh .text-wrap {
  width: 100%;
}
.cid-rGtD59p9Vh .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rGtD59p9Vh .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rGtD59p9Vh .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rGtD59p9Vh .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-rGtD59p9Vh .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtD59p9Vh .jq-selectbox__dropdown,
.cid-rGtD59p9Vh ul {
  border-radius: 20px!important;
}
.cid-rGtD59p9Vh .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtD59p9Vh .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtD59p9Vh .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtD59p9Vh input,
.cid-rGtD59p9Vh textarea,
.cid-rGtD59p9Vh .select {
  border-radius: 30px;
}
.cid-rGtD59p9Vh input,
.cid-rGtD59p9Vh textarea {
  padding: 1rem 2rem;
}
.cid-rGtD59p9Vh textarea {
  min-height: 10rem;
}
.cid-rGtD59p9Vh .form-control,
.cid-rGtD59p9Vh .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtD59p9Vh .form-control::-webkit-input-placeholder,
.cid-rGtD59p9Vh .field-input::-webkit-input-placeholder,
.cid-rGtD59p9Vh .form-control::-webkit-input-placeholder,
.cid-rGtD59p9Vh .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtD59p9Vh .form-control:-moz-placeholder,
.cid-rGtD59p9Vh .field-input:-moz-placeholder,
.cid-rGtD59p9Vh .form-control:-moz-placeholder,
.cid-rGtD59p9Vh .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtD59p9Vh .form-control:hover,
.cid-rGtD59p9Vh .field-input:hover,
.cid-rGtD59p9Vh .form-control:focus,
.cid-rGtD59p9Vh .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtD59p9Vh .form-control:hover::-webkit-input-placeholder,
.cid-rGtD59p9Vh .field-input:hover::-webkit-input-placeholder,
.cid-rGtD59p9Vh .form-control:focus::-webkit-input-placeholder,
.cid-rGtD59p9Vh .field-input:focus::-webkit-input-placeholder,
.cid-rGtD59p9Vh .form-control:hover::-webkit-input-placeholder,
.cid-rGtD59p9Vh .field-input:hover::-webkit-input-placeholder,
.cid-rGtD59p9Vh .form-control:focus::-webkit-input-placeholder,
.cid-rGtD59p9Vh .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtD59p9Vh .form-control:hover:-moz-placeholder,
.cid-rGtD59p9Vh .field-input:hover:-moz-placeholder,
.cid-rGtD59p9Vh .form-control:focus:-moz-placeholder,
.cid-rGtD59p9Vh .field-input:focus:-moz-placeholder,
.cid-rGtD59p9Vh .form-control:hover:-moz-placeholder,
.cid-rGtD59p9Vh .field-input:hover:-moz-placeholder,
.cid-rGtD59p9Vh .form-control:focus:-moz-placeholder,
.cid-rGtD59p9Vh .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtD59p9Vh .jq-number__spin:hover,
.cid-rGtD59p9Vh .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtD59p9Vh .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtD59p9Vh .jq-selectbox li,
.cid-rGtD59p9Vh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtD59p9Vh .jq-selectbox li:hover,
.cid-rGtD59p9Vh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtD59p9Vh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtD59p9Vh .jq-number__spin.minus:hover:after,
.cid-rGtD59p9Vh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtD59p9Vh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtD59p9Vh .jq-number__spin.minus:after,
.cid-rGtD59p9Vh .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtD59p9Vh input::-webkit-clear-button {
  display: none;
}
.cid-rGtD59p9Vh input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtD59p9Vh input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtD59p9Vh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGtD59p9Vh .col-md-6 {
  margin-bottom: 2rem;
}
.cid-rGtD59p9Vh .form-group {
  margin-bottom: 0.4rem;
}
.cid-rGtD59p9Vh .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-rGtD59p9Vh .title1 {
  margin: 0;
}
.cid-rGtD59p9Vh .align-wrap {
  display: block;
}
.cid-rGtD59p9Vh .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rGtD59p9Vh form {
    padding: 0;
  }
  .cid-rGtD59p9Vh .socicon-wrap {
    margin: auto;
  }
}
.cid-rGtD59p9Vh .title {
  color: #ed6436;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGsOllGbjd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsOllGbjd .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsOllGbjd .content {
    padding: 0 2rem;
  }
}
.cid-rGsOllGbjd .row {
  justify-content: flex-end;
}
.cid-rGsOllGbjd .img-col {
  padding: 0;
}
.cid-rGsOllGbjd .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-rGsOllGbjd .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGsOllGbjd .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsOllGbjd .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rGsOllGbjd .icon-title,
.cid-rGsOllGbjd .mbr-iconfont {
  color: #181818;
}
.cid-rGsOllGbjd .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsOllGbjd .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsOllGbjd .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsOllGbjd .icon-wrap {
    margin-right: 0rem;
  }
  .cid-rGsOllGbjd .link-wrap {
    margin: auto;
  }
}
.cid-rGsOllGbjd .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGsOllGbjd .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGsOllGbjd .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGsOllGbjd .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGtx2T3ox7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtx2T3ox7 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-rGtx2T3ox7 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-rGtx2T3ox7 .svg11 path {
  fill: #7aba59;
}
.cid-rGtx2T3ox7 .svg21 path {
  fill: #f9b945;
}
.cid-rGtx2T3ox7 .svg31 path {
  fill: #ed6436;
}
.cid-rGtx2T3ox7 .svg12 path,
.cid-rGtx2T3ox7 .svg22 path,
.cid-rGtx2T3ox7 .svg32 path {
  fill: #f2f2f4;
}
.cid-rGtx2T3ox7 .card {
  position: relative;
  height: 300px;
}
.cid-rGtx2T3ox7 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-rGtx2T3ox7 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-rGtx2T3ox7 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rGtx2T3ox7 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-rGtx2T3ox7 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rGtx2T3ox7 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-rGtx2T3ox7 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-rGtx2T3ox7 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-rGtx2T3ox7 .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-rGtx2T3ox7 .card .svg22,
.cid-rGtx2T3ox7 .card .svg32,
.cid-rGtx2T3ox7 .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-rGtx2T3ox7 .card .svg21,
.cid-rGtx2T3ox7 .card .svg31,
.cid-rGtx2T3ox7 .card .svg11 {
  z-index: 2;
}
.cid-rGtx2T3ox7 .card div {
  z-index: 3;
}
.cid-rGtx2T3ox7 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-rGtx2T3ox7 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtx2T3ox7 .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-rGtx2T3ox7 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-rGtx2T3ox7 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtx2T3ox7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtx2T3ox7 .card {
    margin-bottom: 2rem;
  }
  .cid-rGtx2T3ox7 .card svg {
    left: 30px;
  }
  .cid-rGtx2T3ox7 .card:hover h4 {
    animation: none;
  }
  .cid-rGtx2T3ox7 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-rGtx2T3ox7 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtx2T3ox7 .card {
    max-width: 360px;
  }
  .cid-rGtx2T3ox7 .card svg {
    left: 10px;
  }
}
.cid-rGtxb2K4QX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtxb2K4QX .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtxb2K4QX .content {
    padding: 0 2rem;
  }
}
.cid-rGtxb2K4QX .img-col {
  padding: 0;
}
.cid-rGtxb2K4QX .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGtxb2K4QX .icon-wrap h3 {
  margin: 0;
}
.cid-rGtxb2K4QX .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtxb2K4QX .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtxb2K4QX .icon-title,
.cid-rGtxb2K4QX .mbr-iconfont {
  color: #181818;
}
.cid-rGtxb2K4QX .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtxb2K4QX .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtxb2K4QX .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtxb2K4QX .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtxhyfNpz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGtxhyfNpz .mbr-text {
  color: #767676;
}
.cid-rGtxhyfNpz .mbr-iconfont {
  color: #7aba59 !important;
  font-size: 4rem!important;
}
.cid-rGtxhyfNpz .card-img {
  margin-bottom: 3rem;
}
.cid-rGtxhyfNpz .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rGtxhyfNpz .link {
  margin: 0;
}
.cid-rGtxhyfNpz p {
  font-weight: 400;
}
.cid-rGtxhyfNpz .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtxhyfNpz .link a:hover {
  color: #181818 !important;
}
.cid-rGtxhyfNpz .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtxhyfNpz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtxhyfNpz .card {
    margin-bottom: 3rem;
  }
}
.cid-rGtxhyfNpz .mbr-text,
.cid-rGtxhyfNpz .link {
  color: #383838;
}
@media (max-width: 767px) {
  .cid-rGtxhyfNpz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtxeyNA4C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtxeyNA4C .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtxeyNA4C .content {
    padding: 0 2rem;
  }
}
.cid-rGtxeyNA4C .row {
  justify-content: flex-end;
}
.cid-rGtxeyNA4C .img-col {
  padding: 0;
}
.cid-rGtxeyNA4C .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGtxeyNA4C .icon-wrap h3 {
  margin: 0;
}
.cid-rGtxeyNA4C .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtxeyNA4C .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtxeyNA4C .icon-title,
.cid-rGtxeyNA4C .mbr-iconfont {
  color: #181818;
}
.cid-rGtxeyNA4C .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtxeyNA4C .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtxeyNA4C .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtxeyNA4C .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtxY3ZaKG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtxY3ZaKG li {
  list-style: none;
}
.cid-rGtxY3ZaKG .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtxY3ZaKG .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtxY3ZaKG .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtxY3ZaKG h4 {
  margin: 0;
}
.cid-rGtxY3ZaKG ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGtxY3ZaKG .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGtxY3ZaKG .col-title2 {
  color: #ed6436;
}
.cid-rGtxjng5Vu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtxjng5Vu .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtxjng5Vu .content {
    padding: 0 2rem;
  }
}
.cid-rGtxjng5Vu .img-col {
  padding: 0;
}
.cid-rGtxjng5Vu .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
}
.cid-rGtxjng5Vu p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGtxjng5Vu .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rGtxjng5Vu .icon-title,
.cid-rGtxjng5Vu .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtxjng5Vu .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtxjng5Vu .icon-wrap {
    margin: auto;
  }
}
.cid-rGtxjng5Vu H3 {
  color: #ed6436;
}
.cid-rGtxlGh3Vx {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rGtxlGh3Vx .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-rGtxlGh3Vx .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-rGtxlGh3Vx h4 {
  margin: 0;
}
.cid-rGtxlGh3Vx .card1 {
  background: #f2f2f4;
}
.cid-rGtxlGh3Vx .card2 {
  background: #ed6436;
}
.cid-rGtxlGh3Vx .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-rGtxlGh3Vx .center-card {
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #ed6436;
    border-radius: 30px;
  }
}
.cid-rGtxlGh3Vx .plan-item {
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-rGtxlGh3Vx .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-rGtxlGh3Vx .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-rGtxlGh3Vx .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-rGtxlGh3Vx .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-rGtxlGh3Vx .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-rGtxlGh3Vx .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-rGtxlGh3Vx .plan-price {
  padding: 2rem 1rem;
}
.cid-rGtxlGh3Vx .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-rGtxlGh3Vx .row {
  justify-content: center;
}
.cid-rGtxlGh3Vx .price-value,
.cid-rGtxlGh3Vx .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-rGtxlGh3Vx .plan {
    margin-bottom: 3rem;
  }
  .cid-rGtxlGh3Vx .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtxlGh3Vx .plan-price {
    padding: 2rem 1rem;
  }
  .cid-rGtxlGh3Vx .plan-body {
    padding: 0;
  }
  .cid-rGtxlGh3Vx .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-rGtxlGh3Vx .plan-title {
  color: #ed6436;
}
.cid-rGtxlGh3Vx .plan-title2 {
  color: #ffffff;
}
.cid-rGtxlGh3Vx .month2,
.cid-rGtxlGh3Vx .plan-header {
  color: #ffffff;
}
.cid-rGtxlGh3Vx .item2 {
  color: #ffffff;
}
.cid-rGtxlGh3Vx .price-figure2 {
  color: #ffffff;
}
.cid-rGtxlGh3Vx .price-value2 {
  color: #ffffff;
}
.cid-rGtxlGh3Vx H2 {
  color: #ed6436;
}
.cid-rGtA7qFMWW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtA7qFMWW .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtA7qFMWW .content {
    padding: 0 2rem;
  }
}
.cid-rGtA7qFMWW .row {
  justify-content: flex-end;
}
.cid-rGtA7qFMWW .img-col {
  padding: 0;
}
.cid-rGtA7qFMWW .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-rGtA7qFMWW .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtA7qFMWW .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtA7qFMWW .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-rGtA7qFMWW .icon-title,
.cid-rGtA7qFMWW .mbr-iconfont {
  color: #ed6436;
}
.cid-rGtA7qFMWW .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtA7qFMWW .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtA7qFMWW .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtA7qFMWW .icon-wrap {
    margin-right: 0rem;
    flex-direction: column;
  }
  .cid-rGtA7qFMWW .link-wrap {
    margin: auto;
  }
  .cid-rGtA7qFMWW .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-rGtA7qFMWW .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-rGtA7qFMWW .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGtA7qFMWW .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtA7qFMWW .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtA7qFMWW .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGtAdr583N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtAdr583N li {
  list-style: none;
}
.cid-rGtAdr583N .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtAdr583N .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtAdr583N .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtAdr583N h4 {
  margin: 0;
}
.cid-rGtAdr583N ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGtAdr583N .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGtAdr583N .col-title2 {
  color: #ed6436;
}
.cid-rGtB83NNt1 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rGtB83NNt1 .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rGtB83NNt1 .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtB83NNt1 .acc {
    padding: 0 2rem;
  }
}
.cid-rGtB83NNt1 .img-col {
  padding: 0;
}
.cid-rGtB83NNt1 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rGtB83NNt1 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rGtB83NNt1 .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-rGtB83NNt1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rGtB83NNt1 .card .card-header a.panel-title h4 {
  padding: 0.8rem;
  margin-bottom: -1px;
}
.cid-rGtB83NNt1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rGtB83NNt1 .card .panel-body {
  color: #767676;
}
.cid-rGtB83NNt1 .card:hover {
  background: #f2f2f4;
}
.cid-rGtB83NNt1 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid gray;
}
.cid-rGtB83NNt1 .icon-left {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #7aba59;
  border-radius: 100%;
  font-weight: 900;
  margin-left: 1rem;
}
.cid-rGtB83NNt1 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rGtB83NNt1 .wrap {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cid-rGtB83NNt1 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rGtB83NNt1 .panel-text {
  padding: 0 1rem;
  color: #383838;
}
.cid-rGtB83NNt1 .panel-collapse {
  margin-top: -1px;
}
.cid-rGtB83NNt1 H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtB83NNt1 .img-col {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtB83NNt1 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rGtB83NNt1 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rGtB83NNt1 .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGtFVjlsZO {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rGtFVjlsZO .accordion .card {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-rGtFVjlsZO .acc {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtFVjlsZO .acc {
    padding: 0 2rem;
  }
}
.cid-rGtFVjlsZO .img-col {
  padding: 0;
}
.cid-rGtFVjlsZO .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rGtFVjlsZO .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rGtFVjlsZO .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-rGtFVjlsZO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rGtFVjlsZO .card .card-header a.panel-title h4 {
  padding: 0.8rem;
  margin-bottom: -1px;
}
.cid-rGtFVjlsZO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rGtFVjlsZO .card .panel-body {
  color: #767676;
}
.cid-rGtFVjlsZO .card:hover {
  background: #f2f2f4;
}
.cid-rGtFVjlsZO .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid gray;
}
.cid-rGtFVjlsZO .icon-left {
  padding: 12px;
  height: 40px;
  width: 40px;
  background: #7aba59;
  border-radius: 100%;
  font-weight: 900;
  margin-left: 1rem;
}
.cid-rGtFVjlsZO .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rGtFVjlsZO .wrap {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.cid-rGtFVjlsZO .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rGtFVjlsZO .panel-text {
  padding: 0 1rem;
  color: #383838;
}
.cid-rGtFVjlsZO .panel-collapse {
  margin-top: -1px;
}
.cid-rGtFVjlsZO H4 {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtFVjlsZO .acc {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtFVjlsZO .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rGtFVjlsZO .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rGtFVjlsZO .sign {
    margin-right: 0.5rem;
  }
}
.cid-rGtCak0QVE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtCak0QVE .card-img {
  position: relative;
  height: 100%;
}
.cid-rGtCak0QVE .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtCak0QVE .bone-col {
  padding: 2rem 0;
}
.cid-rGtCak0QVE .card-wrapper {
  padding: 1.5rem 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.cid-rGtCak0QVE .row {
  background: #ffc448;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  justify-content: center;
  padding: 0rem;
}
.cid-rGtCak0QVE p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-rGtCak0QVE .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-rGtCak0QVE .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-rGtCak0QVE .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGtCak0QVE .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtCak0QVE .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtCak0QVE .link-wrap:hover {
  transform: rotate(12deg);
}
.cid-rGtxy1TdOd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtxy1TdOd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtxy1TdOd .select {
  z-index: 9999;
}
.cid-rGtxy1TdOd img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-rGtxy1TdOd .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rGtxy1TdOd .mbr-form {
    max-width: 500px;
  }
}
.cid-rGtxy1TdOd .col-auto {
  width: 100%;
  margin: auto;
}
.cid-rGtxy1TdOd .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-rGtxy1TdOd .img-col {
  padding: 0;
}
.cid-rGtxy1TdOd form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGtxy1TdOd .jq-selectbox__dropdown,
.cid-rGtxy1TdOd ul {
  border-radius: 20px!important;
}
.cid-rGtxy1TdOd .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtxy1TdOd .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtxy1TdOd .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtxy1TdOd input,
.cid-rGtxy1TdOd textarea,
.cid-rGtxy1TdOd .select {
  border-radius: 30px;
}
.cid-rGtxy1TdOd input,
.cid-rGtxy1TdOd textarea {
  padding: 2rem 3rem;
}
.cid-rGtxy1TdOd textarea {
  min-height: 10rem;
}
.cid-rGtxy1TdOd .form-control,
.cid-rGtxy1TdOd .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtxy1TdOd .form-control::-webkit-input-placeholder,
.cid-rGtxy1TdOd .field-input::-webkit-input-placeholder,
.cid-rGtxy1TdOd .form-control::-webkit-input-placeholder,
.cid-rGtxy1TdOd .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtxy1TdOd .form-control:-moz-placeholder,
.cid-rGtxy1TdOd .field-input:-moz-placeholder,
.cid-rGtxy1TdOd .form-control:-moz-placeholder,
.cid-rGtxy1TdOd .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtxy1TdOd .form-control:hover,
.cid-rGtxy1TdOd .field-input:hover,
.cid-rGtxy1TdOd .form-control:focus,
.cid-rGtxy1TdOd .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtxy1TdOd .form-control:hover::-webkit-input-placeholder,
.cid-rGtxy1TdOd .field-input:hover::-webkit-input-placeholder,
.cid-rGtxy1TdOd .form-control:focus::-webkit-input-placeholder,
.cid-rGtxy1TdOd .field-input:focus::-webkit-input-placeholder,
.cid-rGtxy1TdOd .form-control:hover::-webkit-input-placeholder,
.cid-rGtxy1TdOd .field-input:hover::-webkit-input-placeholder,
.cid-rGtxy1TdOd .form-control:focus::-webkit-input-placeholder,
.cid-rGtxy1TdOd .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtxy1TdOd .form-control:hover:-moz-placeholder,
.cid-rGtxy1TdOd .field-input:hover:-moz-placeholder,
.cid-rGtxy1TdOd .form-control:focus:-moz-placeholder,
.cid-rGtxy1TdOd .field-input:focus:-moz-placeholder,
.cid-rGtxy1TdOd .form-control:hover:-moz-placeholder,
.cid-rGtxy1TdOd .field-input:hover:-moz-placeholder,
.cid-rGtxy1TdOd .form-control:focus:-moz-placeholder,
.cid-rGtxy1TdOd .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtxy1TdOd .jq-number__spin:hover,
.cid-rGtxy1TdOd .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtxy1TdOd .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtxy1TdOd .jq-selectbox li,
.cid-rGtxy1TdOd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtxy1TdOd .jq-selectbox li:hover,
.cid-rGtxy1TdOd .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtxy1TdOd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtxy1TdOd .jq-number__spin.minus:hover:after,
.cid-rGtxy1TdOd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtxy1TdOd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtxy1TdOd .jq-number__spin.minus:after,
.cid-rGtxy1TdOd .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtxy1TdOd input::-webkit-clear-button {
  display: none;
}
.cid-rGtxy1TdOd input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtxy1TdOd input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtxy1TdOd input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGtxy1TdOd .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-rGtxy1TdOd img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtxy1TdOd form {
    padding: 2rem 1rem;
  }
  .cid-rGtxy1TdOd .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGtxy1TdOd .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rGtxy1TdOd img {
    height: 260px;
    width: 260px;
  }
}
.cid-rGtxy1TdOd H4 {
  color: #ed6436;
}
.cid-rGtBgCg3f6 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rGtBgCg3f6 .mbr-iconfont {
  font-size: 3.5rem;
  color: #ed6436;
  padding-right: 2rem;
  padding-top: 0.6rem;
  display: block;
}
.cid-rGtBgCg3f6 .card {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.cid-rGtBgCg3f6 h4 {
  margin: 0;
}
.cid-rGtBgCg3f6 h3 {
  margin: 0;
  max-height: 60px;
}
@media (max-width: 992px) {
  .cid-rGtBgCg3f6 .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtBgCg3f6 .card {
    flex-direction: column;
    align-items: center;
  }
  .cid-rGtBgCg3f6 .mbr-iconfont {
    padding-right: 0rem;
    text-align: center;
    padding-bottom: 0.5rem;
  }
  .cid-rGtBgCg3f6 h4 {
    text-align: center;
  }
}
.cid-rGtxBWjaz9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGtxBWjaz9 .mbr-iconfont {
  color: #ed6436 !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-rGtxBWjaz9 .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-rGtxBWjaz9 .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-rGtxBWjaz9 .card-col {
    margin-right: 20rem;
  }
}
.cid-rGtxBWjaz9 img {
  width: 100%;
}
.cid-rGtxBWjaz9 .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-rGtxBWjaz9 .container-fluid {
  position: relative;
}
.cid-rGtxBWjaz9 .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-rGtxBWjaz9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGtxBWjaz9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGtxBWjaz9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGtxBWjaz9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rGtxBWjaz9 .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-rGtxBWjaz9 .item h4 {
  margin: 0;
}
.cid-rGtxBWjaz9 .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-rGtxBWjaz9 p {
  font-weight: 400;
}
.cid-rGtxBWjaz9 .card-title,
.cid-rGtxBWjaz9 .card-img {
  color: #ed6436;
}
@media (max-width: 767px) {
  .cid-rGtxBWjaz9 .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-rGtxBWjaz9 .card-col {
    padding: 2rem 1rem;
  }
}
.cid-rGtxJnmlVA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtxJnmlVA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtxJnmlVA img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-rGtxJnmlVA h3 {
  margin: 0;
}
.cid-rGtxJnmlVA .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-rGtxJnmlVA .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rGtxJnmlVA .text-wrap {
  width: 100%;
}
.cid-rGtxJnmlVA .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rGtxJnmlVA .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rGtxJnmlVA .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rGtxJnmlVA .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-rGtxJnmlVA .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtxJnmlVA .jq-selectbox__dropdown,
.cid-rGtxJnmlVA ul {
  border-radius: 20px!important;
}
.cid-rGtxJnmlVA .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtxJnmlVA .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtxJnmlVA .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtxJnmlVA input,
.cid-rGtxJnmlVA textarea,
.cid-rGtxJnmlVA .select {
  border-radius: 30px;
}
.cid-rGtxJnmlVA input,
.cid-rGtxJnmlVA textarea {
  padding: 1rem 2rem;
}
.cid-rGtxJnmlVA textarea {
  min-height: 10rem;
}
.cid-rGtxJnmlVA .form-control,
.cid-rGtxJnmlVA .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtxJnmlVA .form-control::-webkit-input-placeholder,
.cid-rGtxJnmlVA .field-input::-webkit-input-placeholder,
.cid-rGtxJnmlVA .form-control::-webkit-input-placeholder,
.cid-rGtxJnmlVA .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtxJnmlVA .form-control:-moz-placeholder,
.cid-rGtxJnmlVA .field-input:-moz-placeholder,
.cid-rGtxJnmlVA .form-control:-moz-placeholder,
.cid-rGtxJnmlVA .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtxJnmlVA .form-control:hover,
.cid-rGtxJnmlVA .field-input:hover,
.cid-rGtxJnmlVA .form-control:focus,
.cid-rGtxJnmlVA .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtxJnmlVA .form-control:hover::-webkit-input-placeholder,
.cid-rGtxJnmlVA .field-input:hover::-webkit-input-placeholder,
.cid-rGtxJnmlVA .form-control:focus::-webkit-input-placeholder,
.cid-rGtxJnmlVA .field-input:focus::-webkit-input-placeholder,
.cid-rGtxJnmlVA .form-control:hover::-webkit-input-placeholder,
.cid-rGtxJnmlVA .field-input:hover::-webkit-input-placeholder,
.cid-rGtxJnmlVA .form-control:focus::-webkit-input-placeholder,
.cid-rGtxJnmlVA .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtxJnmlVA .form-control:hover:-moz-placeholder,
.cid-rGtxJnmlVA .field-input:hover:-moz-placeholder,
.cid-rGtxJnmlVA .form-control:focus:-moz-placeholder,
.cid-rGtxJnmlVA .field-input:focus:-moz-placeholder,
.cid-rGtxJnmlVA .form-control:hover:-moz-placeholder,
.cid-rGtxJnmlVA .field-input:hover:-moz-placeholder,
.cid-rGtxJnmlVA .form-control:focus:-moz-placeholder,
.cid-rGtxJnmlVA .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtxJnmlVA .jq-number__spin:hover,
.cid-rGtxJnmlVA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtxJnmlVA .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtxJnmlVA .jq-selectbox li,
.cid-rGtxJnmlVA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtxJnmlVA .jq-selectbox li:hover,
.cid-rGtxJnmlVA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtxJnmlVA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtxJnmlVA .jq-number__spin.minus:hover:after,
.cid-rGtxJnmlVA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtxJnmlVA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtxJnmlVA .jq-number__spin.minus:after,
.cid-rGtxJnmlVA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtxJnmlVA input::-webkit-clear-button {
  display: none;
}
.cid-rGtxJnmlVA input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtxJnmlVA input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtxJnmlVA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGtxJnmlVA .col-md-6 {
  margin-bottom: 2rem;
}
.cid-rGtxJnmlVA .form-group {
  margin-bottom: 0.4rem;
}
.cid-rGtxJnmlVA .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-rGtxJnmlVA .title1 {
  margin: 0;
}
.cid-rGtxJnmlVA .align-wrap {
  display: block;
}
.cid-rGtxJnmlVA .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rGtxJnmlVA form {
    padding: 0;
  }
  .cid-rGtxJnmlVA .socicon-wrap {
    margin: auto;
  }
}
.cid-rGtxJnmlVA .title {
  color: #ed6436;
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-rGsOE1E5qe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGsOE1E5qe .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGsOE1E5qe .content {
    padding: 0 2rem;
  }
}
.cid-rGsOE1E5qe .row {
  justify-content: flex-end;
}
.cid-rGsOE1E5qe .img-col {
  padding: 0;
}
.cid-rGsOE1E5qe img {
  transform: scaleX(-1);
}
.cid-rGsOE1E5qe .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGsOE1E5qe .icon-wrap h3 {
  margin: 0;
}
.cid-rGsOE1E5qe .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGsOE1E5qe .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGsOE1E5qe .icon-title,
.cid-rGsOE1E5qe .mbr-iconfont {
  color: #181818;
}
.cid-rGsOE1E5qe .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGsOE1E5qe .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGsOE1E5qe .icons-wrap {
    flex-direction: column;
  }
  .cid-rGsOE1E5qe .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtBqmc2gI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGtBqmc2gI .mbr-text {
  color: #767676;
}
.cid-rGtBqmc2gI .mbr-iconfont {
  color: #383838 !important;
  font-size: 3rem!important;
  position: relative;
}
.cid-rGtBqmc2gI .card-img {
  margin-bottom: 3rem;
}
.cid-rGtBqmc2gI .card-wrapper {
  padding: 3rem 2rem;
  border-radius: 30px;
  position: relative;
}
.cid-rGtBqmc2gI .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  transform: rotate(-3deg) scale(1.15);
}
.cid-rGtBqmc2gI .card1 {
  background: #fed9bd;
}
.cid-rGtBqmc2gI .card2 {
  background: #cdeaba;
}
.cid-rGtBqmc2gI .card3 {
  background: #f9f4b1;
}
.cid-rGtBqmc2gI .card4 {
  background: #aff0f6;
}
.cid-rGtBqmc2gI .link {
  margin: 0;
}
.cid-rGtBqmc2gI p {
  font-weight: 400;
}
.cid-rGtBqmc2gI .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtBqmc2gI .link a:hover {
  color: #ed6436 !important;
}
.cid-rGtBqmc2gI .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtBqmc2gI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtBqmc2gI .card {
    margin-bottom: 3rem;
  }
}
.cid-rGtBqmc2gI .mbr-text,
.cid-rGtBqmc2gI .link {
  color: #383838;
}
@media (max-width: 767px) {
  .cid-rGtBqmc2gI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtCjoLgLC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtCjoLgLC .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rGtCjoLgLC .content {
    padding: 0 2rem;
  }
}
.cid-rGtCjoLgLC .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-rGtCjoLgLC .content {
    margin: auto;
  }
}
.cid-rGtCjoLgLC li {
  list-style: none;
}
.cid-rGtCjoLgLC .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtCjoLgLC .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtCjoLgLC .mbr-iconfont {
  font-size: 18px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtCjoLgLC h4 {
  margin: 0;
}
.cid-rGtCjoLgLC ul {
  padding: 0;
  margin: 0;
}
.cid-rGtCjoLgLC H2 {
  color: #ed6436;
}
.cid-rGtBsP7FPi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGtBsP7FPi .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rGtBsP7FPi .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rGtBsP7FPi .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-rGtBsP7FPi .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rGtBsP7FPi .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-rGtBsP7FPi .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rGtBsP7FPi .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rGtBsP7FPi .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rGtBsP7FPi .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rGtBsP7FPi .card-wrapper {
    position: relative;
  }
  .cid-rGtBsP7FPi .card-wrapper:before {
    opacity: 0;
  }
  .cid-rGtBsP7FPi .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rGtBsP7FPi .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rGtBsP7FPi .wrapper {
    opacity: 0;
  }
  .cid-rGtBsP7FPi .btn-col {
    justify-content: flex-end;
  }
}
.cid-rGtBsP7FPi H4 {
  color: #ed6436;
}
.cid-rGtBXDvleS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGtBXDvleS h3 {
  text-align: center;
}
.cid-rGtBXDvleS .pie_progress {
  position: relative;
}
.cid-rGtBXDvleS .pb-5 {
  padding-bottom: 5rem!important;
}
.cid-rGtBXDvleS .card {
  display: flex;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rGtBXDvleS .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 3rem;
  color: #181818 !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rGtBXDvleS .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-rGtBXDvleS .mbr-section-subtitle {
  color: #383838;
}
.cid-rGtBXDvleS .pie_progress__number {
  text-align: center !important;
}
.cid-rGtBXDvleS .card-title {
  margin-bottom: 0;
}
.cid-rGtBXDvleS .svg-gradient {
  position: absolute;
}
.cid-rGtBXDvleS ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rGtBXDvleS path {
  stroke: #ed6436;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGtBXDvleS .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rGtBXDvleS H4 {
  color: #181818;
}
.cid-rGtBXDvleS .mbr-section-title {
  color: #181818;
}
.cid-rGtBXDvleS .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-rGtBXDvleS .link-wrap .bone {
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transform: translateX(-50%);
}
.cid-rGtBXDvleS .link-wrap h3 {
  z-index: 10;
  margin: 0;
  transform: rotate(-6deg);
}
.cid-rGtBXDvleS .link-wrap:hover {
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-rGtBXDvleS .link-wrap {
    margin: auto;
  }
  .cid-rGtBXDvleS .pb-5 {
    padding-bottom: 2rem!important;
  }
}
.cid-rGtBXDvleS H3 {
  color: #ffffff;
}
.cid-rGtBXDvleS .card-text {
  color: #383838;
}
.cid-rGtBVIyxcv {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-rGtBVIyxcv .price-term {
  vertical-align: top;
}
.cid-rGtBVIyxcv h4 {
  margin: 0;
}
.cid-rGtBVIyxcv .card1 {
  background: #f2f2f4;
}
.cid-rGtBVIyxcv .card2 {
  background: #ed6436;
}
.cid-rGtBVIyxcv .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-rGtBVIyxcv .center-card {
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #ed6436;
    border-radius: 30px;
  }
}
.cid-rGtBVIyxcv .plan-item {
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-rGtBVIyxcv .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-rGtBVIyxcv .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-rGtBVIyxcv .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-rGtBVIyxcv .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-rGtBVIyxcv .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-rGtBVIyxcv .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-rGtBVIyxcv .plan-price {
  padding: 2rem 2rem;
}
.cid-rGtBVIyxcv .month {
  letter-spacing: 2px;
}
.cid-rGtBVIyxcv .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-rGtBVIyxcv .row {
  justify-content: center;
}
.cid-rGtBVIyxcv .price-value,
.cid-rGtBVIyxcv .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-rGtBVIyxcv .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtBVIyxcv .plan-price {
    padding: 2rem 1rem;
  }
  .cid-rGtBVIyxcv .plan-body {
    padding: 0;
  }
  .cid-rGtBVIyxcv .plan-header {
    padding: 2rem 1rem;
  }
  .cid-rGtBVIyxcv .plan-item {
    padding: 0 1rem;
  }
}
.cid-rGtBVIyxcv .plan-title {
  color: #ed6436;
}
.cid-rGtBVIyxcv .plan-title2 {
  color: #ffffff;
}
.cid-rGtBVIyxcv .month2,
.cid-rGtBVIyxcv .plan-header {
  color: #ffffff;
}
.cid-rGtBVIyxcv .item2 {
  color: #ffffff;
}
.cid-rGtBVIyxcv .price-figure2 {
  color: #ffffff;
}
.cid-rGtBVIyxcv .price-value2 {
  color: #ffffff;
}
.cid-rGsqBtahAB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .nav-item:focus,
.cid-rGsqBtahAB .nav-link:focus {
  outline: none;
}
.cid-rGsqBtahAB .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGsqBtahAB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGsqBtahAB .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-rGsqBtahAB .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGsqBtahAB .container {
  max-width: 1380px;
}
.cid-rGsqBtahAB .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGsqBtahAB .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGsqBtahAB .nav-link:hover,
.cid-rGsqBtahAB .nav-link:active,
.cid-rGsqBtahAB .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-rGsqBtahAB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGsqBtahAB .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGsqBtahAB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGsqBtahAB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGsqBtahAB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGsqBtahAB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGsqBtahAB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGsqBtahAB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGsqBtahAB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGsqBtahAB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGsqBtahAB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGsqBtahAB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGsqBtahAB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGsqBtahAB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGsqBtahAB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGsqBtahAB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGsqBtahAB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGsqBtahAB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGsqBtahAB .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGsqBtahAB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGsqBtahAB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGsqBtahAB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGsqBtahAB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGsqBtahAB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGsqBtahAB .dropdown-item.active,
.cid-rGsqBtahAB .dropdown-item:active {
  background-color: transparent;
}
.cid-rGsqBtahAB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGsqBtahAB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGsqBtahAB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGsqBtahAB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGsqBtahAB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGsqBtahAB .navbar-buttons {
  text-align: center;
}
.cid-rGsqBtahAB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGsqBtahAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGsqBtahAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGsqBtahAB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGsqBtahAB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGsqBtahAB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGsqBtahAB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGsqBtahAB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGsqBtahAB .navbar {
    height: 77px;
  }
  .cid-rGsqBtahAB .navbar.opened {
    height: auto;
  }
  .cid-rGsqBtahAB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGtBUBLhjb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGtBUBLhjb .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-rGtBUBLhjb .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-rGtBUBLhjb .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtBUBLhjb .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-rGtBUBLhjb .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rGtBUBLhjb .special-label {
  color: #fff;
}
.cid-rGtBUBLhjb .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rGtBUBLhjb .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rGtBUBLhjb .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rGtBUBLhjb .menu-row {
  margin: 0;
}
.cid-rGtBUBLhjb .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-rGtBUBLhjb .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rGtBUBLhjb .group-title,
.cid-rGtBUBLhjb .align-wrap {
  text-align: left;
}
.cid-rGtHOr5vjy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f2f4;
}
.cid-rGtHOr5vjy h3 {
  text-align: center;
}
.cid-rGtHOr5vjy .pie_progress {
  position: relative;
}
.cid-rGtHOr5vjy .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rGtHOr5vjy p {
  line-height: 1.6;
}
.cid-rGtHOr5vjy .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rGtHOr5vjy .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rGtHOr5vjy .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rGtHOr5vjy .mbr-section-subtitle {
  color: #383838;
}
.cid-rGtHOr5vjy .pie_progress__number {
  text-align: center !important;
}
.cid-rGtHOr5vjy .card-title {
  margin-bottom: 0;
}
.cid-rGtHOr5vjy .svg-gradient {
  position: absolute;
}
.cid-rGtHOr5vjy ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rGtHOr5vjy path {
  stroke: #7aba59;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGtHOr5vjy .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rGtHOr5vjy H4 {
  color: #ed6436;
}
.cid-rGtHOr5vjy .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rGtHOr5vjy .card {
    flex-direction: column;
  }
  .cid-rGtHOr5vjy .content {
    padding-left: 0rem;
  }
  .cid-rGtHOr5vjy .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-rGtBycvgju {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGtBycvgju .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-rGtBycvgju .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-rGtBycvgju .mbr-text,
.cid-rGtBycvgju .mbr-section-btn {
  color: #ed6436;
}
.cid-rGtBzsRxzP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtBzsRxzP .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtBzsRxzP .content {
    padding: 0 2rem;
  }
}
.cid-rGtBzsRxzP .row {
  justify-content: flex-end;
}
.cid-rGtBzsRxzP .img-col {
  padding: 0;
}
.cid-rGtBzsRxzP .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtBzsRxzP .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rGtBzsRxzP .icon-title,
.cid-rGtBzsRxzP .icon-wrap {
  color: #ed6436;
}
.cid-rGtBzsRxzP .mbr-text,
.cid-rGtBzsRxzP .mbr-section-btn,
.cid-rGtBzsRxzP .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtBzsRxzP .content {
    margin: auto;
  }
}
.cid-rGtByMu6AK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtByMu6AK .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtByMu6AK .content {
    padding: 0 2rem;
  }
}
.cid-rGtByMu6AK .row {
  justify-content: flex-start;
}
.cid-rGtByMu6AK .img-col {
  padding: 0;
}
.cid-rGtByMu6AK .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtByMu6AK .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rGtByMu6AK .icon-title,
.cid-rGtByMu6AK .icon-wrap {
  color: #ed6436;
}
.cid-rGtByMu6AK .mbr-text,
.cid-rGtByMu6AK .mbr-section-btn,
.cid-rGtByMu6AK .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtByMu6AK .content {
    margin: auto;
  }
}
.cid-rGtBR1utsO {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rGtBR1utsO .carousel {
  z-index: 2;
  position: relative;
}
.cid-rGtBR1utsO .user {
  padding: 0!important;
}
.cid-rGtBR1utsO .mbr-iconfont {
  font-size: 3rem;
  color: #181818 !important;
}
.cid-rGtBR1utsO .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-rGtBR1utsO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rGtBR1utsO .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-rGtBR1utsO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rGtBR1utsO .carousel-item.active,
.cid-rGtBR1utsO .carousel-item-next,
.cid-rGtBR1utsO .carousel-item-prev {
  display: flex;
}
.cid-rGtBR1utsO .user_name {
  margin: 0;
}
.cid-rGtBR1utsO .carousel-controls a {
  font-size: 2rem;
}
.cid-rGtBR1utsO .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #383838;
  background: transparent;
  opacity: 0.5;
}
.cid-rGtBR1utsO .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rGtBR1utsO ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-rGtBR1utsO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #383838;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-rGtBR1utsO .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rGtBR1utsO .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-rGtBR1utsO .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-rGtBJ7ytQn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rGtBJ7ytQn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtBJ7ytQn .select {
  z-index: 9999;
}
.cid-rGtBJ7ytQn .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-rGtBJ7ytQn .mbr-form {
    max-width: 500px;
  }
}
.cid-rGtBJ7ytQn .img-col {
  padding: 0;
}
.cid-rGtBJ7ytQn form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-rGtBJ7ytQn .jq-selectbox__dropdown,
.cid-rGtBJ7ytQn ul {
  border-radius: 20px!important;
}
.cid-rGtBJ7ytQn .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtBJ7ytQn .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtBJ7ytQn .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtBJ7ytQn input,
.cid-rGtBJ7ytQn textarea,
.cid-rGtBJ7ytQn .select {
  border-radius: 30px;
}
.cid-rGtBJ7ytQn input,
.cid-rGtBJ7ytQn textarea {
  padding: 2rem 3rem;
}
.cid-rGtBJ7ytQn textarea {
  min-height: 10rem;
}
.cid-rGtBJ7ytQn .form-control,
.cid-rGtBJ7ytQn .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtBJ7ytQn .form-control::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .field-input::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .form-control::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtBJ7ytQn .form-control:-moz-placeholder,
.cid-rGtBJ7ytQn .field-input:-moz-placeholder,
.cid-rGtBJ7ytQn .form-control:-moz-placeholder,
.cid-rGtBJ7ytQn .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtBJ7ytQn .form-control:hover,
.cid-rGtBJ7ytQn .field-input:hover,
.cid-rGtBJ7ytQn .form-control:focus,
.cid-rGtBJ7ytQn .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtBJ7ytQn .form-control:hover::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .field-input:hover::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .form-control:focus::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .field-input:focus::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .form-control:hover::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .field-input:hover::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .form-control:focus::-webkit-input-placeholder,
.cid-rGtBJ7ytQn .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtBJ7ytQn .form-control:hover:-moz-placeholder,
.cid-rGtBJ7ytQn .field-input:hover:-moz-placeholder,
.cid-rGtBJ7ytQn .form-control:focus:-moz-placeholder,
.cid-rGtBJ7ytQn .field-input:focus:-moz-placeholder,
.cid-rGtBJ7ytQn .form-control:hover:-moz-placeholder,
.cid-rGtBJ7ytQn .field-input:hover:-moz-placeholder,
.cid-rGtBJ7ytQn .form-control:focus:-moz-placeholder,
.cid-rGtBJ7ytQn .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtBJ7ytQn .jq-number__spin:hover,
.cid-rGtBJ7ytQn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtBJ7ytQn .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtBJ7ytQn .jq-selectbox li,
.cid-rGtBJ7ytQn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtBJ7ytQn .jq-selectbox li:hover,
.cid-rGtBJ7ytQn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtBJ7ytQn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtBJ7ytQn .jq-number__spin.minus:hover:after,
.cid-rGtBJ7ytQn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtBJ7ytQn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtBJ7ytQn .jq-number__spin.minus:after,
.cid-rGtBJ7ytQn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtBJ7ytQn input::-webkit-clear-button {
  display: none;
}
.cid-rGtBJ7ytQn input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtBJ7ytQn input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtBJ7ytQn input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-rGtBJ7ytQn .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtBJ7ytQn form {
    padding: 2rem 1rem;
  }
  .cid-rGtBJ7ytQn .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-rGtBJ7ytQn .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rGtBJ7ytQn H4 {
  color: #ed6436;
}
.cid-rGtBD2aWsp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtBD2aWsp .mbr-iconfont {
  color: #181818 !important;
  font-size: 1.8rem!important;
  padding-right: 1rem;
  margin-top: 0.2rem;
  display: block;
}
.cid-rGtBD2aWsp .card-col {
  max-width: 360px;
}
@media (min-width: 1700px) {
  .cid-rGtBD2aWsp .card-col {
    margin-right: 15rem!important;
  }
}
.cid-rGtBD2aWsp img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.cid-rGtBD2aWsp .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-rGtBD2aWsp svg {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.06);
}
.cid-rGtBD2aWsp path {
  fill: #ffffff;
}
.cid-rGtBD2aWsp .google-map {
  height: 100%;
  min-height: 15rem;
  position: relative;
}
.cid-rGtBD2aWsp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rGtBD2aWsp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rGtBD2aWsp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rGtBD2aWsp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rGtBD2aWsp .card-img {
  margin-bottom: 3rem;
}
.cid-rGtBD2aWsp .item {
  flex-direction: row;
  display: flex;
}
.cid-rGtBD2aWsp .card-wrapper {
  background: #f2f2f4;
  padding: 2rem 1.4rem;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-rGtBD2aWsp p {
  font-weight: 400;
}
.cid-rGtBD2aWsp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtBD2aWsp .svg-col {
    margin-bottom: 3rem;
  }
  .cid-rGtBD2aWsp .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-rGtBD2aWsp .google-map {
    height: 10rem;
  }
  .cid-rGtBD2aWsp svg {
    display: none;
  }
  .cid-rGtBD2aWsp .item {
    flex-direction: column;
  }
  .cid-rGtBD2aWsp .svg-col {
    padding: 0 1rem;
  }
  .cid-rGtBD2aWsp .card-img {
    margin-bottom: 1rem;
  }
  .cid-rGtBD2aWsp .mbr-iconfont {
    padding-right: 0;
  }
  .cid-rGtBD2aWsp .card-box {
    text-align: center;
  }
}
.cid-rGtBD2aWsp .card-title,
.cid-rGtBD2aWsp .card-img {
  color: #ed6436;
}
.cid-rGtBGu0BpJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtBGu0BpJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-rGtBGu0BpJ img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-rGtBGu0BpJ h3 {
  margin: 0;
}
.cid-rGtBGu0BpJ .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-rGtBGu0BpJ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-rGtBGu0BpJ .text-wrap {
  width: 100%;
}
.cid-rGtBGu0BpJ .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-rGtBGu0BpJ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rGtBGu0BpJ .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-rGtBGu0BpJ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-rGtBGu0BpJ .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-rGtBGu0BpJ .jq-selectbox__dropdown,
.cid-rGtBGu0BpJ ul {
  border-radius: 20px!important;
}
.cid-rGtBGu0BpJ .jq-selectbox {
  border-radius: 30px;
}
.cid-rGtBGu0BpJ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-rGtBGu0BpJ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-rGtBGu0BpJ input,
.cid-rGtBGu0BpJ textarea,
.cid-rGtBGu0BpJ .select {
  border-radius: 30px;
}
.cid-rGtBGu0BpJ input,
.cid-rGtBGu0BpJ textarea {
  padding: 1rem 2rem;
}
.cid-rGtBGu0BpJ textarea {
  min-height: 10rem;
}
.cid-rGtBGu0BpJ .form-control,
.cid-rGtBGu0BpJ .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtBGu0BpJ .form-control::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .field-input::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .form-control::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtBGu0BpJ .form-control:-moz-placeholder,
.cid-rGtBGu0BpJ .field-input:-moz-placeholder,
.cid-rGtBGu0BpJ .form-control:-moz-placeholder,
.cid-rGtBGu0BpJ .field-input:-moz-placeholder {
  color: #383838;
}
.cid-rGtBGu0BpJ .form-control:hover,
.cid-rGtBGu0BpJ .field-input:hover,
.cid-rGtBGu0BpJ .form-control:focus,
.cid-rGtBGu0BpJ .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-rGtBGu0BpJ .form-control:hover::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .field-input:hover::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .form-control:focus::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .field-input:focus::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .form-control:hover::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .field-input:hover::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .form-control:focus::-webkit-input-placeholder,
.cid-rGtBGu0BpJ .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-rGtBGu0BpJ .form-control:hover:-moz-placeholder,
.cid-rGtBGu0BpJ .field-input:hover:-moz-placeholder,
.cid-rGtBGu0BpJ .form-control:focus:-moz-placeholder,
.cid-rGtBGu0BpJ .field-input:focus:-moz-placeholder,
.cid-rGtBGu0BpJ .form-control:hover:-moz-placeholder,
.cid-rGtBGu0BpJ .field-input:hover:-moz-placeholder,
.cid-rGtBGu0BpJ .form-control:focus:-moz-placeholder,
.cid-rGtBGu0BpJ .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-rGtBGu0BpJ .jq-number__spin:hover,
.cid-rGtBGu0BpJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGtBGu0BpJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGtBGu0BpJ .jq-selectbox li,
.cid-rGtBGu0BpJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtBGu0BpJ .jq-selectbox li:hover,
.cid-rGtBGu0BpJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGtBGu0BpJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGtBGu0BpJ .jq-number__spin.minus:hover:after,
.cid-rGtBGu0BpJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtBGu0BpJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGtBGu0BpJ .jq-number__spin.minus:after,
.cid-rGtBGu0BpJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGtBGu0BpJ input::-webkit-clear-button {
  display: none;
}
.cid-rGtBGu0BpJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGtBGu0BpJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGtBGu0BpJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGtBGu0BpJ .col-md-6 {
  margin-bottom: 2rem;
}
.cid-rGtBGu0BpJ .form-group {
  margin-bottom: 0.4rem;
}
.cid-rGtBGu0BpJ .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-rGtBGu0BpJ .title1 {
  margin: 0;
}
.cid-rGtBGu0BpJ .align-wrap {
  display: block;
}
.cid-rGtBGu0BpJ .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-rGtBGu0BpJ form {
    padding: 0;
  }
  .cid-rGtBGu0BpJ .socicon-wrap {
    margin: auto;
  }
}
.cid-rGtBGu0BpJ .title {
  color: #ed6436;
}
.cid-rGsJ0Syn9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
