body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffa41d !important;
}
.bg-success {
  background-color: #0185bc !important;
}
.bg-info {
  background-color: #4bc0f3 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa41d !important;
  border-color: #ffa41d !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: #c57600 !important;
  border-color: #c57600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c57600 !important;
  border-color: #c57600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9b22f !important;
  border-color: #f9b22f !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: #cb8606 !important;
  border-color: #cb8606 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cb8606 !important;
  border-color: #cb8606 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4bc0f3 !important;
  border-color: #4bc0f3 !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: #0e9bd9 !important;
  border-color: #0e9bd9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e9bd9 !important;
  border-color: #0e9bd9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0185bc !important;
  border-color: #0185bc !important;
  color: #ffffff !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: #014866 !important;
  border-color: #014866 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #014866 !important;
  border-color: #014866 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #ffa41d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c57600 !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: #ffa41d !important;
  border-color: #ffa41d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9b22f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cb8606 !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: #f9b22f !important;
  border-color: #f9b22f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4bc0f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e9bd9 !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: #4bc0f3 !important;
  border-color: #4bc0f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0185bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #014866 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0185bc !important;
  border-color: #0185bc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #ffa41d !important;
}
.text-secondary {
  color: #f9b22f !important;
}
.text-success {
  color: #0185bc !important;
}
.text-info {
  color: #4bc0f3 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b66d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bd7c05 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003d57 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e91cb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ffa41d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4bc0f3;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa41d;
  border-color: #ffa41d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa41d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3fc6fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #ffa41d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #ffa41d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa41d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa41d;
}
.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: #ffa41d;
  border-bottom-color: #ffa41d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa41d !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: #f9b22f !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='%23ffa41d' %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;
}
.cid-v51M3MWYe9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-v51M3MWYe9 .container,
  .cid-v51M3MWYe9 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-v51M3MWYe9 .container .navbar-collapse,
  .cid-v51M3MWYe9 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-v51M3MWYe9 {
    flex-wrap: wrap;
  }
  .cid-v51M3MWYe9 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-v51M3MWYe9 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v51M3MWYe9 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v51M3MWYe9 .btn {
  padding: 0.8rem 2rem;
}
.cid-v51M3MWYe9 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-v51M3MWYe9 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #f9b22f;
}
.cid-v51M3MWYe9 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v51M3MWYe9 nav.navbar {
  position: fixed;
}
.cid-v51M3MWYe9 .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-v51M3MWYe9 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v51M3MWYe9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v51M3MWYe9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v51M3MWYe9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v51M3MWYe9 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v51M3MWYe9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v51M3MWYe9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v51M3MWYe9 .dropdown-menu,
.cid-v51M3MWYe9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v51M3MWYe9 .nav-item:focus,
.cid-v51M3MWYe9 .nav-link:focus {
  outline: none;
}
.cid-v51M3MWYe9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v51M3MWYe9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v51M3MWYe9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v51M3MWYe9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v51M3MWYe9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v51M3MWYe9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v51M3MWYe9 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v51M3MWYe9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v51M3MWYe9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v51M3MWYe9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v51M3MWYe9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v51M3MWYe9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v51M3MWYe9 .navbar.collapsed {
  justify-content: center;
}
.cid-v51M3MWYe9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v51M3MWYe9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v51M3MWYe9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v51M3MWYe9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v51M3MWYe9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v51M3MWYe9 .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-v51M3MWYe9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v51M3MWYe9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v51M3MWYe9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v51M3MWYe9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v51M3MWYe9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v51M3MWYe9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v51M3MWYe9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v51M3MWYe9 .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-v51M3MWYe9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v51M3MWYe9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v51M3MWYe9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v51M3MWYe9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v51M3MWYe9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v51M3MWYe9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v51M3MWYe9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v51M3MWYe9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v51M3MWYe9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v51M3MWYe9 .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-v51M3MWYe9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v51M3MWYe9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v51M3MWYe9 .dropdown-item.active,
.cid-v51M3MWYe9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v51M3MWYe9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v51M3MWYe9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v51M3MWYe9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v51M3MWYe9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v51M3MWYe9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v51M3MWYe9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v51M3MWYe9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v51M3MWYe9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v51M3MWYe9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v51M3MWYe9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-v51M3MWYe9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v51M3MWYe9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v51M3MWYe9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v51M3MWYe9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v51M3MWYe9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v51M3MWYe9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v51M3MWYe9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v51M3MWYe9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v51M3MWYe9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v51M3MWYe9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v51M3MWYe9 .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-v51M3MWYe9 .navbar {
    height: 70px;
  }
  .cid-v51M3MWYe9 .navbar.opened {
    height: auto;
  }
  .cid-v51M3MWYe9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v51JVrTJFE .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-v51JVrTJFE .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-v51JVrTJFE .icon-wrap span {
  padding-left: 8px;
}
.cid-v51JVrTJFE .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-v51JVrTJFE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v51JVrTJFE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v51JVrTJFE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v51JVrTJFE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v51JVrTJFE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v51JVrTJFE a.close:hover {
  color: #ffffff;
}
.cid-v56MrsmM1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-v56MrsmM1X .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-v56MrsmM1X .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v56MrsmM1X .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-v56MrsmM1X .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v56MrsmM1X .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #150c0a;
}
@media (max-width: 768px) {
  .cid-v56MrsmM1X .mbr-text {
    padding: 0;
  }
}
.cid-v56nlFNqwE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-v56nlFNqwE .mbr-section-head {
  margin-bottom: 50px;
}
.cid-v56nlFNqwE .mbr-section-title {
  color: #e3ebf3;
}
.cid-v56nlFNqwE .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-v56nlFNqwE .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-v56nlFNqwE .row {
    gap: 12px;
  }
}
.cid-v56nlFNqwE .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-v56nlFNqwE .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-v56nlFNqwE .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v56nlFNqwE .item-wrap {
    padding: 12px;
  }
}
.cid-v56nlFNqwE .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-v56nlFNqwE .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-v56nlFNqwE .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-v56nlFNqwE .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-v56nlFNqwE .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-v56nlFNqwE .mbr-section-btn .btn-black:hover {
  background-color: #ffa41d !important;
  border-color: #ffa41d !important;
}
.cid-v56nlFNqwE .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-v56nlFNqwE .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-v56nlFNqwE .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-v56nlFNqwE .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-v56nlFNqwE .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v56nlFNqwE .item {
    min-height: calc(4 * 80px);
  }
}
.cid-v56nlFNqwE .item:nth-child(1) {
  background-image: url("../../../assets/images/piratas-pizzaria-caldas-novas-3.jpg-2-1713x1285.jpg");
}
.cid-v56nlFNqwE .item:nth-child(2) {
  background-image: url("../../../assets/images/reserva-dos-jacarands-club-parque-social.jpg-1800x1012.jpg");
}
.cid-v56nlFNqwE .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-v56nlFNqwE .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-v56nlFNqwE .item:hover:before {
  opacity: 0.55;
}
.cid-v56nlFNqwE .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-v56nlFNqwE .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-v56YXRHxW6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v56YXRHxW6 img,
.cid-v56YXRHxW6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cid-v56YXRHxW6 img,
  .cid-v56YXRHxW6 .item-img {
    max-height: 300px;
  }
}
.cid-v56YXRHxW6 .item:focus,
.cid-v56YXRHxW6 span:focus {
  outline: none;
}
.cid-v56YXRHxW6 img,
.cid-v56YXRHxW6 .item-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.03);
}
.cid-v56YXRHxW6 .item-wrapper {
  position: relative;
}
.cid-v56YXRHxW6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v56YXRHxW6 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v56YXRHxW6 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v56YXRHxW6 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v56YXRHxW6 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v56YXRHxW6 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v56YXRHxW6 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v56YXRHxW6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v56YXRHxW6 .mbr-section-title {
  color: #232323;
}
.cid-v56YXRHxW6 .mbr-text,
.cid-v56YXRHxW6 .mbr-section-btn {
  text-align: left;
}
.cid-v56YXRHxW6 .item-title {
  text-align: left;
}
.cid-v56YXRHxW6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v56YXRHxW6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v56YXRHxW6 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v56YXRHxW6 .embla__button--next,
.cid-v56YXRHxW6 .embla__button--prev {
  display: flex;
}
.cid-v56YXRHxW6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v56YXRHxW6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v56YXRHxW6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v56YXRHxW6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v56YXRHxW6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v56YXRHxW6 .embla__button {
    top: auto;
  }
}
.cid-v56YXRHxW6 .embla {
  position: relative;
  width: 100%;
}
.cid-v56YXRHxW6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v56YXRHxW6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v56YXRHxW6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v56YXRHxW6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v56YXRHxW6 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v56YXRHxW6 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v56YXRHxW6 .content-head {
  max-width: 800px;
}
.cid-v57Rr9246F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v57Rr9246F img,
.cid-v57Rr9246F .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v57Rr9246F img,
  .cid-v57Rr9246F .item-img {
    max-height: 300px;
  }
}
.cid-v57Rr9246F .item:focus,
.cid-v57Rr9246F span:focus {
  outline: none;
}
.cid-v57Rr9246F .item-wrapper {
  position: relative;
}
.cid-v57Rr9246F .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v57Rr9246F .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v57Rr9246F .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v57Rr9246F .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v57Rr9246F .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v57Rr9246F .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v57Rr9246F .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v57Rr9246F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v57Rr9246F .mbr-section-title {
  color: #232323;
}
.cid-v57Rr9246F .mbr-text,
.cid-v57Rr9246F .mbr-section-btn {
  text-align: left;
}
.cid-v57Rr9246F .item-title {
  text-align: left;
}
.cid-v57Rr9246F .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v57Rr9246F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v57Rr9246F .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v57Rr9246F .embla__button--next,
.cid-v57Rr9246F .embla__button--prev {
  display: flex;
}
.cid-v57Rr9246F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v57Rr9246F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v57Rr9246F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v57Rr9246F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v57Rr9246F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v57Rr9246F .embla__button {
    top: auto;
  }
}
.cid-v57Rr9246F .embla {
  position: relative;
  width: 100%;
}
.cid-v57Rr9246F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v57Rr9246F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v57Rr9246F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v57Rr9246F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v57Rr9246F .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v57Rr9246F .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v57Rr9246F .content-head {
  max-width: 800px;
}
.cid-v574IGHJ5H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v574IGHJ5H img,
.cid-v574IGHJ5H .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v574IGHJ5H img,
  .cid-v574IGHJ5H .item-img {
    max-height: 300px;
  }
}
.cid-v574IGHJ5H .item:focus,
.cid-v574IGHJ5H span:focus {
  outline: none;
}
.cid-v574IGHJ5H .item-wrapper {
  position: relative;
}
.cid-v574IGHJ5H .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v574IGHJ5H .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v574IGHJ5H .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v574IGHJ5H .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v574IGHJ5H .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v574IGHJ5H .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v574IGHJ5H .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v574IGHJ5H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v574IGHJ5H .mbr-section-title {
  color: #232323;
}
.cid-v574IGHJ5H .mbr-text,
.cid-v574IGHJ5H .mbr-section-btn {
  text-align: left;
}
.cid-v574IGHJ5H .item-title {
  text-align: left;
}
.cid-v574IGHJ5H .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v574IGHJ5H .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v574IGHJ5H .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v574IGHJ5H .embla__button--next,
.cid-v574IGHJ5H .embla__button--prev {
  display: flex;
}
.cid-v574IGHJ5H .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v574IGHJ5H .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v574IGHJ5H .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v574IGHJ5H .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v574IGHJ5H .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v574IGHJ5H .embla__button {
    top: auto;
  }
}
.cid-v574IGHJ5H .embla {
  position: relative;
  width: 100%;
}
.cid-v574IGHJ5H .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v574IGHJ5H .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v574IGHJ5H .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v574IGHJ5H .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v574IGHJ5H .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v574IGHJ5H .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v574IGHJ5H .content-head {
  max-width: 800px;
}
.cid-v576igKAIG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v576igKAIG img,
.cid-v576igKAIG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v576igKAIG img,
  .cid-v576igKAIG .item-img {
    max-height: 300px;
  }
}
.cid-v576igKAIG .item:focus,
.cid-v576igKAIG span:focus {
  outline: none;
}
.cid-v576igKAIG .item-wrapper {
  position: relative;
}
.cid-v576igKAIG .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v576igKAIG .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v576igKAIG .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v576igKAIG .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v576igKAIG .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v576igKAIG .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v576igKAIG .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v576igKAIG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v576igKAIG .mbr-section-title {
  color: #232323;
}
.cid-v576igKAIG .mbr-text,
.cid-v576igKAIG .mbr-section-btn {
  text-align: left;
}
.cid-v576igKAIG .item-title {
  text-align: left;
}
.cid-v576igKAIG .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v576igKAIG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v576igKAIG .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v576igKAIG .embla__button--next,
.cid-v576igKAIG .embla__button--prev {
  display: flex;
}
.cid-v576igKAIG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v576igKAIG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v576igKAIG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v576igKAIG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v576igKAIG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v576igKAIG .embla__button {
    top: auto;
  }
}
.cid-v576igKAIG .embla {
  position: relative;
  width: 100%;
}
.cid-v576igKAIG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v576igKAIG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v576igKAIG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v576igKAIG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v576igKAIG .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v576igKAIG .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v576igKAIG .content-head {
  max-width: 800px;
}
.cid-v5nDLk6a4J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5nDLk6a4J img,
.cid-v5nDLk6a4J .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v5nDLk6a4J img,
  .cid-v5nDLk6a4J .item-img {
    max-height: 300px;
  }
}
.cid-v5nDLk6a4J .item:focus,
.cid-v5nDLk6a4J span:focus {
  outline: none;
}
.cid-v5nDLk6a4J .item-wrapper {
  position: relative;
}
.cid-v5nDLk6a4J .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v5nDLk6a4J .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v5nDLk6a4J .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5nDLk6a4J .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v5nDLk6a4J .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5nDLk6a4J .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v5nDLk6a4J .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v5nDLk6a4J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5nDLk6a4J .mbr-section-title {
  color: #232323;
}
.cid-v5nDLk6a4J .mbr-text,
.cid-v5nDLk6a4J .mbr-section-btn {
  text-align: left;
}
.cid-v5nDLk6a4J .item-title {
  text-align: left;
}
.cid-v5nDLk6a4J .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v5nDLk6a4J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v5nDLk6a4J .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v5nDLk6a4J .embla__button--next,
.cid-v5nDLk6a4J .embla__button--prev {
  display: flex;
}
.cid-v5nDLk6a4J .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5nDLk6a4J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5nDLk6a4J .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v5nDLk6a4J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5nDLk6a4J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5nDLk6a4J .embla__button {
    top: auto;
  }
}
.cid-v5nDLk6a4J .embla {
  position: relative;
  width: 100%;
}
.cid-v5nDLk6a4J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5nDLk6a4J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5nDLk6a4J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5nDLk6a4J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v5nDLk6a4J .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v5nDLk6a4J .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v5nDLk6a4J .content-head {
  max-width: 800px;
}
.cid-v574gKl4ND {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v574gKl4ND img,
.cid-v574gKl4ND .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v574gKl4ND img,
  .cid-v574gKl4ND .item-img {
    max-height: 300px;
  }
}
.cid-v574gKl4ND .item:focus,
.cid-v574gKl4ND span:focus {
  outline: none;
}
.cid-v574gKl4ND .item-wrapper {
  position: relative;
}
.cid-v574gKl4ND .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v574gKl4ND .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v574gKl4ND .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v574gKl4ND .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v574gKl4ND .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v574gKl4ND .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v574gKl4ND .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v574gKl4ND .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v574gKl4ND .mbr-section-title {
  color: #232323;
}
.cid-v574gKl4ND .mbr-text,
.cid-v574gKl4ND .mbr-section-btn {
  text-align: left;
}
.cid-v574gKl4ND .item-title {
  text-align: left;
}
.cid-v574gKl4ND .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v574gKl4ND .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v574gKl4ND .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v574gKl4ND .embla__button--next,
.cid-v574gKl4ND .embla__button--prev {
  display: flex;
}
.cid-v574gKl4ND .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v574gKl4ND .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v574gKl4ND .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v574gKl4ND .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v574gKl4ND .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v574gKl4ND .embla__button {
    top: auto;
  }
}
.cid-v574gKl4ND .embla {
  position: relative;
  width: 100%;
}
.cid-v574gKl4ND .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v574gKl4ND .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v574gKl4ND .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v574gKl4ND .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v574gKl4ND .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v574gKl4ND .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v574gKl4ND .content-head {
  max-width: 800px;
}
.cid-v56olNiXMA {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #1a449a;
}
@media (min-width: 1500px) {
  .cid-v56olNiXMA .container {
    max-width: 1400px;
  }
}
.cid-v56olNiXMA .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v56olNiXMA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffa41d;
}
.cid-v56olNiXMA .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-v56olNiXMA .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-v56olNiXMA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v56olNiXMA .card-wrapper {
  margin-top: 3rem;
}
.cid-v56olNiXMA .row {
  justify-content: center;
}
.cid-v56olNiXMA .mbr-section-title {
  color: #ffffff;
}
.cid-v56olNiXMA .card-title,
.cid-v56olNiXMA .iconfont-wrapper {
  color: #ffffff;
}
.cid-v56olNiXMA .card-text {
  color: #ffffff;
}
.cid-v56olNiXMA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v58piAMyty {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-v58piAMyty .mbr-text {
  text-align: center;
}
.cid-v58n5KRooi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #eaeaea;
}
.cid-v58n5KRooi .link-wrap {
  width: 100%;
}
@media (min-width: 1500px) {
  .cid-v58n5KRooi .container {
    max-width: 1400px;
  }
}
.cid-v58n5KRooi img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-v58n5KRooi .link {
  display: inline-block;
}
.cid-v58n5KRooi .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-v58n5KRooi .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-v58n5KRooi .link a:hover {
  text-decoration: underline;
}
.cid-v58n5KRooi .card {
  min-height: 280px;
  transition: all 0.3s;
}
.cid-v58n5KRooi .card-wrapper {
  background-position: center;
  padding: 3rem 2rem;
  background: #fafafa;
  background-size: cover;
  flex-direction: column;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-v58n5KRooi .card-wrapper:hover {
  transform: scale(0.97);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-v58n5KRooi .link,
.cid-v58n5KRooi .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v58n5KRooi .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v58n5KRooi .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v58n5KRooi .card-subtitle {
  color: #0077ff;
}
.cid-v58n5KRooi .mbr-text,
.cid-v58n5KRooi .link-wrap {
  color: #555555;
  text-align: left;
}
.cid-v58n5KRooi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58n5KRooi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53N9Jss50 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v53N9Jss50 .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 1rem;
}
.cid-v53N9Jss50 .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
}
.cid-v53N9Jss50 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-v53N9Jss50 .mbr-text {
  color: #444;
}
.cid-v53N9Jss50 h5 {
  margin-bottom: 0;
}
.cid-v53N9Jss50 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v53N9Jss50 .socicon {
  color: #9e9e9e;
  font-size: 1.4rem;
}
.cid-v53N9Jss50 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-v53N9Jss50 .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-v53N9Jss50 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v53N9Jss50 .social-list a:hover {
  opacity: 0.4;
}
.cid-v53N9Jss50 .media-container-row > div {
  padding: 0px;
}
.cid-v53N9Jss50 .text2 {
  color: #484a4f;
  text-align: left;
}
.cid-v53N9Jss50 .group-title {
  text-align: left;
}
.cid-v53N9Jss50 .group-title SPAN {
  color: #656565;
}
.cid-v53N9Jss50 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-v53N9Jss50 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v53N9Jss50 h3 {
    margin-bottom: 10px;
  }
}
.cid-v53N9Jss50 .links SPAN {
  color: #9e9e9e;
}
.cid-v53N9Jss50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53N9Jss50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53N9Jss50 .links,
.cid-v53N9Jss50 .navbar-brand {
  color: #484a4f;
}
.cid-v57gJGri9j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-v57gJGri9j .container,
  .cid-v57gJGri9j .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-v57gJGri9j .container .navbar-collapse,
  .cid-v57gJGri9j .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-v57gJGri9j {
    flex-wrap: wrap;
  }
  .cid-v57gJGri9j .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-v57gJGri9j .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v57gJGri9j .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v57gJGri9j .btn {
  padding: 0.8rem 2rem;
}
.cid-v57gJGri9j .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-v57gJGri9j .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #f9b22f;
}
.cid-v57gJGri9j .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v57gJGri9j nav.navbar {
  position: fixed;
}
.cid-v57gJGri9j .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-v57gJGri9j .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v57gJGri9j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v57gJGri9j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v57gJGri9j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v57gJGri9j .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v57gJGri9j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v57gJGri9j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v57gJGri9j .dropdown-menu,
.cid-v57gJGri9j .navbar.opened {
  background: #ffffff !important;
}
.cid-v57gJGri9j .nav-item:focus,
.cid-v57gJGri9j .nav-link:focus {
  outline: none;
}
.cid-v57gJGri9j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v57gJGri9j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v57gJGri9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v57gJGri9j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v57gJGri9j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v57gJGri9j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v57gJGri9j .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-v57gJGri9j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v57gJGri9j .navbar.opened {
  transition: all 0.3s;
}
.cid-v57gJGri9j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v57gJGri9j .navbar .navbar-logo img {
  width: auto;
}
.cid-v57gJGri9j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v57gJGri9j .navbar.collapsed {
  justify-content: center;
}
.cid-v57gJGri9j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v57gJGri9j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v57gJGri9j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v57gJGri9j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v57gJGri9j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v57gJGri9j .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-v57gJGri9j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v57gJGri9j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v57gJGri9j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v57gJGri9j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v57gJGri9j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v57gJGri9j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v57gJGri9j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v57gJGri9j .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-v57gJGri9j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v57gJGri9j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v57gJGri9j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v57gJGri9j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v57gJGri9j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v57gJGri9j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v57gJGri9j .navbar.navbar-short {
  min-height: 60px;
}
.cid-v57gJGri9j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v57gJGri9j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v57gJGri9j .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-v57gJGri9j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v57gJGri9j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v57gJGri9j .dropdown-item.active,
.cid-v57gJGri9j .dropdown-item:active {
  background-color: transparent;
}
.cid-v57gJGri9j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v57gJGri9j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v57gJGri9j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v57gJGri9j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v57gJGri9j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v57gJGri9j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v57gJGri9j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v57gJGri9j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v57gJGri9j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v57gJGri9j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-v57gJGri9j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v57gJGri9j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v57gJGri9j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v57gJGri9j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v57gJGri9j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v57gJGri9j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v57gJGri9j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v57gJGri9j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v57gJGri9j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v57gJGri9j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v57gJGri9j .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-v57gJGri9j .navbar {
    height: 70px;
  }
  .cid-v57gJGri9j .navbar.opened {
    height: auto;
  }
  .cid-v57gJGri9j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v57gJGUABE .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-v57gJGUABE .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-v57gJGUABE .icon-wrap span {
  padding-left: 8px;
}
.cid-v57gJGUABE .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-v57gJGUABE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v57gJGUABE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v57gJGUABE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v57gJGUABE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v57gJGUABE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v57gJGUABE a.close:hover {
  color: #ffffff;
}
.cid-v57gJHMz9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-v57gJHMz9e .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-v57gJHMz9e .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-v57gJHMz9e .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-v57gJHMz9e .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v57gJHMz9e .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #484a4f;
}
@media (max-width: 768px) {
  .cid-v57gJHMz9e .mbr-text {
    padding: 0;
  }
}
.cid-v57gJIclpp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-v57gJIclpp .mbr-section-head {
  margin-bottom: 50px;
}
.cid-v57gJIclpp .mbr-section-title {
  color: #e3ebf3;
}
.cid-v57gJIclpp .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-v57gJIclpp .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-v57gJIclpp .row {
    gap: 12px;
  }
}
.cid-v57gJIclpp .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-v57gJIclpp .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-v57gJIclpp .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v57gJIclpp .item-wrap {
    padding: 12px;
  }
}
.cid-v57gJIclpp .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-v57gJIclpp .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-v57gJIclpp .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-v57gJIclpp .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-v57gJIclpp .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-v57gJIclpp .mbr-section-btn .btn-black:hover {
  background-color: #ffa41d !important;
  border-color: #ffa41d !important;
}
.cid-v57gJIclpp .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-v57gJIclpp .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-v57gJIclpp .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-v57gJIclpp .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-v57gJIclpp .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v57gJIclpp .item {
    min-height: calc(4 * 80px);
  }
}
.cid-v57gJIclpp .item:nth-child(1) {
  background-image: url("../../../assets/images/features1.jpg");
}
.cid-v57gJIclpp .item:nth-child(2) {
  background-image: url("../../../assets/images/features2.jpg");
}
.cid-v57gJIclpp .item:nth-child(2) .item-wrap {
  flex-direction: column-reverse;
}
.cid-v57gJIclpp .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  transition: .5s;
}
.cid-v57gJIclpp .item:hover:before {
  opacity: 0.55;
}
.cid-v57gJIclpp .item:hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-v57gJIclpp .item:hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-v57gJIBsYh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v57gJIBsYh img,
.cid-v57gJIBsYh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v57gJIBsYh img,
  .cid-v57gJIBsYh .item-img {
    max-height: 300px;
  }
}
.cid-v57gJIBsYh .item:focus,
.cid-v57gJIBsYh span:focus {
  outline: none;
}
.cid-v57gJIBsYh .item-wrapper {
  position: relative;
}
.cid-v57gJIBsYh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v57gJIBsYh .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v57gJIBsYh .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v57gJIBsYh .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v57gJIBsYh .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v57gJIBsYh .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v57gJIBsYh .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v57gJIBsYh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v57gJIBsYh .mbr-section-title {
  color: #232323;
}
.cid-v57gJIBsYh .mbr-text,
.cid-v57gJIBsYh .mbr-section-btn {
  text-align: left;
}
.cid-v57gJIBsYh .item-title {
  text-align: left;
}
.cid-v57gJIBsYh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v57gJIBsYh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v57gJIBsYh .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v57gJIBsYh .embla__button--next,
.cid-v57gJIBsYh .embla__button--prev {
  display: flex;
}
.cid-v57gJIBsYh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v57gJIBsYh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v57gJIBsYh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v57gJIBsYh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v57gJIBsYh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v57gJIBsYh .embla__button {
    top: auto;
  }
}
.cid-v57gJIBsYh .embla {
  position: relative;
  width: 100%;
}
.cid-v57gJIBsYh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v57gJIBsYh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v57gJIBsYh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v57gJIBsYh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v57gJIBsYh .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v57gJIBsYh .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v57gJIBsYh .content-head {
  max-width: 800px;
}
.cid-v57gJJiea1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v57gJJiea1 img,
.cid-v57gJJiea1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v57gJJiea1 img,
  .cid-v57gJJiea1 .item-img {
    max-height: 300px;
  }
}
.cid-v57gJJiea1 .item:focus,
.cid-v57gJJiea1 span:focus {
  outline: none;
}
.cid-v57gJJiea1 .item-wrapper {
  position: relative;
}
.cid-v57gJJiea1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v57gJJiea1 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v57gJJiea1 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v57gJJiea1 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v57gJJiea1 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v57gJJiea1 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v57gJJiea1 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v57gJJiea1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v57gJJiea1 .mbr-section-title {
  color: #232323;
}
.cid-v57gJJiea1 .mbr-text,
.cid-v57gJJiea1 .mbr-section-btn {
  text-align: left;
}
.cid-v57gJJiea1 .item-title {
  text-align: left;
}
.cid-v57gJJiea1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v57gJJiea1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v57gJJiea1 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v57gJJiea1 .embla__button--next,
.cid-v57gJJiea1 .embla__button--prev {
  display: flex;
}
.cid-v57gJJiea1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v57gJJiea1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v57gJJiea1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v57gJJiea1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v57gJJiea1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v57gJJiea1 .embla__button {
    top: auto;
  }
}
.cid-v57gJJiea1 .embla {
  position: relative;
  width: 100%;
}
.cid-v57gJJiea1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v57gJJiea1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v57gJJiea1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v57gJJiea1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v57gJJiea1 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v57gJJiea1 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v57gJJiea1 .content-head {
  max-width: 800px;
}
.cid-v57gJK4OEl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v57gJK4OEl img,
.cid-v57gJK4OEl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v57gJK4OEl img,
  .cid-v57gJK4OEl .item-img {
    max-height: 300px;
  }
}
.cid-v57gJK4OEl .item:focus,
.cid-v57gJK4OEl span:focus {
  outline: none;
}
.cid-v57gJK4OEl .item-wrapper {
  position: relative;
}
.cid-v57gJK4OEl .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v57gJK4OEl .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v57gJK4OEl .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v57gJK4OEl .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v57gJK4OEl .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v57gJK4OEl .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v57gJK4OEl .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v57gJK4OEl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v57gJK4OEl .mbr-section-title {
  color: #232323;
}
.cid-v57gJK4OEl .mbr-text,
.cid-v57gJK4OEl .mbr-section-btn {
  text-align: left;
}
.cid-v57gJK4OEl .item-title {
  text-align: left;
}
.cid-v57gJK4OEl .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v57gJK4OEl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v57gJK4OEl .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v57gJK4OEl .embla__button--next,
.cid-v57gJK4OEl .embla__button--prev {
  display: flex;
}
.cid-v57gJK4OEl .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v57gJK4OEl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v57gJK4OEl .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v57gJK4OEl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v57gJK4OEl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v57gJK4OEl .embla__button {
    top: auto;
  }
}
.cid-v57gJK4OEl .embla {
  position: relative;
  width: 100%;
}
.cid-v57gJK4OEl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v57gJK4OEl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v57gJK4OEl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v57gJK4OEl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v57gJK4OEl .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v57gJK4OEl .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v57gJK4OEl .content-head {
  max-width: 800px;
}
.cid-v57gJKVil7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v57gJKVil7 img,
.cid-v57gJKVil7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v57gJKVil7 img,
  .cid-v57gJKVil7 .item-img {
    max-height: 300px;
  }
}
.cid-v57gJKVil7 .item:focus,
.cid-v57gJKVil7 span:focus {
  outline: none;
}
.cid-v57gJKVil7 .item-wrapper {
  position: relative;
}
.cid-v57gJKVil7 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v57gJKVil7 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-v57gJKVil7 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v57gJKVil7 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-v57gJKVil7 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v57gJKVil7 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-v57gJKVil7 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-v57gJKVil7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v57gJKVil7 .mbr-section-title {
  color: #232323;
}
.cid-v57gJKVil7 .mbr-text,
.cid-v57gJKVil7 .mbr-section-btn {
  text-align: left;
}
.cid-v57gJKVil7 .item-title {
  text-align: left;
}
.cid-v57gJKVil7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v57gJKVil7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v57gJKVil7 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v57gJKVil7 .embla__button--next,
.cid-v57gJKVil7 .embla__button--prev {
  display: flex;
}
.cid-v57gJKVil7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v57gJKVil7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v57gJKVil7 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v57gJKVil7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v57gJKVil7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v57gJKVil7 .embla__button {
    top: auto;
  }
}
.cid-v57gJKVil7 .embla {
  position: relative;
  width: 100%;
}
.cid-v57gJKVil7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v57gJKVil7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v57gJKVil7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v57gJKVil7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v57gJKVil7 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v57gJKVil7 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v57gJKVil7 .content-head {
  max-width: 800px;
}
.cid-v57gJLMKet {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #1a449a;
}
@media (min-width: 1500px) {
  .cid-v57gJLMKet .container {
    max-width: 1400px;
  }
}
.cid-v57gJLMKet .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-v57gJLMKet .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffa41d;
}
.cid-v57gJLMKet .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-v57gJLMKet .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-v57gJLMKet .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v57gJLMKet .card-wrapper {
  margin-top: 3rem;
}
.cid-v57gJLMKet .row {
  justify-content: center;
}
.cid-v57gJLMKet .mbr-section-title {
  color: #ffffff;
}
.cid-v57gJLMKet .card-title,
.cid-v57gJLMKet .iconfont-wrapper {
  color: #ffffff;
}
.cid-v57gJLMKet .card-text {
  color: #ffffff;
}
.cid-v57gJLMKet .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v57gJMtRrR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v57gJMtRrR .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 1rem;
}
.cid-v57gJMtRrR .navbar-logo {
  width: 250px;
  margin-bottom: 10px;
}
.cid-v57gJMtRrR .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-v57gJMtRrR .mbr-text {
  color: #444;
}
.cid-v57gJMtRrR h5 {
  margin-bottom: 0;
}
.cid-v57gJMtRrR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v57gJMtRrR .socicon {
  color: #9e9e9e;
  font-size: 1.4rem;
}
.cid-v57gJMtRrR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-v57gJMtRrR .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-v57gJMtRrR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v57gJMtRrR .social-list a:hover {
  opacity: 0.4;
}
.cid-v57gJMtRrR .media-container-row > div {
  padding: 0px;
}
.cid-v57gJMtRrR .text2 {
  color: #484a4f;
  text-align: left;
}
.cid-v57gJMtRrR .group-title {
  text-align: left;
}
.cid-v57gJMtRrR .group-title SPAN {
  color: #656565;
}
.cid-v57gJMtRrR .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-v57gJMtRrR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-v57gJMtRrR h3 {
    margin-bottom: 10px;
  }
}
.cid-v57gJMtRrR .links SPAN {
  color: #9e9e9e;
}
.cid-v57gJMtRrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v57gJMtRrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v57gJMtRrR .links,
.cid-v57gJMtRrR .navbar-brand {
  color: #484a4f;
}
.cid-v5eDYEbKtc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efe9dd;
}
.cid-v5eDYEbKtc .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-v5eDYEbKtc .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-v5eDYEbKtc .item-wrapper:hover {
  cursor: pointer;
}
.cid-v5eDYEbKtc .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-v5eDYEbKtc .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-v5eDYEbKtc .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-v5eDYEbKtc a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v5eDYEbKtc rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v5eDYEbKtc .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v5eDYEbKtc svg {
  margin-left: 15px;
}
.cid-v5eDYEbKtc path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v5eDYEbKtc .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v5eDYEbKtc .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v5eDYEbKtc .link {
  margin-top: 26px;
}
.cid-v5eDYEbKtc img {
  margin-bottom: 29px;
  border-radius: 10px;
  transition: all 0.5s;
  cursor: pointer;
}
.cid-v5eDYEbKtc img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-v5eDYEbKtc .date {
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .cid-v5eDYEbKtc .top {
    margin-top: 60px;
  }
}
.cid-v5eDYEbKtc .link a {
  background-image: none !important;
}
.cid-v57gJNfcJ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-v57gJNfcJ7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f9b22f;
  background-color: rgba(60, 113, 211, 0.15);
  margin-bottom: 26px;
}
.cid-v57gJNfcJ7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-v57gJNfcJ7 .mbr-section-subtitle {
  color: #1f242e;
}
.cid-v57gJNfcJ7 img {
  width: 120px;
  margin: auto;
}
.cid-v57gJNfcJ7 .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-v57gJNfcJ7 .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-v57gJNfcJ7 .card {
    max-width: 14.28%;
  }
}
.cid-v57gJOvy7p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-v57gJOvy7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v57gJOvy7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v57gJOvy7p .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v57gJOvy7p .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-v57gJOvy7p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v57gJOvy7p .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #f9b22f;
  transition: all 0.3s;
}
.cid-v57gJOvy7p .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #f9b22f;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v57gJOvy7p .social-row .soc-item:hover {
  background-color: #f9b22f;
}
.cid-v57gJOvy7p .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v57gJOvy7p .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v57gJOvy7p .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v57gJOvy7p .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v5e7VRD8tI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-v5e7VRD8tI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5e7VRD8tI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5e7VRD8tI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5e7VRD8tI .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v5e7VRD8tI .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v5e7VRD8tI .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5e7VRD8tI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v5e7VRD8tI .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v5e7VRD8tI .item {
    margin-bottom: 15px;
  }
}
.cid-v5e7VRD8tI .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v5e7VRD8tI .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v5e7VRD8tI .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-v5e7VRD8tI .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-v5e7VRD8tI .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content .card-title:hover,
.cid-v5e7VRD8tI .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5e7VRD8tI .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5e7VRD8tI .mbr-label,
.cid-v5e7VRD8tI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5e7VRD8tI .mbr-section-title,
.cid-v5e7VRD8tI .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v5e7VRD8tI .card-label {
  color: #000000;
}
.cid-v5e7VRD8tI .card-title {
  color: #000000;
}
.cid-v5e7VRD8tI .card-text {
  color: #8a8a8a;
}
.cid-v5e7XPMzTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5e7XPMzTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5e7XPMzTH .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-v5e7XPMzTH .container {
    padding: 0 25px;
  }
}
.cid-v5e7XPMzTH .row {
  justify-content: center;
}
.cid-v5e7XPMzTH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v5e7XPMzTH .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-v5e7XPMzTH .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-v5e7XPMzTH .item .item-wrapper:hover .item-img img,
.cid-v5e7XPMzTH .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-v5e7XPMzTH .item .item-wrapper {
    display: block;
  }
}
.cid-v5e7XPMzTH .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-v5e7XPMzTH .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-v5e7XPMzTH .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-v5e7XPMzTH .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v5e7XPMzTH .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-v5e7XPMzTH .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-v5e7XPMzTH .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-v5e7XPMzTH .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-v5e7XPMzTH .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-v5e7XPMzTH .mbr-section-title {
  color: #000000;
}
.cid-v5e7XPMzTH .item-title {
  color: #000000;
}
.cid-v5e7XPMzTH .item-desc {
  color: #000000;
}
.cid-v5e7XPMzTH .item-subtitle {
  color: #000000;
}
.cid-v5e7XPMzTH .item-price {
  color: #000000;
}
.cid-v5e85FkEsZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v5e85FkEsZ .card .card-img {
  overflow: hidden;
}
.cid-v5e85FkEsZ .card .card-img img {
  transition: all 0.5s;
}
.cid-v5e85FkEsZ .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v5e85FkEsZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v5e85FkEsZ .card {
  height: 100%;
}
.cid-v5e85FkEsZ .card .card-wrapper {
  height: 100%;
}
.cid-v5e85FkEsZ .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-v5e85FkEsZ .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-v5e85FkEsZ .card .card-box .card-title {
  margin: 0;
}
.cid-v5e85FkEsZ .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5e85FkEsZ .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-v5e85FkEsZ .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-v5e85FkEsZ .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-v5e85FkEsZ .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v5e85FkEsZ .card .card-footer .icons-list {
  margin: 0;
}
.cid-v5e85FkEsZ .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-v5e85FkEsZ .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-v5e85FkEsZ .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-v5e85FkEsZ .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-v5e85FkEsZ .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-v5e85FkEsZ .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-v5e85FkEsZ .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5e85FkEsZ .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v5e85FkEsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5e85FkEsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5e86lPfqv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-v5e86lPfqv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v5e86lPfqv .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-v5e86lPfqv .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-v5e86lPfqv .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
}
.cid-v5e86lPfqv .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-v5e86lPfqv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v5e86lPfqv .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 300px;
  object-fit: cover;
}
.cid-v5e86lPfqv .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-v5e86lPfqv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5e86lPfqv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v5e86lPfqv .content-wrap {
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-v5e86lPfqv .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v5e86lPfqv .icons-menu {
    justify-content: center;
  }
}
.cid-v5e86lPfqv .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 94%, 0% 0%);
}
.cid-v5e86lPfqv .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-v5e86lPfqv .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #ffa41d;
  z-index: 0;
}
.cid-v5e86lPfqv .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-v5e86lPfqv .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-v5e86lPfqv .card-text,
.cid-v5e86lPfqv .mbr-section-btn,
.cid-v5e86lPfqv .social-row {
  color: #353535;
}
.cid-v5e86lPfqv .mbr-role,
.cid-v5e86lPfqv .social-row {
  color: #353535;
}
.cid-v5e86lPfqv .card-title,
.cid-v5e86lPfqv .social-row {
  color: #272727;
}
.cid-v5e86lPfqv .mbr-section-title {
  color: #272727;
}
