body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #cccccc !important;
}
.bg-success {
  background-color: #cdfb0a !important;
}
.bg-info {
  background-color: #033b25 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #edc521 !important;
  border-color: #edc521 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b3930f !important;
  border-color: #b3930f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3930f !important;
  border-color: #b3930f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #033b25 !important;
  border-color: #033b25 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #050600 !important;
  background-color: #93b603 !important;
  border-color: #93b603 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #050600 !important;
  background-color: #93b603 !important;
  border-color: #93b603 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #9b7f0d;
  color: #9b7f0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #edc521;
  border-color: #edc521;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edc521 !important;
  border-color: #edc521 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #033b25;
  border-color: #033b25;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #033b25 !important;
  border-color: #033b25 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #7f9c03;
  color: #7f9c03;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #050600;
  background-color: #cdfb0a;
  border-color: #cdfb0a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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-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: #cccccc !important;
}
.text-secondary {
  color: #edc521 !important;
}
.text-success {
  color: #cdfb0a !important;
}
.text-info {
  color: #033b25 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #999999 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9b7f0d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7f9c03 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #033b25;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #595959;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cccccc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f6fed3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2ff4a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #cccccc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline-2 {
  border: none;
  color: #cccccc;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #cccccc;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #cccccc;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #cccccc;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.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: #000000 !important;
  background-color: #cccccc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edc521 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cccccc' %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-uhEKiR18LG {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #033b25;
}
.cid-uhEKiR18LG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .container {
    padding: 0 26px;
  }
}
.cid-uhEKiR18LG .row {
  justify-content: center;
}
.cid-uhEKiR18LG .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uhEKiR18LG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uhEKiR18LG .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uhEKiR18LG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uhEKiR18LG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uhEKiR18LG .embla__slide .slide-content {
  width: 100%;
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper {
  padding: 0 150px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 50px 50px 0 0;
}
@media (max-width: 768px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content .item-number {
    margin-bottom: 40px;
  }
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-img {
  width: 60%;
}
@media (max-width: 768px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uhEKiR18LG .embla__button--next,
.cid-uhEKiR18LG .embla__button--prev {
  display: flex;
}
.cid-uhEKiR18LG .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #cccccc !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uhEKiR18LG .embla__button:hover {
  opacity: .6 !important;
}
.cid-uhEKiR18LG .embla__button.embla__button--prev {
  left: 0;
}
.cid-uhEKiR18LG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uhEKiR18LG .embla__button {
    top: 0;
  }
}
.cid-uhEKiR18LG .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uhEKiR18LG .embla {
    padding-top: 25px;
  }
}
.cid-uhEKiR18LG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uhEKiR18LG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uhEKiR18LG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uhEKiR18LG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uhEKiR18LG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uhEKiR18LG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uhEKiR18LG .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-uhEKiR18LG .item-title {
  color: #edc521;
}
.cid-uhEKiR18LG .item-text {
  color: #fcfdf8;
}
.cid-udTno2Z49Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udTno2Z49Q .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-udTno2Z49Q H2 {
  color: #23571f;
}
.cid-udTno2Z49Q H3 {
  color: #033b25;
}
.cid-udTno2Z49Q .mbr-text,
.cid-udTno2Z49Q .mbr-section-btn {
  color: #767676;
}
.cid-udTno2Z49Q .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-udTno2Z49Q .md-pb {
    padding-bottom: 2rem;
  }
  .cid-udTno2Z49Q .photo {
    width: 100%;
  }
}
.cid-udTno2Z49Q .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-udTno2Z49Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udTno2Z49Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUqvRKb78z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUqvRKb78z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUqvRKb78z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tUqvRKb78z .container {
    padding: 0 24px;
  }
}
.cid-tUqvRKb78z .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #53585a;
}
@media (max-width: 992px) {
  .cid-tUqvRKb78z .content-wrapper {
    padding: 24px;
  }
}
.cid-tUqvRKb78z .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tUqvRKb78z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUqvRKb78z .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tUqvRKb78z .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tUqvRKb78z .mbr-section-title {
  color: #F9F6E0;
}
.cid-tUqvRKb78z .mbr-text {
  color: #333333;
}
.cid-tUqvRKb78z .mbr-section-title,
.cid-tUqvRKb78z .mbr-section-btn {
  color: #333333;
}
.cid-rzMUuCByZc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fcfdf8;
}
.cid-rzMUuCByZc .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-rzMUuCByZc .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
}
.cid-rzMUuCByZc .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-rzMUuCByZc .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #033b25;
}
.cid-rzMUuCByZc .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rzMUuCByZc .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-rzMUuCByZc .big {
  margin-top: -25%;
}
.cid-rzMUuCByZc .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-rzMUuCByZc .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzMUuCByZc .mbr-section-title {
  color: #23571f;
  text-align: center;
}
.cid-rzMUuCByZc .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-rzMUuCByZc .small {
    margin-top: -25%;
  }
}
.cid-rzMUuCByZc .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-udZs79A3Sv {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udZs79A3Sv .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-udZs79A3Sv nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-udZs79A3Sv .container,
  .cid-udZs79A3Sv .container-fluid {
    flex-wrap: initial;
  }
  .cid-udZs79A3Sv .nav-link:hover,
  .cid-udZs79A3Sv .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-udZs79A3Sv .navbar-nav {
  margin: auto;
}
.cid-udZs79A3Sv .dropdown-item {
  color: #ffffff !important;
}
.cid-udZs79A3Sv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZs79A3Sv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZs79A3Sv .navbar-short,
.cid-udZs79A3Sv .opened {
  background: #033b25 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-udZs79A3Sv .navbar-short .nav-link,
.cid-udZs79A3Sv .opened .nav-link,
.cid-udZs79A3Sv .navbar-short .navbar-caption,
.cid-udZs79A3Sv .opened .navbar-caption,
.cid-udZs79A3Sv .navbar-short .mbr-iconfont,
.cid-udZs79A3Sv .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udZs79A3Sv .navbar-short .hamburger span,
.cid-udZs79A3Sv .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-udZs79A3Sv .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-udZs79A3Sv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZs79A3Sv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-udZs79A3Sv .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-udZs79A3Sv .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-udZs79A3Sv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZs79A3Sv .container {
  display: flex;
  margin: auto;
}
.cid-udZs79A3Sv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZs79A3Sv .dropdown-menu,
.cid-udZs79A3Sv .navbar.opened {
  background: #033b25 !important;
}
.cid-udZs79A3Sv .nav-item:focus,
.cid-udZs79A3Sv .nav-link:focus {
  outline: none;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZs79A3Sv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZs79A3Sv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZs79A3Sv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(3, 59, 37, 0.3);
}
.cid-udZs79A3Sv .navbar.opened {
  transition: all 0.3s;
}
.cid-udZs79A3Sv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZs79A3Sv .navbar .navbar-logo img {
  width: auto;
}
.cid-udZs79A3Sv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZs79A3Sv .navbar.collapsed {
  justify-content: center;
}
.cid-udZs79A3Sv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZs79A3Sv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZs79A3Sv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udZs79A3Sv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZs79A3Sv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZs79A3Sv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZs79A3Sv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udZs79A3Sv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-udZs79A3Sv .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZs79A3Sv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZs79A3Sv .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-udZs79A3Sv .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZs79A3Sv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZs79A3Sv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZs79A3Sv .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZs79A3Sv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-udZs79A3Sv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZs79A3Sv .dropdown-item.active,
.cid-udZs79A3Sv .dropdown-item:active {
  background-color: transparent;
}
.cid-udZs79A3Sv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZs79A3Sv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZs79A3Sv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZs79A3Sv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #033b25;
}
.cid-udZs79A3Sv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZs79A3Sv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZs79A3Sv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZs79A3Sv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZs79A3Sv button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZs79A3Sv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZs79A3Sv a.nav-link {
  display: flex;
  align-items: center;
}
.cid-udZs79A3Sv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZs79A3Sv .navbar {
    height: 70px;
  }
  .cid-udZs79A3Sv .navbar.opened {
    height: auto;
  }
  .cid-udZs79A3Sv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue3GGlRr33 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #033b25;
}
.cid-ue3GGlRr33 .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-ue3GGlRr33 .mbr-text {
  color: #f1f1f1;
}
.cid-ue3GGlRr33 .border-r {
  border-right: 1px solid #53585a;
}
.cid-ue3GGlRr33 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue3GGlRr33 .border-r {
    border-right: 0px solid #53585a;
  }
}
@media (max-width: 576px) {
  .cid-ue3GGlRr33 .card {
    margin-bottom: 2rem;
  }
}
.cid-ue3GGlRr33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3GGlRr33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3GGlRr33 h4,
.cid-ue3GGlRr33 .card-img {
  color: #cdfb0a;
}
.cid-ugU1wOO0fe.popup-builder {
  background-color: #ffffff;
}
.cid-ugU1wOO0fe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ugU1wOO0fe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ugU1wOO0fe .modal-content,
.cid-ugU1wOO0fe .modal-dialog {
  height: auto;
}
.cid-ugU1wOO0fe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ugU1wOO0fe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ugU1wOO0fe .form-wrapper .mbr-form .form-group,
  .cid-ugU1wOO0fe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ugU1wOO0fe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ugU1wOO0fe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugU1wOO0fe .mbr-text {
  text-align: center;
}
.cid-ugU1wOO0fe .pt-0 {
  padding-top: 0 !important;
}
.cid-ugU1wOO0fe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ugU1wOO0fe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ugU1wOO0fe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ugU1wOO0fe .modal-open {
  overflow: hidden;
}
.cid-ugU1wOO0fe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ugU1wOO0fe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ugU1wOO0fe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ugU1wOO0fe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ugU1wOO0fe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ugU1wOO0fe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ugU1wOO0fe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ugU1wOO0fe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ugU1wOO0fe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ugU1wOO0fe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ugU1wOO0fe .modal-backdrop.fade {
  opacity: 0;
}
.cid-ugU1wOO0fe .modal-backdrop.show {
  opacity: .5;
}
.cid-ugU1wOO0fe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ugU1wOO0fe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ugU1wOO0fe .modal-header {
    padding: 1rem;
  }
}
.cid-ugU1wOO0fe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ugU1wOO0fe .modal-header .close svg {
  fill: #353535;
}
.cid-ugU1wOO0fe .modal-header .close:hover {
  opacity: 1;
}
.cid-ugU1wOO0fe .modal-header .close:focus {
  outline: none;
}
.cid-ugU1wOO0fe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d63d3d;
}
.cid-ugU1wOO0fe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ugU1wOO0fe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugU1wOO0fe .modal-body {
    padding: 1rem;
  }
}
.cid-ugU1wOO0fe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ugU1wOO0fe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugU1wOO0fe .modal-footer {
    padding: 1rem;
  }
}
.cid-ugU1wOO0fe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ugU1wOO0fe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ugU1wOO0fe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ugU1wOO0fe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ugU1wOO0fe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ugU1wOO0fe .modal-lg,
  .cid-ugU1wOO0fe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ugU1wOO0fe .modal-xl {
    max-width: 1140px;
  }
}
.cid-ugU1wOO0fe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ugU1wOO0fe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ugU1wOO0fe .form-group {
  margin-bottom: 1rem;
}
.cid-ugU1wOO0fe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ugU1wOO0fe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ugU1wOO0fe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ugU1wOO0fe .mbr-section-btn {
  margin: 0;
}
.cid-ugU1wOO0fe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhEYoxKZCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #033b25;
}
.cid-uhEYoxKZCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEYoxKZCr .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-uhEYoxKZCr .container {
    padding: 0 16px;
  }
}
.cid-uhEYoxKZCr .row {
  position: relative;
  justify-content: center;
}
.cid-uhEYoxKZCr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhEYoxKZCr .card {
  justify-content: center;
}
.cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhEYoxKZCr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhEYoxKZCr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list {
    display: block;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:hover::before,
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhEYoxKZCr .mbr-copy {
  color: #ffffff;
}
.cid-uhEYoxKZCr .list,
.cid-uhEYoxKZCr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .list,
  .cid-uhEYoxKZCr .nav-wrapper {
    text-align: left;
  }
}
.cid-ue3Kt9T51B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-ue3Kt9T51B .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-ue3Kt9T51B .main_header {
    padding-top: 66px;
  }
  .cid-ue3Kt9T51B .main_header > .row {
    flex-direction: column;
  }
  .cid-ue3Kt9T51B .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-ue3Kt9T51B .mbr-section-title {
  color: #d63d3d;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-ue3Kt9T51B .mbr-section-title {
    text-align: center;
  }
}
.cid-ue3Kt9T51B .mbr-text {
  margin: 25px 0;
}
.cid-ue3Kt9T51B .bgImage {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-ue3Kt9T51B .bgImage {
    height: 65vh;
  }
}
.cid-ue3Kt9T51B img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue3Kt9T51B .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-ue3Kt9T51B .linkBtn a:after,
.cid-ue3Kt9T51B .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-ue3Kt9T51B .linkBtn a:before {
  left: 0;
}
.cid-ue3Kt9T51B .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-ue3Kt9T51B .linkBtn a:hover:before,
.cid-ue3Kt9T51B .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-tAdOu7DPcx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fcfdf8;
}
.cid-tAdOu7DPcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAdOu7DPcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAdOu7DPcx .mbr-text {
  color: #fafafa;
}
.cid-tAdOu7DPcx .mbr-section-subtitle,
.cid-tAdOu7DPcx .mbr-section-title,
.cid-tAdOu7DPcx .card-title {
  color: #fafafa;
}
.cid-tAdOu7DPcx .title .card-title {
  z-index: 1;
}
.cid-tAdOu7DPcx .num {
  color: #d63d3d;
  word-break: normal;
}
@media (max-width: 767px) {
  .cid-tAdOu7DPcx .content-column {
    margin-bottom: 2rem;
  }
  .cid-tAdOu7DPcx .line-for-mobile {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .cid-tAdOu7DPcx .line-for-mobile {
    width: 100%;
  }
  .cid-tAdOu7DPcx .pt-20 {
    padding: 0;
  }
}
.cid-tAdOu7DPcx .card-box .rotate {
  margin-left: 1rem;
}
.cid-tAdOu7DPcx .card-title {
  font-size: 20px;
}
.cid-tAdOu7DPcx .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tAdOu7DPcx .title-arrow {
    top: -7px;
  }
}
.cid-tAdOu7DPcx .rotate {
  transform: rotate(225deg);
}
.cid-tAdOu7DPcx .hidden-text {
  visibility: hidden;
}
.cid-tAdOu7DPcx .position {
  height: 76%;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-tAdOu7DPcx .card {
    padding-bottom: 40px;
  }
  .cid-tAdOu7DPcx .end {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-tAdOu7DPcx .btn,
  .cid-tAdOu7DPcx .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    margin-left: auto;
    word-break: normal;
  }
  .cid-tAdOu7DPcx .btn .rotate,
  .cid-tAdOu7DPcx .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-tAdOu7DPcx .btn svg,
  .cid-tAdOu7DPcx .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-tAdOu7DPcx .btn:hover > svg,
  .cid-tAdOu7DPcx .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 991px) {
  .cid-tAdOu7DPcx .btn,
  .cid-tAdOu7DPcx .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-tAdOu7DPcx .btn .rotate,
  .cid-tAdOu7DPcx .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-tAdOu7DPcx .btn svg,
  .cid-tAdOu7DPcx .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-tAdOu7DPcx .btn:hover > svg,
  .cid-tAdOu7DPcx .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 576px) {
  .cid-tAdOu7DPcx .btn,
  .cid-tAdOu7DPcx .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-tAdOu7DPcx .btn .rotate,
  .cid-tAdOu7DPcx .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-tAdOu7DPcx .btn svg,
  .cid-tAdOu7DPcx .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-tAdOu7DPcx .btn:hover > svg,
  .cid-tAdOu7DPcx .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
  .cid-tAdOu7DPcx .btn p,
  .cid-tAdOu7DPcx .btn-primary p {
    margin-bottom: 0.5rem;
  }
}
.cid-tAdOu7DPcx .hide {
  display: none;
}
.cid-tAdOu7DPcx .pt-20 {
  padding-top: 20px;
}
@media (max-width: 425px) {
  .cid-tAdOu7DPcx .pt-20 {
    padding-top: 10px;
  }
}
.cid-tAdOu7DPcx .card-text {
  color: #53585a;
}
.cid-tAdOu7DPcx .card-title,
.cid-tAdOu7DPcx .card-img {
  color: #53585a;
}
.cid-tAdOu7DPcx .mbr-section-title,
.cid-tAdOu7DPcx .card-box {
  color: #23571f;
}
.cid-ue3K2dHoKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue3K2dHoKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue3K2dHoKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue3K2dHoKS .row {
  justify-content: flex-start;
}
.cid-ue3K2dHoKS .mbr-section-title {
  color: #45494E;
}
.cid-ue3K2dHoKS .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-ue3K2dHoKS .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ue3K2dHoKS .mbr-text {
    margin-top: 20px;
  }
}
.cid-ue3K2dHoKS .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-ue3K2dHoKS .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-ue3K2dHoKS .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-ue3K2dHoKS .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-uwi4LtVCm6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-uwi4LtVCm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwi4LtVCm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwi4LtVCm6 .container {
  max-width: 1140px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uwi4LtVCm6 .container {
    padding: 0 30px !important;
  }
}
.cid-uwi4LtVCm6 .row {
  justify-content: center;
}
.cid-uwi4LtVCm6 .col-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-uwi4LtVCm6 .col-title {
    margin-bottom: 50px;
  }
}
.cid-uwi4LtVCm6 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-uwi4LtVCm6 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uwi4LtVCm6 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .cid-uwi4LtVCm6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uwi4LtVCm6 .cards-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-uwi4LtVCm6 .card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  width: 32%;
  margin: 10px 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .cid-uwi4LtVCm6 .card {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .cid-uwi4LtVCm6 .card {
    width: 100%;
  }
}
.cid-uwi4LtVCm6 .card:nth-child(1) {
  background-color: #033b25;
  border-radius: 30px 144px 30px 30px;
}
.cid-uwi4LtVCm6 .card:nth-child(1):hover {
  border-radius: 120px 0 0 120px;
}
.cid-uwi4LtVCm6 .card:nth-child(2) {
  background-color: #cdfb0a;
  border-radius: 118px 30px 30px 30px;
}
.cid-uwi4LtVCm6 .card:nth-child(2):hover {
  border-radius: 0 120px 0 0;
}
.cid-uwi4LtVCm6 .card:nth-child(3) {
  background-color: #d63d3d;
  border-radius: 30px 140px 30px 30px;
}
.cid-uwi4LtVCm6 .card:nth-child(3):hover {
  border-radius: 0 120px;
}
.cid-uwi4LtVCm6 .card:nth-child(4) {
  background-color: #c3ead8;
  border-radius: 23px 80px 23px 23px;
}
.cid-uwi4LtVCm6 .card:nth-child(4):hover {
  border-radius: 120px 0 0 0;
}
.cid-uwi4LtVCm6 .card:nth-child(5) {
  background-color: #4a033a;
  border-radius: 30px 30px 114px 30px;
}
.cid-uwi4LtVCm6 .card:nth-child(5):hover {
  border-radius: 120px 0 0 0;
}
.cid-uwi4LtVCm6 .card:nth-child(6) {
  background-color: #c8d4f2;
  border-radius: 140px 30px 30px 30px;
}
.cid-uwi4LtVCm6 .card:nth-child(6):hover {
  border-radius: 0 120px 0 0;
}
.cid-uwi4LtVCm6 .card-wrap {
  padding: 10px;
  width: 100%;
}
.cid-uwi4LtVCm6 .card-title {
  margin-bottom: 0;
  width: 100%;
}
.cid-uwi4LtVCm6 .card-title-1 {
  color: #ffffff;
}
.cid-uwi4LtVCm6 .card-title-2 {
  color: #1d191f;
}
.cid-uwi4LtVCm6 .card-title-3 {
  color: #ffffff;
}
.cid-uwi4LtVCm6 .card-title-4 {
  color: #1d191f;
}
.cid-uwi4LtVCm6 .card-title-5 {
  color: #ffffff;
}
.cid-uwi4LtVCm6 .card-title-6 {
  color: #1d191f;
}
.cid-uwi4LtVCm6 .card-text {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}
.cid-uwi4LtVCm6 .card-text-1 {
  color: #ffffff;
}
.cid-uwi4LtVCm6 .card-text-2 {
  color: #1d191f;
}
.cid-uwi4LtVCm6 .card-text-3 {
  color: #ffffff;
}
.cid-uwi4LtVCm6 .card-text-4 {
  color: #1d191f;
}
.cid-uwi4LtVCm6 .card-text-5 {
  color: #ffffff;
}
.cid-uwi4LtVCm6 .card-text-6 {
  color: #1d191f;
}
.cid-ue3Hk7Iy80 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #033b25;
}
.cid-ue3Hk7Iy80 .mbr-text {
  color: #ffffff;
}
.cid-ue3Hk7Iy80 .mbr-section-subtitle {
  color: #cdfb0a;
}
.cid-ue3Hk7Iy80 .mbr-section-title {
  color: #ffffff;
}
.cid-ue3Hk7Iy80 .mbr-card-title {
  color: #ffffff;
}
.cid-ue3Hk7Iy80 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-ue3Hk7Iy80 .mbr-card-title,
.cid-ue3Hk7Iy80 .line {
  color: #838383;
}
.cid-ue3Hk7Iy80 p {
  line-height: 1.2;
}
.cid-udZs79A3Sv {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udZs79A3Sv .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-udZs79A3Sv nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-udZs79A3Sv .container,
  .cid-udZs79A3Sv .container-fluid {
    flex-wrap: initial;
  }
  .cid-udZs79A3Sv .nav-link:hover,
  .cid-udZs79A3Sv .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-udZs79A3Sv .navbar-nav {
  margin: auto;
}
.cid-udZs79A3Sv .dropdown-item {
  color: #ffffff !important;
}
.cid-udZs79A3Sv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZs79A3Sv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZs79A3Sv .navbar-short,
.cid-udZs79A3Sv .opened {
  background: #033b25 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-udZs79A3Sv .navbar-short .nav-link,
.cid-udZs79A3Sv .opened .nav-link,
.cid-udZs79A3Sv .navbar-short .navbar-caption,
.cid-udZs79A3Sv .opened .navbar-caption,
.cid-udZs79A3Sv .navbar-short .mbr-iconfont,
.cid-udZs79A3Sv .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udZs79A3Sv .navbar-short .hamburger span,
.cid-udZs79A3Sv .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-udZs79A3Sv .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-udZs79A3Sv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZs79A3Sv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-udZs79A3Sv .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-udZs79A3Sv .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-udZs79A3Sv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZs79A3Sv .container {
  display: flex;
  margin: auto;
}
.cid-udZs79A3Sv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZs79A3Sv .dropdown-menu,
.cid-udZs79A3Sv .navbar.opened {
  background: #033b25 !important;
}
.cid-udZs79A3Sv .nav-item:focus,
.cid-udZs79A3Sv .nav-link:focus {
  outline: none;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZs79A3Sv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZs79A3Sv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZs79A3Sv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZs79A3Sv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(3, 59, 37, 0.3);
}
.cid-udZs79A3Sv .navbar.opened {
  transition: all 0.3s;
}
.cid-udZs79A3Sv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZs79A3Sv .navbar .navbar-logo img {
  width: auto;
}
.cid-udZs79A3Sv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZs79A3Sv .navbar.collapsed {
  justify-content: center;
}
.cid-udZs79A3Sv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZs79A3Sv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZs79A3Sv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udZs79A3Sv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZs79A3Sv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZs79A3Sv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZs79A3Sv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZs79A3Sv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udZs79A3Sv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZs79A3Sv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-udZs79A3Sv .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZs79A3Sv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZs79A3Sv .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-udZs79A3Sv .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZs79A3Sv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZs79A3Sv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZs79A3Sv .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZs79A3Sv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-udZs79A3Sv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZs79A3Sv .dropdown-item.active,
.cid-udZs79A3Sv .dropdown-item:active {
  background-color: transparent;
}
.cid-udZs79A3Sv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZs79A3Sv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZs79A3Sv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZs79A3Sv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #033b25;
}
.cid-udZs79A3Sv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZs79A3Sv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZs79A3Sv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZs79A3Sv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZs79A3Sv button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZs79A3Sv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZs79A3Sv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZs79A3Sv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZs79A3Sv a.nav-link {
  display: flex;
  align-items: center;
}
.cid-udZs79A3Sv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZs79A3Sv .navbar {
    height: 70px;
  }
  .cid-udZs79A3Sv .navbar.opened {
    height: auto;
  }
  .cid-udZs79A3Sv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue2ydlGbTj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ue2ydlGbTj .mbr-iconfont {
  color: #656565;
  font-size: 0.8rem;
}
.cid-ue2ydlGbTj .title,
.cid-ue2ydlGbTj .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-ue2ydlGbTj .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-ue2ydlGbTj .ico-wrap {
  background: #fcfdf8;
  padding: 1rem;
}
.cid-ue2ydlGbTj .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-ue2ydlGbTj .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-ue2ydlGbTj .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-ue2ydlGbTj .card-title {
  color: #23571f;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-ue2ydlGbTj .card-img {
  overflow: hidden;
}
.cid-ue2ydlGbTj .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-ue2ydlGbTj .card-box {
  padding: 0rem;
}
.cid-ue2ydlGbTj img {
  transition: all 0.3s;
}
.cid-ue2ydlGbTj .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #23571f;
}
.cid-ue2ydlGbTj status {
  color: #855dd8;
}
.cid-ue2ydlGbTj .status {
  color: #656565;
  text-align: left;
}
.cid-ue2ydlGbTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2ydlGbTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugU5y1vgyh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ugU5y1vgyh .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-ugU5y1vgyh .title,
.cid-ugU5y1vgyh .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-ugU5y1vgyh .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-ugU5y1vgyh .ico-wrap {
  background: #fcfdf8;
  padding: 1rem;
}
.cid-ugU5y1vgyh .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-ugU5y1vgyh .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-ugU5y1vgyh .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-ugU5y1vgyh .card-title {
  color: #23571f;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-ugU5y1vgyh .card-img {
  overflow: hidden;
}
.cid-ugU5y1vgyh .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-ugU5y1vgyh .card-box {
  padding: 0rem;
}
.cid-ugU5y1vgyh img {
  transition: all 0.3s;
}
.cid-ugU5y1vgyh .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #23571f;
}
.cid-ugU5y1vgyh status {
  color: #855dd8;
}
.cid-ugU5y1vgyh .status {
  color: #656565;
  text-align: left;
}
.cid-ugU5y1vgyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugU5y1vgyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugUihz4o3v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ugUihz4o3v .mbr-iconfont {
  color: #656565;
  font-size: 0.9rem;
}
.cid-ugUihz4o3v .title,
.cid-ugUihz4o3v .mbr-section-title {
  margin-bottom: 0.5rem !important;
}
.cid-ugUihz4o3v .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-ugUihz4o3v .ico-wrap {
  background: #fcfdf8;
  padding: 1rem;
}
.cid-ugUihz4o3v .phone {
  margin-bottom: 0;
  color: #656565;
  text-align: left;
}
.cid-ugUihz4o3v .text-box {
  padding: 1.5rem 2rem;
  padding-bottom: 0;
}
.cid-ugUihz4o3v .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-ugUihz4o3v .card-title {
  color: #23571f;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-ugUihz4o3v .card-img {
  overflow: hidden;
}
.cid-ugUihz4o3v .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-ugUihz4o3v .card-box {
  padding: 0rem;
}
.cid-ugUihz4o3v img {
  transition: all 0.3s;
}
.cid-ugUihz4o3v .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #23571f;
}
.cid-ugUihz4o3v status {
  color: #855dd8;
}
.cid-ugUihz4o3v .status {
  color: #656565;
  text-align: left;
}
.cid-ugUihz4o3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugUihz4o3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue2CgaNSsF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #033b25;
}
.cid-ue2CgaNSsF .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-ue2CgaNSsF .mbr-text {
  color: #f1f1f1;
}
.cid-ue2CgaNSsF .border-r {
  border-right: 1px solid #53585a;
}
.cid-ue2CgaNSsF p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue2CgaNSsF .border-r {
    border-right: 0px solid #53585a;
  }
}
@media (max-width: 576px) {
  .cid-ue2CgaNSsF .card {
    margin-bottom: 2rem;
  }
}
.cid-ue2CgaNSsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2CgaNSsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue2CgaNSsF h4,
.cid-ue2CgaNSsF .card-img {
  color: #cdfb0a;
}
.cid-uhEYoxKZCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #033b25;
}
.cid-uhEYoxKZCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEYoxKZCr .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-uhEYoxKZCr .container {
    padding: 0 16px;
  }
}
.cid-uhEYoxKZCr .row {
  position: relative;
  justify-content: center;
}
.cid-uhEYoxKZCr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhEYoxKZCr .card {
  justify-content: center;
}
.cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhEYoxKZCr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhEYoxKZCr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list {
    display: block;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:hover::before,
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhEYoxKZCr .mbr-copy {
  color: #ffffff;
}
.cid-uhEYoxKZCr .list,
.cid-uhEYoxKZCr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .list,
  .cid-uhEYoxKZCr .nav-wrapper {
    text-align: left;
  }
}
.cid-uwmKtjrYs7.popup-builder {
  background-color: #ffffff;
}
.cid-uwmKtjrYs7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwmKtjrYs7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwmKtjrYs7 .modal-content,
.cid-uwmKtjrYs7 .modal-dialog {
  height: auto;
}
.cid-uwmKtjrYs7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwmKtjrYs7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwmKtjrYs7 .form-wrapper .mbr-form .form-group,
  .cid-uwmKtjrYs7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwmKtjrYs7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwmKtjrYs7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwmKtjrYs7 .mbr-text {
  text-align: center;
}
.cid-uwmKtjrYs7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uwmKtjrYs7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwmKtjrYs7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwmKtjrYs7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwmKtjrYs7 .modal-open {
  overflow: hidden;
}
.cid-uwmKtjrYs7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwmKtjrYs7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwmKtjrYs7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwmKtjrYs7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwmKtjrYs7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwmKtjrYs7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwmKtjrYs7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwmKtjrYs7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwmKtjrYs7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwmKtjrYs7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwmKtjrYs7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwmKtjrYs7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uwmKtjrYs7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwmKtjrYs7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwmKtjrYs7 .modal-header {
    padding: 1rem;
  }
}
.cid-uwmKtjrYs7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwmKtjrYs7 .modal-header .close svg {
  fill: #353535;
}
.cid-uwmKtjrYs7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uwmKtjrYs7 .modal-header .close:focus {
  outline: none;
}
.cid-uwmKtjrYs7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwmKtjrYs7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwmKtjrYs7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwmKtjrYs7 .modal-body {
    padding: 1rem;
  }
}
.cid-uwmKtjrYs7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwmKtjrYs7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwmKtjrYs7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uwmKtjrYs7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwmKtjrYs7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwmKtjrYs7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwmKtjrYs7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwmKtjrYs7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwmKtjrYs7 .modal-lg,
  .cid-uwmKtjrYs7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwmKtjrYs7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwmKtjrYs7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwmKtjrYs7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwmKtjrYs7 .form-group {
  margin-bottom: 1rem;
}
.cid-uwmKtjrYs7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwmKtjrYs7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwmKtjrYs7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwmKtjrYs7 .mbr-section-btn {
  margin: 0;
}
.cid-uwmKtjrYs7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwmUfsilbF.popup-builder {
  background-color: #ffffff;
}
.cid-uwmUfsilbF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwmUfsilbF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwmUfsilbF .modal-content,
.cid-uwmUfsilbF .modal-dialog {
  height: auto;
}
.cid-uwmUfsilbF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwmUfsilbF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwmUfsilbF .form-wrapper .mbr-form .form-group,
  .cid-uwmUfsilbF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwmUfsilbF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwmUfsilbF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwmUfsilbF .mbr-text {
  text-align: center;
}
.cid-uwmUfsilbF .pt-0 {
  padding-top: 0 !important;
}
.cid-uwmUfsilbF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwmUfsilbF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwmUfsilbF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwmUfsilbF .modal-open {
  overflow: hidden;
}
.cid-uwmUfsilbF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwmUfsilbF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwmUfsilbF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwmUfsilbF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwmUfsilbF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwmUfsilbF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwmUfsilbF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwmUfsilbF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwmUfsilbF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwmUfsilbF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwmUfsilbF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwmUfsilbF .modal-backdrop.show {
  opacity: .5;
}
.cid-uwmUfsilbF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwmUfsilbF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwmUfsilbF .modal-header {
    padding: 1rem;
  }
}
.cid-uwmUfsilbF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwmUfsilbF .modal-header .close svg {
  fill: #353535;
}
.cid-uwmUfsilbF .modal-header .close:hover {
  opacity: 1;
}
.cid-uwmUfsilbF .modal-header .close:focus {
  outline: none;
}
.cid-uwmUfsilbF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwmUfsilbF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwmUfsilbF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwmUfsilbF .modal-body {
    padding: 1rem;
  }
}
.cid-uwmUfsilbF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwmUfsilbF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwmUfsilbF .modal-footer {
    padding: 1rem;
  }
}
.cid-uwmUfsilbF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwmUfsilbF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwmUfsilbF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwmUfsilbF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwmUfsilbF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwmUfsilbF .modal-lg,
  .cid-uwmUfsilbF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwmUfsilbF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwmUfsilbF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwmUfsilbF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwmUfsilbF .form-group {
  margin-bottom: 1rem;
}
.cid-uwmUfsilbF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwmUfsilbF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwmUfsilbF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwmUfsilbF .mbr-section-btn {
  margin: 0;
}
.cid-uwmUfsilbF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwn35nNQWo.popup-builder {
  background-color: #ffffff;
}
.cid-uwn35nNQWo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwn35nNQWo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwn35nNQWo .modal-content,
.cid-uwn35nNQWo .modal-dialog {
  height: auto;
}
.cid-uwn35nNQWo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwn35nNQWo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwn35nNQWo .form-wrapper .mbr-form .form-group,
  .cid-uwn35nNQWo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwn35nNQWo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwn35nNQWo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwn35nNQWo .mbr-text {
  text-align: center;
}
.cid-uwn35nNQWo .pt-0 {
  padding-top: 0 !important;
}
.cid-uwn35nNQWo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwn35nNQWo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwn35nNQWo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwn35nNQWo .modal-open {
  overflow: hidden;
}
.cid-uwn35nNQWo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwn35nNQWo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwn35nNQWo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwn35nNQWo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uwn35nNQWo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwn35nNQWo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwn35nNQWo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwn35nNQWo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwn35nNQWo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwn35nNQWo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwn35nNQWo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwn35nNQWo .modal-backdrop.show {
  opacity: .5;
}
.cid-uwn35nNQWo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uwn35nNQWo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwn35nNQWo .modal-header {
    padding: 1rem;
  }
}
.cid-uwn35nNQWo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwn35nNQWo .modal-header .close svg {
  fill: #353535;
}
.cid-uwn35nNQWo .modal-header .close:hover {
  opacity: 1;
}
.cid-uwn35nNQWo .modal-header .close:focus {
  outline: none;
}
.cid-uwn35nNQWo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d63d3d;
}
.cid-uwn35nNQWo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwn35nNQWo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwn35nNQWo .modal-body {
    padding: 1rem;
  }
}
.cid-uwn35nNQWo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwn35nNQWo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwn35nNQWo .modal-footer {
    padding: 1rem;
  }
}
.cid-uwn35nNQWo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwn35nNQWo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwn35nNQWo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwn35nNQWo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwn35nNQWo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwn35nNQWo .modal-lg,
  .cid-uwn35nNQWo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwn35nNQWo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwn35nNQWo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwn35nNQWo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uwn35nNQWo .form-group {
  margin-bottom: 1rem;
}
.cid-uwn35nNQWo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwn35nNQWo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwn35nNQWo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uwn35nNQWo .mbr-section-btn {
  margin: 0;
}
.cid-uwn35nNQWo .mbr-section-btn .btn {
  margin: 0;
}
.cid-ue505L99bs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-ue505L99bs .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #ffffff;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-ue505L99bs .main_header {
    padding-top: 66px;
  }
  .cid-ue505L99bs .main_header > .row {
    flex-direction: column;
  }
  .cid-ue505L99bs .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-ue505L99bs .mbr-section-title {
  color: #d63d3d;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-ue505L99bs .mbr-section-title {
    text-align: center;
  }
}
.cid-ue505L99bs .mbr-text {
  margin: 25px 0;
}
.cid-ue505L99bs .bgImage {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-ue505L99bs .bgImage {
    height: 65vh;
  }
}
.cid-ue505L99bs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue505L99bs .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-ue505L99bs .linkBtn a:after,
.cid-ue505L99bs .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-ue505L99bs .linkBtn a:before {
  left: 0;
}
.cid-ue505L99bs .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-ue505L99bs .linkBtn a:hover:before,
.cid-ue505L99bs .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-ue505L99bs .mbr-text,
.cid-ue505L99bs .linkBtn {
  color: #232323;
}
.cid-ue51eTsE6a {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ue51eTsE6a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ue51eTsE6a .form-group {
  margin-bottom: 30px;
}
.cid-ue51eTsE6a input,
.cid-ue51eTsE6a textarea {
  border-radius: 0;
  padding: 1.5rem !important;
}
.cid-ue51eTsE6a input.form-control {
  min-height: 4.125rem;
}
.cid-ue51eTsE6a .form-group {
  position: relative;
  z-index: 1;
}
.cid-ue51eTsE6a .form-group:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 0px;
  background-color: #edc521;
  transition: width 0.5s ease-in;
  z-index: 2;
}
.cid-ue51eTsE6a .form-group:focus-within:after {
  width: calc(100% - 10px);
}
.cid-ue51eTsE6a .form-control,
.cid-ue51eTsE6a .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #9e9e9e;
  font-size: 1.2rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ue51eTsE6a .form-control:focus,
.cid-ue51eTsE6a .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-ue51eTsE6a input::-webkit-input-placeholder,
.cid-ue51eTsE6a textarea::-webkit-input-placeholder {
  color: #999999;
}
.cid-ue51eTsE6a input:-moz-placeholder,
.cid-ue51eTsE6a textarea:-moz-placeholder {
  color: #999999;
}
.cid-ue51eTsE6a .jq-selectbox li,
.cid-ue51eTsE6a .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-ue51eTsE6a .jq-selectbox li:hover,
.cid-ue51eTsE6a .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ue51eTsE6a .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f8f8f8;
}
.cid-ue51eTsE6a .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ue51eTsE6a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ue51eTsE6a .mbr-form {
  max-width: 990px;
}
.cid-ue51eTsE6a textarea {
  min-height: 150px;
  resize: none;
}
.cid-ue51eTsE6a .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-ue51eTsE6a .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-ue51eTsE6a P {
  color: #656565;
}
.cid-ue505LXm5d {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #033b25;
}
.cid-ue505LXm5d .mbr-text {
  color: #ffffff;
}
.cid-ue505LXm5d .mbr-section-subtitle {
  color: #cdfb0a;
}
.cid-ue505LXm5d .mbr-section-title {
  color: #ffffff;
}
.cid-ue505LXm5d .mbr-card-title {
  color: #ffffff;
}
.cid-ue505LXm5d .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-ue505LXm5d .mbr-card-title,
.cid-ue505LXm5d .line {
  color: #838383;
}
.cid-ue505LXm5d p {
  line-height: 1.2;
}
.cid-ue505MbG04 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ue505MbG04 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ue505MbG04 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ue505MbG04 .container,
  .cid-ue505MbG04 .container-fluid {
    flex-wrap: initial;
  }
  .cid-ue505MbG04 .nav-link:hover,
  .cid-ue505MbG04 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ue505MbG04 .navbar-nav {
  margin: auto;
}
.cid-ue505MbG04 .dropdown-item {
  color: #ffffff !important;
}
.cid-ue505MbG04 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue505MbG04 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue505MbG04 .navbar-short,
.cid-ue505MbG04 .opened {
  background: #033b25 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ue505MbG04 .navbar-short .nav-link,
.cid-ue505MbG04 .opened .nav-link,
.cid-ue505MbG04 .navbar-short .navbar-caption,
.cid-ue505MbG04 .opened .navbar-caption,
.cid-ue505MbG04 .navbar-short .mbr-iconfont,
.cid-ue505MbG04 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ue505MbG04 .navbar-short .hamburger span,
.cid-ue505MbG04 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ue505MbG04 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ue505MbG04 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue505MbG04 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ue505MbG04 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ue505MbG04 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ue505MbG04 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue505MbG04 .container {
  display: flex;
  margin: auto;
}
.cid-ue505MbG04 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue505MbG04 .dropdown-menu,
.cid-ue505MbG04 .navbar.opened {
  background: #033b25 !important;
}
.cid-ue505MbG04 .nav-item:focus,
.cid-ue505MbG04 .nav-link:focus {
  outline: none;
}
.cid-ue505MbG04 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue505MbG04 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue505MbG04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue505MbG04 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue505MbG04 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue505MbG04 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue505MbG04 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(3, 59, 37, 0.3);
}
.cid-ue505MbG04 .navbar.opened {
  transition: all 0.3s;
}
.cid-ue505MbG04 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue505MbG04 .navbar .navbar-logo img {
  width: auto;
}
.cid-ue505MbG04 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue505MbG04 .navbar.collapsed {
  justify-content: center;
}
.cid-ue505MbG04 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue505MbG04 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue505MbG04 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ue505MbG04 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue505MbG04 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue505MbG04 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue505MbG04 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue505MbG04 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue505MbG04 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue505MbG04 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue505MbG04 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue505MbG04 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue505MbG04 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue505MbG04 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue505MbG04 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue505MbG04 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ue505MbG04 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue505MbG04 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue505MbG04 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ue505MbG04 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue505MbG04 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue505MbG04 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue505MbG04 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue505MbG04 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ue505MbG04 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue505MbG04 .dropdown-item.active,
.cid-ue505MbG04 .dropdown-item:active {
  background-color: transparent;
}
.cid-ue505MbG04 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue505MbG04 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue505MbG04 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue505MbG04 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #033b25;
}
.cid-ue505MbG04 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue505MbG04 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue505MbG04 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue505MbG04 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue505MbG04 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue505MbG04 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ue505MbG04 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue505MbG04 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue505MbG04 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue505MbG04 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue505MbG04 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue505MbG04 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue505MbG04 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue505MbG04 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue505MbG04 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue505MbG04 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ue505MbG04 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue505MbG04 .navbar {
    height: 70px;
  }
  .cid-ue505MbG04 .navbar.opened {
    height: auto;
  }
  .cid-ue505MbG04 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue505N02Ci {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #033b25;
}
.cid-ue505N02Ci .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-ue505N02Ci .mbr-text {
  color: #f1f1f1;
}
.cid-ue505N02Ci .border-r {
  border-right: 1px solid #53585a;
}
.cid-ue505N02Ci p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue505N02Ci .border-r {
    border-right: 0px solid #53585a;
  }
}
@media (max-width: 576px) {
  .cid-ue505N02Ci .card {
    margin-bottom: 2rem;
  }
}
.cid-ue505N02Ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue505N02Ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue505N02Ci h4,
.cid-ue505N02Ci .card-img {
  color: #cdfb0a;
}
.cid-uhEYoxKZCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #033b25;
}
.cid-uhEYoxKZCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEYoxKZCr .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-uhEYoxKZCr .container {
    padding: 0 16px;
  }
}
.cid-uhEYoxKZCr .row {
  position: relative;
  justify-content: center;
}
.cid-uhEYoxKZCr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhEYoxKZCr .card {
  justify-content: center;
}
.cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhEYoxKZCr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhEYoxKZCr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list {
    display: block;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:hover::before,
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhEYoxKZCr .mbr-copy {
  color: #ffffff;
}
.cid-uhEYoxKZCr .list,
.cid-uhEYoxKZCr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .list,
  .cid-uhEYoxKZCr .nav-wrapper {
    text-align: left;
  }
}
.cid-ue5PNOZeor {
  display: flex;
  background-image: url("../../../assets/images/pagebackground-2000x1333.webp");
}
.cid-ue5PNOZeor .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-ue5PNOZeor .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5PNOZeor .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-ue5PNOZeor .line {
    margin-bottom: 10rem;
  }
}
.cid-ue5PNOZeor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5PNOZeor p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ue5PNOZeor {
    align-items: center;
  }
  .cid-ue5PNOZeor .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ue5PNOZeor .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ue5PNOZeor {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ue5PNOZeor .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ue5PNOZeor .content-wrap {
    width: 100%;
  }
}
.cid-ue5PNOZeor .mbr-section-subtitle,
.cid-ue5PNOZeor .line {
  color: #ffffff;
  text-align: center;
}
.cid-ue5PNOZeor .mbr-text,
.cid-ue5PNOZeor .mbr-section-btn {
  text-align: left;
}
.cid-ue5PNOZeor .mbr-section-title {
  text-align: center;
}
.cid-ue5GFgbrZj {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ue5GFgbrZj .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ue5GFgbrZj nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ue5GFgbrZj .container,
  .cid-ue5GFgbrZj .container-fluid {
    flex-wrap: initial;
  }
  .cid-ue5GFgbrZj .nav-link:hover,
  .cid-ue5GFgbrZj .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ue5GFgbrZj .navbar-nav {
  margin: auto;
}
.cid-ue5GFgbrZj .dropdown-item {
  color: #ffffff !important;
}
.cid-ue5GFgbrZj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue5GFgbrZj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue5GFgbrZj .navbar-short,
.cid-ue5GFgbrZj .opened {
  background: #033b25 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ue5GFgbrZj .navbar-short .nav-link,
.cid-ue5GFgbrZj .opened .nav-link,
.cid-ue5GFgbrZj .navbar-short .navbar-caption,
.cid-ue5GFgbrZj .opened .navbar-caption,
.cid-ue5GFgbrZj .navbar-short .mbr-iconfont,
.cid-ue5GFgbrZj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ue5GFgbrZj .navbar-short .hamburger span,
.cid-ue5GFgbrZj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ue5GFgbrZj .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ue5GFgbrZj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5GFgbrZj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ue5GFgbrZj .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ue5GFgbrZj .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ue5GFgbrZj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue5GFgbrZj .container {
  display: flex;
  margin: auto;
}
.cid-ue5GFgbrZj .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue5GFgbrZj .dropdown-menu,
.cid-ue5GFgbrZj .navbar.opened {
  background: #033b25 !important;
}
.cid-ue5GFgbrZj .nav-item:focus,
.cid-ue5GFgbrZj .nav-link:focus {
  outline: none;
}
.cid-ue5GFgbrZj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue5GFgbrZj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5GFgbrZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue5GFgbrZj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5GFgbrZj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5GFgbrZj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5GFgbrZj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(3, 59, 37, 0.3);
}
.cid-ue5GFgbrZj .navbar.opened {
  transition: all 0.3s;
}
.cid-ue5GFgbrZj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue5GFgbrZj .navbar .navbar-logo img {
  width: auto;
}
.cid-ue5GFgbrZj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue5GFgbrZj .navbar.collapsed {
  justify-content: center;
}
.cid-ue5GFgbrZj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5GFgbrZj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue5GFgbrZj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ue5GFgbrZj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5GFgbrZj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5GFgbrZj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue5GFgbrZj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5GFgbrZj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue5GFgbrZj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue5GFgbrZj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5GFgbrZj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5GFgbrZj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5GFgbrZj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5GFgbrZj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue5GFgbrZj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue5GFgbrZj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ue5GFgbrZj .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue5GFgbrZj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue5GFgbrZj .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ue5GFgbrZj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue5GFgbrZj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue5GFgbrZj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue5GFgbrZj .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue5GFgbrZj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ue5GFgbrZj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5GFgbrZj .dropdown-item.active,
.cid-ue5GFgbrZj .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5GFgbrZj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5GFgbrZj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5GFgbrZj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5GFgbrZj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #033b25;
}
.cid-ue5GFgbrZj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5GFgbrZj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue5GFgbrZj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue5GFgbrZj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue5GFgbrZj button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue5GFgbrZj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ue5GFgbrZj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue5GFgbrZj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5GFgbrZj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5GFgbrZj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue5GFgbrZj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5GFgbrZj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue5GFgbrZj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue5GFgbrZj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5GFgbrZj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue5GFgbrZj a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ue5GFgbrZj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5GFgbrZj .navbar {
    height: 70px;
  }
  .cid-ue5GFgbrZj .navbar.opened {
    height: auto;
  }
  .cid-ue5GFgbrZj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue5GFgIhW9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #033b25;
}
.cid-ue5GFgIhW9 .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-ue5GFgIhW9 .mbr-text {
  color: #f1f1f1;
}
.cid-ue5GFgIhW9 .border-r {
  border-right: 1px solid #53585a;
}
.cid-ue5GFgIhW9 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue5GFgIhW9 .border-r {
    border-right: 0px solid #53585a;
  }
}
@media (max-width: 576px) {
  .cid-ue5GFgIhW9 .card {
    margin-bottom: 2rem;
  }
}
.cid-ue5GFgIhW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5GFgIhW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5GFgIhW9 h4,
.cid-ue5GFgIhW9 .card-img {
  color: #cdfb0a;
}
.cid-uhEYoxKZCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #033b25;
}
.cid-uhEYoxKZCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEYoxKZCr .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-uhEYoxKZCr .container {
    padding: 0 16px;
  }
}
.cid-uhEYoxKZCr .row {
  position: relative;
  justify-content: center;
}
.cid-uhEYoxKZCr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhEYoxKZCr .card {
  justify-content: center;
}
.cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhEYoxKZCr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhEYoxKZCr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list {
    display: block;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:hover::before,
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhEYoxKZCr .mbr-copy {
  color: #ffffff;
}
.cid-uhEYoxKZCr .list,
.cid-uhEYoxKZCr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .list,
  .cid-uhEYoxKZCr .nav-wrapper {
    text-align: left;
  }
}
.cid-ue5vFPCcsN {
  background-image: url("../../../assets/images/background1.webp");
  display: flex;
  flex-direction: column;
}
.cid-ue5vFPCcsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5vFPCcsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5vFPCcsN .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-ue5vFPCcsN .row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cid-ue5vFPCcsN .col-text {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  padding: 50px !important;
  background-image: url("../../../assets/images/cheerful-woman-using-laptop-smartphone-74855-3220-1380x920.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-ue5vFPCcsN .col-text {
    padding: 30px !important;
  }
}
@media (max-width: 991px) {
  .cid-ue5vFPCcsN .col-text {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ue5vFPCcsN .col-text {
    padding: 12px !important;
  }
}
.cid-ue5vFPCcsN .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.cid-ue5vFPCcsN .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin: 0 !important;
}
.cid-ue5vFPCcsN .mbr-section-btn .btn {
  width: calc(50% - 12px) !important;
  border-radius: 100px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-ue5vFPCcsN .mbr-section-btn .btn {
    width: 100% !important;
    border-radius: 12px;
  }
}
.cid-ue5vFPCcsN .center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto 0;
}
.cid-ue5vFPCcsN .mbr-section-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-ue5vFPCcsN .subtitle-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .cid-ue5vFPCcsN .subtitle-wrap {
    margin-top: 20px;
  }
}
.cid-ue5vFPCcsN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  transition: .3s all;
}
@media (max-width: 575px) {
  .cid-ue5vFPCcsN .iconfont-wrapper {
    display: none;
  }
}
.cid-ue5vFPCcsN .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #e3ebf3;
  margin-bottom: 0;
}
.cid-ue5vFPCcsN .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-ue5vFPCcsN .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e3ebf3;
}
@media (max-width: 991px) {
  .cid-ue5vFPCcsN .list {
    flex-direction: column;
    align-items: flex-end;
  }
}
.cid-ue5vFPCcsN .list li {
  width: auto;
  color: inherit;
  margin: 0 ;
}
@media (max-width: 991px) {
  .cid-ue5vFPCcsN .list li {
    position: relative;
    padding-bottom: 8px;
  }
  .cid-ue5vFPCcsN .list li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
  }
}
.cid-ue5vFPCcsN .list a {
  position: relative;
  color: inherit;
}
.cid-ue5vFPCcsN a.text-white:hover {
  color: #cccccc !important;
}
.cid-ue5vThHSUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #033b25;
}
.cid-ue5vThHSUC .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-ue5vThHSUC .content {
    text-align: center;
  }
  .cid-ue5vThHSUC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ue5vThHSUC .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ue5vThHSUC .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-ue5vThHSUC .google-map {
    height: 25rem;
  }
}
.cid-ue5vThHSUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-ue5vThHSUC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ue5vThHSUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ue5vThHSUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ue5vThHSUC .list {
  list-style-type: none;
  padding: 0;
}
.cid-ue5vThHSUC .mbr-text-adress {
  font-weight: 300;
  color: #fff;
}
.cid-ue5vThHSUC .mbr-text-work {
  font-weight: 300;
  color: #fff;
}
.cid-ue5vThHSUC .mbr-section-title {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cid-ue5vThHSUC .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue5vThHSUC .adress-subtitle {
  color: #fff;
}
.cid-ue5vThHSUC .working-subtitle {
  color: #fff;
}
.cid-ue5vThHSUC .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ue5vThHSUC .map-contacts {
    margin-top: 40px;
  }
}
.cid-ue5vThHSUC .contact-title {
  color: #fff;
}
.cid-ue5vThHSUC .contact-info {
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-ue5vThHSUC .contact-info {
    margin-bottom: 0;
  }
}
.cid-ue59iPYOix {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ue59iPYOix .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ue59iPYOix nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ue59iPYOix .container,
  .cid-ue59iPYOix .container-fluid {
    flex-wrap: initial;
  }
  .cid-ue59iPYOix .nav-link:hover,
  .cid-ue59iPYOix .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ue59iPYOix .navbar-nav {
  margin: auto;
}
.cid-ue59iPYOix .dropdown-item {
  color: #ffffff !important;
}
.cid-ue59iPYOix .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue59iPYOix .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue59iPYOix .navbar-short,
.cid-ue59iPYOix .opened {
  background: #033b25 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ue59iPYOix .navbar-short .nav-link,
.cid-ue59iPYOix .opened .nav-link,
.cid-ue59iPYOix .navbar-short .navbar-caption,
.cid-ue59iPYOix .opened .navbar-caption,
.cid-ue59iPYOix .navbar-short .mbr-iconfont,
.cid-ue59iPYOix .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ue59iPYOix .navbar-short .hamburger span,
.cid-ue59iPYOix .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ue59iPYOix .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ue59iPYOix .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue59iPYOix .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ue59iPYOix .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ue59iPYOix .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ue59iPYOix .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue59iPYOix .container {
  display: flex;
  margin: auto;
}
.cid-ue59iPYOix .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue59iPYOix .dropdown-menu,
.cid-ue59iPYOix .navbar.opened {
  background: #033b25 !important;
}
.cid-ue59iPYOix .nav-item:focus,
.cid-ue59iPYOix .nav-link:focus {
  outline: none;
}
.cid-ue59iPYOix .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue59iPYOix .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue59iPYOix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue59iPYOix .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue59iPYOix .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue59iPYOix .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue59iPYOix .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(3, 59, 37, 0.3);
}
.cid-ue59iPYOix .navbar.opened {
  transition: all 0.3s;
}
.cid-ue59iPYOix .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue59iPYOix .navbar .navbar-logo img {
  width: auto;
}
.cid-ue59iPYOix .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue59iPYOix .navbar.collapsed {
  justify-content: center;
}
.cid-ue59iPYOix .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue59iPYOix .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue59iPYOix .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ue59iPYOix .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue59iPYOix .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue59iPYOix .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue59iPYOix .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue59iPYOix .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue59iPYOix .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue59iPYOix .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue59iPYOix .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue59iPYOix .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue59iPYOix .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue59iPYOix .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue59iPYOix .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue59iPYOix .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ue59iPYOix .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue59iPYOix .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue59iPYOix .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ue59iPYOix .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue59iPYOix .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue59iPYOix .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue59iPYOix .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue59iPYOix .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ue59iPYOix .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue59iPYOix .dropdown-item.active,
.cid-ue59iPYOix .dropdown-item:active {
  background-color: transparent;
}
.cid-ue59iPYOix .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue59iPYOix .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue59iPYOix .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue59iPYOix .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #033b25;
}
.cid-ue59iPYOix .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue59iPYOix .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue59iPYOix ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue59iPYOix .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue59iPYOix button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue59iPYOix button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ue59iPYOix button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue59iPYOix button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue59iPYOix button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue59iPYOix button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue59iPYOix nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue59iPYOix nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue59iPYOix nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue59iPYOix nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue59iPYOix .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue59iPYOix a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ue59iPYOix .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue59iPYOix .navbar {
    height: 70px;
  }
  .cid-ue59iPYOix .navbar.opened {
    height: auto;
  }
  .cid-ue59iPYOix .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhEYoxKZCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #033b25;
}
.cid-uhEYoxKZCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEYoxKZCr .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-uhEYoxKZCr .container {
    padding: 0 16px;
  }
}
.cid-uhEYoxKZCr .row {
  position: relative;
  justify-content: center;
}
.cid-uhEYoxKZCr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhEYoxKZCr .card {
  justify-content: center;
}
.cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhEYoxKZCr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhEYoxKZCr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list {
    display: block;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:hover::before,
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhEYoxKZCr .mbr-copy {
  color: #ffffff;
}
.cid-uhEYoxKZCr .list,
.cid-uhEYoxKZCr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .list,
  .cid-uhEYoxKZCr .nav-wrapper {
    text-align: left;
  }
}
.cid-ue5ODSQnWX {
  display: flex;
  background-image: url("../../../assets/images/pagebackground-2000x1333.webp");
}
.cid-ue5ODSQnWX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-ue5ODSQnWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5ODSQnWX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-ue5ODSQnWX .line {
    margin-bottom: 10rem;
  }
}
.cid-ue5ODSQnWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5ODSQnWX p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ue5ODSQnWX {
    align-items: center;
  }
  .cid-ue5ODSQnWX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ue5ODSQnWX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ue5ODSQnWX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ue5ODSQnWX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ue5ODSQnWX .content-wrap {
    width: 100%;
  }
}
.cid-ue5ODSQnWX .mbr-section-subtitle,
.cid-ue5ODSQnWX .line {
  color: #ffffff;
  text-align: center;
}
.cid-ue5ODSQnWX .mbr-text,
.cid-ue5ODSQnWX .mbr-section-btn {
  text-align: left;
}
.cid-ue5ODSQnWX .mbr-section-title {
  text-align: center;
}
.cid-ue5Lnw98LT {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-ue5Lnw98LT .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ue5Lnw98LT nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ue5Lnw98LT .container,
  .cid-ue5Lnw98LT .container-fluid {
    flex-wrap: initial;
  }
  .cid-ue5Lnw98LT .nav-link:hover,
  .cid-ue5Lnw98LT .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ue5Lnw98LT .navbar-nav {
  margin: auto;
}
.cid-ue5Lnw98LT .dropdown-item {
  color: #ffffff !important;
}
.cid-ue5Lnw98LT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ue5Lnw98LT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ue5Lnw98LT .navbar-short,
.cid-ue5Lnw98LT .opened {
  background: #033b25 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ue5Lnw98LT .navbar-short .nav-link,
.cid-ue5Lnw98LT .opened .nav-link,
.cid-ue5Lnw98LT .navbar-short .navbar-caption,
.cid-ue5Lnw98LT .opened .navbar-caption,
.cid-ue5Lnw98LT .navbar-short .mbr-iconfont,
.cid-ue5Lnw98LT .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ue5Lnw98LT .navbar-short .hamburger span,
.cid-ue5Lnw98LT .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ue5Lnw98LT .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ue5Lnw98LT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5Lnw98LT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ue5Lnw98LT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ue5Lnw98LT .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-ue5Lnw98LT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ue5Lnw98LT .container {
  display: flex;
  margin: auto;
}
.cid-ue5Lnw98LT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ue5Lnw98LT .dropdown-menu,
.cid-ue5Lnw98LT .navbar.opened {
  background: #033b25 !important;
}
.cid-ue5Lnw98LT .nav-item:focus,
.cid-ue5Lnw98LT .nav-link:focus {
  outline: none;
}
.cid-ue5Lnw98LT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ue5Lnw98LT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ue5Lnw98LT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ue5Lnw98LT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ue5Lnw98LT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ue5Lnw98LT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ue5Lnw98LT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(3, 59, 37, 0.3);
}
.cid-ue5Lnw98LT .navbar.opened {
  transition: all 0.3s;
}
.cid-ue5Lnw98LT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ue5Lnw98LT .navbar .navbar-logo img {
  width: auto;
}
.cid-ue5Lnw98LT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ue5Lnw98LT .navbar.collapsed {
  justify-content: center;
}
.cid-ue5Lnw98LT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ue5Lnw98LT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ue5Lnw98LT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ue5Lnw98LT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ue5Lnw98LT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ue5Lnw98LT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ue5Lnw98LT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ue5Lnw98LT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ue5Lnw98LT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ue5Lnw98LT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ue5Lnw98LT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ue5Lnw98LT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ue5Lnw98LT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ue5Lnw98LT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ue5Lnw98LT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ue5Lnw98LT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ue5Lnw98LT .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ue5Lnw98LT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ue5Lnw98LT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ue5Lnw98LT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ue5Lnw98LT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ue5Lnw98LT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ue5Lnw98LT .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ue5Lnw98LT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ue5Lnw98LT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ue5Lnw98LT .dropdown-item.active,
.cid-ue5Lnw98LT .dropdown-item:active {
  background-color: transparent;
}
.cid-ue5Lnw98LT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ue5Lnw98LT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ue5Lnw98LT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ue5Lnw98LT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #033b25;
}
.cid-ue5Lnw98LT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ue5Lnw98LT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ue5Lnw98LT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ue5Lnw98LT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ue5Lnw98LT button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ue5Lnw98LT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ue5Lnw98LT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ue5Lnw98LT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5Lnw98LT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ue5Lnw98LT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ue5Lnw98LT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5Lnw98LT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ue5Lnw98LT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ue5Lnw98LT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ue5Lnw98LT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ue5Lnw98LT a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ue5Lnw98LT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ue5Lnw98LT .navbar {
    height: 70px;
  }
  .cid-ue5Lnw98LT .navbar.opened {
    height: auto;
  }
  .cid-ue5Lnw98LT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ue5LnwxzMQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #033b25;
}
.cid-ue5LnwxzMQ .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-ue5LnwxzMQ .mbr-text {
  color: #f1f1f1;
}
.cid-ue5LnwxzMQ .border-r {
  border-right: 1px solid #53585a;
}
.cid-ue5LnwxzMQ p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ue5LnwxzMQ .border-r {
    border-right: 0px solid #53585a;
  }
}
@media (max-width: 576px) {
  .cid-ue5LnwxzMQ .card {
    margin-bottom: 2rem;
  }
}
.cid-ue5LnwxzMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5LnwxzMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5LnwxzMQ h4,
.cid-ue5LnwxzMQ .card-img {
  color: #cdfb0a;
}
.cid-uhEYoxKZCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #033b25;
}
.cid-uhEYoxKZCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEYoxKZCr .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-uhEYoxKZCr .container {
    padding: 0 16px;
  }
}
.cid-uhEYoxKZCr .row {
  position: relative;
  justify-content: center;
}
.cid-uhEYoxKZCr .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #ffffff;
}
.cid-uhEYoxKZCr .card {
  justify-content: center;
}
.cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-uhEYoxKZCr .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}
.cid-uhEYoxKZCr .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list {
    display: block;
  }
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:hover::before,
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-uhEYoxKZCr .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uhEYoxKZCr .mbr-copy {
  color: #ffffff;
}
.cid-uhEYoxKZCr .list,
.cid-uhEYoxKZCr .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uhEYoxKZCr .list,
  .cid-uhEYoxKZCr .nav-wrapper {
    text-align: left;
  }
}
