.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0a8204 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #bcef9b !important;
}
.bg-warning {
  background-color: #0c2c68 !important;
}
.bg-danger {
  background-color: #dafb00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a8204 !important;
  border-color: #0a8204 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0eb306 !important;
  border-color: #0eb306 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0eb306 !important;
  border-color: #0eb306 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dafb00 !important;
  border-color: #dafb00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e4ff2f !important;
  border-color: #e4ff2f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #e4ff2f !important;
  border-color: #e4ff2f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0a8204;
  color: #0a8204;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #042e01 !important;
  background-color: transparent !important;
  border-color: #042e01 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a8204 !important;
  border-color: #0a8204 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8ae350 !important;
  background-color: transparent !important;
  border-color: #8ae350 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dafb00;
  color: #dafb00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8fa400 !important;
  background-color: transparent !important;
  border-color: #8fa400 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #dafb00 !important;
  border-color: #dafb00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #0a8204 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #bcef9b !important;
}
.text-warning {
  color: #0c2c68 !important;
}
.text-danger {
  color: #dafb00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #021f01 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #81e143 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #01050d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #819500 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0a8204;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bcef9b;
}
.alert-warning {
  background-color: #0c2c68;
}
.alert-danger {
  background-color: #dafb00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a8204;
  border-color: #0a8204;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a8204;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #19f80e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #195cda;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8ffc8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #0a8204 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #0a8204;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a8204;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a8204;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a8204;
  border-bottom-color: #0a8204;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0a8204 !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: #ffffff !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='%230a8204' %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-uyHOnSdy43 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyHOnSdy43 nav.navbar {
  position: fixed;
}
.cid-uyHOnSdy43 .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-uyHOnSdy43 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyHOnSdy43 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyHOnSdy43 .dropdown-item:hover,
.cid-uyHOnSdy43 .dropdown-item:focus {
  background: #0a8204 !important;
  color: white !important;
}
.cid-uyHOnSdy43 .dropdown-item:hover span {
  color: white;
}
.cid-uyHOnSdy43 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyHOnSdy43 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyHOnSdy43 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyHOnSdy43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyHOnSdy43 .nav-link {
  position: relative;
}
.cid-uyHOnSdy43 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyHOnSdy43 .container {
    flex-wrap: wrap;
  }
}
.cid-uyHOnSdy43 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyHOnSdy43 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uyHOnSdy43 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyHOnSdy43 .dropdown-menu,
.cid-uyHOnSdy43 .navbar.opened {
  background: #026b6b !important;
}
.cid-uyHOnSdy43 .nav-item:focus,
.cid-uyHOnSdy43 .nav-link:focus {
  outline: none;
}
.cid-uyHOnSdy43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyHOnSdy43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyHOnSdy43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyHOnSdy43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyHOnSdy43 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyHOnSdy43 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyHOnSdy43 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #026b6b;
}
.cid-uyHOnSdy43 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyHOnSdy43 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyHOnSdy43 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyHOnSdy43 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyHOnSdy43 .navbar.collapsed {
  justify-content: center;
}
.cid-uyHOnSdy43 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyHOnSdy43 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyHOnSdy43 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyHOnSdy43 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyHOnSdy43 .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-uyHOnSdy43 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyHOnSdy43 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyHOnSdy43 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyHOnSdy43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyHOnSdy43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyHOnSdy43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyHOnSdy43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyHOnSdy43 .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-uyHOnSdy43 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyHOnSdy43 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyHOnSdy43 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyHOnSdy43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyHOnSdy43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyHOnSdy43 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uyHOnSdy43 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uyHOnSdy43 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyHOnSdy43 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyHOnSdy43 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyHOnSdy43 .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-uyHOnSdy43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyHOnSdy43 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyHOnSdy43 .dropdown-item.active,
.cid-uyHOnSdy43 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyHOnSdy43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyHOnSdy43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyHOnSdy43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyHOnSdy43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #026b6b;
}
.cid-uyHOnSdy43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyHOnSdy43 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyHOnSdy43 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyHOnSdy43 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyHOnSdy43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyHOnSdy43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dd6d00;
}
.cid-uyHOnSdy43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyHOnSdy43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyHOnSdy43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyHOnSdy43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyHOnSdy43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyHOnSdy43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyHOnSdy43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyHOnSdy43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyHOnSdy43 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyHOnSdy43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyHOnSdy43 .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-uyHOnSdy43 .navbar {
    height: 70px;
  }
  .cid-uyHOnSdy43 .navbar.opened {
    height: auto;
  }
  .cid-uyHOnSdy43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyHNJkMNam {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uyHNJkMNam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyHNJkMNam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyHNJkMNam .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyHNJkMNam .row {
  flex-direction: row-reverse;
}
.cid-uyHNJkMNam .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyHNJkMNam .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyHNJkMNam .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyHNJkMNam .mbr-section-title {
  color: #026b6b;
}
.cid-uyHNJkMNam .mbr-text,
.cid-uyHNJkMNam .mbr-section-btn {
  color: #000000;
}
.cid-uCNiXMauNL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNiXMauNL .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNiXMauNL .mbr-text {
  color: #1f6463;
}
.cid-uDqCUxozzn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDqCUxozzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqCUxozzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDqCUxozzn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDqCUxozzn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDqCUxozzn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDqCUxozzn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDqCUxozzn .mbr-section-title {
  color: #260a30;
}
.cid-uDqCUxozzn .mbr-text,
.cid-uDqCUxozzn .mbr-section-btn {
  color: #000000;
}
.cid-uyOqIi0rf7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyOqIi0rf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOqIi0rf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqJqOFqaj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #026b6b;
}
.cid-uDqJqOFqaj img,
.cid-uDqJqOFqaj .item-img {
  width: 100%;
}
.cid-uDqJqOFqaj .item:focus,
.cid-uDqJqOFqaj span:focus {
  outline: none;
}
.cid-uDqJqOFqaj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDqJqOFqaj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDqJqOFqaj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDqJqOFqaj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDqJqOFqaj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDqJqOFqaj .mbr-section-title {
  color: #ffffff;
}
.cid-uDqJqOFqaj .mbr-text,
.cid-uDqJqOFqaj .mbr-section-btn {
  text-align: center;
}
.cid-uDqJqOFqaj .item-title {
  text-align: center;
  color: #ffa600;
}
.cid-uDqJqOFqaj .item-subtitle {
  text-align: center;
}
.cid-uCNvWfh7xl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCNvWfh7xl .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNvWfh7xl .mbr-text {
  color: #1f6463;
}
.cid-uCNHtal543 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #026b6b;
}
.cid-uCNHtal543 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNHtal543 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNHtal543 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCNHtal543 .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uCNHtal543 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCNHtal543 .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 #6592e6;
  transition: all 0.3s;
}
.cid-uCNHtal543 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uCNHtal543 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCNHtal543 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCNHtal543 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCNHtal543 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNHtal543 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCNHtal543 .card-subtitle {
  color: #ffa600;
}
.cid-uCNHtal543 .card-title {
  color: #026b6b;
}
.cid-uze2rFBwzm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uze2rFBwzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uze2rFBwzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uze2rFBwzm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uze2rFBwzm .row {
  flex-direction: row-reverse;
}
.cid-uze2rFBwzm img {
  width: 100%;
}
.cid-uCNiaTNb3I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNiaTNb3I .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNiaTNb3I .mbr-text {
  color: #026b6b;
}
.cid-uDqPsxhyPr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDqPsxhyPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqPsxhyPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDqPsxhyPr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDqPsxhyPr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDqPsxhyPr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDqPsxhyPr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDqPsxhyPr .mbr-section-title {
  color: #260a30;
}
.cid-uDqPsxhyPr .mbr-text,
.cid-uDqPsxhyPr .mbr-section-btn {
  color: #000000;
}
.cid-uDqQrgyaZ1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDqQrgyaZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqQrgyaZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDqQrgyaZ1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDqQrgyaZ1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDqQrgyaZ1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDqQrgyaZ1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDqQrgyaZ1 .mbr-section-title {
  color: #260a30;
}
.cid-uDqQrgyaZ1 .mbr-text,
.cid-uDqQrgyaZ1 .mbr-section-btn {
  color: #000000;
}
.cid-uDkl6fci4C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #026b6b;
}
.cid-uDkl6fci4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkl6fci4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkl6fci4C .oldcost {
  text-decoration: line-through;
  color: #f92c50;
}
.cid-uDkl6fci4C .currentcost {
  color: #ffffff;
}
.cid-uDkl6fci4C .card-wrapper {
  border-radius: 4px;
  background: #026b6b;
}
@media (min-width: 992px) {
  .cid-uDkl6fci4C .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkl6fci4C .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDkl6fci4C .text-box {
    padding: 1rem;
  }
}
.cid-uDkl6fci4C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDkl6fci4C .mbr-text,
.cid-uDkl6fci4C .cost,
.cid-uDkl6fci4C .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDkl6fci4C H5 {
  color: #ffffff;
  text-align: center;
}
.cid-uCNJuQQ9IW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNJuQQ9IW .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNJuQQ9IW .mbr-text {
  color: #026b6b;
}
.cid-uCNKqSBJgG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNKqSBJgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNKqSBJgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCNKqSBJgG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNKqSBJgG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCNKqSBJgG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNKqSBJgG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCNKqSBJgG .mbr-section-title {
  color: #260a30;
}
.cid-uCNKqSBJgG .mbr-text,
.cid-uCNKqSBJgG .mbr-section-btn {
  color: #000000;
}
.cid-uCNhzS02nH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNhzS02nH .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNhzS02nH .mbr-text {
  color: #026b6b;
}
.cid-uDkxT0O5UG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDkxT0O5UG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkxT0O5UG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDkxT0O5UG .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uDkxT0O5UG .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uDkxT0O5UG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDkxT0O5UG .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 #6592e6;
  transition: all 0.3s;
}
.cid-uDkxT0O5UG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uDkxT0O5UG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uDkxT0O5UG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDkxT0O5UG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uDkxT0O5UG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDkxT0O5UG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uDkxT0O5UG .card-title {
  color: #026b6b;
}
.cid-uDkDMVisMg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDkDMVisMg .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDkDMVisMg .mbr-text {
  color: #026b6b;
}
.cid-uDkDyY1yKU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDkDyY1yKU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDkDyY1yKU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDkDyY1yKU .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #026b6b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #026b6b;
  color: #026b6b;
  content: "✓";
}
.cid-uyKwSdodSP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #026b6b;
}
.cid-uyKwSdodSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKwSdodSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKwSdodSP .mbr-section-title {
  color: #edefeb;
}
.cid-uyKwSdodSP .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uyKwMAZLbb {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uyKwMAZLbb img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uDl7mMu1OF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDl7mMu1OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDl7mMu1OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDl7mMu1OF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDl7mMu1OF .row {
  flex-direction: row-reverse;
}
.cid-uDl7mMu1OF img {
  width: 100%;
}
.cid-uyKABjWb1l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyKABjWb1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKABjWb1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyKABjWb1l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyKABjWb1l .row {
  flex-direction: row-reverse;
}
.cid-uyKABjWb1l img {
  width: 100%;
}
.cid-uyKABjWb1l .mbr-description {
  color: #22a5e5;
}
.cid-uCNkxgMuwE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #026b6b;
}
.cid-uCNkxgMuwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNkxgMuwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCNkxgMuwE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCNkxgMuwE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCNkxgMuwE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCNkxgMuwE .mbr-section-title DIV {
  text-align: center;
}
.cid-uCNkxgMuwE .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uCNkxgMuwE .mbr-text {
  color: #ffffff;
}
.cid-uCNlvPWE6W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNlvPWE6W .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNlvPWE6W .mbr-text {
  color: #026b6b;
}
.cid-uyKuoXr1fG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyKuoXr1fG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKuoXr1fG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKuoXr1fG .row {
  flex-direction: row-reverse;
}
.cid-uzfQSRf9mt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzfQSRf9mt .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzfQSRf9mt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzfQSRf9mt .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #627598;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #627598;
  color: #627598;
  content: "✓";
}
.cid-uz1POL4n9d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz1POL4n9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz1POL4n9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz1POL4n9d .row {
  flex-direction: row-reverse;
}
.cid-uDkFsbpFaO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #272727;
}
.cid-uDkFsbpFaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDkFsbpFaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDkFsbpFaO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDkFsbpFaO .row {
  flex-direction: row-reverse;
}
.cid-uDkFsbpFaO img {
  width: 100%;
}
.cid-uCNMNFt8dK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCNMNFt8dK .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNMNFt8dK .mbr-text {
  color: #026b6b;
}
.cid-uCNNh55fSX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #627598;
}
.cid-uCNNh55fSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNNh55fSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNNh55fSX .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uCNNh55fSX .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uCNNh55fSX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCNNh55fSX .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 #6592e6;
  transition: all 0.3s;
}
.cid-uCNNh55fSX .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uCNNh55fSX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCNNh55fSX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCNNh55fSX .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uCNNh55fSX .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCNNh55fSX .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uCNNh55fSX .card-subtitle {
  color: #ffa600;
}
.cid-uCNSlrGcfa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCNSlrGcfa .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNSlrGcfa .mbr-text {
  color: #026b6b;
}
.cid-uzdKzR7lQU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzdKzR7lQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdKzR7lQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdKzR7lQU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzdKzR7lQU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzdKzR7lQU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #0a8204;
}
.cid-uzdKzR7lQU .panel-body,
.cid-uzdKzR7lQU .card-header {
  padding: 1rem 0;
}
.cid-uzdKzR7lQU .panel-title-edit {
  color: #000000;
}
.cid-uCNTezdK9J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCNTezdK9J .line {
  background-color: #a10909;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCNTezdK9J .mbr-text {
  color: #026b6b;
}
.cid-uyKBBGRcbE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyKBBGRcbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKBBGRcbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKBBGRcbE .content-head {
  max-width: 800px;
}
.cid-uyKBBGRcbE .mbr-section-title {
  color: #026b6b;
}
.cid-uyKqvY9DiX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3a341c;
}
.cid-uyKqvY9DiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKqvY9DiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKqvY9DiX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyKqvY9DiX .mbr-section-title {
  color: #ffeb69;
}
.cid-uCO13eItWI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCO13eItWI .mbr-section-subtitle {
  text-align: center;
}
.cid-uyKIXkJSaj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyKIXkJSaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKIXkJSaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKIXkJSaj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uyKJ4gY5J5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyKJ4gY5J5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKJ4gY5J5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKJ4gY5J5 .mbr-section-subtitle DIV {
  text-align: left;
}
