body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.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: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.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: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: #f7ed4a !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #ed6436;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #f7ed4a;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed6436 !important;
}
.text-secondary {
  color: #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: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
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 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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-uBDKizPq4o {
  background-color: transparent;
}
.cid-uBDKizPq4o .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uBDKizPq4o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uBDKizPq4o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBDKizPq4o .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBDKizPq4o .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBDKizPq4o .navbar.opened {
  transition: all 0.3s;
}
.cid-uBDKizPq4o .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBDKizPq4o .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBDKizPq4o .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBDKizPq4o .navbar.collapsed {
  justify-content: center;
}
.cid-uBDKizPq4o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBDKizPq4o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBDKizPq4o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBDKizPq4o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBDKizPq4o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBDKizPq4o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBDKizPq4o .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBDKizPq4o .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBDKizPq4o .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBDKizPq4o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBDKizPq4o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBDKizPq4o .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBDKizPq4o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBDKizPq4o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBDKizPq4o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBDKizPq4o .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBDKizPq4o .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBDKizPq4o .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBDKizPq4o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBDKizPq4o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBDKizPq4o .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBDKizPq4o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBDKizPq4o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBDKizPq4o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBDKizPq4o .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBDKizPq4o .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBDKizPq4o .menu_box .navbar.opened,
  .cid-uBDKizPq4o .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBDKizPq4o .navbar-dropdown {
  position: relative !important;
}
.cid-uBDKizPq4o .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBDKizPq4o .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBDKizPq4o .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBDKizPq4o .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBDKizPq4o .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBDKizPq4o .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBDKizPq4o .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBDKizPq4o .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBDKizPq4o .nav-item {
    margin: 0 !important;
  }
}
.cid-uBDKizPq4o .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBDKizPq4o .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBDKizPq4o .nav-item .nav-link:hover,
.cid-uBDKizPq4o .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBDKizPq4o .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBDKizPq4o .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBDKizPq4o .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBDKizPq4o .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBDKizPq4o .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBDKizPq4o .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBDKizPq4o .offcanvas_box {
    display: none;
  }
}
.cid-uBDKizPq4o .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBDKizPq4o .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBDKizPq4o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBDKizPq4o .container {
  display: flex;
  margin: auto;
}
.cid-uBDKizPq4o .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBDKizPq4o .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBDKizPq4o .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBDKizPq4o .navbar-nav {
    margin: 0;
  }
}
.cid-uBDKizPq4o .dropdown-menu,
.cid-uBDKizPq4o .navbar.opened {
  background-color: false !important;
}
.cid-uBDKizPq4o .nav-item:focus,
.cid-uBDKizPq4o .nav-link:focus {
  outline: none;
}
.cid-uBDKizPq4o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBDKizPq4o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBDKizPq4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBDKizPq4o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBDKizPq4o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBDKizPq4o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBDKizPq4o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBDKizPq4o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBDKizPq4o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBDKizPq4o .dropdown-item.active,
.cid-uBDKizPq4o .dropdown-item:active {
  background-color: transparent;
}
.cid-uBDKizPq4o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBDKizPq4o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBDKizPq4o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBDKizPq4o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBDKizPq4o ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBDKizPq4o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBDKizPq4o button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uBDKizPq4o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBDKizPq4o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBDKizPq4o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBDKizPq4o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBDKizPq4o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBDKizPq4o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBDKizPq4o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBDKizPq4o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBDKizPq4o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBDKizPq4o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBDKizPq4o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBDKizPq4o .navbar {
    height: 70px;
  }
  .cid-uBDKizPq4o .navbar.opened {
    height: auto;
  }
  .cid-uBDKizPq4o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBDKizPq4o .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBDKizPq4o .navbar-caption:hover {
  color: #ed6436;
}
@media (min-width: 992px) {
  .cid-uBDKizPq4o .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBDKizPq4o .text_widget {
  margin-bottom: 32px;
}
.cid-uBDKizPq4o .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBDKizPq4o .text_widget a:hover,
.cid-uBDKizPq4o .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBDKizPq4o .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBDKizPq4o .navbar-caption {
  color: #050f0f;
}
.cid-uBDKizPq4o .mbr-section-subtitle,
.cid-uBDKizPq4o .text_widget,
.cid-uBDKizPq4o .mbr-section-btn {
  text-align: center;
}
.cid-uBDKizPq4o a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sfaod8WWCq {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/11-500x500.jpg");
}
.cid-sfaod8WWCq .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sfaod8WWCq .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sfaod8WWCq .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sfaod8WWCq .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sfaod8WWCq .container {
  max-width: 1600px;
}
.cid-sfaod8WWCq .mbr-bold,
.cid-sfaod8WWCq b {
  font-weight: 900;
}
.cid-sfaod8WWCq .btn {
  color: white !important;
}
.cid-sfaod8WWCq svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sfaod8WWCq svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sfaod8WWCq svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sfaod8WWCq .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uBDUyZZNrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBDUyZZNrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDUyZZNrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBDUyZZNrg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBDUyZZNrg .container {
    padding: 0 12px;
  }
}
.cid-uBDUyZZNrg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBDUyZZNrg .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uBDUyZZNrg .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uBDUyZZNrg .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ed6436;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uBDUyZZNrg .mbr-section-title {
  color: #222222;
}
.cid-uBDS8snpeX {
  background-color: #ffffff;
}
.cid-uBDS8snpeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDS8snpeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDS8snpeX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBDS8snpeX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uBDS8snpeX .container {
    padding: 0 26px;
  }
}
.cid-uBDS8snpeX .row {
  justify-content: center;
}
.cid-uBDS8snpeX .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uBDS8snpeX .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uBDS8snpeX .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uBDS8snpeX .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uBDS8snpeX .mbr-text,
.cid-uBDS8snpeX .icon-wrapper {
  color: #000000;
  text-align: left;
}
.cid-rGzgI03jEE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGzgI03jEE .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGzgI03jEE .content {
    padding: 0 2rem;
  }
}
.cid-rGzgI03jEE .row {
  justify-content: flex-end;
}
.cid-rGzgI03jEE .img-col {
  padding: 0;
}
.cid-rGzgI03jEE .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGzgI03jEE .icon-wrap h3 {
  margin: 0;
}
.cid-rGzgI03jEE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGzgI03jEE .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGzgI03jEE .icon-title,
.cid-rGzgI03jEE .mbr-iconfont {
  color: #181818;
}
.cid-rGzgI03jEE .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGzgI03jEE .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGzgI03jEE .icons-wrap {
    flex-direction: column;
  }
  .cid-rGzgI03jEE .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-uBDSd2p45a {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBDSd2p45a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDSd2p45a .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBDSd2p45a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDSd2p45a h1 {
  max-width: 800px;
}
.cid-uBDSd2p45a p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBDSd2p45a {
    align-items: center;
  }
  .cid-uBDSd2p45a .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBDSd2p45a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBDSd2p45a {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBDSd2p45a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBDSd2p45a .content-wrap {
    width: 100%;
  }
}
.cid-uBDSd2p45a .mbr-section-subtitle,
.cid-uBDSd2p45a .line {
  color: #291f1e;
}
.cid-uBDSd2p45a .mbr-text,
.cid-uBDSd2p45a .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBDSd2p45a .mbr-section-title {
  color: #291f1e;
}
.cid-uQPpBipcMv {
  background-image: url("../../../assets/images/12-1920x1076.jpg");
}
.cid-uQPpBipcMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPpBipcMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPpBipcMv .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uQPpBipcMv .image-wrap {
    height: 350px;
  }
}
.cid-rOiV5yZBK8 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-rOiV5yZBK8 .accordion .card {
  overflow: hidden;
}
.cid-rOiV5yZBK8 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rOiV5yZBK8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rOiV5yZBK8 .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-rOiV5yZBK8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOiV5yZBK8 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rOiV5yZBK8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rOiV5yZBK8 .card .panel-body {
  color: #767676;
}
.cid-rOiV5yZBK8 .card:hover {
  background: #f2f2f4;
}
.cid-rOiV5yZBK8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-rOiV5yZBK8 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rOiV5yZBK8 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rOiV5yZBK8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rOiV5yZBK8 .panel-collapse {
  margin-top: -1px;
}
.cid-rOiV5yZBK8 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rOiV5yZBK8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rOiV5yZBK8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rOiV5yZBK8 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBDSnnS1WZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uBDSnnS1WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDSnnS1WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBDSnnS1WZ .container {
    padding: 0 22px;
  }
}
.cid-uBDSnnS1WZ .row {
  justify-content: center;
}
.cid-uBDSnnS1WZ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBDSnnS1WZ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBDSnnS1WZ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBDSnnS1WZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDSnnS1WZ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uBDSnnS1WZ .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uBDSnnS1WZ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBDSnnS1WZ .mbr-section-title {
  color: #ffffff;
}
.cid-uBDSnnS1WZ .mbr-text {
  color: #181818;
}
.cid-uBDSnnS1WZ .mbr-section-title,
.cid-uBDSnnS1WZ .icon-wrapper {
  color: #181818;
}
.cid-uBDNIYUqPt {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uBDNIYUqPt .accordion .card {
  overflow: hidden;
}
.cid-uBDNIYUqPt .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBDNIYUqPt .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBDNIYUqPt .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-uBDNIYUqPt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBDNIYUqPt .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBDNIYUqPt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBDNIYUqPt .card .panel-body {
  color: #767676;
}
.cid-uBDNIYUqPt .card:hover {
  background: #ed6436;
}
.cid-uBDNIYUqPt .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uBDNIYUqPt .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uBDNIYUqPt .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uBDNIYUqPt .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBDNIYUqPt .panel-collapse {
  margin-top: -1px;
}
.cid-uBDNIYUqPt H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBDNIYUqPt .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBDNIYUqPt .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBDNIYUqPt .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBDNIYUqPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDNIYUqPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDV4M5FyJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBDV4M5FyJ li {
  list-style: none;
}
.cid-uBDV4M5FyJ .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uBDV4M5FyJ .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uBDV4M5FyJ .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-uBDV4M5FyJ h4 {
  margin: 0;
}
.cid-uBDV4M5FyJ ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uBDV4M5FyJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uBDV4M5FyJ .col-title2 {
  color: #ed6436;
}
.cid-uBDV4M5FyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDV4M5FyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDPH7yBG6 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uBDPH7yBG6 .accordion .card {
  overflow: hidden;
}
.cid-uBDPH7yBG6 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBDPH7yBG6 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBDPH7yBG6 .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-uBDPH7yBG6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBDPH7yBG6 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBDPH7yBG6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBDPH7yBG6 .card .panel-body {
  color: #767676;
}
.cid-uBDPH7yBG6 .card:hover {
  background: #f2f2f4;
}
.cid-uBDPH7yBG6 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-uBDPH7yBG6 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBDPH7yBG6 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBDPH7yBG6 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBDPH7yBG6 .panel-collapse {
  margin-top: -1px;
}
.cid-uBDPH7yBG6 H4 {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uBDPH7yBG6 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBDPH7yBG6 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBDPH7yBG6 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBDRzijhTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uBDRzijhTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDRzijhTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDRzijhTB .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBDRzijhTB .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBDRzijhTB .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #f2f2f4;
}
@media (max-width: 1200px) {
  .cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBDRzijhTB .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #181818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBDRzijhTB .mbr-section-title {
  color: #404349;
}
.cid-uBDRzijhTB .mbr-section-subtitle {
  color: #404349;
}
.cid-uBDRzijhTB .mbr-text {
  color: #404349;
}
.cid-uBDRzijhTB .list {
  color: #404349;
}
.cid-uBDMrA3FX0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uBDMrA3FX0 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBDMrA3FX0 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBDMrA3FX0 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBDMrA3FX0 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBDMrA3FX0 a {
  background-image: none !important;
}
.cid-uBDMrA3FX0 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBDMrA3FX0 .container {
  padding: 5rem 1rem;
}
.cid-uBDMrA3FX0 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBDMrA3FX0 p {
    text-align: center !important;
  }
}
.cid-uBDMrA3FX0 .media-container-row .mbr-text2,
.cid-uBDMrA3FX0 .line {
  color: #232323;
  text-align: left;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-uBDY4fPZjE {
  background-color: transparent;
}
.cid-uBDY4fPZjE .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uBDY4fPZjE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uBDY4fPZjE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBDY4fPZjE .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBDY4fPZjE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBDY4fPZjE .navbar.opened {
  transition: all 0.3s;
}
.cid-uBDY4fPZjE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBDY4fPZjE .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBDY4fPZjE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBDY4fPZjE .navbar.collapsed {
  justify-content: center;
}
.cid-uBDY4fPZjE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBDY4fPZjE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBDY4fPZjE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBDY4fPZjE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBDY4fPZjE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBDY4fPZjE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBDY4fPZjE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBDY4fPZjE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBDY4fPZjE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBDY4fPZjE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBDY4fPZjE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBDY4fPZjE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBDY4fPZjE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBDY4fPZjE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBDY4fPZjE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBDY4fPZjE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBDY4fPZjE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBDY4fPZjE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBDY4fPZjE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBDY4fPZjE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBDY4fPZjE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBDY4fPZjE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBDY4fPZjE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBDY4fPZjE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBDY4fPZjE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBDY4fPZjE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBDY4fPZjE .menu_box .navbar.opened,
  .cid-uBDY4fPZjE .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBDY4fPZjE .navbar-dropdown {
  position: relative !important;
}
.cid-uBDY4fPZjE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBDY4fPZjE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBDY4fPZjE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBDY4fPZjE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBDY4fPZjE .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBDY4fPZjE .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBDY4fPZjE .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBDY4fPZjE .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBDY4fPZjE .nav-item {
    margin: 0 !important;
  }
}
.cid-uBDY4fPZjE .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBDY4fPZjE .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBDY4fPZjE .nav-item .nav-link:hover,
.cid-uBDY4fPZjE .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBDY4fPZjE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBDY4fPZjE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBDY4fPZjE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBDY4fPZjE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBDY4fPZjE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBDY4fPZjE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBDY4fPZjE .offcanvas_box {
    display: none;
  }
}
.cid-uBDY4fPZjE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBDY4fPZjE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBDY4fPZjE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBDY4fPZjE .container {
  display: flex;
  margin: auto;
}
.cid-uBDY4fPZjE .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBDY4fPZjE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBDY4fPZjE .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBDY4fPZjE .navbar-nav {
    margin: 0;
  }
}
.cid-uBDY4fPZjE .dropdown-menu,
.cid-uBDY4fPZjE .navbar.opened {
  background-color: false !important;
}
.cid-uBDY4fPZjE .nav-item:focus,
.cid-uBDY4fPZjE .nav-link:focus {
  outline: none;
}
.cid-uBDY4fPZjE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBDY4fPZjE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBDY4fPZjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBDY4fPZjE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBDY4fPZjE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBDY4fPZjE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBDY4fPZjE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBDY4fPZjE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBDY4fPZjE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBDY4fPZjE .dropdown-item.active,
.cid-uBDY4fPZjE .dropdown-item:active {
  background-color: transparent;
}
.cid-uBDY4fPZjE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBDY4fPZjE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBDY4fPZjE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBDY4fPZjE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBDY4fPZjE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBDY4fPZjE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBDY4fPZjE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uBDY4fPZjE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBDY4fPZjE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBDY4fPZjE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBDY4fPZjE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBDY4fPZjE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBDY4fPZjE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBDY4fPZjE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBDY4fPZjE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBDY4fPZjE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBDY4fPZjE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBDY4fPZjE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBDY4fPZjE .navbar {
    height: 70px;
  }
  .cid-uBDY4fPZjE .navbar.opened {
    height: auto;
  }
  .cid-uBDY4fPZjE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBDY4fPZjE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBDY4fPZjE .navbar-caption:hover {
  color: #ed6436;
}
@media (min-width: 992px) {
  .cid-uBDY4fPZjE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBDY4fPZjE .text_widget {
  margin-bottom: 32px;
}
.cid-uBDY4fPZjE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBDY4fPZjE .text_widget a:hover,
.cid-uBDY4fPZjE .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBDY4fPZjE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBDY4fPZjE .navbar-caption {
  color: #050f0f;
}
.cid-uBDY4fPZjE .mbr-section-subtitle,
.cid-uBDY4fPZjE .text_widget,
.cid-uBDY4fPZjE .mbr-section-btn {
  text-align: center;
}
.cid-uBDY4fPZjE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBDY4hy8MU {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/15-500x300.jpg");
}
.cid-uBDY4hy8MU .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uBDY4hy8MU .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uBDY4hy8MU .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uBDY4hy8MU .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uBDY4hy8MU .container {
  max-width: 1600px;
}
.cid-uBDY4hy8MU .mbr-bold,
.cid-uBDY4hy8MU b {
  font-weight: 900;
}
.cid-uBDY4hy8MU .btn {
  color: white !important;
}
.cid-uBDY4hy8MU svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uBDY4hy8MU svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uBDY4hy8MU svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uBDY4hy8MU svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uBDY4hy8MU svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uBDY4hy8MU .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uBDY4hy8MU H1 {
  color: #181818;
}
.cid-uBDY4k2Lop {
  background-color: #ffffff;
}
.cid-uBDY4k2Lop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDY4k2Lop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDY4k2Lop .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBDY4k2Lop .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uBDY4k2Lop .container {
    padding: 0 26px;
  }
}
.cid-uBDY4k2Lop .row {
  justify-content: center;
}
.cid-uBDY4k2Lop .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uBDY4k2Lop .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uBDY4k2Lop .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uBDY4k2Lop .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uBDY4k2Lop .mbr-text,
.cid-uBDY4k2Lop .icon-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBDY4zwXLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uBDY4zwXLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDY4zwXLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDY4zwXLY .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBDY4zwXLY .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBDY4zwXLY .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #f2f2f4;
}
@media (max-width: 1200px) {
  .cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBDY4zwXLY .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #181818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBDY4zwXLY .mbr-section-title {
  color: #404349;
}
.cid-uBDY4zwXLY .mbr-section-subtitle {
  color: #404349;
}
.cid-uBDY4zwXLY .mbr-text {
  color: #404349;
}
.cid-uBDY4zwXLY .list {
  color: #404349;
}
.cid-uQPUp2K7o6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQPUp2K7o6 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uQPUp2K7o6 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uQPUp2K7o6 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uQPUp2K7o6 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uQPUp2K7o6 a {
  background-image: none !important;
}
.cid-uQPUp2K7o6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uQPUp2K7o6 .container {
  padding: 5rem 1rem;
}
.cid-uQPUp2K7o6 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uQPUp2K7o6 p {
    text-align: center !important;
  }
}
.cid-uQPUp2K7o6 .media-container-row .mbr-text2,
.cid-uQPUp2K7o6 .line {
  color: #232323;
  text-align: left;
}
.cid-uBDY4CgVtI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-uBDYvS3HqW {
  background-color: transparent;
}
.cid-uBDYvS3HqW .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uBDYvS3HqW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uBDYvS3HqW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBDYvS3HqW .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uBDYvS3HqW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uBDYvS3HqW .navbar.opened {
  transition: all 0.3s;
}
.cid-uBDYvS3HqW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uBDYvS3HqW .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uBDYvS3HqW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBDYvS3HqW .navbar.collapsed {
  justify-content: center;
}
.cid-uBDYvS3HqW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBDYvS3HqW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBDYvS3HqW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBDYvS3HqW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBDYvS3HqW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBDYvS3HqW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uBDYvS3HqW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uBDYvS3HqW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uBDYvS3HqW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uBDYvS3HqW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBDYvS3HqW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBDYvS3HqW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uBDYvS3HqW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBDYvS3HqW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uBDYvS3HqW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBDYvS3HqW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uBDYvS3HqW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uBDYvS3HqW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uBDYvS3HqW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uBDYvS3HqW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBDYvS3HqW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uBDYvS3HqW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBDYvS3HqW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBDYvS3HqW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBDYvS3HqW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBDYvS3HqW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uBDYvS3HqW .menu_box .navbar.opened,
  .cid-uBDYvS3HqW .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uBDYvS3HqW .navbar-dropdown {
  position: relative !important;
}
.cid-uBDYvS3HqW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uBDYvS3HqW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBDYvS3HqW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uBDYvS3HqW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uBDYvS3HqW .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uBDYvS3HqW .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uBDYvS3HqW .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uBDYvS3HqW .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uBDYvS3HqW .nav-item {
    margin: 0 !important;
  }
}
.cid-uBDYvS3HqW .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uBDYvS3HqW .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uBDYvS3HqW .nav-item .nav-link:hover,
.cid-uBDYvS3HqW .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uBDYvS3HqW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uBDYvS3HqW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uBDYvS3HqW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uBDYvS3HqW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uBDYvS3HqW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uBDYvS3HqW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uBDYvS3HqW .offcanvas_box {
    display: none;
  }
}
.cid-uBDYvS3HqW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uBDYvS3HqW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uBDYvS3HqW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uBDYvS3HqW .container {
  display: flex;
  margin: auto;
}
.cid-uBDYvS3HqW .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uBDYvS3HqW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uBDYvS3HqW .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uBDYvS3HqW .navbar-nav {
    margin: 0;
  }
}
.cid-uBDYvS3HqW .dropdown-menu,
.cid-uBDYvS3HqW .navbar.opened {
  background-color: false !important;
}
.cid-uBDYvS3HqW .nav-item:focus,
.cid-uBDYvS3HqW .nav-link:focus {
  outline: none;
}
.cid-uBDYvS3HqW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBDYvS3HqW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBDYvS3HqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBDYvS3HqW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBDYvS3HqW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBDYvS3HqW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBDYvS3HqW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBDYvS3HqW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uBDYvS3HqW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBDYvS3HqW .dropdown-item.active,
.cid-uBDYvS3HqW .dropdown-item:active {
  background-color: transparent;
}
.cid-uBDYvS3HqW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uBDYvS3HqW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBDYvS3HqW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBDYvS3HqW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBDYvS3HqW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uBDYvS3HqW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBDYvS3HqW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uBDYvS3HqW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uBDYvS3HqW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBDYvS3HqW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBDYvS3HqW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBDYvS3HqW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBDYvS3HqW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBDYvS3HqW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBDYvS3HqW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBDYvS3HqW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBDYvS3HqW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uBDYvS3HqW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBDYvS3HqW .navbar {
    height: 70px;
  }
  .cid-uBDYvS3HqW .navbar.opened {
    height: auto;
  }
  .cid-uBDYvS3HqW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBDYvS3HqW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uBDYvS3HqW .navbar-caption:hover {
  color: #ed6436;
}
@media (min-width: 992px) {
  .cid-uBDYvS3HqW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uBDYvS3HqW .text_widget {
  margin-bottom: 32px;
}
.cid-uBDYvS3HqW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uBDYvS3HqW .text_widget a:hover,
.cid-uBDYvS3HqW .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uBDYvS3HqW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uBDYvS3HqW .navbar-caption {
  color: #050f0f;
}
.cid-uBDYvS3HqW .mbr-section-subtitle,
.cid-uBDYvS3HqW .text_widget,
.cid-uBDYvS3HqW .mbr-section-btn {
  text-align: center;
}
.cid-uBDYvS3HqW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBDYvTfT5W {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/14-2000x1020.jpg");
}
.cid-uBDYvTfT5W .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uBDYvTfT5W .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uBDYvTfT5W .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uBDYvTfT5W .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uBDYvTfT5W .container {
  max-width: 1600px;
}
.cid-uBDYvTfT5W .mbr-bold,
.cid-uBDYvTfT5W b {
  font-weight: 900;
}
.cid-uBDYvTfT5W .btn {
  color: white !important;
}
.cid-uBDYvTfT5W svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uBDYvTfT5W svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uBDYvTfT5W svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uBDYvTfT5W svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uBDYvTfT5W svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uBDYvTfT5W .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uBDYvTfT5W H1 {
  color: #181818;
}
.cid-uBDYvUgxjW {
  background-color: #ffffff;
}
.cid-uBDYvUgxjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDYvUgxjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDYvUgxjW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uBDYvUgxjW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uBDYvUgxjW .container {
    padding: 0 26px;
  }
}
.cid-uBDYvUgxjW .row {
  justify-content: center;
}
.cid-uBDYvUgxjW .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uBDYvUgxjW .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uBDYvUgxjW .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uBDYvUgxjW .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uBDYvUgxjW .mbr-text,
.cid-uBDYvUgxjW .icon-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uBDYvVi2H8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uBDYvVi2H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBDYvVi2H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBDYvVi2H8 .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBDYvVi2H8 .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBDYvVi2H8 .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #f2f2f4;
}
@media (max-width: 1200px) {
  .cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBDYvVi2H8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #181818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBDYvVi2H8 .mbr-section-title {
  color: #404349;
}
.cid-uBDYvVi2H8 .mbr-section-subtitle {
  color: #404349;
}
.cid-uBDYvVi2H8 .mbr-text {
  color: #404349;
}
.cid-uBDYvVi2H8 .list {
  color: #404349;
}
.cid-uQPUGXpgDz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQPUGXpgDz .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uQPUGXpgDz .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uQPUGXpgDz .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uQPUGXpgDz .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uQPUGXpgDz a {
  background-image: none !important;
}
.cid-uQPUGXpgDz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uQPUGXpgDz .container {
  padding: 5rem 1rem;
}
.cid-uQPUGXpgDz p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uQPUGXpgDz p {
    text-align: center !important;
  }
}
.cid-uQPUGXpgDz .media-container-row .mbr-text2,
.cid-uQPUGXpgDz .line {
  color: #232323;
  text-align: left;
}
.cid-uBDYvXkYAV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-uQPUKgGgVM {
  background-color: transparent;
}
.cid-uQPUKgGgVM .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uQPUKgGgVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uQPUKgGgVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQPUKgGgVM .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQPUKgGgVM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQPUKgGgVM .navbar.opened {
  transition: all 0.3s;
}
.cid-uQPUKgGgVM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQPUKgGgVM .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQPUKgGgVM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQPUKgGgVM .navbar.collapsed {
  justify-content: center;
}
.cid-uQPUKgGgVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQPUKgGgVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQPUKgGgVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQPUKgGgVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQPUKgGgVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQPUKgGgVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQPUKgGgVM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQPUKgGgVM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQPUKgGgVM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQPUKgGgVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQPUKgGgVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQPUKgGgVM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQPUKgGgVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQPUKgGgVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQPUKgGgVM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQPUKgGgVM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQPUKgGgVM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQPUKgGgVM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQPUKgGgVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQPUKgGgVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQPUKgGgVM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQPUKgGgVM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQPUKgGgVM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQPUKgGgVM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQPUKgGgVM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQPUKgGgVM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQPUKgGgVM .menu_box .navbar.opened,
  .cid-uQPUKgGgVM .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQPUKgGgVM .navbar-dropdown {
  position: relative !important;
}
.cid-uQPUKgGgVM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQPUKgGgVM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPUKgGgVM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQPUKgGgVM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uQPUKgGgVM .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uQPUKgGgVM .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uQPUKgGgVM .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uQPUKgGgVM .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uQPUKgGgVM .nav-item {
    margin: 0 !important;
  }
}
.cid-uQPUKgGgVM .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uQPUKgGgVM .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uQPUKgGgVM .nav-item .nav-link:hover,
.cid-uQPUKgGgVM .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uQPUKgGgVM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQPUKgGgVM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQPUKgGgVM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQPUKgGgVM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQPUKgGgVM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQPUKgGgVM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQPUKgGgVM .offcanvas_box {
    display: none;
  }
}
.cid-uQPUKgGgVM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQPUKgGgVM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQPUKgGgVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQPUKgGgVM .container {
  display: flex;
  margin: auto;
}
.cid-uQPUKgGgVM .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uQPUKgGgVM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQPUKgGgVM .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uQPUKgGgVM .navbar-nav {
    margin: 0;
  }
}
.cid-uQPUKgGgVM .dropdown-menu,
.cid-uQPUKgGgVM .navbar.opened {
  background-color: false !important;
}
.cid-uQPUKgGgVM .nav-item:focus,
.cid-uQPUKgGgVM .nav-link:focus {
  outline: none;
}
.cid-uQPUKgGgVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQPUKgGgVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQPUKgGgVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQPUKgGgVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQPUKgGgVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQPUKgGgVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQPUKgGgVM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQPUKgGgVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQPUKgGgVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQPUKgGgVM .dropdown-item.active,
.cid-uQPUKgGgVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uQPUKgGgVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uQPUKgGgVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQPUKgGgVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQPUKgGgVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQPUKgGgVM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQPUKgGgVM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQPUKgGgVM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uQPUKgGgVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uQPUKgGgVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQPUKgGgVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQPUKgGgVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQPUKgGgVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQPUKgGgVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQPUKgGgVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQPUKgGgVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQPUKgGgVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQPUKgGgVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQPUKgGgVM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQPUKgGgVM .navbar {
    height: 70px;
  }
  .cid-uQPUKgGgVM .navbar.opened {
    height: auto;
  }
  .cid-uQPUKgGgVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQPUKgGgVM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uQPUKgGgVM .navbar-caption:hover {
  color: #ed6436;
}
@media (min-width: 992px) {
  .cid-uQPUKgGgVM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQPUKgGgVM .text_widget {
  margin-bottom: 32px;
}
.cid-uQPUKgGgVM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQPUKgGgVM .text_widget a:hover,
.cid-uQPUKgGgVM .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQPUKgGgVM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uQPUKgGgVM .navbar-caption {
  color: #050f0f;
}
.cid-uQPUKgGgVM .mbr-section-subtitle,
.cid-uQPUKgGgVM .text_widget,
.cid-uQPUKgGgVM .mbr-section-btn {
  text-align: center;
}
.cid-uQPUKgGgVM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQPUKhfl7c {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/16-2000x1600.jpg");
}
.cid-uQPUKhfl7c .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uQPUKhfl7c .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uQPUKhfl7c .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQPUKhfl7c .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uQPUKhfl7c .container {
  max-width: 1600px;
}
.cid-uQPUKhfl7c .mbr-bold,
.cid-uQPUKhfl7c b {
  font-weight: 900;
}
.cid-uQPUKhfl7c .btn {
  color: white !important;
}
.cid-uQPUKhfl7c svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uQPUKhfl7c svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uQPUKhfl7c svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uQPUKhfl7c svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uQPUKhfl7c svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uQPUKhfl7c .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uQPUKhDwsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQPUKhDwsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKhDwsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQPUKhDwsI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQPUKhDwsI .container {
    padding: 0 12px;
  }
}
.cid-uQPUKhDwsI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQPUKhDwsI .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uQPUKhDwsI .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uQPUKhDwsI .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ed6436;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uQPUKhDwsI .mbr-section-title {
  color: #222222;
}
.cid-uQPUKhSSQm {
  background-color: #ffffff;
}
.cid-uQPUKhSSQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKhSSQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPUKhSSQm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQPUKhSSQm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQPUKhSSQm .container {
    padding: 0 26px;
  }
}
.cid-uQPUKhSSQm .row {
  justify-content: center;
}
.cid-uQPUKhSSQm .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uQPUKhSSQm .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uQPUKhSSQm .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uQPUKhSSQm .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uQPUKhSSQm .mbr-text,
.cid-uQPUKhSSQm .icon-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQPUKi8tpY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQPUKi8tpY .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQPUKi8tpY .content {
    padding: 0 2rem;
  }
}
.cid-uQPUKi8tpY .row {
  justify-content: flex-end;
}
.cid-uQPUKi8tpY .img-col {
  padding: 0;
}
.cid-uQPUKi8tpY .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-uQPUKi8tpY .icon-wrap h3 {
  margin: 0;
}
.cid-uQPUKi8tpY .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uQPUKi8tpY .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-uQPUKi8tpY .icon-title,
.cid-uQPUKi8tpY .mbr-iconfont {
  color: #181818;
}
.cid-uQPUKi8tpY .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQPUKi8tpY .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uQPUKi8tpY .icons-wrap {
    flex-direction: column;
  }
  .cid-uQPUKi8tpY .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-uQPUKivkIT {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQPUKivkIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKivkIT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uQPUKivkIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPUKivkIT h1 {
  max-width: 800px;
}
.cid-uQPUKivkIT p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQPUKivkIT {
    align-items: center;
  }
  .cid-uQPUKivkIT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQPUKivkIT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQPUKivkIT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQPUKivkIT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQPUKivkIT .content-wrap {
    width: 100%;
  }
}
.cid-uQPUKivkIT .mbr-section-subtitle,
.cid-uQPUKivkIT .line {
  color: #291f1e;
}
.cid-uQPUKivkIT .mbr-text,
.cid-uQPUKivkIT .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uQPUKivkIT .mbr-section-title {
  color: #291f1e;
}
.cid-uQPUKiRP0a {
  background-image: url("../../../assets/images/17-1200x1200.jpeg");
}
.cid-uQPUKiRP0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKiRP0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPUKiRP0a .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uQPUKiRP0a .image-wrap {
    height: 350px;
  }
}
.cid-uQPUKj9Lld {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uQPUKj9Lld .accordion .card {
  overflow: hidden;
}
.cid-uQPUKj9Lld .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQPUKj9Lld .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQPUKj9Lld .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-uQPUKj9Lld .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQPUKj9Lld .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQPUKj9Lld .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQPUKj9Lld .card .panel-body {
  color: #767676;
}
.cid-uQPUKj9Lld .card:hover {
  background: #f2f2f4;
}
.cid-uQPUKj9Lld .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uQPUKj9Lld .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uQPUKj9Lld .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uQPUKj9Lld .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQPUKj9Lld .panel-collapse {
  margin-top: -1px;
}
.cid-uQPUKj9Lld H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uQPUKj9Lld .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQPUKj9Lld .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQPUKj9Lld .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQPUKjEdpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uQPUKjEdpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKjEdpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQPUKjEdpe .container {
    padding: 0 22px;
  }
}
.cid-uQPUKjEdpe .row {
  justify-content: center;
}
.cid-uQPUKjEdpe .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQPUKjEdpe .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQPUKjEdpe .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQPUKjEdpe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQPUKjEdpe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQPUKjEdpe .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uQPUKjEdpe .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQPUKjEdpe .mbr-section-title {
  color: #ffffff;
}
.cid-uQPUKjEdpe .mbr-text {
  color: #181818;
}
.cid-uQPUKjEdpe .mbr-section-title,
.cid-uQPUKjEdpe .icon-wrapper {
  color: #181818;
}
.cid-uQPUKjVUWT {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uQPUKjVUWT .accordion .card {
  overflow: hidden;
}
.cid-uQPUKjVUWT .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQPUKjVUWT .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQPUKjVUWT .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-uQPUKjVUWT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQPUKjVUWT .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQPUKjVUWT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQPUKjVUWT .card .panel-body {
  color: #767676;
}
.cid-uQPUKjVUWT .card:hover {
  background: #ed6436;
}
.cid-uQPUKjVUWT .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uQPUKjVUWT .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uQPUKjVUWT .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uQPUKjVUWT .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQPUKjVUWT .panel-collapse {
  margin-top: -1px;
}
.cid-uQPUKjVUWT H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uQPUKjVUWT .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQPUKjVUWT .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQPUKjVUWT .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQPUKjVUWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKjVUWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPUKkwzyT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQPUKkwzyT li {
  list-style: none;
}
.cid-uQPUKkwzyT .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uQPUKkwzyT .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uQPUKkwzyT .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-uQPUKkwzyT h4 {
  margin: 0;
}
.cid-uQPUKkwzyT ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uQPUKkwzyT .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uQPUKkwzyT .col-title2 {
  color: #ed6436;
}
.cid-uQPUKkwzyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKkwzyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPUKkT0cZ {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uQPUKkT0cZ .accordion .card {
  overflow: hidden;
}
.cid-uQPUKkT0cZ .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQPUKkT0cZ .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQPUKkT0cZ .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-uQPUKkT0cZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQPUKkT0cZ .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQPUKkT0cZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQPUKkT0cZ .card .panel-body {
  color: #767676;
}
.cid-uQPUKkT0cZ .card:hover {
  background: #f2f2f4;
}
.cid-uQPUKkT0cZ .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-uQPUKkT0cZ .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uQPUKkT0cZ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uQPUKkT0cZ .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQPUKkT0cZ .panel-collapse {
  margin-top: -1px;
}
.cid-uQPUKkT0cZ H4 {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uQPUKkT0cZ .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQPUKkT0cZ .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQPUKkT0cZ .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQ6oDJf79 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQ6oDJf79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ6oDJf79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ6oDJf79 .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uQQ6oDJf79 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQQ6oDJf79 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uQQ6oDJf79 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uQQ6oDJf79 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQQ6oDJf79 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ6oDJf79 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uQQ6oDJf79 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uQQ6oDJf79 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uQQ6oDJf79 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQQ6oDJf79 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uQQ6oDJf79 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uQQ6oDJf79 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uQQ6oDJf79 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uQQ6oDJf79 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQQ6oDJf79 .mbr-section-title {
  color: #050f0f;
}
.cid-uQQ6oDJf79 .mbr-text {
  color: #050f0f;
}
.cid-uQQ6oDJf79 .panel-title-edit {
  color: #050f0f;
}
.cid-uQQ6oDJf79 .panel-text {
  color: #050f0f;
}
.cid-uQQ6oDJf79 .mbr-section-title,
.cid-uQQ6oDJf79 .icon-wrapper {
  text-align: center;
}
.cid-uQPUKlLS8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uQPUKlLS8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPUKlLS8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPUKlLS8L .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uQPUKlLS8L .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQPUKlLS8L .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #f2f2f4;
}
@media (max-width: 1200px) {
  .cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uQPUKlLS8L .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #181818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uQPUKlLS8L .mbr-section-title {
  color: #404349;
}
.cid-uQPUKlLS8L .mbr-section-subtitle {
  color: #404349;
}
.cid-uQPUKlLS8L .mbr-text {
  color: #404349;
}
.cid-uQPUKlLS8L .list {
  color: #404349;
}
.cid-uQPUKmwUBL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQPUKmwUBL .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uQPUKmwUBL .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uQPUKmwUBL .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uQPUKmwUBL .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uQPUKmwUBL a {
  background-image: none !important;
}
.cid-uQPUKmwUBL .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uQPUKmwUBL .container {
  padding: 5rem 1rem;
}
.cid-uQPUKmwUBL p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uQPUKmwUBL p {
    text-align: center !important;
  }
}
.cid-uQPUKmwUBL .media-container-row .mbr-text2,
.cid-uQPUKmwUBL .line {
  color: #232323;
  text-align: left;
}
.cid-uQPUKmRnZg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-uQQ9L9DrxH {
  background-color: transparent;
}
.cid-uQQ9L9DrxH .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uQQ9L9DrxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uQQ9L9DrxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQ9L9DrxH .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQQ9L9DrxH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQQ9L9DrxH .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQ9L9DrxH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQQ9L9DrxH .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQQ9L9DrxH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQ9L9DrxH .navbar.collapsed {
  justify-content: center;
}
.cid-uQQ9L9DrxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQ9L9DrxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQQ9L9DrxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQ9L9DrxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQ9L9DrxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQ9L9DrxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQQ9L9DrxH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQQ9L9DrxH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQQ9L9DrxH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQQ9L9DrxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQ9L9DrxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQ9L9DrxH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQQ9L9DrxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQ9L9DrxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQQ9L9DrxH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQQ9L9DrxH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQQ9L9DrxH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQQ9L9DrxH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQQ9L9DrxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQQ9L9DrxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQ9L9DrxH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQQ9L9DrxH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQQ9L9DrxH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQQ9L9DrxH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQQ9L9DrxH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQQ9L9DrxH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQQ9L9DrxH .menu_box .navbar.opened,
  .cid-uQQ9L9DrxH .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQQ9L9DrxH .navbar-dropdown {
  position: relative !important;
}
.cid-uQQ9L9DrxH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQQ9L9DrxH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQQ9L9DrxH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQQ9L9DrxH .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uQQ9L9DrxH .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uQQ9L9DrxH .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uQQ9L9DrxH .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uQQ9L9DrxH .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uQQ9L9DrxH .nav-item {
    margin: 0 !important;
  }
}
.cid-uQQ9L9DrxH .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uQQ9L9DrxH .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uQQ9L9DrxH .nav-item .nav-link:hover,
.cid-uQQ9L9DrxH .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uQQ9L9DrxH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQQ9L9DrxH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQQ9L9DrxH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQQ9L9DrxH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQQ9L9DrxH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQQ9L9DrxH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQQ9L9DrxH .offcanvas_box {
    display: none;
  }
}
.cid-uQQ9L9DrxH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQQ9L9DrxH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQQ9L9DrxH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQQ9L9DrxH .container {
  display: flex;
  margin: auto;
}
.cid-uQQ9L9DrxH .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQ9L9DrxH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQQ9L9DrxH .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uQQ9L9DrxH .navbar-nav {
    margin: 0;
  }
}
.cid-uQQ9L9DrxH .dropdown-menu,
.cid-uQQ9L9DrxH .navbar.opened {
  background-color: false !important;
}
.cid-uQQ9L9DrxH .nav-item:focus,
.cid-uQQ9L9DrxH .nav-link:focus {
  outline: none;
}
.cid-uQQ9L9DrxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQ9L9DrxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQ9L9DrxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQ9L9DrxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQ9L9DrxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQ9L9DrxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQ9L9DrxH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQ9L9DrxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQQ9L9DrxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQ9L9DrxH .dropdown-item.active,
.cid-uQQ9L9DrxH .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQ9L9DrxH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uQQ9L9DrxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQ9L9DrxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQ9L9DrxH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQ9L9DrxH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQQ9L9DrxH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQQ9L9DrxH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uQQ9L9DrxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uQQ9L9DrxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQ9L9DrxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQ9L9DrxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQ9L9DrxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQ9L9DrxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQ9L9DrxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQ9L9DrxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQ9L9DrxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQ9L9DrxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQQ9L9DrxH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQ9L9DrxH .navbar {
    height: 70px;
  }
  .cid-uQQ9L9DrxH .navbar.opened {
    height: auto;
  }
  .cid-uQQ9L9DrxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQ9L9DrxH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uQQ9L9DrxH .navbar-caption:hover {
  color: #ed6436;
}
@media (min-width: 992px) {
  .cid-uQQ9L9DrxH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQQ9L9DrxH .text_widget {
  margin-bottom: 32px;
}
.cid-uQQ9L9DrxH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQQ9L9DrxH .text_widget a:hover,
.cid-uQQ9L9DrxH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQQ9L9DrxH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uQQ9L9DrxH .navbar-caption {
  color: #050f0f;
}
.cid-uQQ9L9DrxH .mbr-section-subtitle,
.cid-uQQ9L9DrxH .text_widget,
.cid-uQQ9L9DrxH .mbr-section-btn {
  text-align: center;
}
.cid-uQQ9L9DrxH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQQ9Laf0We {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/18-1000x400.jpg");
}
.cid-uQQ9Laf0We .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uQQ9Laf0We .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uQQ9Laf0We .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQQ9Laf0We .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uQQ9Laf0We .container {
  max-width: 1600px;
}
.cid-uQQ9Laf0We .mbr-bold,
.cid-uQQ9Laf0We b {
  font-weight: 900;
}
.cid-uQQ9Laf0We .btn {
  color: white !important;
}
.cid-uQQ9Laf0We svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uQQ9Laf0We svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uQQ9Laf0We svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uQQ9Laf0We svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uQQ9Laf0We svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uQQ9Laf0We .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uQQ9LaOZw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQ9LaOZw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LaOZw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQQ9LaOZw0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQQ9LaOZw0 .container {
    padding: 0 12px;
  }
}
.cid-uQQ9LaOZw0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQQ9LaOZw0 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uQQ9LaOZw0 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uQQ9LaOZw0 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ed6436;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uQQ9LaOZw0 .mbr-section-title {
  color: #222222;
}
.cid-uQQ9LbcIGX {
  background-color: #ffffff;
}
.cid-uQQ9LbcIGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LbcIGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LbcIGX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQQ9LbcIGX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ9LbcIGX .container {
    padding: 0 26px;
  }
}
.cid-uQQ9LbcIGX .row {
  justify-content: center;
}
.cid-uQQ9LbcIGX .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uQQ9LbcIGX .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uQQ9LbcIGX .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uQQ9LbcIGX .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uQQ9LbcIGX .mbr-text,
.cid-uQQ9LbcIGX .icon-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQQ9LbGkww {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQQ9LbGkww .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQQ9LbGkww .content {
    padding: 0 2rem;
  }
}
.cid-uQQ9LbGkww .row {
  justify-content: flex-end;
}
.cid-uQQ9LbGkww .img-col {
  padding: 0;
}
.cid-uQQ9LbGkww .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-uQQ9LbGkww .icon-wrap h3 {
  margin: 0;
}
.cid-uQQ9LbGkww .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uQQ9LbGkww .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-uQQ9LbGkww .icon-title,
.cid-uQQ9LbGkww .mbr-iconfont {
  color: #181818;
}
.cid-uQQ9LbGkww .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQQ9LbGkww .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uQQ9LbGkww .icons-wrap {
    flex-direction: column;
  }
  .cid-uQQ9LbGkww .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-uQQ9LcgThP {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQQ9LcgThP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LcgThP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uQQ9LcgThP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LcgThP h1 {
  max-width: 800px;
}
.cid-uQQ9LcgThP p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQQ9LcgThP {
    align-items: center;
  }
  .cid-uQQ9LcgThP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQQ9LcgThP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQQ9LcgThP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQQ9LcgThP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQ9LcgThP .content-wrap {
    width: 100%;
  }
}
.cid-uQQ9LcgThP .mbr-section-subtitle,
.cid-uQQ9LcgThP .line {
  color: #291f1e;
}
.cid-uQQ9LcgThP .mbr-text,
.cid-uQQ9LcgThP .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uQQ9LcgThP .mbr-section-title {
  color: #291f1e;
}
.cid-uQQ9LcIlNC {
  background-image: url("../../../assets/images/19-1500x1000.jpg");
}
.cid-uQQ9LcIlNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LcIlNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LcIlNC .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uQQ9LcIlNC .image-wrap {
    height: 350px;
  }
}
.cid-uQQ9Ld4SnY {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uQQ9Ld4SnY .accordion .card {
  overflow: hidden;
}
.cid-uQQ9Ld4SnY .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQQ9Ld4SnY .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQQ9Ld4SnY .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-uQQ9Ld4SnY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQQ9Ld4SnY .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQQ9Ld4SnY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQQ9Ld4SnY .card .panel-body {
  color: #767676;
}
.cid-uQQ9Ld4SnY .card:hover {
  background: #f2f2f4;
}
.cid-uQQ9Ld4SnY .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uQQ9Ld4SnY .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uQQ9Ld4SnY .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uQQ9Ld4SnY .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQQ9Ld4SnY .panel-collapse {
  margin-top: -1px;
}
.cid-uQQ9Ld4SnY H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uQQ9Ld4SnY .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQQ9Ld4SnY .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQQ9Ld4SnY .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQeb6ruXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQeb6ruXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQeb6ruXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQeb6ruXA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uQQeb6ruXA .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uQQeb6ruXA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQeb6ruXA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uQQeb6ruXA .container {
    padding: 0 24px;
  }
}
.cid-uQQeb6ruXA .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uQQeb6ruXA .image-wrapper img {
    height: 400px;
  }
}
.cid-uQQ9LdIQ1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uQQ9LdIQ1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LdIQ1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQQ9LdIQ1P .container {
    padding: 0 22px;
  }
}
.cid-uQQ9LdIQ1P .row {
  justify-content: center;
}
.cid-uQQ9LdIQ1P .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQQ9LdIQ1P .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQQ9LdIQ1P .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQ9LdIQ1P .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQ9LdIQ1P .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQQ9LdIQ1P .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uQQ9LdIQ1P .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQQ9LdIQ1P .mbr-section-title {
  color: #ffffff;
}
.cid-uQQ9LdIQ1P .mbr-text {
  color: #181818;
}
.cid-uQQ9LdIQ1P .mbr-section-title,
.cid-uQQ9LdIQ1P .icon-wrapper {
  color: #181818;
}
.cid-uQQ9Le8jU0 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uQQ9Le8jU0 .accordion .card {
  overflow: hidden;
}
.cid-uQQ9Le8jU0 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQQ9Le8jU0 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQQ9Le8jU0 .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-uQQ9Le8jU0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQQ9Le8jU0 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQQ9Le8jU0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQQ9Le8jU0 .card .panel-body {
  color: #767676;
}
.cid-uQQ9Le8jU0 .card:hover {
  background: #ed6436;
}
.cid-uQQ9Le8jU0 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uQQ9Le8jU0 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uQQ9Le8jU0 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uQQ9Le8jU0 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQQ9Le8jU0 .panel-collapse {
  margin-top: -1px;
}
.cid-uQQ9Le8jU0 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uQQ9Le8jU0 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQQ9Le8jU0 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQQ9Le8jU0 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQ9Le8jU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9Le8jU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LeOk0C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQQ9LeOk0C li {
  list-style: none;
}
.cid-uQQ9LeOk0C .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uQQ9LeOk0C .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uQQ9LeOk0C .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-uQQ9LeOk0C h4 {
  margin: 0;
}
.cid-uQQ9LeOk0C ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uQQ9LeOk0C .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uQQ9LeOk0C .col-title2 {
  color: #ed6436;
}
.cid-uQQ9LeOk0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LeOk0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LfJtc3 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uQQ9LfJtc3 .accordion .card {
  overflow: hidden;
}
.cid-uQQ9LfJtc3 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQQ9LfJtc3 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQQ9LfJtc3 .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-uQQ9LfJtc3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQQ9LfJtc3 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQQ9LfJtc3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQQ9LfJtc3 .card .panel-body {
  color: #767676;
}
.cid-uQQ9LfJtc3 .card:hover {
  background: #f2f2f4;
}
.cid-uQQ9LfJtc3 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-uQQ9LfJtc3 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uQQ9LfJtc3 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uQQ9LfJtc3 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQQ9LfJtc3 .panel-collapse {
  margin-top: -1px;
}
.cid-uQQ9LfJtc3 H4 {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uQQ9LfJtc3 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQQ9LfJtc3 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQQ9LfJtc3 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQ9LhfATC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQ9LhfATC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LhfATC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LhfATC .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uQQ9LhfATC .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQQ9LhfATC .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uQQ9LhfATC .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uQQ9LhfATC .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQQ9LhfATC .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ9LhfATC .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uQQ9LhfATC .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uQQ9LhfATC .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uQQ9LhfATC .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQQ9LhfATC .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uQQ9LhfATC .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uQQ9LhfATC .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uQQ9LhfATC .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uQQ9LhfATC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQQ9LhfATC .mbr-section-title {
  color: #050f0f;
}
.cid-uQQ9LhfATC .mbr-text {
  color: #050f0f;
}
.cid-uQQ9LhfATC .panel-title-edit {
  color: #050f0f;
}
.cid-uQQ9LhfATC .panel-text {
  color: #050f0f;
}
.cid-uQQ9LhfATC .mbr-section-title,
.cid-uQQ9LhfATC .icon-wrapper {
  text-align: center;
}
.cid-uQQ9LiHXTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uQQ9LiHXTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQ9LiHXTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQ9LiHXTa .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uQQ9LiHXTa .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQQ9LiHXTa .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #f2f2f4;
}
@media (max-width: 1200px) {
  .cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uQQ9LiHXTa .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #181818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uQQ9LiHXTa .mbr-section-title {
  color: #404349;
}
.cid-uQQ9LiHXTa .mbr-section-subtitle {
  color: #404349;
}
.cid-uQQ9LiHXTa .mbr-text {
  color: #404349;
}
.cid-uQQ9LiHXTa .list {
  color: #404349;
}
.cid-uQQ9LjSKY1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQQ9LjSKY1 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uQQ9LjSKY1 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uQQ9LjSKY1 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uQQ9LjSKY1 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uQQ9LjSKY1 a {
  background-image: none !important;
}
.cid-uQQ9LjSKY1 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uQQ9LjSKY1 .container {
  padding: 5rem 1rem;
}
.cid-uQQ9LjSKY1 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uQQ9LjSKY1 p {
    text-align: center !important;
  }
}
.cid-uQQ9LjSKY1 .media-container-row .mbr-text2,
.cid-uQQ9LjSKY1 .line {
  color: #232323;
  text-align: left;
}
.cid-uQQ9Ll4wk5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-uQQekHybqA {
  background-color: transparent;
}
.cid-uQQekHybqA .navbar-dropdown {
  background-color: #f7fff7 !important;
  padding: 0;
}
.cid-uQQekHybqA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f7fff7 !important;
  background: #f7fff7;
}
.cid-uQQekHybqA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQekHybqA .navbar {
  border-bottom: 3px solid #050f0f !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQQekHybqA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQQekHybqA .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQekHybqA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQQekHybqA .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQQekHybqA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQekHybqA .navbar.collapsed {
  justify-content: center;
}
.cid-uQQekHybqA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQekHybqA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQQekHybqA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQekHybqA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQekHybqA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQekHybqA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQQekHybqA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQQekHybqA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQQekHybqA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQQekHybqA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQekHybqA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQekHybqA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQQekHybqA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQekHybqA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQQekHybqA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQQekHybqA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQQekHybqA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQQekHybqA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQQekHybqA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQQekHybqA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQekHybqA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQQekHybqA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQQekHybqA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQQekHybqA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQQekHybqA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQQekHybqA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQQekHybqA .menu_box .navbar.opened,
  .cid-uQQekHybqA .menu_box .navbar-collapse {
    background-color: #f7fff7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQQekHybqA .navbar-dropdown {
  position: relative !important;
}
.cid-uQQekHybqA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uQQekHybqA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQQekHybqA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQQekHybqA .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uQQekHybqA .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uQQekHybqA .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uQQekHybqA .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uQQekHybqA .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uQQekHybqA .nav-item {
    margin: 0 !important;
  }
}
.cid-uQQekHybqA .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uQQekHybqA .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uQQekHybqA .nav-item .nav-link:hover,
.cid-uQQekHybqA .nav-item .nav-link:focus {
  color: #ff9063 !important;
}
.cid-uQQekHybqA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQQekHybqA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQQekHybqA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQQekHybqA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQQekHybqA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQQekHybqA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQQekHybqA .offcanvas_box {
    display: none;
  }
}
.cid-uQQekHybqA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQQekHybqA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQQekHybqA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQQekHybqA .container {
  display: flex;
  margin: auto;
}
.cid-uQQekHybqA .iconfont-wrapper {
  color: #050f0f;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uQQekHybqA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQQekHybqA .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uQQekHybqA .navbar-nav {
    margin: 0;
  }
}
.cid-uQQekHybqA .dropdown-menu,
.cid-uQQekHybqA .navbar.opened {
  background-color: false !important;
}
.cid-uQQekHybqA .nav-item:focus,
.cid-uQQekHybqA .nav-link:focus {
  outline: none;
}
.cid-uQQekHybqA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQekHybqA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQekHybqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQekHybqA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQekHybqA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQekHybqA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQekHybqA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQekHybqA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uQQekHybqA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQekHybqA .dropdown-item.active,
.cid-uQQekHybqA .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQekHybqA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uQQekHybqA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQekHybqA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQekHybqA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQekHybqA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQQekHybqA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQQekHybqA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f7fff7;
  background: #ff9063;
}
.cid-uQQekHybqA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #050f0f;
}
.cid-uQQekHybqA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQekHybqA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQekHybqA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQekHybqA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQekHybqA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQekHybqA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQekHybqA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQekHybqA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQekHybqA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQQekHybqA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQekHybqA .navbar {
    height: 70px;
  }
  .cid-uQQekHybqA .navbar.opened {
    height: auto;
  }
  .cid-uQQekHybqA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQekHybqA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uQQekHybqA .navbar-caption:hover {
  color: #ed6436;
}
@media (min-width: 992px) {
  .cid-uQQekHybqA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQQekHybqA .text_widget {
  margin-bottom: 32px;
}
.cid-uQQekHybqA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQQekHybqA .text_widget a:hover,
.cid-uQQekHybqA .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uQQekHybqA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uQQekHybqA .navbar-caption {
  color: #050f0f;
}
.cid-uQQekHybqA .mbr-section-subtitle,
.cid-uQQekHybqA .text_widget,
.cid-uQQekHybqA .mbr-section-btn {
  text-align: center;
}
.cid-uQQekHybqA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQQekI9Bps {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/20-730x438.jpg");
}
.cid-uQQekI9Bps .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uQQekI9Bps .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uQQekI9Bps .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQQekI9Bps .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uQQekI9Bps .container {
  max-width: 1600px;
}
.cid-uQQekI9Bps .mbr-bold,
.cid-uQQekI9Bps b {
  font-weight: 900;
}
.cid-uQQekI9Bps .btn {
  color: white !important;
}
.cid-uQQekI9Bps svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uQQekI9Bps svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uQQekI9Bps svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uQQekI9Bps svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uQQekI9Bps svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uQQekI9Bps .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uQQekICp89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQekICp89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekICp89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQQekICp89 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQQekICp89 .container {
    padding: 0 12px;
  }
}
.cid-uQQekICp89 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQQekICp89 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uQQekICp89 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uQQekICp89 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ed6436;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uQQekICp89 .mbr-section-title {
  color: #222222;
}
.cid-uQQekJ3czU {
  background-color: #ffffff;
}
.cid-uQQekJ3czU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekJ3czU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekJ3czU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uQQekJ3czU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uQQekJ3czU .container {
    padding: 0 26px;
  }
}
.cid-uQQekJ3czU .row {
  justify-content: center;
}
.cid-uQQekJ3czU .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uQQekJ3czU .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uQQekJ3czU .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uQQekJ3czU .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uQQekJ3czU .mbr-text,
.cid-uQQekJ3czU .icon-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uQQekJqJAw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uQQekJqJAw .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uQQekJqJAw .content {
    padding: 0 2rem;
  }
}
.cid-uQQekJqJAw .row {
  justify-content: flex-end;
}
.cid-uQQekJqJAw .img-col {
  padding: 0;
}
.cid-uQQekJqJAw .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-uQQekJqJAw .icon-wrap h3 {
  margin: 0;
}
.cid-uQQekJqJAw .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uQQekJqJAw .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-uQQekJqJAw .icon-title,
.cid-uQQekJqJAw .mbr-iconfont {
  color: #181818;
}
.cid-uQQekJqJAw .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQQekJqJAw .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uQQekJqJAw .icons-wrap {
    flex-direction: column;
  }
  .cid-uQQekJqJAw .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-uQQekJNT9G {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQQekJNT9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekJNT9G .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uQQekJNT9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekJNT9G h1 {
  max-width: 800px;
}
.cid-uQQekJNT9G p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uQQekJNT9G {
    align-items: center;
  }
  .cid-uQQekJNT9G .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQQekJNT9G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQQekJNT9G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQQekJNT9G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQekJNT9G .content-wrap {
    width: 100%;
  }
}
.cid-uQQekJNT9G .mbr-section-subtitle,
.cid-uQQekJNT9G .line {
  color: #291f1e;
}
.cid-uQQekJNT9G .mbr-text,
.cid-uQQekJNT9G .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uQQekJNT9G .mbr-section-title {
  color: #291f1e;
}
.cid-uQQekK6ML2 {
  background-image: url("../../../assets/images/21-1782x1340.jpg");
}
.cid-uQQekK6ML2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekK6ML2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekK6ML2 .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uQQekK6ML2 .image-wrap {
    height: 350px;
  }
}
.cid-uQQekKsunv {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uQQekKsunv .accordion .card {
  overflow: hidden;
}
.cid-uQQekKsunv .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQQekKsunv .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQQekKsunv .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-uQQekKsunv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQQekKsunv .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQQekKsunv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQQekKsunv .card .panel-body {
  color: #767676;
}
.cid-uQQekKsunv .card:hover {
  background: #f2f2f4;
}
.cid-uQQekKsunv .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uQQekKsunv .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uQQekKsunv .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uQQekKsunv .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQQekKsunv .panel-collapse {
  margin-top: -1px;
}
.cid-uQQekKsunv H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uQQekKsunv .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQQekKsunv .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQQekKsunv .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQekLgqAy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uQQekLgqAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekLgqAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQQekLgqAy .container {
    padding: 0 22px;
  }
}
.cid-uQQekLgqAy .row {
  justify-content: center;
}
.cid-uQQekLgqAy .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQQekLgqAy .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQQekLgqAy .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQQekLgqAy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQekLgqAy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uQQekLgqAy .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-uQQekLgqAy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQQekLgqAy .mbr-section-title {
  color: #ffffff;
}
.cid-uQQekLgqAy .mbr-text {
  color: #181818;
}
.cid-uQQekLgqAy .mbr-section-title,
.cid-uQQekLgqAy .icon-wrapper {
  color: #181818;
}
.cid-uQQekLAlMs {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uQQekLAlMs .accordion .card {
  overflow: hidden;
}
.cid-uQQekLAlMs .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQQekLAlMs .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQQekLAlMs .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-uQQekLAlMs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQQekLAlMs .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQQekLAlMs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQQekLAlMs .card .panel-body {
  color: #767676;
}
.cid-uQQekLAlMs .card:hover {
  background: #ed6436;
}
.cid-uQQekLAlMs .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed6436;
}
.cid-uQQekLAlMs .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uQQekLAlMs .mbri-arrow-down:before {
  content: '\e960';
}
.cid-uQQekLAlMs .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQQekLAlMs .panel-collapse {
  margin-top: -1px;
}
.cid-uQQekLAlMs H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uQQekLAlMs .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQQekLAlMs .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQQekLAlMs .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQekLAlMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekLAlMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekM6GWN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQQekM6GWN li {
  list-style: none;
}
.cid-uQQekM6GWN .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uQQekM6GWN .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-uQQekM6GWN .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-uQQekM6GWN h4 {
  margin: 0;
}
.cid-uQQekM6GWN ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uQQekM6GWN .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uQQekM6GWN .col-title2 {
  color: #ed6436;
}
.cid-uQQekM6GWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekM6GWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekMvBQl {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f2f2f4;
}
.cid-uQQekMvBQl .accordion .card {
  overflow: hidden;
}
.cid-uQQekMvBQl .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uQQekMvBQl .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uQQekMvBQl .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-uQQekMvBQl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uQQekMvBQl .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uQQekMvBQl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uQQekMvBQl .card .panel-body {
  color: #767676;
}
.cid-uQQekMvBQl .card:hover {
  background: #f2f2f4;
}
.cid-uQQekMvBQl .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-uQQekMvBQl .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uQQekMvBQl .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uQQekMvBQl .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uQQekMvBQl .panel-collapse {
  margin-top: -1px;
}
.cid-uQQekMvBQl H4 {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uQQekMvBQl .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uQQekMvBQl .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uQQekMvBQl .sign {
    margin-right: 0.5rem;
  }
}
.cid-uQQekN0ESn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQekN0ESn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekN0ESn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekN0ESn .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uQQekN0ESn .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQQekN0ESn .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uQQekN0ESn .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uQQekN0ESn .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQQekN0ESn .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uQQekN0ESn .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uQQekN0ESn .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uQQekN0ESn .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uQQekN0ESn .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQQekN0ESn .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uQQekN0ESn .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uQQekN0ESn .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uQQekN0ESn .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uQQekN0ESn .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uQQekN0ESn .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uQQekN0ESn .mbr-section-title {
  color: #050f0f;
}
.cid-uQQekN0ESn .mbr-text {
  color: #050f0f;
}
.cid-uQQekN0ESn .panel-title-edit {
  color: #050f0f;
}
.cid-uQQekN0ESn .panel-text {
  color: #050f0f;
}
.cid-uQQekN0ESn .mbr-section-title,
.cid-uQQekN0ESn .icon-wrapper {
  text-align: center;
}
.cid-uQQekNqcaM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f4;
}
.cid-uQQekNqcaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQekNqcaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQekNqcaM .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uQQekNqcaM .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQQekNqcaM .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #f2f2f4;
}
@media (max-width: 1200px) {
  .cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uQQekNqcaM .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #181818;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uQQekNqcaM .mbr-section-title {
  color: #404349;
}
.cid-uQQekNqcaM .mbr-section-subtitle {
  color: #404349;
}
.cid-uQQekNqcaM .mbr-text {
  color: #404349;
}
.cid-uQQekNqcaM .list {
  color: #404349;
}
.cid-uQQekNVMUd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uQQekNVMUd .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uQQekNVMUd .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uQQekNVMUd .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uQQekNVMUd .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uQQekNVMUd a {
  background-image: none !important;
}
.cid-uQQekNVMUd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uQQekNVMUd .container {
  padding: 5rem 1rem;
}
.cid-uQQekNVMUd p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uQQekNVMUd p {
    text-align: center !important;
  }
}
.cid-uQQekNVMUd .media-container-row .mbr-text2,
.cid-uQQekNVMUd .line {
  color: #232323;
  text-align: left;
}
.cid-uQQekOm2CT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
