body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Gloock', serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffff00 !important;
}
.bg-info {
  background-color: #f4a71d !important;
}
.bg-warning {
  background-color: #d0f09f !important;
}
.bg-danger {
  background-color: #fb7522 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #81c21f !important;
  border-color: #81c21f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4f7713 !important;
  border-color: #4f7713 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f7713 !important;
  border-color: #4f7713 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4a71d !important;
  border-color: #f4a71d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b27509 !important;
  border-color: #b27509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b27509 !important;
  border-color: #b27509 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d0f09f !important;
  border-color: #d0f09f !important;
  color: #537d13 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #213208 !important;
  background-color: #abe454 !important;
  border-color: #abe454 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #537d13 !important;
  background-color: #abe454 !important;
  border-color: #abe454 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c34d04 !important;
  border-color: #c34d04 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c34d04 !important;
  border-color: #c34d04 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #81c21f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4f7713 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #81c21f !important;
  border-color: #81c21f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4a71d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b27509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f4a71d !important;
  border-color: #f4a71d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a8a800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d0f09f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #abe454 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #537d13 !important;
  background-color: #d0f09f !important;
  border-color: #d0f09f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fb7522;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c34d04 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #81c21f !important;
}
.text-success {
  color: #ffff00 !important;
}
.text-info {
  color: #f4a71d !important;
}
.text-warning {
  color: #d0f09f !important;
}
.text-danger {
  color: #fb7522 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #476a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #999900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a36c08 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a5e247 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b44703 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4a71d;
}
.alert-warning {
  background-color: #d0f09f;
}
.alert-danger {
  background-color: #fb7522;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf3e0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff2ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #81c21f !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%;
  width: 100%;
  height: auto;
}
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='%23000000' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tLCj9lWScG .navbar-dropdown {
  position: relative !important;
}
.cid-tLCj9lWScG .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-tLCj9lWScG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLCj9lWScG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLCj9lWScG .dropdown-item:hover,
.cid-tLCj9lWScG .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tLCj9lWScG .dropdown-item:hover span {
  color: white;
}
.cid-tLCj9lWScG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLCj9lWScG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLCj9lWScG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLCj9lWScG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLCj9lWScG .nav-link {
  position: relative;
}
.cid-tLCj9lWScG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLCj9lWScG .container {
    flex-wrap: nowrap;
  }
}
.cid-tLCj9lWScG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLCj9lWScG .dropdown-menu,
.cid-tLCj9lWScG .navbar.opened {
  background: #ffffff !important;
}
.cid-tLCj9lWScG .nav-item:focus,
.cid-tLCj9lWScG .nav-link:focus {
  outline: none;
}
.cid-tLCj9lWScG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLCj9lWScG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLCj9lWScG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLCj9lWScG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLCj9lWScG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLCj9lWScG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLCj9lWScG .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tLCj9lWScG .navbar.opened {
  transition: all 0.3s;
}
.cid-tLCj9lWScG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLCj9lWScG .navbar .navbar-logo img {
  width: auto;
}
.cid-tLCj9lWScG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLCj9lWScG .navbar.collapsed {
  justify-content: center;
}
.cid-tLCj9lWScG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLCj9lWScG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLCj9lWScG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tLCj9lWScG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLCj9lWScG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLCj9lWScG .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-tLCj9lWScG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLCj9lWScG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLCj9lWScG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLCj9lWScG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLCj9lWScG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLCj9lWScG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLCj9lWScG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLCj9lWScG .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-tLCj9lWScG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLCj9lWScG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLCj9lWScG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLCj9lWScG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLCj9lWScG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLCj9lWScG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLCj9lWScG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLCj9lWScG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLCj9lWScG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLCj9lWScG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLCj9lWScG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLCj9lWScG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLCj9lWScG .dropdown-item.active,
.cid-tLCj9lWScG .dropdown-item:active {
  background-color: transparent;
}
.cid-tLCj9lWScG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLCj9lWScG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLCj9lWScG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLCj9lWScG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLCj9lWScG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLCj9lWScG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLCj9lWScG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLCj9lWScG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLCj9lWScG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLCj9lWScG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLCj9lWScG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCj9lWScG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLCj9lWScG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLCj9lWScG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCj9lWScG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLCj9lWScG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLCj9lWScG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLCj9lWScG .navbar-dropdown {
  padding: 0;
}
.cid-tLCj9lWScG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLCj9lWScG .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-tLCj9lWScG .navbar {
    height: 70px;
  }
  .cid-tLCj9lWScG .navbar.opened {
    height: auto;
  }
  .cid-tLCj9lWScG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLCj9lWScG .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tLCj9lWScG .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tLCj9lWScG .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tLCj9lWScG .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tLCj9lWScG .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tLCj9lWScG .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tLCj9lWScG .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tLCj9lWScG .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tLCj9lWScG .nav-item .nav-link {
  position: relative !important;
}
.cid-tLCj9lWScG .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tLCj9lWScG .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-tLCj9lWScG .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tLCj9lWScG .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tLCj9lWScG .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tLCj9lWScG .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tLCj9lWScG .tel-menu {
    display: none;
  }
}
.cid-tLCj9lWScG .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tLCj9lWScG .mbr-text {
    text-align: center !important;
  }
}
.cid-tLCj9lWScG .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tLCj9lWScG .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tLCj9lWScG .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tLCj9lWScG .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tLCj9lWScG .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tLCj9lWScG .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tLCj9lWScG .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-thALfMVi2S {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/brick-1519x482.jpg");
}
.cid-thALfMVi2S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thALfMVi2S .mbr-section-title {
  color: #ffffff;
}
.cid-thALfMVi2S .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-thALfMVi2S .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-thALfMVi2S .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #000000;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-thALfMVi2S .mbr-section-btn {
  display: flex;
}
.cid-thALfMVi2S .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-thALfMVi2S .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-thALfMVi2S .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-thALfMVi2S .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thALfMVi2S .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-thALfMVi2S .video-wrap .icon-wrap {
  background-color: #ffff00;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-thALfMVi2S .video-wrap .icon-wrap .line-video-1,
.cid-thALfMVi2S .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-thALfMVi2S .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-thALfMVi2S .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-thALfMVi2S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thALfMVi2S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thALfMVi2S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thALfMVi2S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffff00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-thALfMVi2S a.close:hover {
  color: #ffff00;
}
@media (max-width: 991px) {
  .cid-thALfMVi2S .separator,
  .cid-thALfMVi2S .sep-holder,
  .cid-thALfMVi2S .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-thALfMVi2S .buttons-wrap {
    flex-direction: column;
  }
  .cid-thALfMVi2S .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-thALfMVi2S .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-thALfMVi2S .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-thALfMVi2S .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-thALfMVi2S .mbr-text,
.cid-thALfMVi2S .mbr-section-btn {
  color: #ffffff;
}
.cid-tLeSbHKdtq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLeSbHKdtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLeSbHKdtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLeSbHKdtq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLeSbHKdtq .row {
    align-items: center !important;
  }
}
.cid-tLeSbHKdtq .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tLeSbHKdtq .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tLeSbHKdtq .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tLeSbHKdtq .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tLeSbHKdtq .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tLeSbHKdtq .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tLeSbHKdtq .text-wrap {
    padding: 30px 0;
  }
}
.cid-tLeSbHKdtq .mbr-title {
  color: #000000;
}
.cid-tLeSbHKdtq .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tLeSbHKdtq .list-box {
  width: 100%;
}
.cid-tLeSbHKdtq .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-tLeSbHKdtq .list-text {
  position: relative;
}
.cid-tLeSbHKdtq .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tLeSbHKdtq .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLeSbHKdtq .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  border-radius: 0 0 100px 0;
}
@media (max-width: 991px) {
  .cid-tLeSbHKdtq .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLeSbHKdtq .img-box {
    border-radius: 0 0 0 15vw;
    border-radius: 0 0 15vw 0;
  }
}
.cid-tLeSbHKdtq .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tLeSbHKdtq .mbr-text,
.cid-tLeSbHKdtq .mbr-section-btn {
  color: #000000;
}
.cid-tLeXanOahd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLeXanOahd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLeXanOahd .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-tLeXanOahd .container {
    padding: 0 20px;
  }
}
.cid-tLeXanOahd .row {
  justify-content: center;
}
.cid-tLeXanOahd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLeXanOahd .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tLeXanOahd .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tLeXanOahd .item {
    margin-bottom: 50px;
  }
}
.cid-tLeXanOahd .item a {
  display: block;
  height: 100%;
}
.cid-tLeXanOahd .item a:hover .item-wrapper {
  border-color: #1d1d1d;
}
.cid-tLeXanOahd .item a:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-tLeXanOahd .item a .item-wrapper {
  padding: 32px;
  border: 2px solid #d7d7d7;
  height: 100%;
  transition: all 0.3s ease-out;
}
.cid-tLeXanOahd .item a .item-wrapper .item-img {
  margin-bottom: 32px;
  overflow: hidden;
}
.cid-tLeXanOahd .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tLeXanOahd .item a .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-tLeXanOahd .item a .item-wrapper .item-content .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tLeXanOahd .item a .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tLeXanOahd .mbr-section-title {
  color: #1d1d1d;
}
.cid-tLeXanOahd .mbr-card-title {
  color: #000000;
}
.cid-tLeXanOahd .mbr-text {
  color: #000000;
}
.cid-tL3tiluDpE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tL3tiluDpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL3tiluDpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL3tiluDpE .text-wrapper {
  border-left: 4px solid #81c21f;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .cid-tL3tiluDpE .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.cid-tL3tiluDpE .image-wrapper {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tL3tiluDpE .image-wrapper {
    padding: 1rem;
  }
}
.cid-tL3tiluDpE .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #81c21f;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-tL3tiluDpE .image-wrapper img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.cid-tL3tiluDpE .row {
  flex-direction: row-reverse;
}
.cid-tL3tiluDpE .row {
  align-items: center;
}
.cid-tL3tiluDpE .mbr-section-title {
  color: #000000;
}
.cid-tL3tiluDpE .mbr-text,
.cid-tL3tiluDpE .mbr-section-btn {
  color: #000000;
}
.cid-tL3tiluDpE .mbr-section-subtitle {
  color: #491414;
}
.cid-tLAomttjZs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLAomttjZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLAomttjZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLAomttjZs .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLAomttjZs .row {
    align-items: center !important;
  }
}
.cid-tLAomttjZs .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .cid-tLAomttjZs .mbr-section-head {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tLAomttjZs .mbr-section-head {
    margin-bottom: 65px;
  }
}
.cid-tLAomttjZs .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tLAomttjZs .mbr-section-subtitle {
  color: #353535;
  margin-top: 20px;
}
.cid-tLAomttjZs .text-wrap {
  width: 100%;
  padding: 36px 0;
  border-top: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tLAomttjZs .text-wrap {
    padding: 30px 0;
  }
}
.cid-tLAomttjZs .mbr-title {
  color: #000000;
}
.cid-tLAomttjZs .mbr-text {
  margin-top: 12px;
  color: #353535;
}
.cid-tLAomttjZs .list-box {
  width: 100%;
}
.cid-tLAomttjZs .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
  padding-left: 0;
}
.cid-tLAomttjZs .list-text {
  position: relative;
}
.cid-tLAomttjZs .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-tLAomttjZs .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLAomttjZs .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  border-radius: 0 0 100px 0;
}
@media (max-width: 991px) {
  .cid-tLAomttjZs .img-box {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-tLAomttjZs .img-box {
    border-radius: 0 0 0 15vw;
    border-radius: 0 0 15vw 0;
  }
}
.cid-tLAomttjZs .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-tLAomttjZs .mbr-text,
.cid-tLAomttjZs .mbr-section-btn {
  color: #000000;
}
.cid-t1aXqqhxy7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t1aXqqhxy7 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-t1aXqqhxy7 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-t1aXqqhxy7 .col + .mbr-section-btn .btn,
.cid-t1aXqqhxy7 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-t1aXqqhxy7 .col + .mbr-section-btn .btn,
  .cid-t1aXqqhxy7 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-t1aXqqhxy7 .dragArea > *:nth-last-child(2).col,
  .cid-t1aXqqhxy7 .dragArea > *:nth-last-child(2).col-auto,
  .cid-t1aXqqhxy7 .col + .mbr-section-btn,
  .cid-t1aXqqhxy7 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-t1aXqqhxy7 .dragArea {
    flex-direction: column;
  }
}
.cid-t1aXqqhxy7 .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-t1aXqqhxy7 .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-t1aXqqhxy7 .stripe {
  border-bottom: 1px solid #d0f09f;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-t1aXqqhxy7 .form-group {
  max-width: 220px;
}
.cid-t1aXqqhxy7 .mbr-section-btn {
  padding-left: 0;
}
.cid-t1aXqqhxy7 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-t1aXqqhxy7 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d0f09f;
  width: 85%;
}
.cid-t1aXqqhxy7 .mbr-text {
  color: #444;
}
.cid-t1aXqqhxy7 h5 {
  margin-bottom: 0;
}
.cid-t1aXqqhxy7 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-t1aXqqhxy7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1aXqqhxy7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-t1aXqqhxy7 .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1aXqqhxy7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t1aXqqhxy7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t1aXqqhxy7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t1aXqqhxy7 .social-list a:hover {
  opacity: 0.4;
}
.cid-t1aXqqhxy7 .media-container-row > div {
  padding: 0px;
}
.cid-t1aXqqhxy7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-t1aXqqhxy7 .group-title {
  text-align: left;
  color: #d0f09f;
  padding-bottom: 0.2rem;
}
.cid-t1aXqqhxy7 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1aXqqhxy7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t1aXqqhxy7 .social-list,
  .cid-t1aXqqhxy7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t1aXqqhxy7 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-t1aXqqhxy7 .form-group {
    max-width: 180px;
  }
}
.cid-t1aXqqhxy7 .links span {
  color: #9e9e9e;
}
.cid-t1aXqqhxy7 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-t1aXqqhxy7 .logo-title {
  text-align: center;
}
.cid-t1aXqqhxy7 .logo-title,
.cid-t1aXqqhxy7 .logo {
  color: #e0f5c0;
}
.cid-uY5EaFNBHy .navbar-dropdown {
  position: relative !important;
}
.cid-uY5EaFNBHy .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-uY5EaFNBHy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uY5EaFNBHy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uY5EaFNBHy .dropdown-item:hover,
.cid-uY5EaFNBHy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uY5EaFNBHy .dropdown-item:hover span {
  color: white;
}
.cid-uY5EaFNBHy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uY5EaFNBHy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uY5EaFNBHy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uY5EaFNBHy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uY5EaFNBHy .nav-link {
  position: relative;
}
.cid-uY5EaFNBHy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uY5EaFNBHy .container {
    flex-wrap: nowrap;
  }
}
.cid-uY5EaFNBHy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY5EaFNBHy .dropdown-menu,
.cid-uY5EaFNBHy .navbar.opened {
  background: #ffffff !important;
}
.cid-uY5EaFNBHy .nav-item:focus,
.cid-uY5EaFNBHy .nav-link:focus {
  outline: none;
}
.cid-uY5EaFNBHy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY5EaFNBHy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY5EaFNBHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY5EaFNBHy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY5EaFNBHy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY5EaFNBHy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY5EaFNBHy .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uY5EaFNBHy .navbar.opened {
  transition: all 0.3s;
}
.cid-uY5EaFNBHy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY5EaFNBHy .navbar .navbar-logo img {
  width: auto;
}
.cid-uY5EaFNBHy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY5EaFNBHy .navbar.collapsed {
  justify-content: center;
}
.cid-uY5EaFNBHy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY5EaFNBHy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY5EaFNBHy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uY5EaFNBHy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY5EaFNBHy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY5EaFNBHy .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-uY5EaFNBHy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY5EaFNBHy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY5EaFNBHy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uY5EaFNBHy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY5EaFNBHy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY5EaFNBHy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY5EaFNBHy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY5EaFNBHy .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-uY5EaFNBHy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY5EaFNBHy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uY5EaFNBHy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY5EaFNBHy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uY5EaFNBHy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY5EaFNBHy .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY5EaFNBHy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY5EaFNBHy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY5EaFNBHy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY5EaFNBHy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY5EaFNBHy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY5EaFNBHy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY5EaFNBHy .dropdown-item.active,
.cid-uY5EaFNBHy .dropdown-item:active {
  background-color: transparent;
}
.cid-uY5EaFNBHy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY5EaFNBHy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY5EaFNBHy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY5EaFNBHy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY5EaFNBHy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY5EaFNBHy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY5EaFNBHy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY5EaFNBHy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY5EaFNBHy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uY5EaFNBHy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY5EaFNBHy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5EaFNBHy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY5EaFNBHy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY5EaFNBHy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5EaFNBHy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY5EaFNBHy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY5EaFNBHy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY5EaFNBHy .navbar-dropdown {
  padding: 0;
}
.cid-uY5EaFNBHy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY5EaFNBHy .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-uY5EaFNBHy .navbar {
    height: 70px;
  }
  .cid-uY5EaFNBHy .navbar.opened {
    height: auto;
  }
  .cid-uY5EaFNBHy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY5EaFNBHy .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uY5EaFNBHy .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uY5EaFNBHy .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uY5EaFNBHy .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uY5EaFNBHy .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uY5EaFNBHy .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uY5EaFNBHy .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uY5EaFNBHy .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uY5EaFNBHy .nav-item .nav-link {
  position: relative !important;
}
.cid-uY5EaFNBHy .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uY5EaFNBHy .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-uY5EaFNBHy .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uY5EaFNBHy .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uY5EaFNBHy .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uY5EaFNBHy .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uY5EaFNBHy .tel-menu {
    display: none;
  }
}
.cid-uY5EaFNBHy .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uY5EaFNBHy .mbr-text {
    text-align: center !important;
  }
}
.cid-uY5EaFNBHy .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uY5EaFNBHy .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uY5EaFNBHy .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uY5EaFNBHy .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uY5EaFNBHy .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uY5EaFNBHy .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uY5EaFNBHy .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-uYKAEWNLTw {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/bww20in20philadelphia1-2000x1333.jpg");
}
.cid-uYKAEWNLTw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYKAEWNLTw .mbr-section-title {
  color: #ffffff;
}
.cid-uYKAEWNLTw .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uYKAEWNLTw .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uYKAEWNLTw .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #000000;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uYKAEWNLTw .mbr-section-btn {
  display: flex;
}
.cid-uYKAEWNLTw .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uYKAEWNLTw .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uYKAEWNLTw .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uYKAEWNLTw .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uYKAEWNLTw .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uYKAEWNLTw .video-wrap .icon-wrap {
  background-color: #ffff00;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uYKAEWNLTw .video-wrap .icon-wrap .line-video-1,
.cid-uYKAEWNLTw .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uYKAEWNLTw .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uYKAEWNLTw .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uYKAEWNLTw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uYKAEWNLTw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uYKAEWNLTw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uYKAEWNLTw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffff00;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uYKAEWNLTw a.close:hover {
  color: #ffff00;
}
@media (max-width: 991px) {
  .cid-uYKAEWNLTw .separator,
  .cid-uYKAEWNLTw .sep-holder,
  .cid-uYKAEWNLTw .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uYKAEWNLTw .buttons-wrap {
    flex-direction: column;
  }
  .cid-uYKAEWNLTw .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uYKAEWNLTw .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uYKAEWNLTw .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uYKAEWNLTw .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uYKAEWNLTw .mbr-text,
.cid-uYKAEWNLTw .mbr-section-btn {
  color: #ffffff;
}
.cid-uYKB3PCYG1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYKB3PCYG1 a {
  position: relative;
  font-weight: bold;
  background: none!important;
}
.cid-uYKB3PCYG1 a:before {
  content: '';
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uYKB3PCYG1 a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uYKB3PCYG1 .mbr-text {
  color: #000000;
}
.cid-uYKB3PCYG1 .mbr-section-title {
  color: #000000;
}
.cid-uYKvghJE3A {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uYKvghJE3A .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uYKvghJE3A .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uYKvghJE3A .col + .mbr-section-btn .btn,
.cid-uYKvghJE3A .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uYKvghJE3A .col + .mbr-section-btn .btn,
  .cid-uYKvghJE3A .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uYKvghJE3A .dragArea > *:nth-last-child(2).col,
  .cid-uYKvghJE3A .dragArea > *:nth-last-child(2).col-auto,
  .cid-uYKvghJE3A .col + .mbr-section-btn,
  .cid-uYKvghJE3A .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uYKvghJE3A .dragArea {
    flex-direction: column;
  }
}
.cid-uYKvghJE3A .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uYKvghJE3A .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uYKvghJE3A .stripe {
  border-bottom: 1px solid #d0f09f;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uYKvghJE3A .form-group {
  max-width: 220px;
}
.cid-uYKvghJE3A .mbr-section-btn {
  padding-left: 0;
}
.cid-uYKvghJE3A .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uYKvghJE3A .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d0f09f;
  width: 85%;
}
.cid-uYKvghJE3A .mbr-text {
  color: #444;
}
.cid-uYKvghJE3A h5 {
  margin-bottom: 0;
}
.cid-uYKvghJE3A .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uYKvghJE3A .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYKvghJE3A .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uYKvghJE3A .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYKvghJE3A .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYKvghJE3A .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uYKvghJE3A .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYKvghJE3A .social-list a:hover {
  opacity: 0.4;
}
.cid-uYKvghJE3A .media-container-row > div {
  padding: 0px;
}
.cid-uYKvghJE3A .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYKvghJE3A .group-title {
  text-align: left;
  color: #d0f09f;
  padding-bottom: 0.2rem;
}
.cid-uYKvghJE3A .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYKvghJE3A .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uYKvghJE3A .social-list,
  .cid-uYKvghJE3A .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYKvghJE3A h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uYKvghJE3A .form-group {
    max-width: 180px;
  }
}
.cid-uYKvghJE3A .links span {
  color: #9e9e9e;
}
.cid-uYKvghJE3A .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uYKvghJE3A .logo-title {
  text-align: center;
}
.cid-uYKvghJE3A .logo-title,
.cid-uYKvghJE3A .logo {
  color: #e0f5c0;
}
.cid-uYKyqMQrAE .navbar-dropdown {
  position: relative !important;
}
.cid-uYKyqMQrAE .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-uYKyqMQrAE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYKyqMQrAE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYKyqMQrAE .dropdown-item:hover,
.cid-uYKyqMQrAE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uYKyqMQrAE .dropdown-item:hover span {
  color: white;
}
.cid-uYKyqMQrAE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKyqMQrAE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKyqMQrAE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKyqMQrAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKyqMQrAE .nav-link {
  position: relative;
}
.cid-uYKyqMQrAE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uYKyqMQrAE .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKyqMQrAE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYKyqMQrAE .dropdown-menu,
.cid-uYKyqMQrAE .navbar.opened {
  background: #ffffff !important;
}
.cid-uYKyqMQrAE .nav-item:focus,
.cid-uYKyqMQrAE .nav-link:focus {
  outline: none;
}
.cid-uYKyqMQrAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKyqMQrAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYKyqMQrAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKyqMQrAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKyqMQrAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKyqMQrAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKyqMQrAE .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uYKyqMQrAE .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKyqMQrAE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYKyqMQrAE .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKyqMQrAE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKyqMQrAE .navbar.collapsed {
  justify-content: center;
}
.cid-uYKyqMQrAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKyqMQrAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKyqMQrAE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKyqMQrAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKyqMQrAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKyqMQrAE .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-uYKyqMQrAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKyqMQrAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKyqMQrAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKyqMQrAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKyqMQrAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKyqMQrAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKyqMQrAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKyqMQrAE .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-uYKyqMQrAE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKyqMQrAE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKyqMQrAE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYKyqMQrAE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYKyqMQrAE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKyqMQrAE .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKyqMQrAE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYKyqMQrAE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYKyqMQrAE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYKyqMQrAE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYKyqMQrAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYKyqMQrAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKyqMQrAE .dropdown-item.active,
.cid-uYKyqMQrAE .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKyqMQrAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKyqMQrAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKyqMQrAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKyqMQrAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYKyqMQrAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYKyqMQrAE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKyqMQrAE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYKyqMQrAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYKyqMQrAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKyqMQrAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYKyqMQrAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYKyqMQrAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYKyqMQrAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYKyqMQrAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKyqMQrAE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKyqMQrAE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKyqMQrAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKyqMQrAE .navbar-dropdown {
  padding: 0;
}
.cid-uYKyqMQrAE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKyqMQrAE .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-uYKyqMQrAE .navbar {
    height: 70px;
  }
  .cid-uYKyqMQrAE .navbar.opened {
    height: auto;
  }
  .cid-uYKyqMQrAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKyqMQrAE .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uYKyqMQrAE .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uYKyqMQrAE .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uYKyqMQrAE .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uYKyqMQrAE .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uYKyqMQrAE .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uYKyqMQrAE .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uYKyqMQrAE .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uYKyqMQrAE .nav-item .nav-link {
  position: relative !important;
}
.cid-uYKyqMQrAE .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uYKyqMQrAE .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-uYKyqMQrAE .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uYKyqMQrAE .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uYKyqMQrAE .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uYKyqMQrAE .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uYKyqMQrAE .tel-menu {
    display: none;
  }
}
.cid-uYKyqMQrAE .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uYKyqMQrAE .mbr-text {
    text-align: center !important;
  }
}
.cid-uYKyqMQrAE .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uYKyqMQrAE .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uYKyqMQrAE .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uYKyqMQrAE .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uYKyqMQrAE .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uYKyqMQrAE .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uYKyqMQrAE .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-uYKyqNSmNm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYKyqNSmNm .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uYKyqNSmNm .mbr-section-title {
  color: #353535;
}
.cid-uYKyqNSmNm .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uYKyqNSmNm .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uYKyqNSmNm .items-row {
    margin: 0 -15px;
  }
  .cid-uYKyqNSmNm .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uYKyqNSmNm .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uYKyqNSmNm .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uYKyqNSmNm .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #000000;
}
.cid-uYKyqNSmNm .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uYKyqNSmNm .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uYKyqNSmNm .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uYKyqNSmNm .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uYKyqNSmNm .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uYKyqNSmNm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uYKyqNSmNm .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uYKyqNSmNm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uYKyqNSmNm .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uYKyqNSmNm .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uYKyqNSmNm .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYKyIpIHbo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYKyIpIHbo .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uYKyIpIHbo .mbr-section-title {
  color: #353535;
}
.cid-uYKyIpIHbo .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uYKyIpIHbo .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uYKyIpIHbo .items-row {
    margin: 0 -15px;
  }
  .cid-uYKyIpIHbo .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uYKyIpIHbo .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uYKyIpIHbo .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uYKyIpIHbo .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #000000;
}
.cid-uYKyIpIHbo .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uYKyIpIHbo .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uYKyIpIHbo .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uYKyIpIHbo .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uYKyIpIHbo .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uYKyIpIHbo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uYKyIpIHbo .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uYKyIpIHbo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uYKyIpIHbo .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uYKyIpIHbo .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uYKyIpIHbo .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYKyqP5fXo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uYKyqP5fXo .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uYKyqP5fXo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uYKyqP5fXo .col + .mbr-section-btn .btn,
.cid-uYKyqP5fXo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uYKyqP5fXo .col + .mbr-section-btn .btn,
  .cid-uYKyqP5fXo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uYKyqP5fXo .dragArea > *:nth-last-child(2).col,
  .cid-uYKyqP5fXo .dragArea > *:nth-last-child(2).col-auto,
  .cid-uYKyqP5fXo .col + .mbr-section-btn,
  .cid-uYKyqP5fXo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uYKyqP5fXo .dragArea {
    flex-direction: column;
  }
}
.cid-uYKyqP5fXo .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uYKyqP5fXo .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uYKyqP5fXo .stripe {
  border-bottom: 1px solid #d0f09f;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uYKyqP5fXo .form-group {
  max-width: 220px;
}
.cid-uYKyqP5fXo .mbr-section-btn {
  padding-left: 0;
}
.cid-uYKyqP5fXo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uYKyqP5fXo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d0f09f;
  width: 85%;
}
.cid-uYKyqP5fXo .mbr-text {
  color: #444;
}
.cid-uYKyqP5fXo h5 {
  margin-bottom: 0;
}
.cid-uYKyqP5fXo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uYKyqP5fXo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYKyqP5fXo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uYKyqP5fXo .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYKyqP5fXo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYKyqP5fXo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uYKyqP5fXo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYKyqP5fXo .social-list a:hover {
  opacity: 0.4;
}
.cid-uYKyqP5fXo .media-container-row > div {
  padding: 0px;
}
.cid-uYKyqP5fXo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYKyqP5fXo .group-title {
  text-align: left;
  color: #d0f09f;
  padding-bottom: 0.2rem;
}
.cid-uYKyqP5fXo .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uYKyqP5fXo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uYKyqP5fXo .social-list,
  .cid-uYKyqP5fXo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uYKyqP5fXo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uYKyqP5fXo .form-group {
    max-width: 180px;
  }
}
.cid-uYKyqP5fXo .links span {
  color: #9e9e9e;
}
.cid-uYKyqP5fXo .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uYKyqP5fXo .logo-title {
  text-align: center;
}
.cid-uYKyqP5fXo .logo-title,
.cid-uYKyqP5fXo .logo {
  color: #e0f5c0;
}
.cid-uZ1ICHStTR .navbar-dropdown {
  position: relative !important;
}
.cid-uZ1ICHStTR .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-uZ1ICHStTR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZ1ICHStTR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZ1ICHStTR .dropdown-item:hover,
.cid-uZ1ICHStTR .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uZ1ICHStTR .dropdown-item:hover span {
  color: white;
}
.cid-uZ1ICHStTR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZ1ICHStTR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZ1ICHStTR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZ1ICHStTR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZ1ICHStTR .nav-link {
  position: relative;
}
.cid-uZ1ICHStTR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZ1ICHStTR .container {
    flex-wrap: nowrap;
  }
}
.cid-uZ1ICHStTR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ1ICHStTR .dropdown-menu,
.cid-uZ1ICHStTR .navbar.opened {
  background: #ffffff !important;
}
.cid-uZ1ICHStTR .nav-item:focus,
.cid-uZ1ICHStTR .nav-link:focus {
  outline: none;
}
.cid-uZ1ICHStTR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ1ICHStTR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ1ICHStTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ1ICHStTR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ1ICHStTR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ1ICHStTR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ1ICHStTR .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uZ1ICHStTR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ1ICHStTR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ1ICHStTR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ1ICHStTR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ1ICHStTR .navbar.collapsed {
  justify-content: center;
}
.cid-uZ1ICHStTR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ1ICHStTR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ1ICHStTR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uZ1ICHStTR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ1ICHStTR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ1ICHStTR .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-uZ1ICHStTR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ1ICHStTR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ1ICHStTR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ1ICHStTR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ1ICHStTR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ1ICHStTR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ1ICHStTR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ1ICHStTR .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-uZ1ICHStTR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ1ICHStTR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ1ICHStTR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ1ICHStTR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZ1ICHStTR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ1ICHStTR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ1ICHStTR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ1ICHStTR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ1ICHStTR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ1ICHStTR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ1ICHStTR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ1ICHStTR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ1ICHStTR .dropdown-item.active,
.cid-uZ1ICHStTR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ1ICHStTR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ1ICHStTR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ1ICHStTR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ1ICHStTR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZ1ICHStTR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ1ICHStTR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ1ICHStTR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ1ICHStTR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ1ICHStTR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZ1ICHStTR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ1ICHStTR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1ICHStTR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1ICHStTR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ1ICHStTR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1ICHStTR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ1ICHStTR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ1ICHStTR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1ICHStTR .navbar-dropdown {
  padding: 0;
}
.cid-uZ1ICHStTR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ1ICHStTR .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-uZ1ICHStTR .navbar {
    height: 70px;
  }
  .cid-uZ1ICHStTR .navbar.opened {
    height: auto;
  }
  .cid-uZ1ICHStTR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ1ICHStTR .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uZ1ICHStTR .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZ1ICHStTR .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uZ1ICHStTR .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uZ1ICHStTR .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uZ1ICHStTR .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uZ1ICHStTR .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uZ1ICHStTR .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uZ1ICHStTR .nav-item .nav-link {
  position: relative !important;
}
.cid-uZ1ICHStTR .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uZ1ICHStTR .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-uZ1ICHStTR .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uZ1ICHStTR .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uZ1ICHStTR .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uZ1ICHStTR .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uZ1ICHStTR .tel-menu {
    display: none;
  }
}
.cid-uZ1ICHStTR .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uZ1ICHStTR .mbr-text {
    text-align: center !important;
  }
}
.cid-uZ1ICHStTR .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uZ1ICHStTR .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uZ1ICHStTR .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZ1ICHStTR .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uZ1ICHStTR .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uZ1ICHStTR .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uZ1ICHStTR .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-uZ1J3ZLzc5 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uZ1J3ZLzc5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uZ1J3ZLzc5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ1J3ZLzc5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZ1J3ZLzc5 .title {
  padding: 0 2rem;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uZ1J3ZLzc5 .container {
  padding: 0 1rem;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uZ1J3ZLzc5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uZ1J3ZLzc5 .icon-focus {
  display: none;
}
.cid-uZ1J3ZLzc5 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uZ1J3ZLzc5 .btn-primary-outline:hover {
  background: transparent !important;
  color: #000000 !important;
}
.cid-uZ1J3ZLzc5 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uZ1J3ZLzc5 li {
  position: relative;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uZ1J3ZLzc5 .btn {
  font-family: Jost !important;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uZ1J3ZLzc5 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZ1J3ZLzc5 li:not(:last-child):after {
    top: 9px;
  }
  .cid-uZ1J3ZLzc5 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uZ1J3ZLzc5 .container {
    padding: 0rem;
  }
  .cid-uZ1J3ZLzc5 .title {
    padding: 0 1rem;
  }
}
.cid-uZ1J3ZLzc5 H2 {
  color: #89b758;
}
.cid-uZ1ICJ9WNK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uZ1ICJ9WNK .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uZ1ICJ9WNK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uZ1ICJ9WNK .col + .mbr-section-btn .btn,
.cid-uZ1ICJ9WNK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uZ1ICJ9WNK .col + .mbr-section-btn .btn,
  .cid-uZ1ICJ9WNK .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uZ1ICJ9WNK .dragArea > *:nth-last-child(2).col,
  .cid-uZ1ICJ9WNK .dragArea > *:nth-last-child(2).col-auto,
  .cid-uZ1ICJ9WNK .col + .mbr-section-btn,
  .cid-uZ1ICJ9WNK .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uZ1ICJ9WNK .dragArea {
    flex-direction: column;
  }
}
.cid-uZ1ICJ9WNK .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uZ1ICJ9WNK .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uZ1ICJ9WNK .stripe {
  border-bottom: 1px solid #d0f09f;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uZ1ICJ9WNK .form-group {
  max-width: 220px;
}
.cid-uZ1ICJ9WNK .mbr-section-btn {
  padding-left: 0;
}
.cid-uZ1ICJ9WNK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uZ1ICJ9WNK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d0f09f;
  width: 85%;
}
.cid-uZ1ICJ9WNK .mbr-text {
  color: #444;
}
.cid-uZ1ICJ9WNK h5 {
  margin-bottom: 0;
}
.cid-uZ1ICJ9WNK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uZ1ICJ9WNK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ1ICJ9WNK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uZ1ICJ9WNK .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ1ICJ9WNK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZ1ICJ9WNK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uZ1ICJ9WNK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uZ1ICJ9WNK .social-list a:hover {
  opacity: 0.4;
}
.cid-uZ1ICJ9WNK .media-container-row > div {
  padding: 0px;
}
.cid-uZ1ICJ9WNK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZ1ICJ9WNK .group-title {
  text-align: left;
  color: #d0f09f;
  padding-bottom: 0.2rem;
}
.cid-uZ1ICJ9WNK .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZ1ICJ9WNK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZ1ICJ9WNK .social-list,
  .cid-uZ1ICJ9WNK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZ1ICJ9WNK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uZ1ICJ9WNK .form-group {
    max-width: 180px;
  }
}
.cid-uZ1ICJ9WNK .links span {
  color: #9e9e9e;
}
.cid-uZ1ICJ9WNK .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZ1ICJ9WNK .logo-title {
  text-align: center;
}
.cid-uZ1ICJ9WNK .logo-title,
.cid-uZ1ICJ9WNK .logo {
  color: #e0f5c0;
}
.cid-uZGp7c2Rra .navbar-dropdown {
  position: relative !important;
}
.cid-uZGp7c2Rra .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-uZGp7c2Rra .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZGp7c2Rra .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZGp7c2Rra .dropdown-item:hover,
.cid-uZGp7c2Rra .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uZGp7c2Rra .dropdown-item:hover span {
  color: white;
}
.cid-uZGp7c2Rra .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZGp7c2Rra .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZGp7c2Rra .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZGp7c2Rra .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZGp7c2Rra .nav-link {
  position: relative;
}
.cid-uZGp7c2Rra .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZGp7c2Rra .container {
    flex-wrap: nowrap;
  }
}
.cid-uZGp7c2Rra .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZGp7c2Rra .dropdown-menu,
.cid-uZGp7c2Rra .navbar.opened {
  background: #ffffff !important;
}
.cid-uZGp7c2Rra .nav-item:focus,
.cid-uZGp7c2Rra .nav-link:focus {
  outline: none;
}
.cid-uZGp7c2Rra .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZGp7c2Rra .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZGp7c2Rra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZGp7c2Rra .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZGp7c2Rra .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZGp7c2Rra .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZGp7c2Rra .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uZGp7c2Rra .navbar.opened {
  transition: all 0.3s;
}
.cid-uZGp7c2Rra .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZGp7c2Rra .navbar .navbar-logo img {
  width: auto;
}
.cid-uZGp7c2Rra .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZGp7c2Rra .navbar.collapsed {
  justify-content: center;
}
.cid-uZGp7c2Rra .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZGp7c2Rra .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZGp7c2Rra .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uZGp7c2Rra .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZGp7c2Rra .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZGp7c2Rra .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-uZGp7c2Rra .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZGp7c2Rra .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZGp7c2Rra .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZGp7c2Rra .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZGp7c2Rra .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZGp7c2Rra .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZGp7c2Rra .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZGp7c2Rra .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-uZGp7c2Rra .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZGp7c2Rra .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZGp7c2Rra .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZGp7c2Rra .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZGp7c2Rra .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZGp7c2Rra .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZGp7c2Rra .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZGp7c2Rra .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZGp7c2Rra .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZGp7c2Rra .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZGp7c2Rra .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZGp7c2Rra .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZGp7c2Rra .dropdown-item.active,
.cid-uZGp7c2Rra .dropdown-item:active {
  background-color: transparent;
}
.cid-uZGp7c2Rra .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZGp7c2Rra .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZGp7c2Rra .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZGp7c2Rra .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZGp7c2Rra .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZGp7c2Rra .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZGp7c2Rra ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZGp7c2Rra button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZGp7c2Rra button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZGp7c2Rra button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZGp7c2Rra button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZGp7c2Rra button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZGp7c2Rra button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZGp7c2Rra nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZGp7c2Rra nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZGp7c2Rra nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZGp7c2Rra nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZGp7c2Rra .navbar-dropdown {
  padding: 0;
}
.cid-uZGp7c2Rra a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZGp7c2Rra .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-uZGp7c2Rra .navbar {
    height: 70px;
  }
  .cid-uZGp7c2Rra .navbar.opened {
    height: auto;
  }
  .cid-uZGp7c2Rra .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZGp7c2Rra .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uZGp7c2Rra .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZGp7c2Rra .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uZGp7c2Rra .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uZGp7c2Rra .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uZGp7c2Rra .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uZGp7c2Rra .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uZGp7c2Rra .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uZGp7c2Rra .nav-item .nav-link {
  position: relative !important;
}
.cid-uZGp7c2Rra .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uZGp7c2Rra .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-uZGp7c2Rra .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uZGp7c2Rra .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uZGp7c2Rra .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uZGp7c2Rra .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uZGp7c2Rra .tel-menu {
    display: none;
  }
}
.cid-uZGp7c2Rra .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uZGp7c2Rra .mbr-text {
    text-align: center !important;
  }
}
.cid-uZGp7c2Rra .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uZGp7c2Rra .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uZGp7c2Rra .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZGp7c2Rra .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uZGp7c2Rra .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uZGp7c2Rra .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uZGp7c2Rra .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-uZGrBV7Ina {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZGrBV7Ina .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uZGrBV7Ina .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-uZGrBV7Ina form {
  margin-top: 2.5rem;
}
.cid-uZGrBV7Ina input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uZGrBV7Ina input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-uZGrBV7Ina .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-uZGrBV7Ina .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #000000;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uZGrBV7Ina .mbr-form .form-control:focus {
  border-color: #000000;
}
.cid-uZGrBV7Ina .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-uZGrBV7Ina .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-uZGrBV7Ina .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-uZGrBV7Ina .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-uZGrBV7Ina .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(2) .card-box {
    padding: 12rem 0 2.5rem 2rem;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(3) .card-box {
    padding: 6rem 2rem 2.5rem 2rem;
  }
}
.cid-uZGrBV7Ina .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-uZGrBV7Ina .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #fb7522;
}
.cid-uZGrBV7Ina .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-uZGrBV7Ina .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-uZGrBV7Ina .card_item:nth-child(2) .square_fill {
  background-color: #ffff00;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-uZGrBV7Ina .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-uZGrBV7Ina .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-uZGrBV7Ina .card_item:nth-child(3) .square_fill {
  background-color: #f4a71d;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-uZGrBV7Ina .card_item .card-box {
  border-left: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uZGrBV7Ina .card_item:nth-child(2) .card-box {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-uZGrBV7Ina .card-box {
  height: 100%;
}
.cid-uZGrBV7Ina .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-uZGrBV7Ina .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-uZGrBV7Ina .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-uZGrBV7Ina .square_animation .square_null {
  z-index: 1;
  border: 1px solid #000000;
}
.cid-uZGrBV7Ina .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-uZGrBV7Ina .card-title {
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  .cid-uZGrBV7Ina .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-uZGrBV7Ina .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-uZGrBV7Ina .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-uZGrBV7Ina .item-wrapper {
    padding: 0;
  }
  .cid-uZGrBV7Ina .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-uZGrBV7Ina .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uZGrBV7Ina .mbr-text {
    margin-top: .75rem;
  }
  .cid-uZGrBV7Ina .square_animation {
    margin-bottom: 1rem;
  }
  .cid-uZGrBV7Ina .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-uZGrBV7Ina .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-uZGrBV7Ina .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-uZGrBV7Ina .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-uZGrBV7Ina .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uZGrBV7Ina .card_item:nth-child(2) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-uZGrBV7Ina .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-uZGrBV7Ina .textGDPR {
  font-size: 14px;
}
.cid-uZGp7dgLPb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uZGp7dgLPb .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uZGp7dgLPb .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uZGp7dgLPb .col + .mbr-section-btn .btn,
.cid-uZGp7dgLPb .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uZGp7dgLPb .col + .mbr-section-btn .btn,
  .cid-uZGp7dgLPb .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uZGp7dgLPb .dragArea > *:nth-last-child(2).col,
  .cid-uZGp7dgLPb .dragArea > *:nth-last-child(2).col-auto,
  .cid-uZGp7dgLPb .col + .mbr-section-btn,
  .cid-uZGp7dgLPb .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uZGp7dgLPb .dragArea {
    flex-direction: column;
  }
}
.cid-uZGp7dgLPb .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uZGp7dgLPb .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uZGp7dgLPb .stripe {
  border-bottom: 1px solid #d0f09f;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uZGp7dgLPb .form-group {
  max-width: 220px;
}
.cid-uZGp7dgLPb .mbr-section-btn {
  padding-left: 0;
}
.cid-uZGp7dgLPb .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uZGp7dgLPb .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d0f09f;
  width: 85%;
}
.cid-uZGp7dgLPb .mbr-text {
  color: #444;
}
.cid-uZGp7dgLPb h5 {
  margin-bottom: 0;
}
.cid-uZGp7dgLPb .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uZGp7dgLPb .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZGp7dgLPb .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uZGp7dgLPb .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZGp7dgLPb .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZGp7dgLPb .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uZGp7dgLPb .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uZGp7dgLPb .social-list a:hover {
  opacity: 0.4;
}
.cid-uZGp7dgLPb .media-container-row > div {
  padding: 0px;
}
.cid-uZGp7dgLPb .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZGp7dgLPb .group-title {
  text-align: left;
  color: #d0f09f;
  padding-bottom: 0.2rem;
}
.cid-uZGp7dgLPb .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZGp7dgLPb .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZGp7dgLPb .social-list,
  .cid-uZGp7dgLPb .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZGp7dgLPb h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uZGp7dgLPb .form-group {
    max-width: 180px;
  }
}
.cid-uZGp7dgLPb .links span {
  color: #9e9e9e;
}
.cid-uZGp7dgLPb .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZGp7dgLPb .logo-title {
  text-align: center;
}
.cid-uZGp7dgLPb .logo-title,
.cid-uZGp7dgLPb .logo {
  color: #e0f5c0;
}
.cid-uZHiFbIH4t .navbar-dropdown {
  position: relative !important;
}
.cid-uZHiFbIH4t .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-uZHiFbIH4t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZHiFbIH4t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZHiFbIH4t .dropdown-item:hover,
.cid-uZHiFbIH4t .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uZHiFbIH4t .dropdown-item:hover span {
  color: white;
}
.cid-uZHiFbIH4t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZHiFbIH4t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZHiFbIH4t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZHiFbIH4t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZHiFbIH4t .nav-link {
  position: relative;
}
.cid-uZHiFbIH4t .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZHiFbIH4t .container {
    flex-wrap: nowrap;
  }
}
.cid-uZHiFbIH4t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZHiFbIH4t .dropdown-menu,
.cid-uZHiFbIH4t .navbar.opened {
  background: #ffffff !important;
}
.cid-uZHiFbIH4t .nav-item:focus,
.cid-uZHiFbIH4t .nav-link:focus {
  outline: none;
}
.cid-uZHiFbIH4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZHiFbIH4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZHiFbIH4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZHiFbIH4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHiFbIH4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZHiFbIH4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZHiFbIH4t .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-uZHiFbIH4t .navbar.opened {
  transition: all 0.3s;
}
.cid-uZHiFbIH4t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZHiFbIH4t .navbar .navbar-logo img {
  width: auto;
}
.cid-uZHiFbIH4t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZHiFbIH4t .navbar.collapsed {
  justify-content: center;
}
.cid-uZHiFbIH4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZHiFbIH4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZHiFbIH4t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uZHiFbIH4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZHiFbIH4t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZHiFbIH4t .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-uZHiFbIH4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZHiFbIH4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZHiFbIH4t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZHiFbIH4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZHiFbIH4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZHiFbIH4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZHiFbIH4t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZHiFbIH4t .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-uZHiFbIH4t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZHiFbIH4t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZHiFbIH4t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZHiFbIH4t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZHiFbIH4t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZHiFbIH4t .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZHiFbIH4t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZHiFbIH4t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZHiFbIH4t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZHiFbIH4t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZHiFbIH4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZHiFbIH4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZHiFbIH4t .dropdown-item.active,
.cid-uZHiFbIH4t .dropdown-item:active {
  background-color: transparent;
}
.cid-uZHiFbIH4t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZHiFbIH4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZHiFbIH4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZHiFbIH4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZHiFbIH4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZHiFbIH4t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZHiFbIH4t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZHiFbIH4t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZHiFbIH4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZHiFbIH4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZHiFbIH4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHiFbIH4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHiFbIH4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZHiFbIH4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHiFbIH4t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZHiFbIH4t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZHiFbIH4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHiFbIH4t .navbar-dropdown {
  padding: 0;
}
.cid-uZHiFbIH4t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZHiFbIH4t .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-uZHiFbIH4t .navbar {
    height: 70px;
  }
  .cid-uZHiFbIH4t .navbar.opened {
    height: auto;
  }
  .cid-uZHiFbIH4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZHiFbIH4t .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-uZHiFbIH4t .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-uZHiFbIH4t .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uZHiFbIH4t .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uZHiFbIH4t .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uZHiFbIH4t .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-uZHiFbIH4t .navbar-nav {
    margin-left: 145px;
  }
}
.cid-uZHiFbIH4t .nav-item a:hover {
  color: #ffffff !important;
}
.cid-uZHiFbIH4t .nav-item .nav-link {
  position: relative !important;
}
.cid-uZHiFbIH4t .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-uZHiFbIH4t .nav-item .nav-link:hover {
  color: #000000 !important;
}
.cid-uZHiFbIH4t .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-uZHiFbIH4t .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-uZHiFbIH4t .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-uZHiFbIH4t .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uZHiFbIH4t .tel-menu {
    display: none;
  }
}
.cid-uZHiFbIH4t .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uZHiFbIH4t .mbr-text {
    text-align: center !important;
  }
}
.cid-uZHiFbIH4t .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-uZHiFbIH4t .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uZHiFbIH4t .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZHiFbIH4t .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-uZHiFbIH4t .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-uZHiFbIH4t .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uZHiFbIH4t .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #000000;
  border-radius: 0.25rem;
}
.cid-uZHj0uWmE1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZHj0uWmE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHj0uWmE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHj0uWmE1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uZHj0uWmE1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZHj0uWmE1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZHj0uWmE1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZHj0uWmE1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uZHj0uWmE1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uZHj0uWmE1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZHjPUzqro {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZHjPUzqro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHjPUzqro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHjPUzqro .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uZHjPUzqro .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZHjPUzqro .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZHjPUzqro .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZHjPUzqro .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uZHjPUzqro .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uZHjPUzqro .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZHkAlE7Fk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZHkAlE7Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHkAlE7Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHkAlE7Fk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uZHkAlE7Fk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZHkAlE7Fk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZHkAlE7Fk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZHkAlE7Fk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uZHkAlE7Fk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uZHkAlE7Fk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uZHiFcBTnA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uZHiFcBTnA .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uZHiFcBTnA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uZHiFcBTnA .col + .mbr-section-btn .btn,
.cid-uZHiFcBTnA .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uZHiFcBTnA .col + .mbr-section-btn .btn,
  .cid-uZHiFcBTnA .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uZHiFcBTnA .dragArea > *:nth-last-child(2).col,
  .cid-uZHiFcBTnA .dragArea > *:nth-last-child(2).col-auto,
  .cid-uZHiFcBTnA .col + .mbr-section-btn,
  .cid-uZHiFcBTnA .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uZHiFcBTnA .dragArea {
    flex-direction: column;
  }
}
.cid-uZHiFcBTnA .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-uZHiFcBTnA .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-uZHiFcBTnA .stripe {
  border-bottom: 1px solid #d0f09f;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uZHiFcBTnA .form-group {
  max-width: 220px;
}
.cid-uZHiFcBTnA .mbr-section-btn {
  padding-left: 0;
}
.cid-uZHiFcBTnA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uZHiFcBTnA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #d0f09f;
  width: 85%;
}
.cid-uZHiFcBTnA .mbr-text {
  color: #444;
}
.cid-uZHiFcBTnA h5 {
  margin-bottom: 0;
}
.cid-uZHiFcBTnA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uZHiFcBTnA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZHiFcBTnA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uZHiFcBTnA .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZHiFcBTnA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uZHiFcBTnA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uZHiFcBTnA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uZHiFcBTnA .social-list a:hover {
  opacity: 0.4;
}
.cid-uZHiFcBTnA .media-container-row > div {
  padding: 0px;
}
.cid-uZHiFcBTnA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uZHiFcBTnA .group-title {
  text-align: left;
  color: #d0f09f;
  padding-bottom: 0.2rem;
}
.cid-uZHiFcBTnA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uZHiFcBTnA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uZHiFcBTnA .social-list,
  .cid-uZHiFcBTnA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uZHiFcBTnA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uZHiFcBTnA .form-group {
    max-width: 180px;
  }
}
.cid-uZHiFcBTnA .links span {
  color: #9e9e9e;
}
.cid-uZHiFcBTnA .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZHiFcBTnA .logo-title {
  text-align: center;
}
.cid-uZHiFcBTnA .logo-title,
.cid-uZHiFcBTnA .logo {
  color: #e0f5c0;
}
