.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 {
  background-color: #ebf0ee;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #2f5496 !important;
}
.bg-success {
  background-color: #28d786 !important;
}
.bg-info {
  background-color: #2f5496 !important;
}
.bg-warning {
  background-color: #ffbf00 !important;
}
.bg-danger {
  background-color: #d92637 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f5496 !important;
  border-color: #2f5496 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3b6abd !important;
  border-color: #3b6abd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3b6abd !important;
  border-color: #3b6abd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d6c18a !important;
  border-color: #d6c18a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e3d5b0 !important;
  border-color: #e3d5b0 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e3d5b0 !important;
  border-color: #e3d5b0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2f5496 !important;
  border-color: #2f5496 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3b6abd !important;
  border-color: #3b6abd !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3b6abd !important;
  border-color: #3b6abd !important;
}
.btn-success,
.btn-success:active {
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #53df9e !important;
  border-color: #53df9e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #53df9e !important;
  border-color: #53df9e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcc33 !important;
  border-color: #ffcc33 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92637 !important;
  border-color: #d92637 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e1515f !important;
  border-color: #e1515f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e1515f !important;
  border-color: #e1515f !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: #2f5496;
  color: #2f5496;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a2f54 !important;
  background-color: transparent !important;
  border-color: #1a2f54 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f5496 !important;
  border-color: #2f5496 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d6c18a;
  color: #d6c18a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c09f4a !important;
  background-color: transparent !important;
  border-color: #c09f4a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d6c18a !important;
  border-color: #d6c18a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2f5496;
  color: #2f5496;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1a2f54 !important;
  background-color: transparent !important;
  border-color: #1a2f54 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2f5496 !important;
  border-color: #2f5496 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #28d786;
  color: #28d786;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8e58 !important;
  background-color: transparent !important;
  border-color: #1a8e58 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffbf00;
  color: #ffbf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a87e00 !important;
  background-color: transparent !important;
  border-color: #a87e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d92637;
  color: #d92637;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f1924 !important;
  background-color: transparent !important;
  border-color: #8f1924 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92637 !important;
  border-color: #d92637 !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: #2f5496 !important;
}
.text-secondary {
  color: #d6c18a !important;
}
.text-success {
  color: #28d786 !important;
}
.text-info {
  color: #2f5496 !important;
}
.text-warning {
  color: #ffbf00 !important;
}
.text-danger {
  color: #d92637 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #172948 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b99841 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188150 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #172948 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #821721 !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: #2f5496;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2f5496;
}
.alert-warning {
  background-color: #ffbf00;
}
.alert-danger {
  background-color: #d92637;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f5496;
  border-color: #2f5496;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2f5496;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7295d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4f7e7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7295d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d4d7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2f5496 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2f5496;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f5496;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2f5496;
}
.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: #2f5496;
  border-bottom-color: #2f5496;
}
.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: #2f5496 !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: #d6c18a !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='%232f5496' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOLc6QEmaa {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOLc6QEmaa .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uOLc6QEmaa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uOLc6QEmaa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOLc6QEmaa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOLc6QEmaa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOLc6QEmaa .menu_box .navbar.opened,
  .cid-uOLc6QEmaa .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOLc6QEmaa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOLc6QEmaa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOLc6QEmaa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOLc6QEmaa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOLc6QEmaa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOLc6QEmaa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOLc6QEmaa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOLc6QEmaa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOLc6QEmaa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOLc6QEmaa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOLc6QEmaa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOLc6QEmaa .offcanvas-body .mbr-text,
  .cid-uOLc6QEmaa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOLc6QEmaa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOLc6QEmaa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOLc6QEmaa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOLc6QEmaa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOLc6QEmaa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOLc6QEmaa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOLc6QEmaa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOLc6QEmaa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOLc6QEmaa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOLc6QEmaa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOLc6QEmaa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOLc6QEmaa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOLc6QEmaa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOLc6QEmaa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOLc6QEmaa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOLc6QEmaa .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOLc6QEmaa .nav-item {
    margin: 0 !important;
  }
}
.cid-uOLc6QEmaa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOLc6QEmaa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOLc6QEmaa .nav-item .nav-link:hover::before,
.cid-uOLc6QEmaa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOLc6QEmaa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOLc6QEmaa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOLc6QEmaa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOLc6QEmaa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOLc6QEmaa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOLc6QEmaa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOLc6QEmaa .offcanvas_box {
    display: none;
  }
}
.cid-uOLc6QEmaa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOLc6QEmaa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOLc6QEmaa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOLc6QEmaa .container {
  display: flex;
  margin: auto;
}
.cid-uOLc6QEmaa .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOLc6QEmaa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOLc6QEmaa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOLc6QEmaa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOLc6QEmaa .navbar-nav {
    margin: 0;
  }
}
.cid-uOLc6QEmaa .dropdown-menu,
.cid-uOLc6QEmaa .navbar.opened {
  background-color: false !important;
}
.cid-uOLc6QEmaa .nav-item:focus,
.cid-uOLc6QEmaa .nav-link:focus {
  outline: none;
}
.cid-uOLc6QEmaa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOLc6QEmaa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOLc6QEmaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOLc6QEmaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOLc6QEmaa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOLc6QEmaa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOLc6QEmaa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOLc6QEmaa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOLc6QEmaa .navbar.opened {
  transition: all 0.3s;
}
.cid-uOLc6QEmaa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOLc6QEmaa .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOLc6QEmaa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOLc6QEmaa .navbar.collapsed {
  justify-content: center;
}
.cid-uOLc6QEmaa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOLc6QEmaa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOLc6QEmaa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOLc6QEmaa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOLc6QEmaa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOLc6QEmaa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOLc6QEmaa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOLc6QEmaa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOLc6QEmaa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOLc6QEmaa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOLc6QEmaa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOLc6QEmaa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOLc6QEmaa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOLc6QEmaa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOLc6QEmaa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOLc6QEmaa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOLc6QEmaa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOLc6QEmaa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOLc6QEmaa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOLc6QEmaa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOLc6QEmaa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOLc6QEmaa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOLc6QEmaa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOLc6QEmaa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOLc6QEmaa .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-uOLc6QEmaa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOLc6QEmaa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOLc6QEmaa .dropdown-item.active,
.cid-uOLc6QEmaa .dropdown-item:active {
  background-color: transparent;
}
.cid-uOLc6QEmaa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOLc6QEmaa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOLc6QEmaa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOLc6QEmaa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOLc6QEmaa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOLc6QEmaa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOLc6QEmaa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uOLc6QEmaa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOLc6QEmaa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOLc6QEmaa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLc6QEmaa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLc6QEmaa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOLc6QEmaa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLc6QEmaa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOLc6QEmaa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOLc6QEmaa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLc6QEmaa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOLc6QEmaa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOLc6QEmaa .navbar {
    height: 70px;
  }
  .cid-uOLc6QEmaa .navbar.opened {
    height: auto;
  }
  .cid-uOLc6QEmaa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLc6QEmaa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOLc6QEmaa .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOLc6QEmaa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOLc6QEmaa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOLc6QEmaa .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOLc6QEmaa .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uOLc6QEmaa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOLc6QEmaa .text_widget {
  margin-bottom: 32px;
}
.cid-uOLc6QEmaa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOLc6QEmaa .text_widget a:hover,
.cid-uOLc6QEmaa .text_widget a:focus {
  opacity: .8;
}
.cid-uOLc6QEmaa .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOLc6QEmaa .navbar-caption {
  color: #ffffff;
}
.cid-uOLc6QEmaa .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOLc6QEmaa .mbr-section-subtitle,
.cid-uOLc6QEmaa .text_widget,
.cid-uOLc6QEmaa .mbr-section-btn {
  text-align: center;
}
.cid-uOLc6QEmaa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOLm633vAI {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-646x570.png");
}
.cid-uOLm633vAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLm633vAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLm633vAI .row {
  justify-content: center;
}
.cid-uOLm633vAI .card {
  justify-content: flex-end;
}
.cid-uOLm633vAI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOLm633vAI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLm633vAI .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uOLm633vAI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOLm633vAI .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOLm633vAI .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uOLm633vAI .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOLm633vAI .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uOLm633vAI .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOLm633vAI .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOLm633vAI .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uOLm633vAI .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOLm633vAI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOLm633vAI .mbr-text,
.cid-uOLm633vAI .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOLm633vAI .mbr-desc {
  color: #ffffff;
}
.cid-uOKOjHv4VT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOKOjHv4VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKOjHv4VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKOjHv4VT .row {
  justify-content: space-between;
}
.cid-uOKOjHv4VT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOKOjHv4VT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOKOjHv4VT .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOKOjHv4VT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOKOjHv4VT .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOKOjHv4VT .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOKOjHv4VT .mbr-label {
  color: #000000;
}
.cid-uOKOjHv4VT .mbr-section-title {
  color: #2f5496;
}
.cid-uOKOjHv4VT .mbr-desc {
  color: #000000;
}
.cid-uOKOjHv4VT .mbr-text {
  color: #8a8a8a;
}
.cid-uOKT2LShFY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-uOKT2LShFY .col-md-6 {
    width: 100%;
  }
}
.cid-uOKT2LShFY h2,
.cid-uOKT2LShFY h4,
.cid-uOKT2LShFY p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uOKT2LShFY .text-elements {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-uOKT2LShFY .text-elements {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-uOKT2LShFY .mbr-section-title {
  color: #7787a5;
  margin-bottom: 14px;
}
.cid-uOKT2LShFY .mbr-text {
  margin-top: 14px;
}
.cid-uOKT2LShFY .link-wrap {
  padding-top: 25px;
}
.cid-uOKT2LShFY .link {
  font-weight: 600;
  position: relative;
}
.cid-uOKT2LShFY .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uOKT2LShFY .progress-wrap {
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cid-uOKT2LShFY .progress-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-uOKT2LShFY .progress-wrap {
    margin-top: 55px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uOKT2LShFY .progress-wrap {
    padding-left: 74px;
  }
}
.cid-uOKT2LShFY .card {
  width: 151px;
  max-width: 151px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-uOKT2LShFY .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 26px;
}
.cid-uOKT2LShFY .card .circle-wrap svg .circle-active {
  stroke: #7787a5;
}
.cid-uOKT2LShFY .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-uOKT2LShFY .card-wrapper {
  justify-content: center;
}
.cid-uOKT2LShFY .card-title {
  margin-bottom: 0.625rem;
}
.cid-uOKT2LShFY .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 261.24 !important;
}
.cid-uOKT2LShFY .card1 .circle-wrap .circle-text::before {
  content: "16";
}
.cid-uOKT2LShFY .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 273.68 !important;
}
.cid-uOKT2LShFY .card2 .circle-wrap .circle-text::before {
  content: "12";
}
.cid-uOKT2LShFY .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-uOKT2LShFY .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-uOKT2LShFY .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-uOKT2LShFY .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-uOKQ3qVX6f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uOKQ3qVX6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOKQ3qVX6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOKQ3qVX6f .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOKQ3qVX6f .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOKQ3qVX6f .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOKQ3qVX6f .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOKQ3qVX6f .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOKQ3qVX6f .row {
  flex-direction: row-reverse;
}
.cid-uOKQ3qVX6f .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOKQ3qVX6f .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOKQ3qVX6f .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOKQ3qVX6f .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOKQ3qVX6f .image-wrapper {
  padding: 0 1rem;
}
.cid-uOKQ3qVX6f img,
.cid-uOKQ3qVX6f .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOKQ3qVX6f img,
  .cid-uOKQ3qVX6f .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOKQ3qVX6f .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOKQ3qVX6f .mbr-text {
  color: #000000;
}
.cid-uOKQ3qVX6f .mbr-text,
.cid-uOKQ3qVX6f .mbr-section-btn {
  text-align: left;
}
.cid-uOKQ3qVX6f .price {
  color: #232323;
  text-align: left;
}
.cid-uOKQ3qVX6f .content-head {
  max-width: 800px;
}
.cid-uOKQ3qVX6f .mbr-section-maintitle {
  text-align: center;
}
.cid-uOKQ3qVX6f .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOL2cqkxez {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOL2cqkxez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOL2cqkxez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOL2cqkxez .row {
  justify-content: space-between;
}
.cid-uOL2cqkxez .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOL2cqkxez .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOL2cqkxez .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOL2cqkxez .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOL2cqkxez .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOL2cqkxez .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOL2cqkxez .mbr-label {
  color: #000000;
}
.cid-uOL2cqkxez .mbr-section-title {
  color: #2f5496;
}
.cid-uOL2cqkxez .mbr-desc {
  color: #000000;
}
.cid-uOL2cqkxez .mbr-text {
  color: #8a8a8a;
}
.cid-uOL2SWYqB9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOL2SWYqB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOL2SWYqB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOL2SWYqB9 .mbr-description {
  text-align: left;
}
.cid-uOL2SWYqB9 .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uOL2SWYqB9 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOL2SWYqB9 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOL2SWYqB9 .card-title,
.cid-uOL2SWYqB9 .iconfont-wrapper {
  color: #000000;
}
.cid-uOL2SWYqB9 .card-text {
  color: #000000;
}
.cid-uOL2SWYqB9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOL2SWYqB9 .mbr-text,
.cid-uOL2SWYqB9 .mbr-section-btn {
  text-align: center;
}
.cid-uOL2SWYqB9 .card-text,
.cid-uOL2SWYqB9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uOL2SWYqB9 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uOL2SWYqB9 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uOL2SWYqB9 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f5496;
  background-color: #2f5496;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uOL2SWYqB9 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uOL2SWYqB9 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uOL2SWYqB9 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2f5496;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOL2SWYqB9 .mbr-text UL {
  text-align: left;
}
.cid-uOL2SWYqB9 .mbr-text {
  text-align: left;
}
.cid-uOL2SWYqB9 .mbr-subtitle {
  text-align: center;
}
.cid-uOL41wbd46 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOL41wbd46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOL41wbd46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOL41wbd46 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOL41wbd46 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOL41wbd46 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOL41wbd46 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOL41wbd46 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOL41wbd46 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOL41wbd46 .image-wrapper {
  padding: 0 1rem;
}
.cid-uOL41wbd46 img,
.cid-uOL41wbd46 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOL41wbd46 img,
  .cid-uOL41wbd46 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOL41wbd46 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOL41wbd46 .mbr-text {
  color: #000000;
}
.cid-uOL41wbd46 .mbr-text,
.cid-uOL41wbd46 .mbr-section-btn {
  text-align: left;
}
.cid-uOL41wbd46 .price {
  color: #232323;
  text-align: left;
}
.cid-uOL41wbd46 .content-head {
  max-width: 800px;
}
.cid-uOL41wbd46 .mbr-section-maintitle {
  text-align: center;
}
.cid-uOL41wbd46 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLeymFi74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOLeymFi74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLeymFi74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLeymFi74 .row {
  justify-content: space-between;
}
.cid-uOLeymFi74 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOLeymFi74 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLeymFi74 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOLeymFi74 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLeymFi74 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOLeymFi74 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOLeymFi74 .mbr-label {
  color: #000000;
}
.cid-uOLeymFi74 .mbr-section-title {
  color: #2f5496;
}
.cid-uOLeymFi74 .mbr-desc {
  color: #000000;
}
.cid-uOLeymFi74 .mbr-text {
  color: #8a8a8a;
}
.cid-uOLhjgRhle {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOLhjgRhle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLhjgRhle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLhjgRhle .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .container {
    padding: 0 20px;
  }
}
.cid-uOLhjgRhle .row {
  justify-content: space-between;
}
.cid-uOLhjgRhle .text-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uOLhjgRhle .text-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .text-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uOLhjgRhle .text-wrapper .text-wrap {
  padding: 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOLhjgRhle .text-wrapper .text-wrap {
    padding: 0;
  }
}
.cid-uOLhjgRhle .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uOLhjgRhle .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uOLhjgRhle .items-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .items-wrapper {
    padding-right: 0;
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uOLhjgRhle .items-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .items-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOLhjgRhle .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uOLhjgRhle .items-wrapper .item .item-wrapper .card-box .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOLhjgRhle .mbr-text {
  color: #1e1d1c;
}
.cid-uOLhjgRhle .card-text {
  color: #1e1d1c;
}
#custom-html-2d {
  /* Type valid CSS here */
}
#custom-html-2d div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-2d p {
  font-size: 60px;
  color: #777;
}
.cid-uOLitdannA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOLitdannA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLitdannA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLitdannA .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uOLitdannA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uOLitdannA .container {
    padding: 0 20px;
  }
}
.cid-uOLitdannA .row {
  justify-content: space-between;
}
.cid-uOLitdannA .text-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uOLitdannA .text-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOLitdannA .text-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uOLitdannA .text-wrapper .text-wrap {
  padding: 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uOLitdannA .text-wrapper .text-wrap {
    padding: 0;
  }
}
.cid-uOLitdannA .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOLitdannA .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uOLitdannA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uOLitdannA .items-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uOLitdannA .items-wrapper {
    padding-right: 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uOLitdannA .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uOLitdannA .items-wrapper .item .item-wrapper .card-box .card-box .card-text {
  margin-bottom: 0;
}
.cid-uOLitdannA .mbr-text {
  color: #1e1d1c;
}
.cid-uOLitdannA .card-text {
  color: #1e1d1c;
}
#custom-html-2g {
  /* Type valid CSS here */
}
#custom-html-2g div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-2g p {
  font-size: 60px;
  color: #777;
}
.cid-uORmtXNF0U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORmtXNF0U .justify-content-center {
  align-items: center;
}
.cid-uORmtXNF0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORmtXNF0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORmtXNF0U .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORmtXNF0U .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORmtXNF0U .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORmtXNF0U .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORmtXNF0U .row {
  align-items: center;
}
.cid-uORmtXNF0U .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORmtXNF0U .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uOLwkTc43O {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOLwkTc43O .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uOLwkTc43O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uOLwkTc43O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOLwkTc43O .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOLwkTc43O .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOLwkTc43O .menu_box .navbar.opened,
  .cid-uOLwkTc43O .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOLwkTc43O nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOLwkTc43O .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOLwkTc43O .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOLwkTc43O .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOLwkTc43O .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOLwkTc43O .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOLwkTc43O .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOLwkTc43O .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOLwkTc43O .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOLwkTc43O .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOLwkTc43O .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOLwkTc43O .offcanvas-body .mbr-text,
  .cid-uOLwkTc43O .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOLwkTc43O .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOLwkTc43O .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOLwkTc43O .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOLwkTc43O .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOLwkTc43O .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOLwkTc43O .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOLwkTc43O .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOLwkTc43O ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOLwkTc43O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOLwkTc43O .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOLwkTc43O .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOLwkTc43O li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOLwkTc43O .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOLwkTc43O .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOLwkTc43O .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOLwkTc43O .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOLwkTc43O .nav-item {
    margin: 0 !important;
  }
}
.cid-uOLwkTc43O .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOLwkTc43O .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOLwkTc43O .nav-item .nav-link:hover::before,
.cid-uOLwkTc43O .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOLwkTc43O .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOLwkTc43O .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOLwkTc43O .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOLwkTc43O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOLwkTc43O .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOLwkTc43O .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOLwkTc43O .offcanvas_box {
    display: none;
  }
}
.cid-uOLwkTc43O .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOLwkTc43O .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOLwkTc43O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOLwkTc43O .container {
  display: flex;
  margin: auto;
}
.cid-uOLwkTc43O .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOLwkTc43O .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOLwkTc43O .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOLwkTc43O .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOLwkTc43O .navbar-nav {
    margin: 0;
  }
}
.cid-uOLwkTc43O .dropdown-menu,
.cid-uOLwkTc43O .navbar.opened {
  background-color: false !important;
}
.cid-uOLwkTc43O .nav-item:focus,
.cid-uOLwkTc43O .nav-link:focus {
  outline: none;
}
.cid-uOLwkTc43O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOLwkTc43O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOLwkTc43O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOLwkTc43O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOLwkTc43O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOLwkTc43O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOLwkTc43O .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOLwkTc43O .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOLwkTc43O .navbar.opened {
  transition: all 0.3s;
}
.cid-uOLwkTc43O .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOLwkTc43O .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOLwkTc43O .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOLwkTc43O .navbar.collapsed {
  justify-content: center;
}
.cid-uOLwkTc43O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOLwkTc43O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOLwkTc43O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOLwkTc43O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOLwkTc43O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOLwkTc43O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOLwkTc43O .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOLwkTc43O .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOLwkTc43O .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOLwkTc43O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOLwkTc43O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOLwkTc43O .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOLwkTc43O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOLwkTc43O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOLwkTc43O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOLwkTc43O .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOLwkTc43O .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOLwkTc43O .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOLwkTc43O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOLwkTc43O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOLwkTc43O .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOLwkTc43O .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOLwkTc43O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOLwkTc43O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOLwkTc43O .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-uOLwkTc43O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOLwkTc43O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOLwkTc43O .dropdown-item.active,
.cid-uOLwkTc43O .dropdown-item:active {
  background-color: transparent;
}
.cid-uOLwkTc43O .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOLwkTc43O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOLwkTc43O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOLwkTc43O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOLwkTc43O ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOLwkTc43O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOLwkTc43O button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uOLwkTc43O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOLwkTc43O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOLwkTc43O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLwkTc43O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOLwkTc43O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOLwkTc43O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLwkTc43O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOLwkTc43O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOLwkTc43O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOLwkTc43O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOLwkTc43O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOLwkTc43O .navbar {
    height: 70px;
  }
  .cid-uOLwkTc43O .navbar.opened {
    height: auto;
  }
  .cid-uOLwkTc43O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOLwkTc43O .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOLwkTc43O .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOLwkTc43O .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOLwkTc43O .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOLwkTc43O .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOLwkTc43O .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uOLwkTc43O .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOLwkTc43O .text_widget {
  margin-bottom: 32px;
}
.cid-uOLwkTc43O .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOLwkTc43O .text_widget a:hover,
.cid-uOLwkTc43O .text_widget a:focus {
  opacity: .8;
}
.cid-uOLwkTc43O .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOLwkTc43O .navbar-caption {
  color: #ffffff;
}
.cid-uOLwkTc43O .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOLwkTc43O .mbr-section-subtitle,
.cid-uOLwkTc43O .text_widget,
.cid-uOLwkTc43O .mbr-section-btn {
  text-align: center;
}
.cid-uOLwkTc43O a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOLwkUmghu {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/3-646x570.png");
}
.cid-uOLwkUmghu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwkUmghu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwkUmghu .row {
  justify-content: center;
}
.cid-uOLwkUmghu .card {
  justify-content: flex-end;
}
.cid-uOLwkUmghu .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOLwkUmghu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLwkUmghu .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uOLwkUmghu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOLwkUmghu .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOLwkUmghu .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uOLwkUmghu .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOLwkUmghu .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uOLwkUmghu .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOLwkUmghu .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOLwkUmghu .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uOLwkUmghu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOLwkUmghu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOLwkUmghu .mbr-text,
.cid-uOLwkUmghu .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOLwkUmghu .mbr-desc {
  color: #ffffff;
}
.cid-uOLwkVjbdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOLwkVjbdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwkVjbdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwkVjbdb .row {
  justify-content: space-between;
}
.cid-uOLwkVjbdb .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOLwkVjbdb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLwkVjbdb .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOLwkVjbdb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLwkVjbdb .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOLwkVjbdb .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOLwkVjbdb .mbr-label {
  color: #000000;
}
.cid-uOLwkVjbdb .mbr-section-title {
  color: #2f5496;
}
.cid-uOLwkVjbdb .mbr-desc {
  color: #000000;
}
.cid-uOLwkVjbdb .mbr-text {
  color: #8a8a8a;
}
.cid-uOLwkXcVjV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOLwkXcVjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwkXcVjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwkXcVjV .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLwkXcVjV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLwkXcVjV .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLwkXcVjV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLwkXcVjV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLwkXcVjV .row {
  flex-direction: row-reverse;
}
.cid-uOLwkXcVjV .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLwkXcVjV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLwkXcVjV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLwkXcVjV .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLwkXcVjV .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLwkXcVjV img,
.cid-uOLwkXcVjV .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLwkXcVjV img,
  .cid-uOLwkXcVjV .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLwkXcVjV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLwkXcVjV .mbr-text {
  color: #000000;
}
.cid-uOLwkXcVjV .mbr-text,
.cid-uOLwkXcVjV .mbr-section-btn {
  text-align: left;
}
.cid-uOLwkXcVjV .price {
  color: #232323;
  text-align: left;
}
.cid-uOLwkXcVjV .content-head {
  max-width: 800px;
}
.cid-uOLwkXcVjV .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLwkXcVjV .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLAvCezlN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOLAvCezlN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLAvCezlN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLAvCezlN .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLAvCezlN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLAvCezlN .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLAvCezlN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLAvCezlN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLAvCezlN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLAvCezlN .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLAvCezlN img,
.cid-uOLAvCezlN .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLAvCezlN img,
  .cid-uOLAvCezlN .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLAvCezlN .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLAvCezlN .mbr-text {
  color: #000000;
}
.cid-uOLAvCezlN .mbr-text,
.cid-uOLAvCezlN .mbr-section-btn {
  text-align: left;
}
.cid-uOLAvCezlN .price {
  color: #232323;
  text-align: left;
}
.cid-uOLAvCezlN .content-head {
  max-width: 800px;
}
.cid-uOLAvCezlN .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLAvCezlN .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLwkYgnWA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOLwkYgnWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwkYgnWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwkYgnWA .row {
  justify-content: space-between;
}
.cid-uOLwkYgnWA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOLwkYgnWA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLwkYgnWA .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOLwkYgnWA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLwkYgnWA .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOLwkYgnWA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOLwkYgnWA .mbr-label {
  color: #000000;
}
.cid-uOLwkYgnWA .mbr-section-title {
  color: #2f5496;
}
.cid-uOLwkYgnWA .mbr-desc {
  color: #000000;
}
.cid-uOLwkYgnWA .mbr-text {
  color: #8a8a8a;
}
#custom-html-36 {
  /* Type valid CSS here */
}
#custom-html-36 div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-36 p {
  font-size: 60px;
  color: #777;
}
.cid-uOLDQCocwH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edefeb;
}
.cid-uOLDQCocwH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-uOLEpcOinS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOLEpcOinS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLEpcOinS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLEpcOinS .row {
  justify-content: space-between;
}
.cid-uOLEpcOinS .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOLEpcOinS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLEpcOinS .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOLEpcOinS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLEpcOinS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOLEpcOinS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOLEpcOinS .mbr-label {
  color: #000000;
}
.cid-uOLEpcOinS .mbr-section-title {
  color: #2f5496;
}
.cid-uOLEpcOinS .mbr-desc {
  color: #000000;
}
.cid-uOLEpcOinS .mbr-text {
  color: #8a8a8a;
}
.cid-uOLEWrrsaI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-uOLEWrrsaI .col-md-6 {
    width: 100%;
  }
}
.cid-uOLEWrrsaI h2,
.cid-uOLEWrrsaI h4,
.cid-uOLEWrrsaI p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uOLEWrrsaI .text-elements {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-uOLEWrrsaI .text-elements {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-uOLEWrrsaI .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-uOLEWrrsaI .mbr-text {
  margin-top: 14px;
}
.cid-uOLEWrrsaI .link-wrap {
  padding-top: 25px;
}
.cid-uOLEWrrsaI .link {
  font-weight: 600;
  position: relative;
}
.cid-uOLEWrrsaI .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uOLEWrrsaI .progress-wrap {
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cid-uOLEWrrsaI .progress-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-uOLEWrrsaI .progress-wrap {
    margin-top: 55px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uOLEWrrsaI .progress-wrap {
    padding-left: 74px;
  }
}
.cid-uOLEWrrsaI .card {
  width: 151px;
  max-width: 151px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-uOLEWrrsaI .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 26px;
}
.cid-uOLEWrrsaI .card .circle-wrap svg .circle-active {
  stroke: #7787a5;
}
.cid-uOLEWrrsaI .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-uOLEWrrsaI .card-wrapper {
  justify-content: center;
}
.cid-uOLEWrrsaI .card-title {
  margin-bottom: 0.625rem;
}
.cid-uOLEWrrsaI .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 124.4 !important;
}
.cid-uOLEWrrsaI .card1 .circle-wrap .circle-text::before {
  content: "60";
}
.cid-uOLEWrrsaI .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 239.47 !important;
}
.cid-uOLEWrrsaI .card2 .circle-wrap .circle-text::before {
  content: "23";
}
.cid-uOLEWrrsaI .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-uOLEWrrsaI .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-uOLEWrrsaI .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-uOLEWrrsaI .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-uOLEWrrsaI .card-title,
.cid-uOLEWrrsaI .iconfont-wrapper {
  color: #000000;
}
.cid-uOLwl0886x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOLwl0886x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwl0886x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwl0886x .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLwl0886x .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLwl0886x .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLwl0886x .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLwl0886x .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLwl0886x .row {
  flex-direction: row-reverse;
}
.cid-uOLwl0886x .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLwl0886x .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLwl0886x .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLwl0886x .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLwl0886x .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLwl0886x img,
.cid-uOLwl0886x .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLwl0886x img,
  .cid-uOLwl0886x .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLwl0886x .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLwl0886x .mbr-text {
  color: #000000;
}
.cid-uOLwl0886x .mbr-text,
.cid-uOLwl0886x .mbr-section-btn {
  text-align: left;
}
.cid-uOLwl0886x .price {
  color: #232323;
  text-align: left;
}
.cid-uOLwl0886x .content-head {
  max-width: 800px;
}
.cid-uOLwl0886x .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLwl0886x .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLGZzz9FW {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOLGZzz9FW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLGZzz9FW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLGZzz9FW .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLGZzz9FW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLGZzz9FW .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLGZzz9FW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLGZzz9FW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLGZzz9FW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLGZzz9FW .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLGZzz9FW img,
.cid-uOLGZzz9FW .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLGZzz9FW img,
  .cid-uOLGZzz9FW .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLGZzz9FW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLGZzz9FW .mbr-text {
  color: #000000;
}
.cid-uOLGZzz9FW .mbr-text,
.cid-uOLGZzz9FW .mbr-section-btn {
  text-align: left;
}
.cid-uOLGZzz9FW .price {
  color: #232323;
  text-align: left;
}
.cid-uOLGZzz9FW .content-head {
  max-width: 800px;
}
.cid-uOLGZzz9FW .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLGZzz9FW .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLKO3Y4oZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uOLKO3Y4oZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLKO3Y4oZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLKO3Y4oZ .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLKO3Y4oZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLKO3Y4oZ .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLKO3Y4oZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLKO3Y4oZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLKO3Y4oZ .row {
  flex-direction: row-reverse;
}
.cid-uOLKO3Y4oZ .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLKO3Y4oZ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLKO3Y4oZ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLKO3Y4oZ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLKO3Y4oZ .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLKO3Y4oZ img,
.cid-uOLKO3Y4oZ .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLKO3Y4oZ img,
  .cid-uOLKO3Y4oZ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLKO3Y4oZ .mbr-section-title {
  color: #7787a5;
  text-align: left;
}
.cid-uOLKO3Y4oZ .mbr-text {
  color: #000000;
}
.cid-uOLKO3Y4oZ .mbr-text,
.cid-uOLKO3Y4oZ .mbr-section-btn {
  text-align: left;
}
.cid-uOLKO3Y4oZ .price {
  color: #232323;
  text-align: left;
}
.cid-uOLKO3Y4oZ .content-head {
  max-width: 800px;
}
.cid-uOLKO3Y4oZ .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLKO3Y4oZ .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLP5UDXYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOLP5UDXYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLP5UDXYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLP5UDXYH .row {
  justify-content: space-between;
}
.cid-uOLP5UDXYH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOLP5UDXYH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLP5UDXYH .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOLP5UDXYH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLP5UDXYH .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOLP5UDXYH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOLP5UDXYH .mbr-label {
  color: #000000;
}
.cid-uOLP5UDXYH .mbr-section-title {
  color: #2f5496;
}
.cid-uOLP5UDXYH .mbr-desc {
  color: #000000;
}
.cid-uOLP5UDXYH .mbr-text {
  color: #8a8a8a;
}
.cid-uOLPKg2RK8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOLPKg2RK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLPKg2RK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLPKg2RK8 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLPKg2RK8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLPKg2RK8 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLPKg2RK8 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLPKg2RK8 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLPKg2RK8 .row {
  flex-direction: row-reverse;
}
.cid-uOLPKg2RK8 .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLPKg2RK8 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLPKg2RK8 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLPKg2RK8 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLPKg2RK8 .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLPKg2RK8 img,
.cid-uOLPKg2RK8 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLPKg2RK8 img,
  .cid-uOLPKg2RK8 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLPKg2RK8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLPKg2RK8 .mbr-text {
  color: #000000;
}
.cid-uOLPKg2RK8 .mbr-text,
.cid-uOLPKg2RK8 .mbr-section-btn {
  text-align: left;
}
.cid-uOLPKg2RK8 .price {
  color: #232323;
  text-align: left;
}
.cid-uOLPKg2RK8 .content-head {
  max-width: 800px;
}
.cid-uOLPKg2RK8 .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLPKg2RK8 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLTLGwwhn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOLTLGwwhn .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOLTLGwwhn .mbr-text {
  text-align: left;
}
.cid-uOLSA0jvpD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOLSA0jvpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLSA0jvpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLSA0jvpD .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLSA0jvpD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLSA0jvpD .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLSA0jvpD .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLSA0jvpD .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLSA0jvpD .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLSA0jvpD .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLSA0jvpD img,
.cid-uOLSA0jvpD .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLSA0jvpD img,
  .cid-uOLSA0jvpD .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLSA0jvpD .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLSA0jvpD .mbr-text {
  color: #000000;
}
.cid-uOLSA0jvpD .mbr-text,
.cid-uOLSA0jvpD .mbr-section-btn {
  text-align: left;
}
.cid-uOLSA0jvpD .price {
  color: #232323;
  text-align: left;
}
.cid-uOLSA0jvpD .content-head {
  max-width: 800px;
}
.cid-uOLSA0jvpD .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLSA0jvpD .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLVsJ9bRO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
@media (max-width: 1024px) {
  .cid-uOLVsJ9bRO .col-md-6 {
    width: 100%;
  }
}
.cid-uOLVsJ9bRO h2,
.cid-uOLVsJ9bRO h4,
.cid-uOLVsJ9bRO p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-uOLVsJ9bRO .text-elements {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-uOLVsJ9bRO .text-elements {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-uOLVsJ9bRO .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-uOLVsJ9bRO .mbr-text {
  margin-top: 14px;
}
.cid-uOLVsJ9bRO .link-wrap {
  padding-top: 25px;
}
.cid-uOLVsJ9bRO .link {
  font-weight: 600;
  position: relative;
}
.cid-uOLVsJ9bRO .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uOLVsJ9bRO .progress-wrap {
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cid-uOLVsJ9bRO .progress-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-uOLVsJ9bRO .progress-wrap {
    margin-top: 55px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uOLVsJ9bRO .progress-wrap {
    padding-left: 74px;
  }
}
.cid-uOLVsJ9bRO .card {
  width: 151px;
  max-width: 151px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-uOLVsJ9bRO .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 26px;
}
.cid-uOLVsJ9bRO .card .circle-wrap svg .circle-active {
  stroke: #7787a5;
}
.cid-uOLVsJ9bRO .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-uOLVsJ9bRO .card-wrapper {
  justify-content: center;
}
.cid-uOLVsJ9bRO .card-title {
  margin-bottom: 0.625rem;
}
.cid-uOLVsJ9bRO .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 139.95 !important;
}
.cid-uOLVsJ9bRO .card1 .circle-wrap .circle-text::before {
  content: "55";
}
.cid-uOLVsJ9bRO .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 192.82 !important;
}
.cid-uOLVsJ9bRO .card2 .circle-wrap .circle-text::before {
  content: "38";
}
.cid-uOLVsJ9bRO .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-uOLVsJ9bRO .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-uOLVsJ9bRO .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-uOLVsJ9bRO .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-uOLVsJ9bRO .card-title,
.cid-uOLVsJ9bRO .iconfont-wrapper {
  color: #000000;
}
.cid-uOLwl1ecZO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOLwl1ecZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwl1ecZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwl1ecZO .row {
  justify-content: space-between;
}
.cid-uOLwl1ecZO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOLwl1ecZO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOLwl1ecZO .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOLwl1ecZO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOLwl1ecZO .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOLwl1ecZO .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOLwl1ecZO .mbr-label {
  color: #000000;
}
.cid-uOLwl1ecZO .mbr-section-title {
  color: #2f5496;
}
.cid-uOLwl1ecZO .mbr-desc {
  color: #000000;
}
.cid-uOLwl1ecZO .mbr-text {
  color: #8a8a8a;
}
.cid-uOMpVaBTGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOMpVaBTGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMpVaBTGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMpVaBTGt .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMpVaBTGt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMpVaBTGt .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMpVaBTGt .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMpVaBTGt .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMpVaBTGt .row {
  flex-direction: row-reverse;
}
.cid-uOMpVaBTGt .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMpVaBTGt .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMpVaBTGt .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMpVaBTGt .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMpVaBTGt .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMpVaBTGt img,
.cid-uOMpVaBTGt .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMpVaBTGt img,
  .cid-uOMpVaBTGt .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMpVaBTGt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMpVaBTGt .mbr-text {
  color: #000000;
}
.cid-uOMpVaBTGt .mbr-text,
.cid-uOMpVaBTGt .mbr-section-btn {
  text-align: left;
}
.cid-uOMpVaBTGt .price {
  color: #232323;
  text-align: left;
}
.cid-uOMpVaBTGt .content-head {
  max-width: 800px;
}
.cid-uOMpVaBTGt .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMpVaBTGt .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLXxs3Dcn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOLXxs3Dcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLXxs3Dcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLXxs3Dcn .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOLXxs3Dcn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOLXxs3Dcn .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOLXxs3Dcn .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOLXxs3Dcn .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOLXxs3Dcn .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOLXxs3Dcn .image-wrapper {
  padding: 0 1rem;
}
.cid-uOLXxs3Dcn img,
.cid-uOLXxs3Dcn .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOLXxs3Dcn img,
  .cid-uOLXxs3Dcn .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOLXxs3Dcn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOLXxs3Dcn .mbr-text {
  color: #000000;
}
.cid-uOLXxs3Dcn .mbr-text,
.cid-uOLXxs3Dcn .mbr-section-btn {
  text-align: left;
}
.cid-uOLXxs3Dcn .price {
  color: #232323;
  text-align: left;
}
.cid-uOLXxs3Dcn .content-head {
  max-width: 800px;
}
.cid-uOLXxs3Dcn .mbr-section-maintitle {
  text-align: center;
}
.cid-uOLXxs3Dcn .mbr-section-mainsubtitle {
  text-align: center;
}
#custom-html-3r {
  /* Type valid CSS here */
}
#custom-html-3r div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-3r p {
  font-size: 60px;
  color: #777;
}
.cid-uOMrIlDOmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uOMrIlDOmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMrIlDOmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMrIlDOmH .row {
  justify-content: space-between;
}
.cid-uOMrIlDOmH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOMrIlDOmH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMrIlDOmH .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOMrIlDOmH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOMrIlDOmH .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOMrIlDOmH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOMrIlDOmH .mbr-label {
  color: #000000;
}
.cid-uOMrIlDOmH .mbr-section-title {
  color: #2f5496;
}
.cid-uOMrIlDOmH .mbr-desc {
  color: #000000;
}
.cid-uOMrIlDOmH .mbr-text {
  color: #8a8a8a;
}
.cid-uOMsfTofMp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOMsfTofMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMsfTofMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMsfTofMp .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMsfTofMp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMsfTofMp .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMsfTofMp .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMsfTofMp .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMsfTofMp .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMsfTofMp .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMsfTofMp img,
.cid-uOMsfTofMp .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMsfTofMp img,
  .cid-uOMsfTofMp .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMsfTofMp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMsfTofMp .mbr-text {
  color: #000000;
}
.cid-uOMsfTofMp .mbr-text,
.cid-uOMsfTofMp .mbr-section-btn {
  text-align: left;
}
.cid-uOMsfTofMp .price {
  color: #232323;
  text-align: left;
}
.cid-uOMsfTofMp .content-head {
  max-width: 800px;
}
.cid-uOMsfTofMp .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMsfTofMp .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOMu7HG8VJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOMu7HG8VJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMu7HG8VJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMu7HG8VJ .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMu7HG8VJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMu7HG8VJ .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMu7HG8VJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMu7HG8VJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMu7HG8VJ .row {
  flex-direction: row-reverse;
}
.cid-uOMu7HG8VJ .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMu7HG8VJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMu7HG8VJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMu7HG8VJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMu7HG8VJ .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMu7HG8VJ img,
.cid-uOMu7HG8VJ .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMu7HG8VJ img,
  .cid-uOMu7HG8VJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMu7HG8VJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMu7HG8VJ .mbr-text {
  color: #000000;
}
.cid-uOMu7HG8VJ .mbr-text,
.cid-uOMu7HG8VJ .mbr-section-btn {
  text-align: left;
}
.cid-uOMu7HG8VJ .price {
  color: #232323;
  text-align: left;
}
.cid-uOMu7HG8VJ .content-head {
  max-width: 800px;
}
.cid-uOMu7HG8VJ .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMu7HG8VJ .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOMuYFvRPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOMuYFvRPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMuYFvRPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMuYFvRPa .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMuYFvRPa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMuYFvRPa .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMuYFvRPa .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMuYFvRPa .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMuYFvRPa .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMuYFvRPa .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMuYFvRPa img,
.cid-uOMuYFvRPa .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMuYFvRPa img,
  .cid-uOMuYFvRPa .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMuYFvRPa .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMuYFvRPa .mbr-text {
  color: #000000;
}
.cid-uOMuYFvRPa .mbr-text,
.cid-uOMuYFvRPa .mbr-section-btn {
  text-align: left;
}
.cid-uOMuYFvRPa .price {
  color: #232323;
  text-align: left;
}
.cid-uOMuYFvRPa .content-head {
  max-width: 800px;
}
.cid-uOMuYFvRPa .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMuYFvRPa .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOLwkZbVOW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOLwkZbVOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOLwkZbVOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOLwkZbVOW .mbr-description {
  text-align: left;
}
.cid-uOLwkZbVOW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uOLwkZbVOW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOLwkZbVOW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uOLwkZbVOW .card-title,
.cid-uOLwkZbVOW .iconfont-wrapper {
  color: #000000;
}
.cid-uOLwkZbVOW .card-text {
  color: #000000;
}
.cid-uOLwkZbVOW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOLwkZbVOW .mbr-text,
.cid-uOLwkZbVOW .mbr-section-btn {
  text-align: center;
}
.cid-uOLwkZbVOW .card-text,
.cid-uOLwkZbVOW .item .mbr-section-btn {
  text-align: left;
}
.cid-uOLwkZbVOW .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uOLwkZbVOW .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uOLwkZbVOW .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f5496;
  background-color: #2f5496;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uOLwkZbVOW .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uOLwkZbVOW .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uOLwkZbVOW .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2f5496;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOLwkZbVOW .mbr-text UL {
  text-align: left;
}
.cid-uOLwkZbVOW .mbr-text {
  text-align: left;
}
.cid-uOLwkZbVOW .mbr-subtitle {
  text-align: center;
}
.cid-uOMA07jqqA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uOMA07jqqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMA07jqqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMA07jqqA .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMA07jqqA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMA07jqqA .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMA07jqqA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMA07jqqA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMA07jqqA .row {
  flex-direction: row-reverse;
}
.cid-uOMA07jqqA .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMA07jqqA .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMA07jqqA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMA07jqqA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMA07jqqA .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMA07jqqA img,
.cid-uOMA07jqqA .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMA07jqqA img,
  .cid-uOMA07jqqA .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMA07jqqA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMA07jqqA .mbr-text {
  color: #000000;
}
.cid-uOMA07jqqA .mbr-text,
.cid-uOMA07jqqA .mbr-section-btn {
  text-align: left;
  color: #2f5496;
}
.cid-uOMA07jqqA .price {
  color: #232323;
  text-align: left;
}
.cid-uOMA07jqqA .content-head {
  max-width: 800px;
}
.cid-uOMA07jqqA .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMA07jqqA .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uORmIeiOQS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORmIeiOQS .justify-content-center {
  align-items: center;
}
.cid-uORmIeiOQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORmIeiOQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORmIeiOQS .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORmIeiOQS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORmIeiOQS .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORmIeiOQS .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORmIeiOQS .row {
  align-items: center;
}
.cid-uORmIeiOQS .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORmIeiOQS .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uOMCBVyJDO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOMCBVyJDO .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uOMCBVyJDO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uOMCBVyJDO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOMCBVyJDO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOMCBVyJDO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOMCBVyJDO .menu_box .navbar.opened,
  .cid-uOMCBVyJDO .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOMCBVyJDO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOMCBVyJDO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOMCBVyJDO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOMCBVyJDO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOMCBVyJDO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOMCBVyJDO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOMCBVyJDO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOMCBVyJDO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOMCBVyJDO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOMCBVyJDO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOMCBVyJDO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOMCBVyJDO .offcanvas-body .mbr-text,
  .cid-uOMCBVyJDO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOMCBVyJDO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOMCBVyJDO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOMCBVyJDO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOMCBVyJDO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOMCBVyJDO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOMCBVyJDO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOMCBVyJDO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOMCBVyJDO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOMCBVyJDO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOMCBVyJDO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOMCBVyJDO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOMCBVyJDO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOMCBVyJDO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOMCBVyJDO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOMCBVyJDO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOMCBVyJDO .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOMCBVyJDO .nav-item {
    margin: 0 !important;
  }
}
.cid-uOMCBVyJDO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOMCBVyJDO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOMCBVyJDO .nav-item .nav-link:hover::before,
.cid-uOMCBVyJDO .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOMCBVyJDO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOMCBVyJDO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOMCBVyJDO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOMCBVyJDO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOMCBVyJDO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOMCBVyJDO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOMCBVyJDO .offcanvas_box {
    display: none;
  }
}
.cid-uOMCBVyJDO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOMCBVyJDO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOMCBVyJDO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOMCBVyJDO .container {
  display: flex;
  margin: auto;
}
.cid-uOMCBVyJDO .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOMCBVyJDO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOMCBVyJDO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOMCBVyJDO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOMCBVyJDO .navbar-nav {
    margin: 0;
  }
}
.cid-uOMCBVyJDO .dropdown-menu,
.cid-uOMCBVyJDO .navbar.opened {
  background-color: false !important;
}
.cid-uOMCBVyJDO .nav-item:focus,
.cid-uOMCBVyJDO .nav-link:focus {
  outline: none;
}
.cid-uOMCBVyJDO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOMCBVyJDO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOMCBVyJDO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOMCBVyJDO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOMCBVyJDO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOMCBVyJDO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOMCBVyJDO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOMCBVyJDO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOMCBVyJDO .navbar.opened {
  transition: all 0.3s;
}
.cid-uOMCBVyJDO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOMCBVyJDO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOMCBVyJDO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOMCBVyJDO .navbar.collapsed {
  justify-content: center;
}
.cid-uOMCBVyJDO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOMCBVyJDO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOMCBVyJDO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOMCBVyJDO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOMCBVyJDO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOMCBVyJDO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOMCBVyJDO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOMCBVyJDO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOMCBVyJDO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOMCBVyJDO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOMCBVyJDO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOMCBVyJDO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOMCBVyJDO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOMCBVyJDO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOMCBVyJDO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOMCBVyJDO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOMCBVyJDO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOMCBVyJDO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOMCBVyJDO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOMCBVyJDO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOMCBVyJDO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOMCBVyJDO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOMCBVyJDO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOMCBVyJDO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOMCBVyJDO .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-uOMCBVyJDO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOMCBVyJDO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOMCBVyJDO .dropdown-item.active,
.cid-uOMCBVyJDO .dropdown-item:active {
  background-color: transparent;
}
.cid-uOMCBVyJDO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOMCBVyJDO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOMCBVyJDO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOMCBVyJDO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOMCBVyJDO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOMCBVyJDO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOMCBVyJDO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uOMCBVyJDO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOMCBVyJDO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOMCBVyJDO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMCBVyJDO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMCBVyJDO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOMCBVyJDO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMCBVyJDO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOMCBVyJDO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOMCBVyJDO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMCBVyJDO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOMCBVyJDO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOMCBVyJDO .navbar {
    height: 70px;
  }
  .cid-uOMCBVyJDO .navbar.opened {
    height: auto;
  }
  .cid-uOMCBVyJDO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOMCBVyJDO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOMCBVyJDO .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOMCBVyJDO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOMCBVyJDO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOMCBVyJDO .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOMCBVyJDO .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uOMCBVyJDO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOMCBVyJDO .text_widget {
  margin-bottom: 32px;
}
.cid-uOMCBVyJDO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOMCBVyJDO .text_widget a:hover,
.cid-uOMCBVyJDO .text_widget a:focus {
  opacity: .8;
}
.cid-uOMCBVyJDO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOMCBVyJDO .navbar-caption {
  color: #ffffff;
}
.cid-uOMCBVyJDO .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOMCBVyJDO .mbr-section-subtitle,
.cid-uOMCBVyJDO .text_widget,
.cid-uOMCBVyJDO .mbr-section-btn {
  text-align: center;
}
.cid-uOMCBVyJDO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOMCBWpx26 {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4-646x570.png");
}
.cid-uOMCBWpx26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMCBWpx26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMCBWpx26 .row {
  justify-content: center;
}
.cid-uOMCBWpx26 .card {
  justify-content: flex-end;
}
.cid-uOMCBWpx26 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOMCBWpx26 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMCBWpx26 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uOMCBWpx26 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOMCBWpx26 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOMCBWpx26 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uOMCBWpx26 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOMCBWpx26 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uOMCBWpx26 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOMCBWpx26 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOMCBWpx26 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uOMCBWpx26 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOMCBWpx26 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOMCBWpx26 .mbr-text,
.cid-uOMCBWpx26 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOMCBWpx26 .mbr-desc {
  color: #ffffff;
}
.cid-uOMCBXEVbe {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOMCBXEVbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMCBXEVbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMCBXEVbe .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMCBXEVbe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMCBXEVbe .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMCBXEVbe .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMCBXEVbe .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMCBXEVbe .row {
  flex-direction: row-reverse;
}
.cid-uOMCBXEVbe .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMCBXEVbe .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMCBXEVbe .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMCBXEVbe .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMCBXEVbe .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMCBXEVbe img,
.cid-uOMCBXEVbe .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMCBXEVbe img,
  .cid-uOMCBXEVbe .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMCBXEVbe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMCBXEVbe .mbr-text {
  color: #000000;
}
.cid-uOMCBXEVbe .mbr-text,
.cid-uOMCBXEVbe .mbr-section-btn {
  text-align: left;
  color: #2f5496;
}
.cid-uOMCBXEVbe .price {
  color: #232323;
  text-align: left;
}
.cid-uOMCBXEVbe .content-head {
  max-width: 800px;
}
.cid-uOMCBXEVbe .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMCBXEVbe .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOMEb16aem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOMEb16aem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMEb16aem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMEb16aem .row {
  justify-content: space-between;
}
.cid-uOMEb16aem .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOMEb16aem .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMEb16aem .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOMEb16aem .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOMEb16aem .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOMEb16aem .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOMEb16aem .mbr-label {
  color: #000000;
}
.cid-uOMEb16aem .mbr-section-title {
  color: #2f5496;
}
.cid-uOMEb16aem .mbr-desc {
  color: #000000;
}
.cid-uOMEb16aem .mbr-text {
  color: #8a8a8a;
}
#custom-html-4a {
  /* Type valid CSS here */
}
#custom-html-4a div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-4a p {
  font-size: 60px;
  color: #777;
}
.cid-uOMGaOuieb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOMGaOuieb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMGaOuieb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMGaOuieb .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMGaOuieb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMGaOuieb .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMGaOuieb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMGaOuieb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMGaOuieb .row {
  flex-direction: row-reverse;
}
.cid-uOMGaOuieb .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMGaOuieb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMGaOuieb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMGaOuieb .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMGaOuieb .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMGaOuieb img,
.cid-uOMGaOuieb .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMGaOuieb img,
  .cid-uOMGaOuieb .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMGaOuieb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMGaOuieb .mbr-text {
  color: #000000;
}
.cid-uOMGaOuieb .mbr-text,
.cid-uOMGaOuieb .mbr-section-btn {
  text-align: left;
  color: #7787a5;
}
.cid-uOMGaOuieb .price {
  color: #232323;
  text-align: left;
}
.cid-uOMGaOuieb .content-head {
  max-width: 800px;
}
.cid-uOMGaOuieb .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMGaOuieb .mbr-section-mainsubtitle {
  text-align: center;
}
#custom-html-4c {
  /* Type valid CSS here */
}
#custom-html-4c div {
  padding: 0px 0;
  color: #777777;
  text-align: center;
}
#custom-html-4c p {
  font-size: 60px;
  color: #777;
}
.cid-uOMCC0Navi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOMCC0Navi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMCC0Navi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMCC0Navi .row {
  justify-content: space-between;
}
.cid-uOMCC0Navi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOMCC0Navi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMCC0Navi .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOMCC0Navi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOMCC0Navi .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOMCC0Navi .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOMCC0Navi .mbr-label {
  color: #000000;
}
.cid-uOMCC0Navi .mbr-section-title {
  color: #2f5496;
}
.cid-uOMCC0Navi .mbr-desc {
  color: #000000;
}
.cid-uOMCC0Navi .mbr-text {
  color: #8a8a8a;
}
.cid-uORmRXsHuP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORmRXsHuP .justify-content-center {
  align-items: center;
}
.cid-uORmRXsHuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORmRXsHuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORmRXsHuP .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORmRXsHuP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORmRXsHuP .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORmRXsHuP .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORmRXsHuP .row {
  align-items: center;
}
.cid-uORmRXsHuP .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORmRXsHuP .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uOMImoDKXT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOMImoDKXT .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uOMImoDKXT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uOMImoDKXT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOMImoDKXT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOMImoDKXT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOMImoDKXT .menu_box .navbar.opened,
  .cid-uOMImoDKXT .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOMImoDKXT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOMImoDKXT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOMImoDKXT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOMImoDKXT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOMImoDKXT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOMImoDKXT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOMImoDKXT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uOMImoDKXT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOMImoDKXT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOMImoDKXT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOMImoDKXT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOMImoDKXT .offcanvas-body .mbr-text,
  .cid-uOMImoDKXT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOMImoDKXT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOMImoDKXT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOMImoDKXT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uOMImoDKXT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOMImoDKXT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOMImoDKXT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOMImoDKXT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOMImoDKXT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOMImoDKXT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOMImoDKXT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOMImoDKXT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOMImoDKXT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOMImoDKXT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOMImoDKXT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOMImoDKXT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOMImoDKXT .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uOMImoDKXT .nav-item {
    margin: 0 !important;
  }
}
.cid-uOMImoDKXT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOMImoDKXT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOMImoDKXT .nav-item .nav-link:hover::before,
.cid-uOMImoDKXT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOMImoDKXT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOMImoDKXT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOMImoDKXT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOMImoDKXT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOMImoDKXT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOMImoDKXT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOMImoDKXT .offcanvas_box {
    display: none;
  }
}
.cid-uOMImoDKXT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOMImoDKXT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOMImoDKXT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOMImoDKXT .container {
  display: flex;
  margin: auto;
}
.cid-uOMImoDKXT .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOMImoDKXT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOMImoDKXT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOMImoDKXT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOMImoDKXT .navbar-nav {
    margin: 0;
  }
}
.cid-uOMImoDKXT .dropdown-menu,
.cid-uOMImoDKXT .navbar.opened {
  background-color: false !important;
}
.cid-uOMImoDKXT .nav-item:focus,
.cid-uOMImoDKXT .nav-link:focus {
  outline: none;
}
.cid-uOMImoDKXT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOMImoDKXT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOMImoDKXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOMImoDKXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOMImoDKXT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOMImoDKXT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOMImoDKXT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOMImoDKXT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOMImoDKXT .navbar.opened {
  transition: all 0.3s;
}
.cid-uOMImoDKXT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOMImoDKXT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uOMImoDKXT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOMImoDKXT .navbar.collapsed {
  justify-content: center;
}
.cid-uOMImoDKXT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOMImoDKXT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOMImoDKXT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOMImoDKXT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOMImoDKXT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOMImoDKXT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOMImoDKXT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOMImoDKXT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOMImoDKXT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOMImoDKXT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOMImoDKXT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOMImoDKXT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOMImoDKXT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOMImoDKXT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOMImoDKXT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOMImoDKXT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOMImoDKXT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOMImoDKXT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOMImoDKXT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOMImoDKXT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOMImoDKXT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOMImoDKXT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOMImoDKXT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOMImoDKXT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOMImoDKXT .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-uOMImoDKXT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uOMImoDKXT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOMImoDKXT .dropdown-item.active,
.cid-uOMImoDKXT .dropdown-item:active {
  background-color: transparent;
}
.cid-uOMImoDKXT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uOMImoDKXT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOMImoDKXT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOMImoDKXT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOMImoDKXT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOMImoDKXT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOMImoDKXT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uOMImoDKXT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOMImoDKXT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOMImoDKXT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMImoDKXT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOMImoDKXT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOMImoDKXT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMImoDKXT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOMImoDKXT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOMImoDKXT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOMImoDKXT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOMImoDKXT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOMImoDKXT .navbar {
    height: 70px;
  }
  .cid-uOMImoDKXT .navbar.opened {
    height: auto;
  }
  .cid-uOMImoDKXT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOMImoDKXT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOMImoDKXT .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uOMImoDKXT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOMImoDKXT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOMImoDKXT .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uOMImoDKXT .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uOMImoDKXT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOMImoDKXT .text_widget {
  margin-bottom: 32px;
}
.cid-uOMImoDKXT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOMImoDKXT .text_widget a:hover,
.cid-uOMImoDKXT .text_widget a:focus {
  opacity: .8;
}
.cid-uOMImoDKXT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOMImoDKXT .navbar-caption {
  color: #ffffff;
}
.cid-uOMImoDKXT .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOMImoDKXT .mbr-section-subtitle,
.cid-uOMImoDKXT .text_widget,
.cid-uOMImoDKXT .mbr-section-btn {
  text-align: center;
}
.cid-uOMImoDKXT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOMImpBJLi {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5-646x570.png");
}
.cid-uOMImpBJLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMImpBJLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMImpBJLi .row {
  justify-content: center;
}
.cid-uOMImpBJLi .card {
  justify-content: flex-end;
}
.cid-uOMImpBJLi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uOMImpBJLi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMImpBJLi .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uOMImpBJLi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOMImpBJLi .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOMImpBJLi .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uOMImpBJLi .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uOMImpBJLi .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uOMImpBJLi .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOMImpBJLi .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOMImpBJLi .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uOMImpBJLi .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOMImpBJLi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOMImpBJLi .mbr-text,
.cid-uOMImpBJLi .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uOMImpBJLi .mbr-desc {
  color: #ffffff;
}
.cid-uOMImqakza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOMImqakza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMImqakza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMImqakza .row {
  justify-content: space-between;
}
.cid-uOMImqakza .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOMImqakza .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMImqakza .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOMImqakza .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOMImqakza .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOMImqakza .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOMImqakza .mbr-label {
  color: #000000;
}
.cid-uOMImqakza .mbr-section-title {
  color: #2f5496;
}
.cid-uOMImqakza .mbr-desc {
  color: #000000;
}
.cid-uOMImqakza .mbr-text {
  color: #8a8a8a;
}
.cid-uOMImqJjAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOMImqJjAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMImqJjAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMImqJjAh .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMImqJjAh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMImqJjAh .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMImqJjAh .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMImqJjAh .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMImqJjAh .row {
  flex-direction: row-reverse;
}
.cid-uOMImqJjAh .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMImqJjAh .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMImqJjAh .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMImqJjAh .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMImqJjAh .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMImqJjAh img,
.cid-uOMImqJjAh .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMImqJjAh img,
  .cid-uOMImqJjAh .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMImqJjAh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMImqJjAh .mbr-text {
  color: #000000;
}
.cid-uOMImqJjAh .mbr-text,
.cid-uOMImqJjAh .mbr-section-btn {
  text-align: left;
}
.cid-uOMImqJjAh .price {
  color: #232323;
  text-align: left;
}
.cid-uOMImqJjAh .content-head {
  max-width: 800px;
}
.cid-uOMImqJjAh .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMImqJjAh .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOMImsegz7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uOMImsegz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMImsegz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMImsegz7 .row {
  justify-content: space-between;
}
.cid-uOMImsegz7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOMImsegz7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMImsegz7 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOMImsegz7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOMImsegz7 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOMImsegz7 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOMImsegz7 .mbr-label {
  color: #000000;
}
.cid-uOMImsegz7 .mbr-section-title {
  color: #2f5496;
}
.cid-uOMImsegz7 .mbr-desc {
  color: #000000;
}
.cid-uOMImsegz7 .mbr-text {
  color: #8a8a8a;
}
.cid-uOMWjl5HIv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uOMWjl5HIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMWjl5HIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMWjl5HIv .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMWjl5HIv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMWjl5HIv .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMWjl5HIv .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMWjl5HIv .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMWjl5HIv .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMWjl5HIv .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMWjl5HIv img,
.cid-uOMWjl5HIv .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMWjl5HIv img,
  .cid-uOMWjl5HIv .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMWjl5HIv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMWjl5HIv .mbr-text {
  color: #000000;
}
.cid-uOMWjl5HIv .mbr-text,
.cid-uOMWjl5HIv .mbr-section-btn {
  text-align: left;
}
.cid-uOMWjl5HIv .price {
  color: #232323;
  text-align: left;
}
.cid-uOMWjl5HIv .content-head {
  max-width: 800px;
}
.cid-uOMWjl5HIv .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMWjl5HIv .mbr-section-mainsubtitle {
  text-align: center;
  color: #7787a5;
}
.cid-uOMXPfNSX7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOMXPfNSX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMXPfNSX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMXPfNSX7 .row {
  justify-content: space-between;
}
.cid-uOMXPfNSX7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uOMXPfNSX7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOMXPfNSX7 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOMXPfNSX7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOMXPfNSX7 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOMXPfNSX7 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uOMXPfNSX7 .mbr-label {
  color: #000000;
}
.cid-uOMXPfNSX7 .mbr-section-title {
  color: #2f5496;
}
.cid-uOMXPfNSX7 .mbr-desc {
  color: #000000;
}
.cid-uOMXPfNSX7 .mbr-text {
  color: #8a8a8a;
}
.cid-uOMYwLmRtF {
  padding-top: 0rem;
  padding-bottom: 2.5rem;
  background-color: #ffffff;
}
.cid-uOMYwLmRtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMYwLmRtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMYwLmRtF .card-wrapper {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uOMYwLmRtF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMYwLmRtF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uOMYwLmRtF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uOMYwLmRtF .mbr-text,
.cid-uOMYwLmRtF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOMYwLmRtF .card-title,
.cid-uOMYwLmRtF .card-box {
  text-align: center;
  color: #000000;
}
.cid-uOMYwLmRtF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uOMYwLmRtF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uOMYwLmRtF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f5496;
  background-color: #2f5496;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uOMYwLmRtF .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uOMYwLmRtF .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uOMYwLmRtF .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #2f5496;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOMYwLmRtF .mbr-text UL {
  text-align: left;
}
.cid-uON1XJOYv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uON1XJOYv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON1XJOYv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON1XJOYv0 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uON1XJOYv0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uON1XJOYv0 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON1XJOYv0 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON1XJOYv0 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON1XJOYv0 .row {
  flex-direction: row-reverse;
}
.cid-uON1XJOYv0 .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON1XJOYv0 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON1XJOYv0 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON1XJOYv0 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uON1XJOYv0 .image-wrapper {
  padding: 0 1rem;
}
.cid-uON1XJOYv0 img,
.cid-uON1XJOYv0 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uON1XJOYv0 img,
  .cid-uON1XJOYv0 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uON1XJOYv0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uON1XJOYv0 .mbr-text {
  color: #000000;
}
.cid-uON1XJOYv0 .mbr-text,
.cid-uON1XJOYv0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uON1XJOYv0 .price {
  color: #232323;
  text-align: left;
}
.cid-uON1XJOYv0 .content-head {
  max-width: 800px;
}
.cid-uON1XJOYv0 .mbr-section-maintitle {
  text-align: center;
}
.cid-uON1XJOYv0 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOMImv8pJF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOMImv8pJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOMImv8pJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOMImv8pJF .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOMImv8pJF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOMImv8pJF .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOMImv8pJF .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOMImv8pJF .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOMImv8pJF .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOMImv8pJF .image-wrapper {
  padding: 0 1rem;
}
.cid-uOMImv8pJF img,
.cid-uOMImv8pJF .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOMImv8pJF img,
  .cid-uOMImv8pJF .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOMImv8pJF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOMImv8pJF .mbr-text {
  color: #000000;
}
.cid-uOMImv8pJF .mbr-text,
.cid-uOMImv8pJF .mbr-section-btn {
  text-align: left;
}
.cid-uOMImv8pJF .price {
  color: #232323;
  text-align: left;
}
.cid-uOMImv8pJF .content-head {
  max-width: 800px;
}
.cid-uOMImv8pJF .mbr-section-maintitle {
  text-align: center;
}
.cid-uOMImv8pJF .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uORn4wk4BC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORn4wk4BC .justify-content-center {
  align-items: center;
}
.cid-uORn4wk4BC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORn4wk4BC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORn4wk4BC .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORn4wk4BC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORn4wk4BC .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORn4wk4BC .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORn4wk4BC .row {
  align-items: center;
}
.cid-uORn4wk4BC .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORn4wk4BC .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uON4tYJWmL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uON4tYJWmL .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uON4tYJWmL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uON4tYJWmL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uON4tYJWmL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uON4tYJWmL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uON4tYJWmL .menu_box .navbar.opened,
  .cid-uON4tYJWmL .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uON4tYJWmL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uON4tYJWmL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uON4tYJWmL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uON4tYJWmL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uON4tYJWmL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uON4tYJWmL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uON4tYJWmL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uON4tYJWmL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uON4tYJWmL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uON4tYJWmL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uON4tYJWmL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uON4tYJWmL .offcanvas-body .mbr-text,
  .cid-uON4tYJWmL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uON4tYJWmL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uON4tYJWmL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uON4tYJWmL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uON4tYJWmL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uON4tYJWmL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uON4tYJWmL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uON4tYJWmL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uON4tYJWmL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uON4tYJWmL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uON4tYJWmL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uON4tYJWmL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uON4tYJWmL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uON4tYJWmL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uON4tYJWmL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uON4tYJWmL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uON4tYJWmL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uON4tYJWmL .nav-item {
    margin: 0 !important;
  }
}
.cid-uON4tYJWmL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uON4tYJWmL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uON4tYJWmL .nav-item .nav-link:hover::before,
.cid-uON4tYJWmL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uON4tYJWmL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uON4tYJWmL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uON4tYJWmL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uON4tYJWmL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uON4tYJWmL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uON4tYJWmL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uON4tYJWmL .offcanvas_box {
    display: none;
  }
}
.cid-uON4tYJWmL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uON4tYJWmL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uON4tYJWmL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uON4tYJWmL .container {
  display: flex;
  margin: auto;
}
.cid-uON4tYJWmL .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uON4tYJWmL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uON4tYJWmL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uON4tYJWmL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uON4tYJWmL .navbar-nav {
    margin: 0;
  }
}
.cid-uON4tYJWmL .dropdown-menu,
.cid-uON4tYJWmL .navbar.opened {
  background-color: false !important;
}
.cid-uON4tYJWmL .nav-item:focus,
.cid-uON4tYJWmL .nav-link:focus {
  outline: none;
}
.cid-uON4tYJWmL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uON4tYJWmL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uON4tYJWmL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uON4tYJWmL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uON4tYJWmL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uON4tYJWmL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uON4tYJWmL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uON4tYJWmL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uON4tYJWmL .navbar.opened {
  transition: all 0.3s;
}
.cid-uON4tYJWmL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uON4tYJWmL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uON4tYJWmL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uON4tYJWmL .navbar.collapsed {
  justify-content: center;
}
.cid-uON4tYJWmL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uON4tYJWmL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uON4tYJWmL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uON4tYJWmL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uON4tYJWmL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uON4tYJWmL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uON4tYJWmL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uON4tYJWmL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uON4tYJWmL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uON4tYJWmL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uON4tYJWmL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uON4tYJWmL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uON4tYJWmL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uON4tYJWmL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uON4tYJWmL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uON4tYJWmL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uON4tYJWmL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uON4tYJWmL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uON4tYJWmL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uON4tYJWmL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uON4tYJWmL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uON4tYJWmL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uON4tYJWmL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uON4tYJWmL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uON4tYJWmL .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-uON4tYJWmL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uON4tYJWmL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uON4tYJWmL .dropdown-item.active,
.cid-uON4tYJWmL .dropdown-item:active {
  background-color: transparent;
}
.cid-uON4tYJWmL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uON4tYJWmL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uON4tYJWmL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uON4tYJWmL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uON4tYJWmL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uON4tYJWmL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uON4tYJWmL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uON4tYJWmL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uON4tYJWmL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uON4tYJWmL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uON4tYJWmL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uON4tYJWmL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uON4tYJWmL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uON4tYJWmL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uON4tYJWmL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uON4tYJWmL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uON4tYJWmL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uON4tYJWmL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uON4tYJWmL .navbar {
    height: 70px;
  }
  .cid-uON4tYJWmL .navbar.opened {
    height: auto;
  }
  .cid-uON4tYJWmL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uON4tYJWmL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uON4tYJWmL .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uON4tYJWmL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uON4tYJWmL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uON4tYJWmL .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uON4tYJWmL .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uON4tYJWmL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uON4tYJWmL .text_widget {
  margin-bottom: 32px;
}
.cid-uON4tYJWmL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uON4tYJWmL .text_widget a:hover,
.cid-uON4tYJWmL .text_widget a:focus {
  opacity: .8;
}
.cid-uON4tYJWmL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uON4tYJWmL .navbar-caption {
  color: #ffffff;
}
.cid-uON4tYJWmL .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uON4tYJWmL .mbr-section-subtitle,
.cid-uON4tYJWmL .text_widget,
.cid-uON4tYJWmL .mbr-section-btn {
  text-align: center;
}
.cid-uON4tYJWmL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uON4tZrVzB {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6-646x570.png");
}
.cid-uON4tZrVzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON4tZrVzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON4tZrVzB .row {
  justify-content: center;
}
.cid-uON4tZrVzB .card {
  justify-content: flex-end;
}
.cid-uON4tZrVzB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uON4tZrVzB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uON4tZrVzB .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uON4tZrVzB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uON4tZrVzB .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uON4tZrVzB .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uON4tZrVzB .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uON4tZrVzB .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uON4tZrVzB .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uON4tZrVzB .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uON4tZrVzB .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uON4tZrVzB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uON4tZrVzB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uON4tZrVzB .mbr-text,
.cid-uON4tZrVzB .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uON4tZrVzB .mbr-desc {
  color: #ffffff;
}
.cid-uON5pJlyzO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uON5pJlyzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON5pJlyzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON5pJlyzO .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-uON5pJlyzO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uON5pJlyzO .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON5pJlyzO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON5pJlyzO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON5pJlyzO .row {
  flex-direction: row-reverse;
}
.cid-uON5pJlyzO .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON5pJlyzO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON5pJlyzO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON5pJlyzO .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uON5pJlyzO .image-wrapper {
  padding: 0 1rem;
}
.cid-uON5pJlyzO img,
.cid-uON5pJlyzO .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uON5pJlyzO img,
  .cid-uON5pJlyzO .image-wrapper {
    max-height: 350px;
  }
}
.cid-uON5pJlyzO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uON5pJlyzO .mbr-text {
  color: #000000;
}
.cid-uON5pJlyzO .mbr-text,
.cid-uON5pJlyzO .mbr-section-btn {
  text-align: left;
  color: #2f5496;
}
.cid-uON5pJlyzO .price {
  color: #232323;
  text-align: left;
}
.cid-uON5pJlyzO .content-head {
  max-width: 800px;
}
.cid-uON5pJlyzO .mbr-section-maintitle {
  text-align: center;
}
.cid-uON5pJlyzO .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uON4u1gNSO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uON4u1gNSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON4u1gNSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON4u1gNSO .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uON4u1gNSO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uON4u1gNSO .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON4u1gNSO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON4u1gNSO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON4u1gNSO .row {
  flex-direction: row-reverse;
}
.cid-uON4u1gNSO .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON4u1gNSO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON4u1gNSO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON4u1gNSO .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uON4u1gNSO .image-wrapper {
  padding: 0 1rem;
}
.cid-uON4u1gNSO img,
.cid-uON4u1gNSO .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uON4u1gNSO img,
  .cid-uON4u1gNSO .image-wrapper {
    max-height: 350px;
  }
}
.cid-uON4u1gNSO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uON4u1gNSO .mbr-text {
  color: #000000;
}
.cid-uON4u1gNSO .mbr-text,
.cid-uON4u1gNSO .mbr-section-btn {
  text-align: left;
  color: #7787a5;
}
.cid-uON4u1gNSO .price {
  color: #232323;
  text-align: left;
}
.cid-uON4u1gNSO .content-head {
  max-width: 800px;
}
.cid-uON4u1gNSO .mbr-section-maintitle {
  text-align: center;
}
.cid-uON4u1gNSO .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uON7fgWnXx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uON7fgWnXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON7fgWnXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON7fgWnXx .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uON7fgWnXx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uON7fgWnXx .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON7fgWnXx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON7fgWnXx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON7fgWnXx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uON7fgWnXx .image-wrapper {
  padding: 0 1rem;
}
.cid-uON7fgWnXx img,
.cid-uON7fgWnXx .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uON7fgWnXx img,
  .cid-uON7fgWnXx .image-wrapper {
    max-height: 350px;
  }
}
.cid-uON7fgWnXx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uON7fgWnXx .mbr-text {
  color: #000000;
}
.cid-uON7fgWnXx .mbr-text,
.cid-uON7fgWnXx .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uON7fgWnXx .price {
  color: #232323;
  text-align: left;
}
.cid-uON7fgWnXx .content-head {
  max-width: 800px;
}
.cid-uON7fgWnXx .mbr-section-maintitle {
  text-align: center;
}
.cid-uON7fgWnXx .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uON7QVEVlR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uON7QVEVlR .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uON7QVEVlR .mbr-text {
  text-align: left;
}
.cid-uON8mPaAoV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uON8mPaAoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON8mPaAoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON8mPaAoV .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uON8mPaAoV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uON8mPaAoV .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON8mPaAoV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON8mPaAoV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON8mPaAoV .row {
  flex-direction: row-reverse;
}
.cid-uON8mPaAoV .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uON8mPaAoV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uON8mPaAoV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uON8mPaAoV .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uON8mPaAoV .image-wrapper {
  padding: 0 1rem;
}
.cid-uON8mPaAoV img,
.cid-uON8mPaAoV .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uON8mPaAoV img,
  .cid-uON8mPaAoV .image-wrapper {
    max-height: 350px;
  }
}
.cid-uON8mPaAoV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uON8mPaAoV .mbr-text {
  color: #000000;
}
.cid-uON8mPaAoV .mbr-text,
.cid-uON8mPaAoV .mbr-section-btn {
  text-align: left;
  color: #7787a5;
}
.cid-uON8mPaAoV .price {
  color: #232323;
  text-align: left;
}
.cid-uON8mPaAoV .content-head {
  max-width: 800px;
}
.cid-uON8mPaAoV .mbr-section-maintitle {
  text-align: center;
}
.cid-uON8mPaAoV .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uON4u25hTG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uON4u25hTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uON4u25hTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uON4u25hTG .row {
  justify-content: space-between;
}
.cid-uON4u25hTG .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uON4u25hTG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uON4u25hTG .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uON4u25hTG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uON4u25hTG .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uON4u25hTG .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uON4u25hTG .mbr-label {
  color: #000000;
}
.cid-uON4u25hTG .mbr-section-title {
  color: #2f5496;
}
.cid-uON4u25hTG .mbr-desc {
  color: #000000;
}
.cid-uON4u25hTG .mbr-text {
  color: #8a8a8a;
}
.cid-uONa7YG8kf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONa7YG8kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONa7YG8kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONa7YG8kf .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uONa7YG8kf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONa7YG8kf .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONa7YG8kf .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONa7YG8kf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONa7YG8kf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uONa7YG8kf .image-wrapper {
  padding: 0 1rem;
}
.cid-uONa7YG8kf img,
.cid-uONa7YG8kf .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uONa7YG8kf img,
  .cid-uONa7YG8kf .image-wrapper {
    max-height: 350px;
  }
}
.cid-uONa7YG8kf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uONa7YG8kf .mbr-text {
  color: #000000;
}
.cid-uONa7YG8kf .mbr-text,
.cid-uONa7YG8kf .mbr-section-btn {
  text-align: left;
  color: #7787a5;
}
.cid-uONa7YG8kf .price {
  color: #232323;
  text-align: left;
}
.cid-uONa7YG8kf .content-head {
  max-width: 800px;
}
.cid-uONa7YG8kf .mbr-section-maintitle {
  text-align: center;
}
.cid-uONa7YG8kf .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uONVPCwvAp {
  background-color: #ffffff;
}
.cid-uONVPCwvAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONVPCwvAp .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-uONVPCwvAp .container {
    padding: 0 20px;
  }
}
.cid-uONVPCwvAp .row {
  justify-content: space-between;
}
.cid-uONVPCwvAp .text-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uONVPCwvAp .text-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uONVPCwvAp .text-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uONVPCwvAp .text-wrapper .text-wrap {
  padding: 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uONVPCwvAp .text-wrapper .text-wrap {
    padding: 0;
  }
}
.cid-uONVPCwvAp .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uONVPCwvAp .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uONVPCwvAp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uONVPCwvAp .items-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uONVPCwvAp .items-wrapper {
    padding-right: 0;
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uONVPCwvAp .items-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uONVPCwvAp .items-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uONVPCwvAp .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uONVPCwvAp .items-wrapper .item .item-wrapper .card-box .card-box .card-text {
  margin-bottom: 0;
}
.cid-uONVPCwvAp .mbr-text {
  color: #1e1d1c;
}
.cid-uONVPCwvAp .card-text {
  color: #1e1d1c;
}
.cid-uONWFSDdeb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONWFSDdeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONWFSDdeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONWFSDdeb .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uONWFSDdeb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONWFSDdeb .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONWFSDdeb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONWFSDdeb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONWFSDdeb .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uONWFSDdeb .image-wrapper {
  padding: 0 1rem;
}
.cid-uONWFSDdeb img,
.cid-uONWFSDdeb .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uONWFSDdeb img,
  .cid-uONWFSDdeb .image-wrapper {
    max-height: 350px;
  }
}
.cid-uONWFSDdeb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uONWFSDdeb .mbr-text {
  color: #000000;
}
.cid-uONWFSDdeb .mbr-text,
.cid-uONWFSDdeb .mbr-section-btn {
  text-align: left;
}
.cid-uONWFSDdeb .price {
  color: #232323;
  text-align: left;
}
.cid-uONWFSDdeb .content-head {
  max-width: 800px;
}
.cid-uONWFSDdeb .mbr-section-maintitle {
  text-align: center;
}
.cid-uONWFSDdeb .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uORneTGbH6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORneTGbH6 .justify-content-center {
  align-items: center;
}
.cid-uORneTGbH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORneTGbH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORneTGbH6 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORneTGbH6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORneTGbH6 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORneTGbH6 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORneTGbH6 .row {
  align-items: center;
}
.cid-uORneTGbH6 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORneTGbH6 .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uONb19mzSW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uONb19mzSW .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uONb19mzSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uONb19mzSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uONb19mzSW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uONb19mzSW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uONb19mzSW .menu_box .navbar.opened,
  .cid-uONb19mzSW .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uONb19mzSW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uONb19mzSW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uONb19mzSW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uONb19mzSW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uONb19mzSW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uONb19mzSW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uONb19mzSW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uONb19mzSW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uONb19mzSW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uONb19mzSW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uONb19mzSW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uONb19mzSW .offcanvas-body .mbr-text,
  .cid-uONb19mzSW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uONb19mzSW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uONb19mzSW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uONb19mzSW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uONb19mzSW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uONb19mzSW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uONb19mzSW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uONb19mzSW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uONb19mzSW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uONb19mzSW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uONb19mzSW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uONb19mzSW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uONb19mzSW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uONb19mzSW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uONb19mzSW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uONb19mzSW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uONb19mzSW .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uONb19mzSW .nav-item {
    margin: 0 !important;
  }
}
.cid-uONb19mzSW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uONb19mzSW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uONb19mzSW .nav-item .nav-link:hover::before,
.cid-uONb19mzSW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uONb19mzSW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uONb19mzSW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uONb19mzSW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uONb19mzSW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uONb19mzSW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uONb19mzSW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uONb19mzSW .offcanvas_box {
    display: none;
  }
}
.cid-uONb19mzSW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uONb19mzSW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uONb19mzSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uONb19mzSW .container {
  display: flex;
  margin: auto;
}
.cid-uONb19mzSW .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uONb19mzSW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uONb19mzSW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uONb19mzSW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uONb19mzSW .navbar-nav {
    margin: 0;
  }
}
.cid-uONb19mzSW .dropdown-menu,
.cid-uONb19mzSW .navbar.opened {
  background-color: false !important;
}
.cid-uONb19mzSW .nav-item:focus,
.cid-uONb19mzSW .nav-link:focus {
  outline: none;
}
.cid-uONb19mzSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uONb19mzSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uONb19mzSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uONb19mzSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uONb19mzSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uONb19mzSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uONb19mzSW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uONb19mzSW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uONb19mzSW .navbar.opened {
  transition: all 0.3s;
}
.cid-uONb19mzSW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uONb19mzSW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uONb19mzSW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uONb19mzSW .navbar.collapsed {
  justify-content: center;
}
.cid-uONb19mzSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uONb19mzSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uONb19mzSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uONb19mzSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uONb19mzSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uONb19mzSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uONb19mzSW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uONb19mzSW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uONb19mzSW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uONb19mzSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uONb19mzSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uONb19mzSW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uONb19mzSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uONb19mzSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uONb19mzSW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uONb19mzSW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uONb19mzSW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uONb19mzSW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uONb19mzSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uONb19mzSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uONb19mzSW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uONb19mzSW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uONb19mzSW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uONb19mzSW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uONb19mzSW .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-uONb19mzSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uONb19mzSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uONb19mzSW .dropdown-item.active,
.cid-uONb19mzSW .dropdown-item:active {
  background-color: transparent;
}
.cid-uONb19mzSW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uONb19mzSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uONb19mzSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uONb19mzSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uONb19mzSW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uONb19mzSW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uONb19mzSW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uONb19mzSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uONb19mzSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uONb19mzSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uONb19mzSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uONb19mzSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uONb19mzSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uONb19mzSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uONb19mzSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uONb19mzSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uONb19mzSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uONb19mzSW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uONb19mzSW .navbar {
    height: 70px;
  }
  .cid-uONb19mzSW .navbar.opened {
    height: auto;
  }
  .cid-uONb19mzSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uONb19mzSW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uONb19mzSW .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uONb19mzSW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uONb19mzSW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uONb19mzSW .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uONb19mzSW .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uONb19mzSW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uONb19mzSW .text_widget {
  margin-bottom: 32px;
}
.cid-uONb19mzSW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uONb19mzSW .text_widget a:hover,
.cid-uONb19mzSW .text_widget a:focus {
  opacity: .8;
}
.cid-uONb19mzSW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uONb19mzSW .navbar-caption {
  color: #ffffff;
}
.cid-uONb19mzSW .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uONb19mzSW .mbr-section-subtitle,
.cid-uONb19mzSW .text_widget,
.cid-uONb19mzSW .mbr-section-btn {
  text-align: center;
}
.cid-uONb19mzSW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uONb1a8DZi {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2-646x570.png");
}
.cid-uONb1a8DZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONb1a8DZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONb1a8DZi .row {
  justify-content: center;
}
.cid-uONb1a8DZi .card {
  justify-content: flex-end;
}
.cid-uONb1a8DZi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uONb1a8DZi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uONb1a8DZi .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uONb1a8DZi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uONb1a8DZi .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uONb1a8DZi .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uONb1a8DZi .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uONb1a8DZi .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uONb1a8DZi .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uONb1a8DZi .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uONb1a8DZi .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uONb1a8DZi .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uONb1a8DZi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uONb1a8DZi .mbr-text,
.cid-uONb1a8DZi .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uONb1a8DZi .mbr-desc {
  color: #ffffff;
}
.cid-uONb1aEDJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uONb1aEDJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONb1aEDJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONb1aEDJi .row {
  justify-content: space-between;
}
.cid-uONb1aEDJi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uONb1aEDJi .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uONb1aEDJi .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uONb1aEDJi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uONb1aEDJi .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uONb1aEDJi .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uONb1aEDJi .mbr-label {
  color: #000000;
}
.cid-uONb1aEDJi .mbr-section-title {
  color: #2f5496;
}
.cid-uONb1aEDJi .mbr-desc {
  color: #000000;
}
.cid-uONb1aEDJi .mbr-text {
  color: #8a8a8a;
}
.cid-uONbILEygf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONbILEygf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONbILEygf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONbILEygf .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uONbILEygf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONbILEygf .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONbILEygf .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONbILEygf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONbILEygf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uONbILEygf .image-wrapper {
  padding: 0 1rem;
}
.cid-uONbILEygf img,
.cid-uONbILEygf .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uONbILEygf img,
  .cid-uONbILEygf .image-wrapper {
    max-height: 350px;
  }
}
.cid-uONbILEygf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uONbILEygf .mbr-text {
  color: #000000;
}
.cid-uONbILEygf .mbr-text,
.cid-uONbILEygf .mbr-section-btn {
  text-align: left;
}
.cid-uONbILEygf .price {
  color: #232323;
  text-align: left;
}
.cid-uONbILEygf .content-head {
  max-width: 800px;
}
.cid-uONbILEygf .mbr-section-maintitle {
  text-align: center;
}
.cid-uONbILEygf .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uONcLdgu3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONcLdgu3d .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uONcLdgu3d .mbr-text {
  text-align: left;
}
.cid-uONd4LU1JV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONd4LU1JV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONd4LU1JV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONd4LU1JV .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uONd4LU1JV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONd4LU1JV .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONd4LU1JV .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONd4LU1JV .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONd4LU1JV .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uONd4LU1JV .image-wrapper {
  padding: 0 1rem;
}
.cid-uONd4LU1JV img,
.cid-uONd4LU1JV .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uONd4LU1JV img,
  .cid-uONd4LU1JV .image-wrapper {
    max-height: 350px;
  }
}
.cid-uONd4LU1JV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uONd4LU1JV .mbr-text {
  color: #000000;
}
.cid-uONd4LU1JV .mbr-text,
.cid-uONd4LU1JV .mbr-section-btn {
  text-align: left;
}
.cid-uONd4LU1JV .price {
  color: #232323;
  text-align: left;
}
.cid-uONd4LU1JV .content-head {
  max-width: 800px;
}
.cid-uONd4LU1JV .mbr-section-maintitle {
  text-align: center;
}
.cid-uONd4LU1JV .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uONdXY3Blx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONdXY3Blx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONdXY3Blx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONdXY3Blx .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uONdXY3Blx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONdXY3Blx .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONdXY3Blx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONdXY3Blx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONdXY3Blx .row {
  flex-direction: row-reverse;
}
.cid-uONdXY3Blx .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONdXY3Blx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONdXY3Blx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONdXY3Blx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uONdXY3Blx .image-wrapper {
  padding: 0 1rem;
}
.cid-uONdXY3Blx img,
.cid-uONdXY3Blx .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uONdXY3Blx img,
  .cid-uONdXY3Blx .image-wrapper {
    max-height: 350px;
  }
}
.cid-uONdXY3Blx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uONdXY3Blx .mbr-text {
  color: #000000;
}
.cid-uONdXY3Blx .mbr-text,
.cid-uONdXY3Blx .mbr-section-btn {
  text-align: left;
  color: #7787a5;
}
.cid-uONdXY3Blx .price {
  color: #232323;
  text-align: left;
}
.cid-uONdXY3Blx .content-head {
  max-width: 800px;
}
.cid-uONdXY3Blx .mbr-section-maintitle {
  text-align: center;
}
.cid-uONdXY3Blx .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uORnuzsFiR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORnuzsFiR .justify-content-center {
  align-items: center;
}
.cid-uORnuzsFiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORnuzsFiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORnuzsFiR .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORnuzsFiR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORnuzsFiR .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORnuzsFiR .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORnuzsFiR .row {
  align-items: center;
}
.cid-uORnuzsFiR .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORnuzsFiR .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uOHwIbjzq2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uOHwIbjzq2 .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;
}
@media (max-width: 767px) {
  .cid-uOHwIbjzq2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uOHwIbjzq2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOHwIbjzq2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uOHwIbjzq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOHwIbjzq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOHwIbjzq2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uOHwIbjzq2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uOHwIbjzq2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uOHwIbjzq2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uOHwIbjzq2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uOHwIbjzq2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uOHwIbjzq2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uOHwIbjzq2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uOHwIbjzq2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uOHwIbjzq2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uOHwIbjzq2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOHwIbjzq2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uOHwIbjzq2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOHwIbjzq2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uOHwIbjzq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uOHwIbjzq2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uOHwIbjzq2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOHwIbjzq2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uOHwIbjzq2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOHwIbjzq2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-uOHwIbjzq2 .nav-item:focus,
.cid-uOHwIbjzq2 .nav-link:focus {
  outline: none;
}
.cid-uOHwIbjzq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOHwIbjzq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOHwIbjzq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOHwIbjzq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOHwIbjzq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOHwIbjzq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOHwIbjzq2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uOHwIbjzq2 .navbar.opened {
  transition: all 0.25s;
}
.cid-uOHwIbjzq2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOHwIbjzq2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uOHwIbjzq2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uOHwIbjzq2 .navbar.collapsed {
  justify-content: center;
}
.cid-uOHwIbjzq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOHwIbjzq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOHwIbjzq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uOHwIbjzq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOHwIbjzq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOHwIbjzq2 .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-uOHwIbjzq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOHwIbjzq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOHwIbjzq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOHwIbjzq2 .navbar {
    min-height: 72px;
  }
  .cid-uOHwIbjzq2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOHwIbjzq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOHwIbjzq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOHwIbjzq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOHwIbjzq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOHwIbjzq2 .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-uOHwIbjzq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOHwIbjzq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uOHwIbjzq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOHwIbjzq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOHwIbjzq2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uOHwIbjzq2 .dropdown-item.active,
.cid-uOHwIbjzq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOHwIbjzq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOHwIbjzq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOHwIbjzq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOHwIbjzq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uOHwIbjzq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uOHwIbjzq2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uOHwIbjzq2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOHwIbjzq2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uOHwIbjzq2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uOHwIbjzq2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOHwIbjzq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2f5496;
}
.cid-uOHwIbjzq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOHwIbjzq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHwIbjzq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOHwIbjzq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOHwIbjzq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHwIbjzq2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOHwIbjzq2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOHwIbjzq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOHwIbjzq2 .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-uOHwIbjzq2 .opacityScroll {
  background: #ffffff !important;
}
.cid-uOHwIbjzq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOHwIbjzq2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOHwIbjzq2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOHwIbjzq2 .navbar {
    height: 70px;
  }
  .cid-uOHwIbjzq2 .navbar.opened {
    height: auto;
  }
  .cid-uOHwIbjzq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uOHwIbjzq2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uOHwIbjzq2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uOHwIbjzq2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uOHwIbjzq2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uOHwIbjzq2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uOHwIbjzq2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uOHwIbjzq2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uOHwIbjzq2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOHwIbjzq2 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uOHwIbjzq2 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uOHwIbjzq2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPpvSDVkIg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uPpvSDVkIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpvSDVkIg .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-uPpvSDVkIg .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uPpvSDVkIg .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPpvSDVkIg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPpvSDVkIg .media-content,
.cid-uPpvSDVkIg .mbr-figure {
  align-self: center;
}
.cid-uPpvSDVkIg .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uPpvSDVkIg .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uPpvSDVkIg .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uOFYte0RW9 {
  display: flex;
  padding-top: 14rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uOFYte0RW9 {
    align-items: flex-end;
  }
  .cid-uOFYte0RW9 .row {
    justify-content: flex-start;
  }
  .cid-uOFYte0RW9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOFYte0RW9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOFYte0RW9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uOFYte0RW9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOFYte0RW9 .content-wrap {
    width: 100%;
  }
}
.cid-uOFYte0RW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFYte0RW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uOFYte0RW9 .mbr-section-title,
.cid-uOFYte0RW9 .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uOFYte0RW9 .mbr-text,
.cid-uOFYte0RW9 .mbr-section-btn {
  text-align: left;
}
.cid-uOFYte0RW9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOFYte0RW9 .mbr-section-subtitle {
  color: #3A6A59;
}
.cid-uOG206k4Je {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uOG206k4Je .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG206k4Je .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-uOG206k4Je .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOG206k4Je .row {
  flex-direction: row-reverse;
}
.cid-uOG206k4Je .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOG206k4Je .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOG206k4Je .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOG206k4Je .mbr-section-title {
  color: #000000;
}
.cid-uOG206k4Je .mbr-text,
.cid-uOG206k4Je .mbr-section-btn {
  color: #000000;
}
.cid-uOFYte0x2a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffc091;
}
.cid-uOFYte0x2a .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uOFYte0x2a img,
.cid-uOFYte0x2a .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOFYte0x2a .item:focus,
.cid-uOFYte0x2a span:focus {
  outline: none;
}
.cid-uOFYte0x2a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFYte0x2a .item {
    margin-bottom: 1rem;
  }
}
.cid-uOFYte0x2a .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOFYte0x2a .mbr-section-title {
  color: #232323;
}
.cid-uOFYte0x2a .mbr-text,
.cid-uOFYte0x2a .mbr-section-btn {
  color: #232323;
}
.cid-uOFYte0x2a .item-title {
  color: #232323;
}
.cid-uOFYte0x2a .content-head {
  max-width: 800px;
}
.cid-uOG3Wny55W {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffc091;
}
.cid-uOG3Wny55W .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uOG3Wny55W img,
.cid-uOG3Wny55W .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOG3Wny55W .item:focus,
.cid-uOG3Wny55W span:focus {
  outline: none;
}
.cid-uOG3Wny55W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOG3Wny55W .item {
    margin-bottom: 1rem;
  }
}
.cid-uOG3Wny55W .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uOG3Wny55W .mbr-section-title {
  color: #232323;
}
.cid-uOG3Wny55W .mbr-text,
.cid-uOG3Wny55W .mbr-section-btn {
  color: #232323;
}
.cid-uOG3Wny55W .item-title {
  color: #232323;
}
.cid-uOG3Wny55W .content-head {
  max-width: 800px;
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uONScJwPFg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uONScJwPFg .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uONScJwPFg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uONScJwPFg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uONScJwPFg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uONScJwPFg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uONScJwPFg .menu_box .navbar.opened,
  .cid-uONScJwPFg .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uONScJwPFg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uONScJwPFg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uONScJwPFg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uONScJwPFg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uONScJwPFg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uONScJwPFg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uONScJwPFg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uONScJwPFg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uONScJwPFg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uONScJwPFg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uONScJwPFg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uONScJwPFg .offcanvas-body .mbr-text,
  .cid-uONScJwPFg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uONScJwPFg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uONScJwPFg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uONScJwPFg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uONScJwPFg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uONScJwPFg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uONScJwPFg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uONScJwPFg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uONScJwPFg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uONScJwPFg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uONScJwPFg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uONScJwPFg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uONScJwPFg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uONScJwPFg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uONScJwPFg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uONScJwPFg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uONScJwPFg .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uONScJwPFg .nav-item {
    margin: 0 !important;
  }
}
.cid-uONScJwPFg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uONScJwPFg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uONScJwPFg .nav-item .nav-link:hover::before,
.cid-uONScJwPFg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uONScJwPFg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uONScJwPFg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uONScJwPFg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uONScJwPFg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uONScJwPFg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uONScJwPFg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uONScJwPFg .offcanvas_box {
    display: none;
  }
}
.cid-uONScJwPFg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uONScJwPFg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uONScJwPFg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uONScJwPFg .container {
  display: flex;
  margin: auto;
}
.cid-uONScJwPFg .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uONScJwPFg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uONScJwPFg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uONScJwPFg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uONScJwPFg .navbar-nav {
    margin: 0;
  }
}
.cid-uONScJwPFg .dropdown-menu,
.cid-uONScJwPFg .navbar.opened {
  background-color: false !important;
}
.cid-uONScJwPFg .nav-item:focus,
.cid-uONScJwPFg .nav-link:focus {
  outline: none;
}
.cid-uONScJwPFg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uONScJwPFg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uONScJwPFg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uONScJwPFg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uONScJwPFg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uONScJwPFg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uONScJwPFg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uONScJwPFg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uONScJwPFg .navbar.opened {
  transition: all 0.3s;
}
.cid-uONScJwPFg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uONScJwPFg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uONScJwPFg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uONScJwPFg .navbar.collapsed {
  justify-content: center;
}
.cid-uONScJwPFg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uONScJwPFg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uONScJwPFg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uONScJwPFg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uONScJwPFg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uONScJwPFg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uONScJwPFg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uONScJwPFg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uONScJwPFg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uONScJwPFg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uONScJwPFg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uONScJwPFg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uONScJwPFg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uONScJwPFg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uONScJwPFg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uONScJwPFg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uONScJwPFg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uONScJwPFg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uONScJwPFg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uONScJwPFg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uONScJwPFg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uONScJwPFg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uONScJwPFg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uONScJwPFg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uONScJwPFg .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-uONScJwPFg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uONScJwPFg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uONScJwPFg .dropdown-item.active,
.cid-uONScJwPFg .dropdown-item:active {
  background-color: transparent;
}
.cid-uONScJwPFg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uONScJwPFg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uONScJwPFg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uONScJwPFg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uONScJwPFg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uONScJwPFg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uONScJwPFg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uONScJwPFg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uONScJwPFg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uONScJwPFg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uONScJwPFg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uONScJwPFg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uONScJwPFg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uONScJwPFg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uONScJwPFg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uONScJwPFg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uONScJwPFg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uONScJwPFg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uONScJwPFg .navbar {
    height: 70px;
  }
  .cid-uONScJwPFg .navbar.opened {
    height: auto;
  }
  .cid-uONScJwPFg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uONScJwPFg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uONScJwPFg .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uONScJwPFg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uONScJwPFg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uONScJwPFg .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uONScJwPFg .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uONScJwPFg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uONScJwPFg .text_widget {
  margin-bottom: 32px;
}
.cid-uONScJwPFg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uONScJwPFg .text_widget a:hover,
.cid-uONScJwPFg .text_widget a:focus {
  opacity: .8;
}
.cid-uONScJwPFg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uONScJwPFg .navbar-caption {
  color: #ffffff;
}
.cid-uONScJwPFg .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uONScJwPFg .mbr-section-subtitle,
.cid-uONScJwPFg .text_widget,
.cid-uONScJwPFg .mbr-section-btn {
  text-align: center;
}
.cid-uONScJwPFg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPq9q9y1Ci {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPq9q9y1Ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPq9q9y1Ci .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-uPq9q9y1Ci .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uPq9q9y1Ci .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPq9q9y1Ci .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPq9q9y1Ci .media-content,
.cid-uPq9q9y1Ci .mbr-figure {
  align-self: center;
}
.cid-uPq9q9y1Ci .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uPq9q9y1Ci .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uPq9q9y1Ci .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uPq9q9y1Ci .mbr-section-maintitle {
  text-align: center;
}
.cid-uPq9q9y1Ci .mbr-section-title {
  text-align: left;
  color: #2f5496;
}
.cid-uPq9q9y1Ci .mbr-text,
.cid-uPq9q9y1Ci .mbr-section-btn {
  text-align: left;
}
.cid-uPpCYP6bdQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uPpCYP6bdQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uPpCYP6bdQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uPpCYP6bdQ .item-wrapper {
  position: relative;
}
.cid-uPpCYP6bdQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uPpCYP6bdQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uPpCYP6bdQ .carousel-control,
.cid-uPpCYP6bdQ .close {
  background: #1b1b1b;
}
.cid-uPpCYP6bdQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uPpCYP6bdQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uPpCYP6bdQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uPpCYP6bdQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uPpCYP6bdQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uPpCYP6bdQ .close::before {
  content: '\e91a';
}
.cid-uPpCYP6bdQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uPpCYP6bdQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uPpCYP6bdQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPpCYP6bdQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPpCYP6bdQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPpCYP6bdQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uPpCYP6bdQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uPpCYP6bdQ .carousel-indicators li.active,
.cid-uPpCYP6bdQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uPpCYP6bdQ .carousel-indicators li::after,
.cid-uPpCYP6bdQ .carousel-indicators li::before {
  content: none;
}
.cid-uPpCYP6bdQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uPpCYP6bdQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uPpCYP6bdQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uPpCYP6bdQ .carousel-indicators {
    display: none;
  }
}
.cid-uPpCYP6bdQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uPpCYP6bdQ .carousel-inner > .active {
  display: block;
}
.cid-uPpCYP6bdQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPpCYP6bdQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPpCYP6bdQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uPpCYP6bdQ .carousel-control,
  .cid-uPpCYP6bdQ .carousel-indicators,
  .cid-uPpCYP6bdQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uPpCYP6bdQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uPpCYP6bdQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPpCYP6bdQ .carousel-indicators .active,
.cid-uPpCYP6bdQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uPpCYP6bdQ .carousel-indicators .active {
  background: #fff;
}
.cid-uPpCYP6bdQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uPpCYP6bdQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uPpCYP6bdQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uPpCYP6bdQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uPpCYP6bdQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uPpCYP6bdQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uPpCYP6bdQ .carousel {
  width: 100%;
}
.cid-uPpCYP6bdQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uPpCYP6bdQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uPpCYP6bdQ .modal.fade .modal-dialog,
.cid-uPpCYP6bdQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uPpCYP6bdQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uPpCYP6bdQ .content-head {
  max-width: 800px;
}
.cid-uONSJOsXzE {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uONSJOsXzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONSJOsXzE .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-uONSJOsXzE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONSJOsXzE .row {
  flex-direction: row-reverse;
}
.cid-uONSJOsXzE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uONSJOsXzE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uONSJOsXzE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uONSJOsXzE .mbr-section-title {
  color: #7787a5;
}
.cid-uONSJOsXzE .mbr-text,
.cid-uONSJOsXzE .mbr-section-btn {
  color: #000000;
}
.cid-uONTicjCn9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uONTicjCn9 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uONTicjCn9 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uONTicjCn9 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uONTicjCn9 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #0c2c68;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uONTiTjPEN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uONTiTjPEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONTiTjPEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONTiTjPEN .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uONTiTjPEN .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uONTiTjPEN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uONTiTjPEN .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uONTiTjPEN .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uONTiTjPEN .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uONTiTjPEN .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uONTiTjPEN .image-wrapper {
  padding: 16px;
  border: 3px dashed #c10b02;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uONTiTjPEN .image-wrapper {
    transform: none;
  }
}
.cid-uONTiTjPEN .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uONTiTjPEN .mbr-label {
  color: #c10b02;
}
.cid-uONTiTjPEN .mbr-section-title {
  color: #c10b02;
}
.cid-uONTiTjPEN .item-number {
  color: #7787a5;
}
.cid-uONTiTjPEN .item-title {
  color: #c10b02;
}
.cid-uONTiTjPEN .item-text {
  color: #4b4949;
}
.cid-uONTiTjPEN .mbr-section-title,
.cid-uONTiTjPEN .title-wrap {
  color: #0c2c68;
}
.cid-uONTiTjPEN .item-title,
.cid-uONTiTjPEN .mbr-section-btn {
  color: #2f5496;
}
.cid-uORlA9ycyY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORlA9ycyY .justify-content-center {
  align-items: center;
}
.cid-uORlA9ycyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORlA9ycyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORlA9ycyY .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORlA9ycyY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORlA9ycyY .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORlA9ycyY .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORlA9ycyY .row {
  align-items: center;
}
.cid-uORlA9ycyY .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORlA9ycyY .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uONXDSwu21 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uONXDSwu21 .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uONXDSwu21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uONXDSwu21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uONXDSwu21 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uONXDSwu21 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uONXDSwu21 .menu_box .navbar.opened,
  .cid-uONXDSwu21 .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uONXDSwu21 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uONXDSwu21 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uONXDSwu21 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uONXDSwu21 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uONXDSwu21 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uONXDSwu21 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uONXDSwu21 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uONXDSwu21 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uONXDSwu21 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uONXDSwu21 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uONXDSwu21 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uONXDSwu21 .offcanvas-body .mbr-text,
  .cid-uONXDSwu21 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uONXDSwu21 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uONXDSwu21 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uONXDSwu21 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uONXDSwu21 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uONXDSwu21 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uONXDSwu21 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uONXDSwu21 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uONXDSwu21 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uONXDSwu21 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uONXDSwu21 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uONXDSwu21 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uONXDSwu21 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uONXDSwu21 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uONXDSwu21 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uONXDSwu21 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uONXDSwu21 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uONXDSwu21 .nav-item {
    margin: 0 !important;
  }
}
.cid-uONXDSwu21 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uONXDSwu21 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uONXDSwu21 .nav-item .nav-link:hover::before,
.cid-uONXDSwu21 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uONXDSwu21 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uONXDSwu21 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uONXDSwu21 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uONXDSwu21 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uONXDSwu21 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uONXDSwu21 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uONXDSwu21 .offcanvas_box {
    display: none;
  }
}
.cid-uONXDSwu21 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uONXDSwu21 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uONXDSwu21 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uONXDSwu21 .container {
  display: flex;
  margin: auto;
}
.cid-uONXDSwu21 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uONXDSwu21 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uONXDSwu21 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uONXDSwu21 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uONXDSwu21 .navbar-nav {
    margin: 0;
  }
}
.cid-uONXDSwu21 .dropdown-menu,
.cid-uONXDSwu21 .navbar.opened {
  background-color: false !important;
}
.cid-uONXDSwu21 .nav-item:focus,
.cid-uONXDSwu21 .nav-link:focus {
  outline: none;
}
.cid-uONXDSwu21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uONXDSwu21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uONXDSwu21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uONXDSwu21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uONXDSwu21 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uONXDSwu21 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uONXDSwu21 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uONXDSwu21 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uONXDSwu21 .navbar.opened {
  transition: all 0.3s;
}
.cid-uONXDSwu21 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uONXDSwu21 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uONXDSwu21 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uONXDSwu21 .navbar.collapsed {
  justify-content: center;
}
.cid-uONXDSwu21 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uONXDSwu21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uONXDSwu21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uONXDSwu21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uONXDSwu21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uONXDSwu21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uONXDSwu21 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uONXDSwu21 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uONXDSwu21 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uONXDSwu21 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uONXDSwu21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uONXDSwu21 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uONXDSwu21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uONXDSwu21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uONXDSwu21 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uONXDSwu21 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uONXDSwu21 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uONXDSwu21 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uONXDSwu21 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uONXDSwu21 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uONXDSwu21 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uONXDSwu21 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uONXDSwu21 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uONXDSwu21 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uONXDSwu21 .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-uONXDSwu21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uONXDSwu21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uONXDSwu21 .dropdown-item.active,
.cid-uONXDSwu21 .dropdown-item:active {
  background-color: transparent;
}
.cid-uONXDSwu21 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uONXDSwu21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uONXDSwu21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uONXDSwu21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uONXDSwu21 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uONXDSwu21 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uONXDSwu21 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uONXDSwu21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uONXDSwu21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uONXDSwu21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uONXDSwu21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uONXDSwu21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uONXDSwu21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uONXDSwu21 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uONXDSwu21 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uONXDSwu21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uONXDSwu21 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uONXDSwu21 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uONXDSwu21 .navbar {
    height: 70px;
  }
  .cid-uONXDSwu21 .navbar.opened {
    height: auto;
  }
  .cid-uONXDSwu21 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uONXDSwu21 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uONXDSwu21 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uONXDSwu21 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uONXDSwu21 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uONXDSwu21 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uONXDSwu21 .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uONXDSwu21 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uONXDSwu21 .text_widget {
  margin-bottom: 32px;
}
.cid-uONXDSwu21 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uONXDSwu21 .text_widget a:hover,
.cid-uONXDSwu21 .text_widget a:focus {
  opacity: .8;
}
.cid-uONXDSwu21 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uONXDSwu21 .navbar-caption {
  color: #ffffff;
}
.cid-uONXDSwu21 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uONXDSwu21 .mbr-section-subtitle,
.cid-uONXDSwu21 .text_widget,
.cid-uONXDSwu21 .mbr-section-btn {
  text-align: center;
}
.cid-uONXDSwu21 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uONXDTjqwF {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/8-646x570.png");
}
.cid-uONXDTjqwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONXDTjqwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONXDTjqwF .row {
  justify-content: center;
}
.cid-uONXDTjqwF .card {
  justify-content: flex-end;
}
.cid-uONXDTjqwF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uONXDTjqwF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uONXDTjqwF .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uONXDTjqwF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uONXDTjqwF .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uONXDTjqwF .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uONXDTjqwF .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uONXDTjqwF .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uONXDTjqwF .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uONXDTjqwF .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uONXDTjqwF .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uONXDTjqwF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uONXDTjqwF .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uONXDTjqwF .mbr-text,
.cid-uONXDTjqwF .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uONXDTjqwF .mbr-desc {
  color: #ffffff;
}
.cid-uONXDTQoMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uONXDTQoMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONXDTQoMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONXDTQoMG .row {
  justify-content: space-between;
}
.cid-uONXDTQoMG .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uONXDTQoMG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uONXDTQoMG .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uONXDTQoMG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uONXDTQoMG .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uONXDTQoMG .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uONXDTQoMG .mbr-label {
  color: #000000;
}
.cid-uONXDTQoMG .mbr-section-title {
  color: #2f5496;
}
.cid-uONXDTQoMG .mbr-desc {
  color: #000000;
}
.cid-uONXDTQoMG .mbr-text {
  color: #8a8a8a;
}
.cid-uONXDWxaUu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uONXDWxaUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uONXDWxaUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uONXDWxaUu .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uONXDWxaUu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uONXDWxaUu .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONXDWxaUu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONXDWxaUu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONXDWxaUu .row {
  flex-direction: row-reverse;
}
.cid-uONXDWxaUu .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uONXDWxaUu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uONXDWxaUu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uONXDWxaUu .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uONXDWxaUu .image-wrapper {
  padding: 0 1rem;
}
.cid-uONXDWxaUu img,
.cid-uONXDWxaUu .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uONXDWxaUu img,
  .cid-uONXDWxaUu .image-wrapper {
    max-height: 350px;
  }
}
.cid-uONXDWxaUu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uONXDWxaUu .mbr-text {
  color: #000000;
}
.cid-uONXDWxaUu .mbr-text,
.cid-uONXDWxaUu .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uONXDWxaUu .price {
  color: #232323;
  text-align: left;
}
.cid-uONXDWxaUu .content-head {
  max-width: 800px;
}
.cid-uONXDWxaUu .mbr-section-maintitle {
  text-align: center;
}
.cid-uONXDWxaUu .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOO0cd4Mk5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOO0cd4Mk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOO0cd4Mk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOO0cd4Mk5 .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOO0cd4Mk5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOO0cd4Mk5 .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOO0cd4Mk5 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOO0cd4Mk5 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOO0cd4Mk5 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOO0cd4Mk5 .image-wrapper {
  padding: 0 1rem;
}
.cid-uOO0cd4Mk5 img,
.cid-uOO0cd4Mk5 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOO0cd4Mk5 img,
  .cid-uOO0cd4Mk5 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOO0cd4Mk5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOO0cd4Mk5 .mbr-text {
  color: #000000;
}
.cid-uOO0cd4Mk5 .mbr-text,
.cid-uOO0cd4Mk5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOO0cd4Mk5 .price {
  color: #232323;
  text-align: left;
}
.cid-uOO0cd4Mk5 .content-head {
  max-width: 800px;
}
.cid-uOO0cd4Mk5 .mbr-section-maintitle {
  text-align: center;
}
.cid-uOO0cd4Mk5 .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uOO12BE9Hs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uOO12BE9Hs .line {
  background-color: #edefeb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOO12BE9Hs .mbr-text {
  text-align: left;
}
.cid-uOO1v3rczz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uOO1v3rczz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOO1v3rczz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOO1v3rczz .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOO1v3rczz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOO1v3rczz .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOO1v3rczz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOO1v3rczz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOO1v3rczz .row {
  flex-direction: row-reverse;
}
.cid-uOO1v3rczz .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOO1v3rczz .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uOO1v3rczz .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uOO1v3rczz .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uOO1v3rczz .image-wrapper {
  padding: 0 1rem;
}
.cid-uOO1v3rczz img,
.cid-uOO1v3rczz .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uOO1v3rczz img,
  .cid-uOO1v3rczz .image-wrapper {
    max-height: 350px;
  }
}
.cid-uOO1v3rczz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOO1v3rczz .mbr-text {
  color: #000000;
}
.cid-uOO1v3rczz .mbr-text,
.cid-uOO1v3rczz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOO1v3rczz .price {
  color: #232323;
  text-align: left;
}
.cid-uOO1v3rczz .content-head {
  max-width: 800px;
}
.cid-uOO1v3rczz .mbr-section-maintitle {
  text-align: center;
}
.cid-uOO1v3rczz .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uORnK5xhVc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uORnK5xhVc .justify-content-center {
  align-items: center;
}
.cid-uORnK5xhVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORnK5xhVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORnK5xhVc .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uORnK5xhVc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uORnK5xhVc .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORnK5xhVc .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uORnK5xhVc .row {
  align-items: center;
}
.cid-uORnK5xhVc .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uORnK5xhVc .card-text {
    text-align: center;
  }
}
.cid-uORuqci2e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uORuqci2e0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uORuqci2e0 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uORuqci2e0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uORuqci2e0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uORuqci2e0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uORuqci2e0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uORuqci2e0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uORuqci2e0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uORuqci2e0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uORuqci2e0 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uORuqci2e0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uORuqci2e0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uPpCH4NZ94 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uPpCH4NZ94 .navbar-dropdown {
  background-color: #71818e !important;
  padding: 0;
}
.cid-uPpCH4NZ94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #71818e !important;
  background: #71818e;
}
.cid-uPpCH4NZ94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPpCH4NZ94 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPpCH4NZ94 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPpCH4NZ94 .menu_box .navbar.opened,
  .cid-uPpCH4NZ94 .menu_box .navbar-collapse {
    background-color: #71818e !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPpCH4NZ94 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uPpCH4NZ94 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uPpCH4NZ94 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPpCH4NZ94 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPpCH4NZ94 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPpCH4NZ94 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPpCH4NZ94 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #34363a;
  }
  .cid-uPpCH4NZ94 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPpCH4NZ94 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPpCH4NZ94 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPpCH4NZ94 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPpCH4NZ94 .offcanvas-body .mbr-text,
  .cid-uPpCH4NZ94 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPpCH4NZ94 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPpCH4NZ94 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPpCH4NZ94 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uPpCH4NZ94 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPpCH4NZ94 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPpCH4NZ94 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPpCH4NZ94 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPpCH4NZ94 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPpCH4NZ94 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPpCH4NZ94 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPpCH4NZ94 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPpCH4NZ94 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPpCH4NZ94 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPpCH4NZ94 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPpCH4NZ94 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPpCH4NZ94 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uPpCH4NZ94 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPpCH4NZ94 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uPpCH4NZ94 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #ffffff;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPpCH4NZ94 .nav-item .nav-link:hover::before,
.cid-uPpCH4NZ94 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uPpCH4NZ94 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPpCH4NZ94 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPpCH4NZ94 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPpCH4NZ94 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPpCH4NZ94 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPpCH4NZ94 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPpCH4NZ94 .offcanvas_box {
    display: none;
  }
}
.cid-uPpCH4NZ94 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPpCH4NZ94 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPpCH4NZ94 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPpCH4NZ94 .container {
  display: flex;
  margin: auto;
}
.cid-uPpCH4NZ94 .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPpCH4NZ94 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPpCH4NZ94 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPpCH4NZ94 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPpCH4NZ94 .navbar-nav {
    margin: 0;
  }
}
.cid-uPpCH4NZ94 .dropdown-menu,
.cid-uPpCH4NZ94 .navbar.opened {
  background-color: false !important;
}
.cid-uPpCH4NZ94 .nav-item:focus,
.cid-uPpCH4NZ94 .nav-link:focus {
  outline: none;
}
.cid-uPpCH4NZ94 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPpCH4NZ94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPpCH4NZ94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPpCH4NZ94 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPpCH4NZ94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPpCH4NZ94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPpCH4NZ94 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPpCH4NZ94 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPpCH4NZ94 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPpCH4NZ94 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPpCH4NZ94 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: .3rem !important;
}
.cid-uPpCH4NZ94 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPpCH4NZ94 .navbar.collapsed {
  justify-content: center;
}
.cid-uPpCH4NZ94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPpCH4NZ94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPpCH4NZ94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPpCH4NZ94 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPpCH4NZ94 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPpCH4NZ94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPpCH4NZ94 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPpCH4NZ94 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPpCH4NZ94 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPpCH4NZ94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPpCH4NZ94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPpCH4NZ94 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPpCH4NZ94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPpCH4NZ94 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPpCH4NZ94 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPpCH4NZ94 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPpCH4NZ94 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPpCH4NZ94 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPpCH4NZ94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPpCH4NZ94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPpCH4NZ94 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPpCH4NZ94 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPpCH4NZ94 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPpCH4NZ94 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPpCH4NZ94 .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-uPpCH4NZ94 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uPpCH4NZ94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPpCH4NZ94 .dropdown-item.active,
.cid-uPpCH4NZ94 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPpCH4NZ94 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uPpCH4NZ94 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPpCH4NZ94 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPpCH4NZ94 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPpCH4NZ94 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPpCH4NZ94 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPpCH4NZ94 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #71818e;
  background: #71818e;
}
.cid-uPpCH4NZ94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPpCH4NZ94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPpCH4NZ94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPpCH4NZ94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPpCH4NZ94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPpCH4NZ94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPpCH4NZ94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPpCH4NZ94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPpCH4NZ94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPpCH4NZ94 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPpCH4NZ94 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPpCH4NZ94 .navbar {
    height: 70px;
  }
  .cid-uPpCH4NZ94 .navbar.opened {
    height: auto;
  }
  .cid-uPpCH4NZ94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPpCH4NZ94 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uPpCH4NZ94 .container-fluid {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.cid-uPpCH4NZ94 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPpCH4NZ94 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPpCH4NZ94 .mbr-section-btn-main .btn {
  min-width: 140px;
}
.cid-uPpCH4NZ94 .navbar-caption:hover {
  color: #2f5496;
}
@media (min-width: 992px) {
  .cid-uPpCH4NZ94 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPpCH4NZ94 .text_widget {
  margin-bottom: 32px;
}
.cid-uPpCH4NZ94 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPpCH4NZ94 .text_widget a:hover,
.cid-uPpCH4NZ94 .text_widget a:focus {
  opacity: .8;
}
.cid-uPpCH4NZ94 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPpCH4NZ94 .navbar-caption {
  color: #ffffff;
}
.cid-uPpCH4NZ94 .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-uPpCH4NZ94 .mbr-section-subtitle,
.cid-uPpCH4NZ94 .text_widget,
.cid-uPpCH4NZ94 .mbr-section-btn {
  text-align: center;
}
.cid-uPpCH4NZ94 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPpCH5tfAG {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uPpCH5tfAG {
    align-items: flex-end;
  }
  .cid-uPpCH5tfAG .row {
    justify-content: flex-start;
  }
  .cid-uPpCH5tfAG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPpCH5tfAG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPpCH5tfAG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPpCH5tfAG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPpCH5tfAG .content-wrap {
    width: 100%;
  }
}
.cid-uPpCH5tfAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpCH5tfAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPpCH5tfAG .mbr-section-title,
.cid-uPpCH5tfAG .mbr-section-subtitle {
  text-align: center;
  color: #ffc091;
}
.cid-uPpCH5tfAG .mbr-text,
.cid-uPpCH5tfAG .mbr-section-btn {
  text-align: left;
}
.cid-uPpCH5tfAG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uPpCH5tfAG .mbr-section-subtitle {
  color: #3A6A59;
}
.cid-uPpCH5Hnx5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPpCH5Hnx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpCH5Hnx5 .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-uPpCH5Hnx5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPpCH5Hnx5 .row {
  flex-direction: row-reverse;
}
.cid-uPpCH5Hnx5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uPpCH5Hnx5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPpCH5Hnx5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPpCH5Hnx5 .mbr-section-title {
  color: #7787a5;
}
.cid-uPpCH5Hnx5 .mbr-text,
.cid-uPpCH5Hnx5 .mbr-section-btn {
  color: #000000;
}
.cid-uPpCH5VOIF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uPpCH5VOIF .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uPpCH5VOIF .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uPpCH5VOIF .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uPpCH5VOIF .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #0c2c68;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPpCH67pHa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPpCH67pHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpCH67pHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPpCH67pHa .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPpCH67pHa .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uPpCH67pHa .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPpCH67pHa .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uPpCH67pHa .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uPpCH67pHa .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uPpCH67pHa .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uPpCH67pHa .image-wrapper {
  padding: 16px;
  border: 3px dashed #c10b02;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .cid-uPpCH67pHa .image-wrapper {
    transform: none;
  }
}
.cid-uPpCH67pHa .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.cid-uPpCH67pHa .mbr-label {
  color: #c10b02;
}
.cid-uPpCH67pHa .mbr-section-title {
  color: #c10b02;
}
.cid-uPpCH67pHa .item-number {
  color: #7787a5;
}
.cid-uPpCH67pHa .item-title {
  color: #c10b02;
}
.cid-uPpCH67pHa .item-text {
  color: #4b4949;
}
.cid-uPpCH67pHa .mbr-section-title,
.cid-uPpCH67pHa .title-wrap {
  color: #0c2c68;
}
.cid-uPpCH67pHa .item-title,
.cid-uPpCH67pHa .mbr-section-btn {
  color: #2f5496;
}
.cid-uPpCH6oxZV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7787a5;
}
.cid-uPpCH6oxZV .justify-content-center {
  align-items: center;
}
.cid-uPpCH6oxZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPpCH6oxZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPpCH6oxZV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uPpCH6oxZV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPpCH6oxZV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uPpCH6oxZV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uPpCH6oxZV .row {
  align-items: center;
}
.cid-uPpCH6oxZV .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uPpCH6oxZV .card-text {
    text-align: center;
  }
}
.cid-uPpCH6Dw7V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPpCH6Dw7V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPpCH6Dw7V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uPpCH6Dw7V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uPpCH6Dw7V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPpCH6Dw7V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPpCH6Dw7V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uPpCH6Dw7V .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uPpCH6Dw7V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uPpCH6Dw7V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uPpCH6Dw7V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uPpCH6Dw7V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPpCH6Dw7V .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uPpCH6Dw7V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uPpCH6Dw7V .media-container-row .row-copirayt p {
  width: 100%;
}
