body {
  font-family: 'Ubuntu', sans-serif;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.45rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3125rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f1efd4 !important;
}
.bg-success {
  background-color: #fff86d !important;
}
.bg-info {
  background-color: #f98c14 !important;
}
.bg-warning {
  background-color: #3ea9c1 !important;
}
.bg-danger {
  background-color: #2f0025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f1efd4 !important;
  border-color: #f1efd4 !important;
  color: #4a4a4a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #54501b !important;
  background-color: #dcd793 !important;
  border-color: #dcd793 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4a4a4a !important;
  background-color: #dcd793 !important;
  border-color: #dcd793 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f98c14 !important;
  border-color: #f98c14 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b25f05 !important;
  border-color: #b25f05 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #b25f05 !important;
  border-color: #b25f05 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff86d !important;
  border-color: #fff86d !important;
  color: #1e1a20 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #161500 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1e1a20 !important;
  background-color: #fff416 !important;
  border-color: #fff416 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3ea9c1 !important;
  border-color: #3ea9c1 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #29707f !important;
  border-color: #29707f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #29707f !important;
  border-color: #29707f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d191f !important;
  border-color: #1d191f !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1efd4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dcd793 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #958e31 !important;
  background-color: #f1efd4 !important;
  border-color: #f1efd4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f98c14;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b25f05 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f98c14 !important;
  border-color: #f98c14 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff86d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fff416 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6d6800 !important;
  background-color: #fff86d !important;
  border-color: #fff86d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3ea9c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #29707f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3ea9c1 !important;
  border-color: #3ea9c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f0025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d191f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d191f !important;
  border-color: #1d191f !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f1efd4 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #fff86d !important;
}
.text-info {
  color: #f98c14 !important;
}
.text-warning {
  color: #3ea9c1 !important;
}
.text-danger {
  color: #2f0025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d191f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d8d287 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fff307 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a35704 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #256574 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #f1efd4;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d191f;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f98c14;
}
.alert-warning {
  background-color: #3ea9c1;
}
.alert-danger {
  background-color: #2f0025;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f1efd4;
  border-color: #f1efd4;
  color: #a9a137;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f1efd4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #feeddb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9fd4e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff95e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #f1efd4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #f1efd4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1efd4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f1efd4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f1efd4;
  border-bottom-color: #f1efd4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f1efd4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f1efd4' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  border-radius: 30px;
  padding: 12px 35px;
  line-height: 1.25;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 600 !important;
}
.cid-tXYAHkgTnV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tXYAHkgTnV .mbr-section-title,
  .cid-tXYAHkgTnV .mbr-section-subtitle,
  .cid-tXYAHkgTnV .mbr-section-btn,
  .cid-tXYAHkgTnV .mbr-text {
    text-align: center;
  }
}
.cid-tXYAHkgTnV .mbr-section-title {
  color: #ffffff;
}
.cid-tXYAHkgTnV .mbr-text,
.cid-tXYAHkgTnV .mbr-section-btn {
  color: #ffffff;
}
.cid-tY9MMhOq2p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9MMhOq2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9MMhOq2p .container-fluid {
  padding: 0;
}
.cid-tY9MMhOq2p .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-tY9MMhOq2p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY9MMhOq2p .row {
  flex-direction: row-reverse;
}
.cid-tY9MMhOq2p img {
  width: 100%;
}
.cid-ujCGUYjGOD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17859e;
}
.cid-ujCGUYjGOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCGUYjGOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCGUYjGOD .container,
.cid-ujCGUYjGOD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujCGUYjGOD .container,
  .cid-ujCGUYjGOD .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujCGUYjGOD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ujCGUYjGOD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ujCGUYjGOD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujCGUYjGOD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujCGUYjGOD .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-ujCDZTAmS4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17859e;
}
.cid-ujCDZTAmS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCDZTAmS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCDZTAmS4 .container,
.cid-ujCDZTAmS4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujCDZTAmS4 .container,
  .cid-ujCDZTAmS4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujCDZTAmS4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ujCDZTAmS4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ujCDZTAmS4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujCDZTAmS4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujCDZTAmS4 .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tNdGN0CSHz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNdGN0CSHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdGN0CSHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNdGN0CSHz .container,
.cid-tNdGN0CSHz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNdGN0CSHz .container,
  .cid-tNdGN0CSHz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNdGN0CSHz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tNdGN0CSHz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNdGN0CSHz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNdGN0CSHz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNdGN0CSHz .mbr-section-subtitle {
  color: #249098;
  text-align: center;
}
.cid-tNdGxMB6IK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNdGxMB6IK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdGxMB6IK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNdGxMB6IK .container,
.cid-tNdGxMB6IK .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNdGxMB6IK .container,
  .cid-tNdGxMB6IK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNdGxMB6IK .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNdGxMB6IK .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tNdGxMB6IK .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #0d849f;
}
@media (max-width: 992px) {
  .cid-tNdGxMB6IK .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tNdGxMB6IK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNdGxMB6IK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uPvs9OkUhC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvs9OkUhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvs9OkUhC .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-uPvs9OkUhC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvs9OkUhC .row {
  flex-direction: row-reverse;
}
.cid-uPvs9OkUhC img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvs9OkUhC .mbr-text {
  color: #04492e;
}
.cid-u5HNCAWWqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u5HNCAWWqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5HNCAWWqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5HNCAWWqS .row {
  justify-content: center;
}
.cid-u5HNCAWWqS .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .col-title {
    margin-bottom: 20px;
  }
}
.cid-u5HNCAWWqS .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u5HNCAWWqS .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-u5HNCAWWqS .card-row {
  align-items: stretch;
}
.cid-u5HNCAWWqS .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-u5HNCAWWqS .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-u5HNCAWWqS .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-u5HNCAWWqS .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-u5HNCAWWqS .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #17859e;
}
@media (max-width: 991px) {
  .cid-u5HNCAWWqS .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-u5HNCAWWqS .card-wrapper {
  display: flex;
}
.cid-u5HNCAWWqS .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .card-title {
    text-align: center !important;
  }
}
.cid-u5HNCAWWqS .card-text {
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u5HNCAWWqS .card-text {
    text-align: center !important;
  }
}
.cid-u5HNCAWWqS .card-title,
.cid-u5HNCAWWqS .iconfont-wrapper {
  color: #17859e;
}
.cid-uwGEv6r2YD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwGEv6r2YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwGEv6r2YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwGEv6r2YD .container {
  max-width: 1140px;
}
.cid-uwGEv6r2YD .row {
  align-items: stretch;
}
.cid-uwGEv6r2YD .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-uwGEv6r2YD .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-uwGEv6r2YD .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uwGEv6r2YD .title-container {
    position: static;
  }
}
.cid-uwGEv6r2YD .mbr-section-title {
  color: #5bc8ce;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: right;
}
.cid-uwGEv6r2YD .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uwGEv6r2YD .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-uwGEv6r2YD .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-uwGEv6r2YD .mbr-section-subtitle {
  color: #5bc8ce;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-uwGEv6r2YD .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
.cid-uBGomJ43JJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uBGomJ43JJ .image-wrapper {
  padding: 0 2rem;
}
.cid-uBGomJ43JJ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uBGomJ43JJ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uBGomJ43JJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-uBGomJ43JJ .mbr-section-subtitle {
  color: #0003ad;
  margin-bottom: 4rem;
}
.cid-uBGomJ43JJ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uBGomJ43JJ .text-wrapper,
  .cid-uBGomJ43JJ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uBGomJ43JJ .text-wrapper,
  .cid-uBGomJ43JJ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uBGomJ43JJ .text-wrapper,
  .cid-uBGomJ43JJ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uBGomJ43JJ .text-wrapper,
  .cid-uBGomJ43JJ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uBGomJ43JJ .text-wrapper,
  .cid-uBGomJ43JJ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .content {
    text-align: center;
  }
}
.cid-uBGomJ43JJ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .mbr-card-title {
    text-align: start;
  }
}
.cid-uBGomJ43JJ .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uBGomJ43JJ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uBGomJ43JJ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uBGomJ43JJ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uBGomJ43JJ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uBGomJ43JJ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uBGomJ43JJ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uBGomJ43JJ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uBGomJ43JJ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uBGomJ43JJ .nutrition-wrap {
    width: 100%;
  }
}
.cid-uBGomJ43JJ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uBGomJ43JJ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uBGomJ43JJ .tile-text-wrap {
  display: flex;
}
.cid-uBGomJ43JJ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uBGomJ43JJ svg path {
  fill: #cd8ad1;
}
.cid-uBGomJ43JJ .numbers {
  display: flex;
  align-self: center;
}
.cid-uBGomJ43JJ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uBGomJ43JJ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uBGomJ43JJ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .mbr-tile-text {
    text-align: start;
  }
}
.cid-uBGomJ43JJ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uBGomJ43JJ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uBGomJ43JJ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uBGomJ43JJ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uBGomJ43JJ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uBGomJ43JJ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uBGomJ43JJ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uBGomJ43JJ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uBGomJ43JJ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uBGomJ43JJ .mbr-section-btn {
  display: flex;
}
.cid-tyMFTFqtLY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tyMFTFqtLY .mbr-section-title,
  .cid-tyMFTFqtLY .mbr-section-subtitle,
  .cid-tyMFTFqtLY .mbr-section-btn,
  .cid-tyMFTFqtLY .mbr-text {
    text-align: center;
  }
}
.cid-tyMFTFqtLY .mbr-section-title {
  color: #ffffff;
}
.cid-tyMFTFqtLY .mbr-text,
.cid-tyMFTFqtLY .mbr-section-btn {
  color: #ffffff;
}
.cid-tyMIqIGLx9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tyMIqIGLx9 .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tyMIqIGLx9 .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tyMIqIGLx9 p {
  margin: 0;
}
.cid-tNdIKwSinb {
  z-index: 1000;
  width: 100%;
}
.cid-tNdIKwSinb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown-menu {
  padding: 0;
}
.cid-tNdIKwSinb .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .dropdown-item {
    text-align: left !important;
  }
}
.cid-tNdIKwSinb .dropdown-item:hover {
  background-position: right !important;
}
.cid-tNdIKwSinb .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tNdIKwSinb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNdIKwSinb .nav-link {
  position: relative;
}
.cid-tNdIKwSinb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tNdIKwSinb .dropdown-menu,
.cid-tNdIKwSinb .navbar.opened {
  background: #212428 !important;
}
.cid-tNdIKwSinb .nav-item:focus,
.cid-tNdIKwSinb .nav-link:focus {
  outline: none;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tNdIKwSinb .navbar.opened {
  transition: all 0.3s;
}
.cid-tNdIKwSinb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNdIKwSinb .navbar .navbar-logo img {
  width: auto;
}
.cid-tNdIKwSinb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNdIKwSinb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNdIKwSinb .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-tNdIKwSinb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNdIKwSinb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNdIKwSinb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNdIKwSinb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNdIKwSinb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar {
    min-height: 80px;
  }
}
.cid-tNdIKwSinb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tNdIKwSinb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tNdIKwSinb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNdIKwSinb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-brand {
    min-height: 69px;
  }
}
.cid-tNdIKwSinb .dropdown-item.active,
.cid-tNdIKwSinb .dropdown-item:active {
  background-color: transparent;
}
.cid-tNdIKwSinb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNdIKwSinb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNdIKwSinb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNdIKwSinb button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tNdIKwSinb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNdIKwSinb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNdIKwSinb .navbar {
    height: 70px;
  }
  .cid-tNdIKwSinb .navbar.opened {
    height: auto;
  }
  .cid-tNdIKwSinb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNdIKwSinb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-short {
    min-height: 70px;
  }
}
.cid-tNdIKwSinb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 3px;
  }
}
.cid-tNdIKwSinb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tNdIKwSinb .navbar-nav {
  display: flex !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:focus,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tNdIKwSinb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tNdIKwSinb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tNdIKwSinb button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tNdIKwSinb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tNdIKwSinb .offcanvas.show {
  transform: translateX(0);
}
.cid-tNdIKwSinb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tNdIKwSinb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNdIKwSinb .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tNdIKwSinb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tNdIKwSinb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tNdIKwSinb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tNdIKwSinb .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .social-container {
    padding-top: 40px;
  }
}
.cid-tNdIKwSinb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tNdIKwSinb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tNdIKwSinb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNdIKwSinb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNdIKwSinb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tNdIKwSinb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNdIKwSinb .soc-item:hover:before {
  opacity: 1;
}
.cid-tNdIKwSinb .offcanvas_btn {
  margin-top: auto;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tNdJ9WsPKw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNdJ9WsPKw .mbr-section-title,
  .cid-tNdJ9WsPKw .mbr-section-subtitle,
  .cid-tNdJ9WsPKw .mbr-section-btn,
  .cid-tNdJ9WsPKw .mbr-text {
    text-align: center;
  }
}
.cid-tNdJ9WsPKw .mbr-section-title {
  color: #ffffff;
}
.cid-tNdJ9WsPKw .mbr-text,
.cid-tNdJ9WsPKw .mbr-section-btn {
  color: #ffffff;
}
.cid-tNdIKwSinb {
  z-index: 1000;
  width: 100%;
}
.cid-tNdIKwSinb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown-menu {
  padding: 0;
}
.cid-tNdIKwSinb .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .dropdown-item {
    text-align: left !important;
  }
}
.cid-tNdIKwSinb .dropdown-item:hover {
  background-position: right !important;
}
.cid-tNdIKwSinb .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tNdIKwSinb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNdIKwSinb .nav-link {
  position: relative;
}
.cid-tNdIKwSinb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tNdIKwSinb .dropdown-menu,
.cid-tNdIKwSinb .navbar.opened {
  background: #212428 !important;
}
.cid-tNdIKwSinb .nav-item:focus,
.cid-tNdIKwSinb .nav-link:focus {
  outline: none;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tNdIKwSinb .navbar.opened {
  transition: all 0.3s;
}
.cid-tNdIKwSinb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNdIKwSinb .navbar .navbar-logo img {
  width: auto;
}
.cid-tNdIKwSinb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNdIKwSinb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNdIKwSinb .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-tNdIKwSinb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNdIKwSinb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNdIKwSinb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNdIKwSinb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNdIKwSinb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar {
    min-height: 80px;
  }
}
.cid-tNdIKwSinb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tNdIKwSinb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tNdIKwSinb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNdIKwSinb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-brand {
    min-height: 69px;
  }
}
.cid-tNdIKwSinb .dropdown-item.active,
.cid-tNdIKwSinb .dropdown-item:active {
  background-color: transparent;
}
.cid-tNdIKwSinb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNdIKwSinb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNdIKwSinb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNdIKwSinb button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tNdIKwSinb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNdIKwSinb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNdIKwSinb .navbar {
    height: 70px;
  }
  .cid-tNdIKwSinb .navbar.opened {
    height: auto;
  }
  .cid-tNdIKwSinb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNdIKwSinb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-short {
    min-height: 70px;
  }
}
.cid-tNdIKwSinb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 3px;
  }
}
.cid-tNdIKwSinb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tNdIKwSinb .navbar-nav {
  display: flex !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:focus,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tNdIKwSinb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tNdIKwSinb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tNdIKwSinb button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tNdIKwSinb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tNdIKwSinb .offcanvas.show {
  transform: translateX(0);
}
.cid-tNdIKwSinb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tNdIKwSinb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNdIKwSinb .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tNdIKwSinb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tNdIKwSinb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tNdIKwSinb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tNdIKwSinb .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .social-container {
    padding-top: 40px;
  }
}
.cid-tNdIKwSinb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tNdIKwSinb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tNdIKwSinb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNdIKwSinb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNdIKwSinb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tNdIKwSinb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNdIKwSinb .soc-item:hover:before {
  opacity: 1;
}
.cid-tNdIKwSinb .offcanvas_btn {
  margin-top: auto;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tNdIuSWZwI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNdIuSWZwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdIuSWZwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNdIuSWZwI .container,
.cid-tNdIuSWZwI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNdIuSWZwI .container,
  .cid-tNdIuSWZwI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNdIuSWZwI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tNdIuSWZwI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNdIuSWZwI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNdIuSWZwI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNdIuSWZwI .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tNdIzFsyAx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNdIzFsyAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdIzFsyAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNdIzFsyAx .container,
.cid-tNdIzFsyAx .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNdIzFsyAx .container,
  .cid-tNdIzFsyAx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNdIzFsyAx .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNdIzFsyAx .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tNdIzFsyAx .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #0d849f;
}
@media (max-width: 992px) {
  .cid-tNdIzFsyAx .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tNdIzFsyAx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNdIzFsyAx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNiheoGIf5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNiheoGIf5 .mbr-section-title,
  .cid-tNiheoGIf5 .mbr-section-subtitle,
  .cid-tNiheoGIf5 .mbr-section-btn,
  .cid-tNiheoGIf5 .mbr-text {
    text-align: center;
  }
}
.cid-tNiheoGIf5 .mbr-section-title {
  color: #ffffff;
}
.cid-tNiheoGIf5 .mbr-text,
.cid-tNiheoGIf5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tNigBiUay6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNigBiUay6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNigBiUay6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNigBiUay6 .container,
.cid-tNigBiUay6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNigBiUay6 .container,
  .cid-tNigBiUay6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNigBiUay6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tNigBiUay6 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNigBiUay6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNigBiUay6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNigBiUay6 .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tNieaQo1yx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #000000;
}
.cid-tNieaQo1yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNieaQo1yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNieaQo1yx .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tNieaQo1yx .container-fluid {
    padding: 0 16px;
  }
}
.cid-tNieaQo1yx .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tNieaQo1yx .container {
    padding: 0 16px;
  }
}
.cid-tNieaQo1yx .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-tNieaQo1yx .slider-wrap {
    padding-right: 12px;
  }
}
.cid-tNieaQo1yx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-tNieaQo1yx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNieaQo1yx .embla__slide .card-wrap {
  width: 100%;
}
.cid-tNieaQo1yx .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-tNieaQo1yx .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tNieaQo1yx .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-tNieaQo1yx .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #22989f;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-tNieaQo1yx .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-tNieaQo1yx .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-tNieaQo1yx .embla__button--next,
.cid-tNieaQo1yx .embla__button--prev {
  display: flex;
}
.cid-tNieaQo1yx .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #f98c14;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNieaQo1yx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNieaQo1yx .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tNieaQo1yx .embla__button.embla__button--prev {
  left: 0;
}
.cid-tNieaQo1yx .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-tNieaQo1yx .embla__button {
    bottom: -4.5rem;
  }
}
.cid-tNieaQo1yx .embla {
  position: relative;
  width: 100%;
}
.cid-tNieaQo1yx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNieaQo1yx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNieaQo1yx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNieaQo1yx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNieaQo1yx .mbr-desc {
  color: #ffffff;
}
.cid-tNieaQo1yx .card-title {
  color: #ffffff;
}
.cid-tNieaQo1yx .card-text {
  color: #ffffff;
}
.cid-tNieaQo1yx .mbr-desc,
.cid-tNieaQo1yx .desc-wrap {
  color: #5bc8ce;
}
.cid-tNih750s25 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNih750s25 .mbr-section-title,
  .cid-tNih750s25 .mbr-section-subtitle,
  .cid-tNih750s25 .mbr-section-btn,
  .cid-tNih750s25 .mbr-text {
    text-align: center;
  }
}
.cid-tNih750s25 .mbr-section-title {
  color: #ffffff;
}
.cid-tNih750s25 .mbr-text,
.cid-tNih750s25 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMnHogk92P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tMnHogk92P .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tMnHogk92P .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tMnHogk92P .row {
    row-gap: 40px;
  }
}
.cid-tMnHogk92P .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tMnHogk92P .mbr-section-title {
  color: #ffffff;
}
.cid-tMnHogk92P .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tMnHogk92P .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tMnHogk92P .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tMnHogk92P .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tMnHogk92P .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tMnHogk92P .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tMnHogk92P .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tMnHogk92P .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tMnHogk92P .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tMnHogk92P .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tMnHogk92P .item-content {
  margin-top: 32px;
}
.cid-tMnHogk92P .item-title {
  color: #303030;
}
.cid-tMnHogk92P .mbr-text {
  margin-top: 11px;
  color: #ffffff;
}
.cid-tMnHogk92P .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-tMnHogk92P .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #5bc8ce;
}
.cid-tMnHogk92P .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tMnHogk92P .item-text {
  color: #9b8db7;
}
.cid-tMnHogk92P .mbr-text P {
  text-align: left;
}
.cid-tKFEJwJf9P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tKFEJwJf9P .mbr-section-title,
  .cid-tKFEJwJf9P .mbr-section-subtitle,
  .cid-tKFEJwJf9P .mbr-section-btn,
  .cid-tKFEJwJf9P .mbr-text {
    text-align: center;
  }
}
.cid-tKFEJwJf9P .mbr-section-title {
  color: #ffffff;
}
.cid-tKFEJwJf9P .mbr-text,
.cid-tKFEJwJf9P .mbr-section-btn {
  color: #ffffff;
}
.cid-tKFBMcD6Wj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tKFBMcD6Wj .mbr-section-title,
  .cid-tKFBMcD6Wj .mbr-section-subtitle,
  .cid-tKFBMcD6Wj .mbr-section-btn,
  .cid-tKFBMcD6Wj .mbr-text {
    text-align: center;
  }
}
.cid-tKFBMcD6Wj .mbr-section-title {
  color: #ffffff;
}
.cid-tKFBMcD6Wj .mbr-text,
.cid-tKFBMcD6Wj .mbr-section-btn {
  color: #ffffff;
}
.cid-tKFBMcS09s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tKFBMcS09s .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tKFBMcS09s .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tKFBMcS09s p {
  margin: 0;
}
.cid-tNen7ge6f4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNen7ge6f4 .mbr-section-title,
  .cid-tNen7ge6f4 .mbr-section-subtitle,
  .cid-tNen7ge6f4 .mbr-section-btn,
  .cid-tNen7ge6f4 .mbr-text {
    text-align: center;
  }
}
.cid-tNen7ge6f4 .mbr-section-title {
  color: #ffffff;
}
.cid-tNen7ge6f4 .mbr-text,
.cid-tNen7ge6f4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOiMi9JpR {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tLOiMi9JpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOiMi9JpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOiMi9JpR .row {
  justify-content: flex-start;
}
.cid-tLOiMi9JpR .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOiMi9JpR .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOiMi9JpR .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLOiMi9JpR .mbr-section-subtitle,
.cid-tLOiMi9JpR .mbr-section-btn {
  color: #22989f;
}
.cid-tLOiMiocU1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOiMiocU1 .mbr-section-title,
  .cid-tLOiMiocU1 .mbr-section-subtitle,
  .cid-tLOiMiocU1 .mbr-section-btn,
  .cid-tLOiMiocU1 .mbr-text {
    text-align: center;
  }
}
.cid-tLOiMiocU1 .mbr-section-title {
  color: #ffffff;
}
.cid-tLOiMiocU1 .mbr-text,
.cid-tLOiMiocU1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOiZCKaLK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #d4d4d4;
}
.cid-tLOiZCKaLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOiZCKaLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOiZCKaLK form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.cid-tLOiZCKaLK h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-tLOiZCKaLK .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tLOiZCKaLK .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f1efd4;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tLOiZCKaLK .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tLOiZCKaLK .mbr-section-title {
  color: #000000;
}
.cid-tLOiZCKaLK .mbr-text,
.cid-tLOiZCKaLK .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tLOiZCKaLK .mbr-section-subtitle,
.cid-tLOiZCKaLK .align-wrapper {
  color: #04492e;
}
.cid-tLOiZCKaLK .form-control,
.cid-tLOiZCKaLK .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #04492e !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLOiZCKaLK .form-control::-webkit-input-placeholder,
.cid-tLOiZCKaLK .field-input::-webkit-input-placeholder,
.cid-tLOiZCKaLK .form-control::-webkit-input-placeholder,
.cid-tLOiZCKaLK .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-tLOiZCKaLK .form-control:-moz-placeholder,
.cid-tLOiZCKaLK .field-input:-moz-placeholder,
.cid-tLOiZCKaLK .form-control:-moz-placeholder,
.cid-tLOiZCKaLK .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-tLOiZCKaLK .form-control:hover,
.cid-tLOiZCKaLK .field-input:hover,
.cid-tLOiZCKaLK .form-control:focus,
.cid-tLOiZCKaLK .field-input:focus {
  background-color: #ffffff;
  border-color: #04492e !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tLOiZCKaLK .form-control:hover::-webkit-input-placeholder,
.cid-tLOiZCKaLK .field-input:hover::-webkit-input-placeholder,
.cid-tLOiZCKaLK .form-control:focus::-webkit-input-placeholder,
.cid-tLOiZCKaLK .field-input:focus::-webkit-input-placeholder,
.cid-tLOiZCKaLK .form-control:hover::-webkit-input-placeholder,
.cid-tLOiZCKaLK .field-input:hover::-webkit-input-placeholder,
.cid-tLOiZCKaLK .form-control:focus::-webkit-input-placeholder,
.cid-tLOiZCKaLK .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-tLOiZCKaLK .form-control:hover:-moz-placeholder,
.cid-tLOiZCKaLK .field-input:hover:-moz-placeholder,
.cid-tLOiZCKaLK .form-control:focus:-moz-placeholder,
.cid-tLOiZCKaLK .field-input:focus:-moz-placeholder,
.cid-tLOiZCKaLK .form-control:hover:-moz-placeholder,
.cid-tLOiZCKaLK .field-input:hover:-moz-placeholder,
.cid-tLOiZCKaLK .form-control:focus:-moz-placeholder,
.cid-tLOiZCKaLK .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.cid-tLOiZCKaLK .jq-number__spin:hover,
.cid-tLOiZCKaLK .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #04492e !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLOiZCKaLK .jq-number__spin {
  background-color: #ffffff;
  border-color: #04492e;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLOiZCKaLK .jq-selectbox li,
.cid-tLOiZCKaLK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLOiZCKaLK .jq-selectbox li:hover,
.cid-tLOiZCKaLK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLOiZCKaLK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLOiZCKaLK .jq-number__spin.minus:hover:after,
.cid-tLOiZCKaLK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLOiZCKaLK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLOiZCKaLK .jq-number__spin.minus:after,
.cid-tLOiZCKaLK .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLOiZCKaLK textarea {
  min-height: 150px;
}
.cid-tLOiZCKaLK input::-webkit-clear-button {
  display: none;
}
.cid-tLOiZCKaLK input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLOiZCKaLK input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLOiZCKaLK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLOiZCKaLK LABEL {
  color: #04492e;
}
@media (max-width: 767px) {
  .cid-tLOiZCKaLK .col-auto {
    margin: auto;
  }
}
.cid-tLOiMmiZ4Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOiMmiZ4Z .mbr-section-title,
  .cid-tLOiMmiZ4Z .mbr-section-subtitle,
  .cid-tLOiMmiZ4Z .mbr-section-btn,
  .cid-tLOiMmiZ4Z .mbr-text {
    text-align: center;
  }
}
.cid-tLOiMmiZ4Z .mbr-section-title {
  color: #ffffff;
}
.cid-tLOiMmiZ4Z .mbr-text,
.cid-tLOiMmiZ4Z .mbr-section-btn {
  color: #ffffff;
}
.cid-uPvs5KhQGf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvs5KhQGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvs5KhQGf .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-uPvs5KhQGf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvs5KhQGf .row {
  flex-direction: row-reverse;
}
.cid-uPvs5KhQGf img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvs5KhQGf .mbr-text {
  color: #04492e;
}
.cid-tLOiMmEB8t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOiMmEB8t .mbr-section-title,
  .cid-tLOiMmEB8t .mbr-section-subtitle,
  .cid-tLOiMmEB8t .mbr-section-btn,
  .cid-tLOiMmEB8t .mbr-text {
    text-align: center;
  }
}
.cid-tLOiMmEB8t .mbr-section-title {
  color: #ffffff;
}
.cid-tLOiMmEB8t .mbr-text,
.cid-tLOiMmEB8t .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOiMn2pqe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tLOiMn2pqe .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tLOiMn2pqe .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLOiMn2pqe p {
  margin: 0;
}
.cid-tNdIKwSinb {
  z-index: 1000;
  width: 100%;
}
.cid-tNdIKwSinb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown-menu {
  padding: 0;
}
.cid-tNdIKwSinb .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .dropdown-item {
    text-align: left !important;
  }
}
.cid-tNdIKwSinb .dropdown-item:hover {
  background-position: right !important;
}
.cid-tNdIKwSinb .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tNdIKwSinb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNdIKwSinb .nav-link {
  position: relative;
}
.cid-tNdIKwSinb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tNdIKwSinb .dropdown-menu,
.cid-tNdIKwSinb .navbar.opened {
  background: #212428 !important;
}
.cid-tNdIKwSinb .nav-item:focus,
.cid-tNdIKwSinb .nav-link:focus {
  outline: none;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tNdIKwSinb .navbar.opened {
  transition: all 0.3s;
}
.cid-tNdIKwSinb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNdIKwSinb .navbar .navbar-logo img {
  width: auto;
}
.cid-tNdIKwSinb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNdIKwSinb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNdIKwSinb .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-tNdIKwSinb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNdIKwSinb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNdIKwSinb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNdIKwSinb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNdIKwSinb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar {
    min-height: 80px;
  }
}
.cid-tNdIKwSinb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tNdIKwSinb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tNdIKwSinb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNdIKwSinb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-brand {
    min-height: 69px;
  }
}
.cid-tNdIKwSinb .dropdown-item.active,
.cid-tNdIKwSinb .dropdown-item:active {
  background-color: transparent;
}
.cid-tNdIKwSinb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNdIKwSinb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNdIKwSinb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNdIKwSinb button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tNdIKwSinb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNdIKwSinb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNdIKwSinb .navbar {
    height: 70px;
  }
  .cid-tNdIKwSinb .navbar.opened {
    height: auto;
  }
  .cid-tNdIKwSinb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNdIKwSinb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-short {
    min-height: 70px;
  }
}
.cid-tNdIKwSinb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 3px;
  }
}
.cid-tNdIKwSinb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tNdIKwSinb .navbar-nav {
  display: flex !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:focus,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tNdIKwSinb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tNdIKwSinb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tNdIKwSinb button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tNdIKwSinb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tNdIKwSinb .offcanvas.show {
  transform: translateX(0);
}
.cid-tNdIKwSinb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tNdIKwSinb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNdIKwSinb .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tNdIKwSinb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tNdIKwSinb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tNdIKwSinb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tNdIKwSinb .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .social-container {
    padding-top: 40px;
  }
}
.cid-tNdIKwSinb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tNdIKwSinb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tNdIKwSinb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNdIKwSinb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNdIKwSinb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tNdIKwSinb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNdIKwSinb .soc-item:hover:before {
  opacity: 1;
}
.cid-tNdIKwSinb .offcanvas_btn {
  margin-top: auto;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tNenj9BOei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNenj9BOei .mbr-section-title,
  .cid-tNenj9BOei .mbr-section-subtitle,
  .cid-tNenj9BOei .mbr-section-btn,
  .cid-tNenj9BOei .mbr-text {
    text-align: center;
  }
}
.cid-tNenj9BOei .mbr-section-title {
  color: #ffffff;
}
.cid-tNenj9BOei .mbr-text,
.cid-tNenj9BOei .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOkzFAMq7 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tLOkzFAMq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOkzFAMq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOkzFAMq7 .row {
  justify-content: flex-start;
}
.cid-tLOkzFAMq7 .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOkzFAMq7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOkzFAMq7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLOkzFAMq7 .mbr-section-subtitle,
.cid-tLOkzFAMq7 .mbr-section-btn {
  color: #22989f;
}
.cid-tLOkzG9aKb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOkzG9aKb .mbr-section-title,
  .cid-tLOkzG9aKb .mbr-section-subtitle,
  .cid-tLOkzG9aKb .mbr-section-btn,
  .cid-tLOkzG9aKb .mbr-text {
    text-align: center;
  }
}
.cid-tLOkzG9aKb .mbr-section-title {
  color: #ffffff;
}
.cid-tLOkzG9aKb .mbr-text,
.cid-tLOkzG9aKb .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOnNSepR3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOnNSepR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOnNSepR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOnNSepR3 .row {
  justify-content: flex-start;
}
.cid-tLOnNSepR3 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOnNSepR3 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOnNSepR3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLOnPZcfV7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLOnPZcfV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOnPZcfV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOnPZcfV7 .row {
  justify-content: flex-start;
}
.cid-tLOnPZcfV7 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOnPZcfV7 .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOkzGq8q5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOkzGq8q5 .mbr-section-title,
  .cid-tLOkzGq8q5 .mbr-section-subtitle,
  .cid-tLOkzGq8q5 .mbr-section-btn,
  .cid-tLOkzGq8q5 .mbr-text {
    text-align: center;
  }
}
.cid-tLOkzGq8q5 .mbr-section-title {
  color: #ffffff;
}
.cid-tLOkzGq8q5 .mbr-text,
.cid-tLOkzGq8q5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOkzGHu5F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOkzGHu5F .mbr-section-title,
  .cid-tLOkzGHu5F .mbr-section-subtitle,
  .cid-tLOkzGHu5F .mbr-section-btn,
  .cid-tLOkzGHu5F .mbr-text {
    text-align: center;
  }
}
.cid-tLOkzGHu5F .mbr-section-title {
  color: #ffffff;
}
.cid-tLOkzGHu5F .mbr-text,
.cid-tLOkzGHu5F .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOkzGXZtH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tLOkzGXZtH .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tLOkzGXZtH .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLOkzGXZtH p {
  margin: 0;
}
.cid-tNdIKwSinb {
  z-index: 1000;
  width: 100%;
}
.cid-tNdIKwSinb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown-menu {
  padding: 0;
}
.cid-tNdIKwSinb .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .dropdown-item {
    text-align: left !important;
  }
}
.cid-tNdIKwSinb .dropdown-item:hover {
  background-position: right !important;
}
.cid-tNdIKwSinb .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tNdIKwSinb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNdIKwSinb .nav-link {
  position: relative;
}
.cid-tNdIKwSinb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tNdIKwSinb .dropdown-menu,
.cid-tNdIKwSinb .navbar.opened {
  background: #212428 !important;
}
.cid-tNdIKwSinb .nav-item:focus,
.cid-tNdIKwSinb .nav-link:focus {
  outline: none;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tNdIKwSinb .navbar.opened {
  transition: all 0.3s;
}
.cid-tNdIKwSinb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNdIKwSinb .navbar .navbar-logo img {
  width: auto;
}
.cid-tNdIKwSinb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNdIKwSinb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNdIKwSinb .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-tNdIKwSinb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNdIKwSinb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNdIKwSinb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNdIKwSinb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNdIKwSinb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar {
    min-height: 80px;
  }
}
.cid-tNdIKwSinb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tNdIKwSinb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tNdIKwSinb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNdIKwSinb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-brand {
    min-height: 69px;
  }
}
.cid-tNdIKwSinb .dropdown-item.active,
.cid-tNdIKwSinb .dropdown-item:active {
  background-color: transparent;
}
.cid-tNdIKwSinb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNdIKwSinb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNdIKwSinb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNdIKwSinb button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tNdIKwSinb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNdIKwSinb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNdIKwSinb .navbar {
    height: 70px;
  }
  .cid-tNdIKwSinb .navbar.opened {
    height: auto;
  }
  .cid-tNdIKwSinb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNdIKwSinb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-short {
    min-height: 70px;
  }
}
.cid-tNdIKwSinb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 3px;
  }
}
.cid-tNdIKwSinb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tNdIKwSinb .navbar-nav {
  display: flex !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:focus,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tNdIKwSinb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tNdIKwSinb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tNdIKwSinb button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tNdIKwSinb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tNdIKwSinb .offcanvas.show {
  transform: translateX(0);
}
.cid-tNdIKwSinb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tNdIKwSinb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNdIKwSinb .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tNdIKwSinb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tNdIKwSinb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tNdIKwSinb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tNdIKwSinb .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .social-container {
    padding-top: 40px;
  }
}
.cid-tNdIKwSinb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tNdIKwSinb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tNdIKwSinb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNdIKwSinb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNdIKwSinb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tNdIKwSinb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNdIKwSinb .soc-item:hover:before {
  opacity: 1;
}
.cid-tNdIKwSinb .offcanvas_btn {
  margin-top: auto;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tNenB9ZGdM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNenB9ZGdM .mbr-section-title,
  .cid-tNenB9ZGdM .mbr-section-subtitle,
  .cid-tNenB9ZGdM .mbr-section-btn,
  .cid-tNenB9ZGdM .mbr-text {
    text-align: center;
  }
}
.cid-tNenB9ZGdM .mbr-section-title {
  color: #ffffff;
}
.cid-tNenB9ZGdM .mbr-text,
.cid-tNenB9ZGdM .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOsR8RPzn {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tLOsR8RPzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOsR8RPzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOsR8RPzn .row {
  justify-content: flex-start;
}
.cid-tLOsR8RPzn .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOsR8RPzn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOsR8RPzn .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLOsR8RPzn .mbr-section-subtitle,
.cid-tLOsR8RPzn .mbr-section-btn {
  color: #22989f;
}
.cid-tLOsR98s5M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOsR98s5M .mbr-section-title,
  .cid-tLOsR98s5M .mbr-section-subtitle,
  .cid-tLOsR98s5M .mbr-section-btn,
  .cid-tLOsR98s5M .mbr-text {
    text-align: center;
  }
}
.cid-tLOsR98s5M .mbr-section-title {
  color: #ffffff;
}
.cid-tLOsR98s5M .mbr-text,
.cid-tLOsR98s5M .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOsR9pNvd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOsR9pNvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOsR9pNvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOsR9pNvd .row {
  justify-content: flex-start;
}
.cid-tLOsR9pNvd .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOsR9pNvd .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOsR9pNvd .mbr-section-btn {
  margin-top: 20px;
}
.cid-tLOsR9GKi9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOsR9GKi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOsR9GKi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOsR9GKi9 .row {
  justify-content: flex-start;
}
.cid-tLOsR9GKi9 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOsR9GKi9 .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOsR9X0pD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOsR9X0pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOsR9X0pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOsR9X0pD .row {
  justify-content: flex-start;
}
.cid-tLOsR9X0pD .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOsR9X0pD .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOsRaf4A9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOsRaf4A9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOsRaf4A9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOsRaf4A9 .row {
  justify-content: flex-start;
}
.cid-tLOsRaf4A9 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOsRaf4A9 .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOsRaADYM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLOsRaADYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLOsRaADYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLOsRaADYM .row {
  justify-content: flex-start;
}
.cid-tLOsRaADYM .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tLOsRaADYM .mbr-section-subtitle {
  color: #1d191f;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tLOsRaP2y1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOsRaP2y1 .mbr-section-title,
  .cid-tLOsRaP2y1 .mbr-section-subtitle,
  .cid-tLOsRaP2y1 .mbr-section-btn,
  .cid-tLOsRaP2y1 .mbr-text {
    text-align: center;
  }
}
.cid-tLOsRaP2y1 .mbr-section-title {
  color: #ffffff;
}
.cid-tLOsRaP2y1 .mbr-text,
.cid-tLOsRaP2y1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOsRb6bng {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tLOsRb6bng .mbr-section-title,
  .cid-tLOsRb6bng .mbr-section-subtitle,
  .cid-tLOsRb6bng .mbr-section-btn,
  .cid-tLOsRb6bng .mbr-text {
    text-align: center;
  }
}
.cid-tLOsRb6bng .mbr-section-title {
  color: #ffffff;
}
.cid-tLOsRb6bng .mbr-text,
.cid-tLOsRb6bng .mbr-section-btn {
  color: #ffffff;
}
.cid-tLOsRbnDl8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tLOsRbnDl8 .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tLOsRbnDl8 .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLOsRbnDl8 p {
  margin: 0;
}
.cid-tNdIKwSinb {
  z-index: 1000;
  width: 100%;
}
.cid-tNdIKwSinb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown-menu {
  padding: 0;
}
.cid-tNdIKwSinb .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .dropdown-item {
    text-align: left !important;
  }
}
.cid-tNdIKwSinb .dropdown-item:hover {
  background-position: right !important;
}
.cid-tNdIKwSinb .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tNdIKwSinb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNdIKwSinb .nav-link {
  position: relative;
}
.cid-tNdIKwSinb .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tNdIKwSinb .dropdown-menu,
.cid-tNdIKwSinb .navbar.opened {
  background: #212428 !important;
}
.cid-tNdIKwSinb .nav-item:focus,
.cid-tNdIKwSinb .nav-link:focus {
  outline: none;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNdIKwSinb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdIKwSinb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tNdIKwSinb .navbar.opened {
  transition: all 0.3s;
}
.cid-tNdIKwSinb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNdIKwSinb .navbar .navbar-logo img {
  width: auto;
}
.cid-tNdIKwSinb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNdIKwSinb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNdIKwSinb .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-tNdIKwSinb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNdIKwSinb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNdIKwSinb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNdIKwSinb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNdIKwSinb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNdIKwSinb .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar {
    min-height: 80px;
  }
}
.cid-tNdIKwSinb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tNdIKwSinb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tNdIKwSinb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNdIKwSinb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-brand {
    min-height: 69px;
  }
}
.cid-tNdIKwSinb .dropdown-item.active,
.cid-tNdIKwSinb .dropdown-item:active {
  background-color: transparent;
}
.cid-tNdIKwSinb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNdIKwSinb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tNdIKwSinb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNdIKwSinb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNdIKwSinb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNdIKwSinb button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tNdIKwSinb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNdIKwSinb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNdIKwSinb .navbar {
    height: 70px;
  }
  .cid-tNdIKwSinb .navbar.opened {
    height: auto;
  }
  .cid-tNdIKwSinb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNdIKwSinb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .navbar-short {
    min-height: 70px;
  }
}
.cid-tNdIKwSinb .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .container-fluid {
    padding: 0 3px;
  }
}
.cid-tNdIKwSinb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tNdIKwSinb .navbar-nav {
  display: flex !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:hover,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:focus,
.cid-tNdIKwSinb .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdIKwSinb .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tNdIKwSinb .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tNdIKwSinb .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tNdIKwSinb button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdIKwSinb button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdIKwSinb .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdIKwSinb .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdIKwSinb .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tNdIKwSinb .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tNdIKwSinb .offcanvas.show {
  transform: translateX(0);
}
.cid-tNdIKwSinb .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tNdIKwSinb .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNdIKwSinb .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tNdIKwSinb .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tNdIKwSinb .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tNdIKwSinb .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tNdIKwSinb .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tNdIKwSinb .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tNdIKwSinb .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNdIKwSinb .social-container {
    padding-top: 40px;
  }
}
.cid-tNdIKwSinb .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tNdIKwSinb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tNdIKwSinb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNdIKwSinb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNdIKwSinb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tNdIKwSinb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNdIKwSinb .soc-item:hover:before {
  opacity: 1;
}
.cid-tNdIKwSinb .offcanvas_btn {
  margin-top: auto;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tNdIKwSinb .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tNdLs89wZC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNdLs89wZC .mbr-section-title,
  .cid-tNdLs89wZC .mbr-section-subtitle,
  .cid-tNdLs89wZC .mbr-section-btn,
  .cid-tNdLs89wZC .mbr-text {
    text-align: center;
  }
}
.cid-tNdLs89wZC .mbr-section-title {
  color: #ffffff;
}
.cid-tNdLs89wZC .mbr-text,
.cid-tNdLs89wZC .mbr-section-btn {
  color: #ffffff;
}
.cid-tNdLs8GI3h {
  z-index: 1000;
  width: 100%;
}
.cid-tNdLs8GI3h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdLs8GI3h .dropdown-menu {
  padding: 0;
}
.cid-tNdLs8GI3h .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tNdLs8GI3h .dropdown-item {
    text-align: left !important;
  }
}
.cid-tNdLs8GI3h .dropdown-item:hover {
  background-position: right !important;
}
.cid-tNdLs8GI3h .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tNdLs8GI3h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNdLs8GI3h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNdLs8GI3h .nav-link {
  position: relative;
}
.cid-tNdLs8GI3h .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tNdLs8GI3h .dropdown-menu,
.cid-tNdLs8GI3h .navbar.opened {
  background: #212428 !important;
}
.cid-tNdLs8GI3h .nav-item:focus,
.cid-tNdLs8GI3h .nav-link:focus {
  outline: none;
}
.cid-tNdLs8GI3h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNdLs8GI3h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNdLs8GI3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNdLs8GI3h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNdLs8GI3h .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tNdLs8GI3h .navbar.opened {
  transition: all 0.3s;
}
.cid-tNdLs8GI3h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNdLs8GI3h .navbar .navbar-logo img {
  width: auto;
}
.cid-tNdLs8GI3h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tNdLs8GI3h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNdLs8GI3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNdLs8GI3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNdLs8GI3h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNdLs8GI3h .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-tNdLs8GI3h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNdLs8GI3h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNdLs8GI3h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNdLs8GI3h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNdLs8GI3h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNdLs8GI3h .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .navbar {
    min-height: 80px;
  }
}
.cid-tNdLs8GI3h .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tNdLs8GI3h .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tNdLs8GI3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNdLs8GI3h .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .navbar-brand {
    min-height: 69px;
  }
}
.cid-tNdLs8GI3h .dropdown-item.active,
.cid-tNdLs8GI3h .dropdown-item:active {
  background-color: transparent;
}
.cid-tNdLs8GI3h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNdLs8GI3h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNdLs8GI3h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNdLs8GI3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tNdLs8GI3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNdLs8GI3h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNdLs8GI3h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNdLs8GI3h button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdLs8GI3h button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tNdLs8GI3h button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdLs8GI3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdLs8GI3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdLs8GI3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdLs8GI3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdLs8GI3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdLs8GI3h nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdLs8GI3h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdLs8GI3h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdLs8GI3h nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNdLs8GI3h .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tNdLs8GI3h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNdLs8GI3h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNdLs8GI3h .navbar {
    height: 70px;
  }
  .cid-tNdLs8GI3h .navbar.opened {
    height: auto;
  }
  .cid-tNdLs8GI3h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNdLs8GI3h .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .navbar-short {
    min-height: 70px;
  }
}
.cid-tNdLs8GI3h .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tNdLs8GI3h .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tNdLs8GI3h .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .container-fluid {
    padding: 0 3px;
  }
}
.cid-tNdLs8GI3h .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tNdLs8GI3h .navbar-nav {
  display: flex !important;
}
.cid-tNdLs8GI3h .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tNdLs8GI3h .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tNdLs8GI3h .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdLs8GI3h .navbar-nav .nav-item .nav-link:hover,
.cid-tNdLs8GI3h .navbar-nav .nav-item .nav-link:focus,
.cid-tNdLs8GI3h .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tNdLs8GI3h .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tNdLs8GI3h .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tNdLs8GI3h .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tNdLs8GI3h button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdLs8GI3h button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tNdLs8GI3h button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdLs8GI3h button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdLs8GI3h button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tNdLs8GI3h button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdLs8GI3h button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tNdLs8GI3h button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNdLs8GI3h .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tNdLs8GI3h .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tNdLs8GI3h .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tNdLs8GI3h .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tNdLs8GI3h .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tNdLs8GI3h .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNdLs8GI3h .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNdLs8GI3h .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tNdLs8GI3h .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tNdLs8GI3h .offcanvas.show {
  transform: translateX(0);
}
.cid-tNdLs8GI3h .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tNdLs8GI3h .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNdLs8GI3h .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tNdLs8GI3h .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tNdLs8GI3h .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNdLs8GI3h .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tNdLs8GI3h .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tNdLs8GI3h .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tNdLs8GI3h .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tNdLs8GI3h .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tNdLs8GI3h .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tNdLs8GI3h .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tNdLs8GI3h .social-container {
    padding-top: 40px;
  }
}
.cid-tNdLs8GI3h .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tNdLs8GI3h .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tNdLs8GI3h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tNdLs8GI3h .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tNdLs8GI3h .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tNdLs8GI3h .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tNdLs8GI3h .soc-item:hover:before {
  opacity: 1;
}
.cid-tNdLs8GI3h .offcanvas_btn {
  margin-top: auto;
}
.cid-tNdLs8GI3h .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tNdLs8GI3h .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tNdLs9loHt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNdLs9loHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdLs9loHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNdLs9loHt .container,
.cid-tNdLs9loHt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNdLs9loHt .container,
  .cid-tNdLs9loHt .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNdLs9loHt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tNdLs9loHt .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tNdLs9loHt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tNdLs9loHt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNdLs9loHt .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tNdLs9MObH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNdLs9MObH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdLs9MObH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNdLs9MObH .container,
.cid-tNdLs9MObH .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tNdLs9MObH .container,
  .cid-tNdLs9MObH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNdLs9MObH .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tNdLs9MObH .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tNdLs9MObH .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #0d849f;
}
@media (max-width: 992px) {
  .cid-tNdLs9MObH .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tNdLs9MObH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNdLs9MObH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tNdLsac9Ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tNdLsac9Ev .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tNdLsac9Ev .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tNdLsac9Ev .row {
    row-gap: 40px;
  }
}
.cid-tNdLsac9Ev .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tNdLsac9Ev .mbr-section-title {
  color: #9b8db7;
}
.cid-tNdLsac9Ev .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tNdLsac9Ev .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tNdLsac9Ev .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tNdLsac9Ev .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tNdLsac9Ev .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tNdLsac9Ev .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tNdLsac9Ev .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tNdLsac9Ev .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tNdLsac9Ev .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tNdLsac9Ev .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tNdLsac9Ev .item-content {
  margin-top: 32px;
}
.cid-tNdLsac9Ev .item-title {
  color: #303030;
}
.cid-tNdLsac9Ev .mbr-text {
  margin-top: 11px;
  color: #ffffff;
}
.cid-tNdLsac9Ev .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-tNdLsac9Ev .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #5bc8ce;
}
.cid-tNdLsac9Ev .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tNdLsac9Ev .item-text {
  color: #9b8db7;
}
.cid-tNdLsac9Ev .mbr-text P {
  text-align: left;
}
.cid-tNdLsiqxiz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tNdLsiqxiz .mbr-section-title,
  .cid-tNdLsiqxiz .mbr-section-subtitle,
  .cid-tNdLsiqxiz .mbr-section-btn,
  .cid-tNdLsiqxiz .mbr-text {
    text-align: center;
  }
}
.cid-tNdLsiqxiz .mbr-section-title {
  color: #ffffff;
}
.cid-tNdLsiqxiz .mbr-text,
.cid-tNdLsiqxiz .mbr-section-btn {
  color: #ffffff;
}
.cid-tNdLsjEeOq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tNdLsjEeOq .mbr-section-title,
  .cid-tNdLsjEeOq .mbr-section-subtitle,
  .cid-tNdLsjEeOq .mbr-section-btn,
  .cid-tNdLsjEeOq .mbr-text {
    text-align: center;
  }
}
.cid-tNdLsjEeOq .mbr-section-title {
  color: #ffffff;
}
.cid-tNdLsjEeOq .mbr-text,
.cid-tNdLsjEeOq .mbr-section-btn {
  color: #ffffff;
}
.cid-tNdLskuv5I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tNdLskuv5I .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tNdLskuv5I .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tNdLskuv5I p {
  margin: 0;
}
.cid-tUEPaa27Kc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tUEPaa27Kc .mbr-section-title,
  .cid-tUEPaa27Kc .mbr-section-subtitle,
  .cid-tUEPaa27Kc .mbr-section-btn,
  .cid-tUEPaa27Kc .mbr-text {
    text-align: center;
  }
}
.cid-tUEPaa27Kc .mbr-section-title {
  color: #ffffff;
}
.cid-tUEPaa27Kc .mbr-text,
.cid-tUEPaa27Kc .mbr-section-btn {
  color: #ffffff;
}
.cid-tUEPaaCgH3 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-tUEPaaCgH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUEPaaCgH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUEPaaCgH3 .row {
  justify-content: flex-start;
}
.cid-tUEPaaCgH3 .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tUEPaaCgH3 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tUEPaaCgH3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tUEPaaCgH3 .mbr-section-subtitle,
.cid-tUEPaaCgH3 .mbr-section-btn {
  color: #22989f;
}
.cid-tUEPab6VSl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tUEPab6VSl .mbr-section-title,
  .cid-tUEPab6VSl .mbr-section-subtitle,
  .cid-tUEPab6VSl .mbr-section-btn,
  .cid-tUEPab6VSl .mbr-text {
    text-align: center;
  }
}
.cid-tUEPab6VSl .mbr-section-title {
  color: #ffffff;
}
.cid-tUEPab6VSl .mbr-text,
.cid-tUEPab6VSl .mbr-section-btn {
  color: #ffffff;
}
.cid-tUEPugECkX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUEPugECkX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUEPugECkX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUEPugECkX .container {
    padding: 0 25px;
  }
}
.cid-tUEPugECkX .row {
  margin: 0;
}
.cid-tUEPugECkX .row .card {
  padding: 0;
}
.cid-tUEPugECkX .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUEPugECkX .image-wrapper {
    height: 350px;
  }
}
.cid-tUEPugECkX .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tUEPugECkX .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-tUEPugECkX .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tUEPugECkX .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-tUEPugECkX .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-tUEPugECkX .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tUEPugECkX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tUEPugECkX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUEPugECkX .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tUEPugECkX .mbr-section-title {
  color: #ffffff;
}
.cid-tUEPugECkX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUEPugECkX .mbr-text {
  color: #ffffff;
}
.cid-urL742qtfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #17859e;
}
.cid-urL742qtfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-urL742qtfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urL742qtfc .row {
  justify-content: center;
}
.cid-urL742qtfc .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-urL742qtfc .col-title {
    margin-bottom: 20px;
  }
}
.cid-urL742qtfc .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-urL742qtfc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-urL742qtfc .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-urL742qtfc .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-urL742qtfc .card-row {
  align-items: stretch;
}
.cid-urL742qtfc .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-urL742qtfc .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-urL742qtfc .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-urL742qtfc .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-urL742qtfc .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-urL742qtfc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-urL742qtfc .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-urL742qtfc .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-urL742qtfc .card-wrapper {
  display: flex;
}
.cid-urL742qtfc .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urL742qtfc .card-title {
    text-align: center !important;
  }
}
.cid-urL742qtfc .card-text {
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-urL742qtfc .card-text {
    text-align: center !important;
  }
}
.cid-urL742qtfc .card-title,
.cid-urL742qtfc .iconfont-wrapper {
  color: #ffffff;
}
.cid-urL7ElHxIv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #17859e;
}
.cid-urL7ElHxIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urL7ElHxIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urL7ElHxIv .row {
  justify-content: center;
}
.cid-urL7ElHxIv .col-title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .col-title {
    margin-bottom: 20px;
  }
}
.cid-urL7ElHxIv .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-urL7ElHxIv .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-urL7ElHxIv .card-row {
  align-items: stretch;
}
.cid-urL7ElHxIv .card:first-child .card-box {
  border-top: 1px solid #d4d4d4;
}
.cid-urL7ElHxIv .card-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .card-box {
    flex-wrap: wrap;
    align-items: center;
  }
}
.cid-urL7ElHxIv .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #000000;
}
.cid-urL7ElHxIv .card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 10px;
}
.cid-urL7ElHxIv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 118px;
  padding: 10px;
  margin-right: 25px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff86d;
}
@media (max-width: 991px) {
  .cid-urL7ElHxIv .iconfont-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .iconfont-wrapper {
    margin: 0 auto;
  }
}
.cid-urL7ElHxIv .card-wrapper {
  display: flex;
}
.cid-urL7ElHxIv .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .card-title {
    text-align: center !important;
  }
}
.cid-urL7ElHxIv .card-text {
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-urL7ElHxIv .card-text {
    text-align: center !important;
  }
}
.cid-urL7ElHxIv .card-title,
.cid-urL7ElHxIv .iconfont-wrapper {
  color: #ffffff;
}
.cid-tUEPacgzrZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tUEPacgzrZ .mbr-section-title,
  .cid-tUEPacgzrZ .mbr-section-subtitle,
  .cid-tUEPacgzrZ .mbr-section-btn,
  .cid-tUEPacgzrZ .mbr-text {
    text-align: center;
  }
}
.cid-tUEPacgzrZ .mbr-section-title {
  color: #ffffff;
}
.cid-tUEPacgzrZ .mbr-text,
.cid-tUEPacgzrZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uPvrvQwK9v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvrvQwK9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvrvQwK9v .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-uPvrvQwK9v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvrvQwK9v .row {
  flex-direction: row-reverse;
}
.cid-uPvrvQwK9v img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvrvQwK9v .mbr-text {
  color: #04492e;
}
.cid-tUEPacOt6E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tUEPacOt6E .mbr-section-title,
  .cid-tUEPacOt6E .mbr-section-subtitle,
  .cid-tUEPacOt6E .mbr-section-btn,
  .cid-tUEPacOt6E .mbr-text {
    text-align: center;
  }
}
.cid-tUEPacOt6E .mbr-section-title {
  color: #ffffff;
}
.cid-tUEPacOt6E .mbr-text,
.cid-tUEPacOt6E .mbr-section-btn {
  color: #ffffff;
}
.cid-tUEPadmWfS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tUEPadmWfS .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tUEPadmWfS .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tUEPadmWfS p {
  margin: 0;
}
.cid-tUEPae952J {
  z-index: 1000;
  width: 100%;
}
.cid-tUEPae952J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUEPae952J .dropdown-menu {
  padding: 0;
}
.cid-tUEPae952J .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tUEPae952J .dropdown-item {
    text-align: left !important;
  }
}
.cid-tUEPae952J .dropdown-item:hover {
  background-position: right !important;
}
.cid-tUEPae952J .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tUEPae952J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUEPae952J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUEPae952J .nav-link {
  position: relative;
}
.cid-tUEPae952J .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tUEPae952J .dropdown-menu,
.cid-tUEPae952J .navbar.opened {
  background: #212428 !important;
}
.cid-tUEPae952J .nav-item:focus,
.cid-tUEPae952J .nav-link:focus {
  outline: none;
}
.cid-tUEPae952J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUEPae952J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUEPae952J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUEPae952J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUEPae952J .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tUEPae952J .navbar.opened {
  transition: all 0.3s;
}
.cid-tUEPae952J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUEPae952J .navbar .navbar-logo img {
  width: auto;
}
.cid-tUEPae952J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tUEPae952J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUEPae952J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUEPae952J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUEPae952J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUEPae952J .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-tUEPae952J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUEPae952J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUEPae952J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUEPae952J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUEPae952J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUEPae952J .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tUEPae952J .navbar {
    min-height: 80px;
  }
}
.cid-tUEPae952J .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tUEPae952J .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tUEPae952J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUEPae952J .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tUEPae952J .navbar-brand {
    min-height: 69px;
  }
}
.cid-tUEPae952J .dropdown-item.active,
.cid-tUEPae952J .dropdown-item:active {
  background-color: transparent;
}
.cid-tUEPae952J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUEPae952J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUEPae952J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUEPae952J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tUEPae952J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUEPae952J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUEPae952J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUEPae952J button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tUEPae952J button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tUEPae952J button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tUEPae952J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tUEPae952J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tUEPae952J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUEPae952J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUEPae952J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUEPae952J nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUEPae952J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUEPae952J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUEPae952J nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUEPae952J .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tUEPae952J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUEPae952J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUEPae952J .navbar {
    height: 70px;
  }
  .cid-tUEPae952J .navbar.opened {
    height: auto;
  }
  .cid-tUEPae952J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUEPae952J .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tUEPae952J .navbar-short {
    min-height: 70px;
  }
}
.cid-tUEPae952J .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tUEPae952J .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tUEPae952J .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tUEPae952J .container-fluid {
    padding: 0 3px;
  }
}
.cid-tUEPae952J .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tUEPae952J .navbar-nav {
  display: flex !important;
}
.cid-tUEPae952J .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tUEPae952J .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tUEPae952J .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tUEPae952J .navbar-nav .nav-item .nav-link:hover,
.cid-tUEPae952J .navbar-nav .nav-item .nav-link:focus,
.cid-tUEPae952J .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tUEPae952J .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tUEPae952J .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tUEPae952J .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tUEPae952J button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tUEPae952J button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tUEPae952J button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tUEPae952J button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tUEPae952J button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tUEPae952J button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUEPae952J button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUEPae952J button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUEPae952J .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tUEPae952J .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tUEPae952J .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tUEPae952J .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tUEPae952J .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tUEPae952J .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUEPae952J .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUEPae952J .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tUEPae952J .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tUEPae952J .offcanvas.show {
  transform: translateX(0);
}
.cid-tUEPae952J .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tUEPae952J .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUEPae952J .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tUEPae952J .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tUEPae952J .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tUEPae952J .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tUEPae952J .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tUEPae952J .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tUEPae952J .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tUEPae952J .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tUEPae952J .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tUEPae952J .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tUEPae952J .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tUEPae952J .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tUEPae952J .social-container {
    padding-top: 40px;
  }
}
.cid-tUEPae952J .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tUEPae952J .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tUEPae952J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tUEPae952J .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tUEPae952J .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tUEPae952J .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tUEPae952J .soc-item:hover:before {
  opacity: 1;
}
.cid-tUEPae952J .offcanvas_btn {
  margin-top: auto;
}
.cid-tUEPae952J .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tUEPae952J .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tUL2GROZ25 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tUL2GROZ25 .mbr-section-title,
  .cid-tUL2GROZ25 .mbr-section-subtitle,
  .cid-tUL2GROZ25 .mbr-section-btn,
  .cid-tUL2GROZ25 .mbr-text {
    text-align: center;
  }
}
.cid-tUL2GROZ25 .mbr-section-title {
  color: #ffffff;
}
.cid-tUL2GROZ25 .mbr-text,
.cid-tUL2GROZ25 .mbr-section-btn {
  color: #ffffff;
}
.cid-tUL2GS8fpS {
  z-index: 1000;
  width: 100%;
}
.cid-tUL2GS8fpS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUL2GS8fpS .dropdown-menu {
  padding: 0;
}
.cid-tUL2GS8fpS .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tUL2GS8fpS .dropdown-item {
    text-align: left !important;
  }
}
.cid-tUL2GS8fpS .dropdown-item:hover {
  background-position: right !important;
}
.cid-tUL2GS8fpS .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tUL2GS8fpS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUL2GS8fpS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUL2GS8fpS .nav-link {
  position: relative;
}
.cid-tUL2GS8fpS .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tUL2GS8fpS .dropdown-menu,
.cid-tUL2GS8fpS .navbar.opened {
  background: #212428 !important;
}
.cid-tUL2GS8fpS .nav-item:focus,
.cid-tUL2GS8fpS .nav-link:focus {
  outline: none;
}
.cid-tUL2GS8fpS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUL2GS8fpS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUL2GS8fpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUL2GS8fpS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUL2GS8fpS .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tUL2GS8fpS .navbar.opened {
  transition: all 0.3s;
}
.cid-tUL2GS8fpS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUL2GS8fpS .navbar .navbar-logo img {
  width: auto;
}
.cid-tUL2GS8fpS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tUL2GS8fpS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUL2GS8fpS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUL2GS8fpS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUL2GS8fpS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUL2GS8fpS .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-tUL2GS8fpS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUL2GS8fpS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUL2GS8fpS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUL2GS8fpS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUL2GS8fpS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUL2GS8fpS .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .navbar {
    min-height: 80px;
  }
}
.cid-tUL2GS8fpS .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tUL2GS8fpS .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tUL2GS8fpS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUL2GS8fpS .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .navbar-brand {
    min-height: 69px;
  }
}
.cid-tUL2GS8fpS .dropdown-item.active,
.cid-tUL2GS8fpS .dropdown-item:active {
  background-color: transparent;
}
.cid-tUL2GS8fpS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUL2GS8fpS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUL2GS8fpS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUL2GS8fpS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tUL2GS8fpS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUL2GS8fpS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUL2GS8fpS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUL2GS8fpS button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tUL2GS8fpS button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tUL2GS8fpS button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tUL2GS8fpS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tUL2GS8fpS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tUL2GS8fpS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUL2GS8fpS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUL2GS8fpS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUL2GS8fpS nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUL2GS8fpS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUL2GS8fpS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUL2GS8fpS nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUL2GS8fpS .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tUL2GS8fpS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUL2GS8fpS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUL2GS8fpS .navbar {
    height: 70px;
  }
  .cid-tUL2GS8fpS .navbar.opened {
    height: auto;
  }
  .cid-tUL2GS8fpS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUL2GS8fpS .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .navbar-short {
    min-height: 70px;
  }
}
.cid-tUL2GS8fpS .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tUL2GS8fpS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tUL2GS8fpS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .container-fluid {
    padding: 0 3px;
  }
}
.cid-tUL2GS8fpS .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tUL2GS8fpS .navbar-nav {
  display: flex !important;
}
.cid-tUL2GS8fpS .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tUL2GS8fpS .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tUL2GS8fpS .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tUL2GS8fpS .navbar-nav .nav-item .nav-link:hover,
.cid-tUL2GS8fpS .navbar-nav .nav-item .nav-link:focus,
.cid-tUL2GS8fpS .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tUL2GS8fpS .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tUL2GS8fpS .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tUL2GS8fpS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tUL2GS8fpS button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tUL2GS8fpS button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tUL2GS8fpS button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tUL2GS8fpS button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tUL2GS8fpS button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tUL2GS8fpS button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUL2GS8fpS button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tUL2GS8fpS button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUL2GS8fpS .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tUL2GS8fpS .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tUL2GS8fpS .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tUL2GS8fpS .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tUL2GS8fpS .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tUL2GS8fpS .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUL2GS8fpS .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUL2GS8fpS .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tUL2GS8fpS .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tUL2GS8fpS .offcanvas.show {
  transform: translateX(0);
}
.cid-tUL2GS8fpS .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tUL2GS8fpS .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tUL2GS8fpS .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tUL2GS8fpS .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tUL2GS8fpS .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tUL2GS8fpS .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tUL2GS8fpS .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tUL2GS8fpS .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tUL2GS8fpS .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tUL2GS8fpS .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tUL2GS8fpS .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tUL2GS8fpS .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tUL2GS8fpS .social-container {
    padding-top: 40px;
  }
}
.cid-tUL2GS8fpS .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tUL2GS8fpS .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tUL2GS8fpS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tUL2GS8fpS .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tUL2GS8fpS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tUL2GS8fpS .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tUL2GS8fpS .soc-item:hover:before {
  opacity: 1;
}
.cid-tUL2GS8fpS .offcanvas_btn {
  margin-top: auto;
}
.cid-tUL2GS8fpS .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tUL2GS8fpS .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tY9U7pMs53 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tY9U7pMs53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY9U7pMs53 .container-fluid {
  padding: 0;
}
.cid-tY9U7pMs53 .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-tY9U7pMs53 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY9U7pMs53 .row {
  flex-direction: row-reverse;
}
.cid-tY9U7pMs53 img {
  width: 100%;
}
.cid-ujCXx8mBwI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #22989f;
}
.cid-ujCXx8mBwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCXx8mBwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCXx8mBwI .container,
.cid-ujCXx8mBwI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujCXx8mBwI .container,
  .cid-ujCXx8mBwI .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujCXx8mBwI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ujCXx8mBwI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ujCXx8mBwI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujCXx8mBwI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujCXx8mBwI .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-ujCXvHlhbN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #22989f;
}
.cid-ujCXvHlhbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCXvHlhbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCXvHlhbN .container,
.cid-ujCXvHlhbN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujCXvHlhbN .container,
  .cid-ujCXvHlhbN .container-fluid {
    padding: 0 20px;
  }
}
.cid-ujCXvHlhbN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ujCXvHlhbN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ujCXvHlhbN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujCXvHlhbN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujCXvHlhbN .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tUL2GSBCzR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tUL2GSBCzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUL2GSBCzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUL2GSBCzR .container,
.cid-tUL2GSBCzR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUL2GSBCzR .container,
  .cid-tUL2GSBCzR .container-fluid {
    padding: 0 20px;
  }
}
.cid-tUL2GSBCzR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tUL2GSBCzR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tUL2GSBCzR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tUL2GSBCzR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUL2GSBCzR .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-tUL2GSTb2N {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tUL2GSTb2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUL2GSTb2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUL2GSTb2N .container,
.cid-tUL2GSTb2N .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tUL2GSTb2N .container,
  .cid-tUL2GSTb2N .container-fluid {
    padding: 0 20px;
  }
}
.cid-tUL2GSTb2N .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUL2GSTb2N .row {
    padding: 0;
    margin: 0;
  }
}
.cid-tUL2GSTb2N .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #0d849f;
}
@media (max-width: 992px) {
  .cid-tUL2GSTb2N .text-wrapper {
    padding: 20px 0;
  }
}
.cid-tUL2GSTb2N .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tUL2GSTb2N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-um1S7SUo9e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-um1S7SUo9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-um1S7SUo9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um1S7SUo9e .container,
.cid-um1S7SUo9e .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um1S7SUo9e .container,
  .cid-um1S7SUo9e .container-fluid {
    padding: 0 20px;
  }
}
.cid-um1S7SUo9e .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um1S7SUo9e .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-um1S7SUo9e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um1S7SUo9e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um1S7SUo9e .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-um0Xl8TaTQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #000000;
}
.cid-um0Xl8TaTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0Xl8TaTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0Xl8TaTQ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-um0Xl8TaTQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-um0Xl8TaTQ .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-um0Xl8TaTQ .container {
    padding: 0 16px;
  }
}
.cid-um0Xl8TaTQ .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-um0Xl8TaTQ .slider-wrap {
    padding-right: 12px;
  }
}
.cid-um0Xl8TaTQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-um0Xl8TaTQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap {
  width: 100%;
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #22989f;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-um0Xl8TaTQ .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-um0Xl8TaTQ .embla__button--next,
.cid-um0Xl8TaTQ .embla__button--prev {
  display: flex;
}
.cid-um0Xl8TaTQ .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #f98c14;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-um0Xl8TaTQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-um0Xl8TaTQ .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-um0Xl8TaTQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-um0Xl8TaTQ .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-um0Xl8TaTQ .embla__button {
    bottom: -4.5rem;
  }
}
.cid-um0Xl8TaTQ .embla {
  position: relative;
  width: 100%;
}
.cid-um0Xl8TaTQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-um0Xl8TaTQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-um0Xl8TaTQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-um0Xl8TaTQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-um0Xl8TaTQ .mbr-desc {
  color: #ffffff;
}
.cid-um0Xl8TaTQ .card-title {
  color: #ffffff;
}
.cid-um0Xl8TaTQ .card-text {
  color: #ffffff;
}
.cid-um0Xl8TaTQ .mbr-desc,
.cid-um0Xl8TaTQ .desc-wrap {
  color: #5bc8ce;
}
.cid-tUL2GTboDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tUL2GTboDB .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-tUL2GTboDB .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tUL2GTboDB .row {
    row-gap: 40px;
  }
}
.cid-tUL2GTboDB .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tUL2GTboDB .mbr-section-title {
  color: #ffffff;
}
.cid-tUL2GTboDB .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tUL2GTboDB .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tUL2GTboDB .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tUL2GTboDB .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-tUL2GTboDB .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-tUL2GTboDB .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-tUL2GTboDB .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-tUL2GTboDB .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tUL2GTboDB .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tUL2GTboDB .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-tUL2GTboDB .item-content {
  margin-top: 32px;
}
.cid-tUL2GTboDB .item-title {
  color: #303030;
}
.cid-tUL2GTboDB .mbr-text {
  margin-top: 11px;
  color: #ffffff;
}
.cid-tUL2GTboDB .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-tUL2GTboDB .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #5bc8ce;
}
.cid-tUL2GTboDB .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-tUL2GTboDB .item-text {
  color: #9b8db7;
}
.cid-tUL2GTboDB .mbr-text P {
  text-align: left;
}
.cid-tUL2GVFvYg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tUL2GVFvYg .mbr-section-title,
  .cid-tUL2GVFvYg .mbr-section-subtitle,
  .cid-tUL2GVFvYg .mbr-section-btn,
  .cid-tUL2GVFvYg .mbr-text {
    text-align: center;
  }
}
.cid-tUL2GVFvYg .mbr-section-title {
  color: #ffffff;
}
.cid-tUL2GVFvYg .mbr-text,
.cid-tUL2GVFvYg .mbr-section-btn {
  color: #ffffff;
}
.cid-tUL2GW7zZX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tUL2GW7zZX .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tUL2GW7zZX .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tUL2GW7zZX p {
  margin: 0;
}
.cid-tWCtjRhsgY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tWCtjRhsgY .mbr-section-title,
  .cid-tWCtjRhsgY .mbr-section-subtitle,
  .cid-tWCtjRhsgY .mbr-section-btn,
  .cid-tWCtjRhsgY .mbr-text {
    text-align: center;
  }
}
.cid-tWCtjRhsgY .mbr-section-title {
  color: #ffffff;
}
.cid-tWCtjRhsgY .mbr-text,
.cid-tWCtjRhsgY .mbr-section-btn {
  color: #ffffff;
}
.cid-tWCtjRAuEE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tWCtjRAuEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWCtjRAuEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWCtjRAuEE .row {
  justify-content: flex-start;
}
.cid-tWCtjRAuEE .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tWCtjRAuEE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tWCtjRAuEE .mbr-section-btn {
  margin-top: 20px;
}
.cid-tWCtjRAuEE .mbr-section-subtitle,
.cid-tWCtjRAuEE .mbr-section-btn {
  color: #22989f;
}
.cid-v2DplmnuKx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v2DplmnuKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DplmnuKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DplmnuKx .row {
  justify-content: flex-start;
}
.cid-v2DplmnuKx .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #3ea9c1;
}
@media (max-width: 767px) {
  .cid-v2DplmnuKx .content-container {
    flex-wrap: wrap;
  }
}
.cid-v2DplmnuKx .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-v2DplmnuKx .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-v2DplmnuKx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v2DplmnuKx .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-v2DplmnuKx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2DplmnuKx .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #000000;
}
.cid-v2DplmnuKx .label-text {
  color: #ffffff;
  margin: 0;
}
.cid-v2DplmnuKx .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-v2DplmnuKx .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-v2DplmnuKx .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-v2DplmnuKx .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-v2DplmnuKx .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tWCtjRQ5CZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWCtjRQ5CZ .mbr-section-title,
  .cid-tWCtjRQ5CZ .mbr-section-subtitle,
  .cid-tWCtjRQ5CZ .mbr-section-btn,
  .cid-tWCtjRQ5CZ .mbr-text {
    text-align: center;
  }
}
.cid-tWCtjRQ5CZ .mbr-section-title {
  color: #ffffff;
}
.cid-tWCtjRQ5CZ .mbr-text,
.cid-tWCtjRQ5CZ .mbr-section-btn {
  color: #ffffff;
}
#custom-html-d9 {
  /* Type valid CSS here */
}
#custom-html-d9 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-d9 p {
  font-size: 0px;
  color: #777;
}
.cid-tWCtjSuBfY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWCtjSuBfY .mbr-section-title,
  .cid-tWCtjSuBfY .mbr-section-subtitle,
  .cid-tWCtjSuBfY .mbr-section-btn,
  .cid-tWCtjSuBfY .mbr-text {
    text-align: center;
  }
}
.cid-tWCtjSuBfY .mbr-section-title {
  color: #ffffff;
}
.cid-tWCtjSuBfY .mbr-text,
.cid-tWCtjSuBfY .mbr-section-btn {
  color: #ffffff;
}
.cid-uPvryMeclJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvryMeclJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvryMeclJ .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-uPvryMeclJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvryMeclJ .row {
  flex-direction: row-reverse;
}
.cid-uPvryMeclJ img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvryMeclJ .mbr-text {
  color: #04492e;
}
.cid-tWCtjSNZHl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWCtjSNZHl .mbr-section-title,
  .cid-tWCtjSNZHl .mbr-section-subtitle,
  .cid-tWCtjSNZHl .mbr-section-btn,
  .cid-tWCtjSNZHl .mbr-text {
    text-align: center;
  }
}
.cid-tWCtjSNZHl .mbr-section-title {
  color: #ffffff;
}
.cid-tWCtjSNZHl .mbr-text,
.cid-tWCtjSNZHl .mbr-section-btn {
  color: #ffffff;
}
.cid-tWCtjT7OkW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tWCtjT7OkW .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tWCtjT7OkW .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tWCtjT7OkW p {
  margin: 0;
}
.cid-tWCtjTpewc {
  z-index: 1000;
  width: 100%;
}
.cid-tWCtjTpewc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWCtjTpewc .dropdown-menu {
  padding: 0;
}
.cid-tWCtjTpewc .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tWCtjTpewc .dropdown-item {
    text-align: left !important;
  }
}
.cid-tWCtjTpewc .dropdown-item:hover {
  background-position: right !important;
}
.cid-tWCtjTpewc .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tWCtjTpewc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWCtjTpewc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWCtjTpewc .nav-link {
  position: relative;
}
.cid-tWCtjTpewc .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tWCtjTpewc .dropdown-menu,
.cid-tWCtjTpewc .navbar.opened {
  background: #212428 !important;
}
.cid-tWCtjTpewc .nav-item:focus,
.cid-tWCtjTpewc .nav-link:focus {
  outline: none;
}
.cid-tWCtjTpewc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWCtjTpewc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWCtjTpewc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWCtjTpewc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWCtjTpewc .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tWCtjTpewc .navbar.opened {
  transition: all 0.3s;
}
.cid-tWCtjTpewc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWCtjTpewc .navbar .navbar-logo img {
  width: auto;
}
.cid-tWCtjTpewc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tWCtjTpewc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWCtjTpewc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWCtjTpewc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWCtjTpewc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWCtjTpewc .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-tWCtjTpewc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWCtjTpewc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWCtjTpewc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWCtjTpewc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWCtjTpewc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWCtjTpewc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .navbar {
    min-height: 80px;
  }
}
.cid-tWCtjTpewc .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tWCtjTpewc .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tWCtjTpewc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWCtjTpewc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .navbar-brand {
    min-height: 69px;
  }
}
.cid-tWCtjTpewc .dropdown-item.active,
.cid-tWCtjTpewc .dropdown-item:active {
  background-color: transparent;
}
.cid-tWCtjTpewc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWCtjTpewc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWCtjTpewc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWCtjTpewc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tWCtjTpewc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWCtjTpewc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWCtjTpewc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWCtjTpewc button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWCtjTpewc button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tWCtjTpewc button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWCtjTpewc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWCtjTpewc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tWCtjTpewc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWCtjTpewc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWCtjTpewc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWCtjTpewc nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWCtjTpewc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWCtjTpewc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWCtjTpewc nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWCtjTpewc .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWCtjTpewc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWCtjTpewc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWCtjTpewc .navbar {
    height: 70px;
  }
  .cid-tWCtjTpewc .navbar.opened {
    height: auto;
  }
  .cid-tWCtjTpewc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWCtjTpewc .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .navbar-short {
    min-height: 70px;
  }
}
.cid-tWCtjTpewc .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tWCtjTpewc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWCtjTpewc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .container-fluid {
    padding: 0 3px;
  }
}
.cid-tWCtjTpewc .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWCtjTpewc .navbar-nav {
  display: flex !important;
}
.cid-tWCtjTpewc .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tWCtjTpewc .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tWCtjTpewc .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tWCtjTpewc .navbar-nav .nav-item .nav-link:hover,
.cid-tWCtjTpewc .navbar-nav .nav-item .nav-link:focus,
.cid-tWCtjTpewc .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tWCtjTpewc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tWCtjTpewc .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tWCtjTpewc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tWCtjTpewc button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWCtjTpewc button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tWCtjTpewc button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWCtjTpewc button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWCtjTpewc button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tWCtjTpewc button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWCtjTpewc button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWCtjTpewc button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWCtjTpewc .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWCtjTpewc .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tWCtjTpewc .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWCtjTpewc .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWCtjTpewc .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tWCtjTpewc .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWCtjTpewc .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWCtjTpewc .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tWCtjTpewc .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tWCtjTpewc .offcanvas.show {
  transform: translateX(0);
}
.cid-tWCtjTpewc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tWCtjTpewc .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWCtjTpewc .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tWCtjTpewc .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tWCtjTpewc .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWCtjTpewc .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tWCtjTpewc .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tWCtjTpewc .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tWCtjTpewc .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tWCtjTpewc .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tWCtjTpewc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tWCtjTpewc .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tWCtjTpewc .social-container {
    padding-top: 40px;
  }
}
.cid-tWCtjTpewc .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tWCtjTpewc .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tWCtjTpewc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tWCtjTpewc .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tWCtjTpewc .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tWCtjTpewc .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tWCtjTpewc .soc-item:hover:before {
  opacity: 1;
}
.cid-tWCtjTpewc .offcanvas_btn {
  margin-top: auto;
}
.cid-tWCtjTpewc .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tWCtjTpewc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tWJEaNHQw8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tWJEaNHQw8 .mbr-section-title,
  .cid-tWJEaNHQw8 .mbr-section-subtitle,
  .cid-tWJEaNHQw8 .mbr-section-btn,
  .cid-tWJEaNHQw8 .mbr-text {
    text-align: center;
  }
}
.cid-tWJEaNHQw8 .mbr-section-title {
  color: #ffffff;
}
.cid-tWJEaNHQw8 .mbr-text,
.cid-tWJEaNHQw8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJEaNZqfl {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tWJEaNZqfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWJEaNZqfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWJEaNZqfl .row {
  justify-content: flex-start;
}
.cid-tWJEaNZqfl .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tWJEaNZqfl .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tWJEaNZqfl .mbr-section-btn {
  margin-top: 20px;
}
.cid-tWJEaNZqfl .mbr-section-subtitle,
.cid-tWJEaNZqfl .mbr-section-btn {
  color: #22989f;
}
.cid-v2DzjoT3qt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v2DzjoT3qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DzjoT3qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DzjoT3qt .row {
  justify-content: flex-start;
}
.cid-v2DzjoT3qt .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #3ea9c1;
}
@media (max-width: 767px) {
  .cid-v2DzjoT3qt .content-container {
    flex-wrap: wrap;
  }
}
.cid-v2DzjoT3qt .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-v2DzjoT3qt .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-v2DzjoT3qt .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v2DzjoT3qt .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-v2DzjoT3qt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2DzjoT3qt .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #000000;
}
.cid-v2DzjoT3qt .label-text {
  color: #ffffff;
  margin: 0;
}
.cid-v2DzjoT3qt .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-v2DzjoT3qt .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-v2DzjoT3qt .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-v2DzjoT3qt .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-v2DzjoT3qt .mbr-section-btn {
    flex-grow: 1;
  }
}
.cid-tWJEaP5WWB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWJEaP5WWB .mbr-section-title,
  .cid-tWJEaP5WWB .mbr-section-subtitle,
  .cid-tWJEaP5WWB .mbr-section-btn,
  .cid-tWJEaP5WWB .mbr-text {
    text-align: center;
  }
}
.cid-tWJEaP5WWB .mbr-section-title {
  color: #ffffff;
}
.cid-tWJEaP5WWB .mbr-text,
.cid-tWJEaP5WWB .mbr-section-btn {
  color: #ffffff;
}
#custom-html-dc {
  /* Type valid CSS here */
}
#custom-html-dc div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-dc p {
  font-size: 0px;
  color: #777;
}
.cid-tWJEaPTGa7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWJEaPTGa7 .mbr-section-title,
  .cid-tWJEaPTGa7 .mbr-section-subtitle,
  .cid-tWJEaPTGa7 .mbr-section-btn,
  .cid-tWJEaPTGa7 .mbr-text {
    text-align: center;
  }
}
.cid-tWJEaPTGa7 .mbr-section-title {
  color: #ffffff;
}
.cid-tWJEaPTGa7 .mbr-text,
.cid-tWJEaPTGa7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPvrBvjnOK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvrBvjnOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvrBvjnOK .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-uPvrBvjnOK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvrBvjnOK .row {
  flex-direction: row-reverse;
}
.cid-uPvrBvjnOK img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvrBvjnOK .mbr-text {
  color: #04492e;
}
.cid-tWJEaQjdL4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWJEaQjdL4 .mbr-section-title,
  .cid-tWJEaQjdL4 .mbr-section-subtitle,
  .cid-tWJEaQjdL4 .mbr-section-btn,
  .cid-tWJEaQjdL4 .mbr-text {
    text-align: center;
  }
}
.cid-tWJEaQjdL4 .mbr-section-title {
  color: #ffffff;
}
.cid-tWJEaQjdL4 .mbr-text,
.cid-tWJEaQjdL4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJEaQHceC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tWJEaQHceC .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tWJEaQHceC .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tWJEaQHceC p {
  margin: 0;
}
.cid-tWJEaR3NmA {
  z-index: 1000;
  width: 100%;
}
.cid-tWJEaR3NmA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWJEaR3NmA .dropdown-menu {
  padding: 0;
}
.cid-tWJEaR3NmA .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tWJEaR3NmA .dropdown-item {
    text-align: left !important;
  }
}
.cid-tWJEaR3NmA .dropdown-item:hover {
  background-position: right !important;
}
.cid-tWJEaR3NmA .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tWJEaR3NmA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWJEaR3NmA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWJEaR3NmA .nav-link {
  position: relative;
}
.cid-tWJEaR3NmA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tWJEaR3NmA .dropdown-menu,
.cid-tWJEaR3NmA .navbar.opened {
  background: #212428 !important;
}
.cid-tWJEaR3NmA .nav-item:focus,
.cid-tWJEaR3NmA .nav-link:focus {
  outline: none;
}
.cid-tWJEaR3NmA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWJEaR3NmA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWJEaR3NmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWJEaR3NmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWJEaR3NmA .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tWJEaR3NmA .navbar.opened {
  transition: all 0.3s;
}
.cid-tWJEaR3NmA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWJEaR3NmA .navbar .navbar-logo img {
  width: auto;
}
.cid-tWJEaR3NmA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tWJEaR3NmA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWJEaR3NmA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWJEaR3NmA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWJEaR3NmA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWJEaR3NmA .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-tWJEaR3NmA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWJEaR3NmA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWJEaR3NmA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWJEaR3NmA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWJEaR3NmA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWJEaR3NmA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .navbar {
    min-height: 80px;
  }
}
.cid-tWJEaR3NmA .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tWJEaR3NmA .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tWJEaR3NmA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWJEaR3NmA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .navbar-brand {
    min-height: 69px;
  }
}
.cid-tWJEaR3NmA .dropdown-item.active,
.cid-tWJEaR3NmA .dropdown-item:active {
  background-color: transparent;
}
.cid-tWJEaR3NmA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWJEaR3NmA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWJEaR3NmA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWJEaR3NmA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tWJEaR3NmA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWJEaR3NmA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWJEaR3NmA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWJEaR3NmA button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWJEaR3NmA button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tWJEaR3NmA button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWJEaR3NmA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWJEaR3NmA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tWJEaR3NmA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJEaR3NmA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJEaR3NmA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWJEaR3NmA nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWJEaR3NmA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWJEaR3NmA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWJEaR3NmA nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWJEaR3NmA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWJEaR3NmA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWJEaR3NmA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWJEaR3NmA .navbar {
    height: 70px;
  }
  .cid-tWJEaR3NmA .navbar.opened {
    height: auto;
  }
  .cid-tWJEaR3NmA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWJEaR3NmA .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .navbar-short {
    min-height: 70px;
  }
}
.cid-tWJEaR3NmA .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tWJEaR3NmA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWJEaR3NmA .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .container-fluid {
    padding: 0 3px;
  }
}
.cid-tWJEaR3NmA .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWJEaR3NmA .navbar-nav {
  display: flex !important;
}
.cid-tWJEaR3NmA .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tWJEaR3NmA .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tWJEaR3NmA .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tWJEaR3NmA .navbar-nav .nav-item .nav-link:hover,
.cid-tWJEaR3NmA .navbar-nav .nav-item .nav-link:focus,
.cid-tWJEaR3NmA .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tWJEaR3NmA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tWJEaR3NmA .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tWJEaR3NmA .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tWJEaR3NmA button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWJEaR3NmA button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tWJEaR3NmA button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWJEaR3NmA button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWJEaR3NmA button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tWJEaR3NmA button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJEaR3NmA button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJEaR3NmA button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWJEaR3NmA .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWJEaR3NmA .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tWJEaR3NmA .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWJEaR3NmA .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWJEaR3NmA .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tWJEaR3NmA .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWJEaR3NmA .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWJEaR3NmA .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tWJEaR3NmA .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tWJEaR3NmA .offcanvas.show {
  transform: translateX(0);
}
.cid-tWJEaR3NmA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tWJEaR3NmA .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWJEaR3NmA .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tWJEaR3NmA .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tWJEaR3NmA .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWJEaR3NmA .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tWJEaR3NmA .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tWJEaR3NmA .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tWJEaR3NmA .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tWJEaR3NmA .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tWJEaR3NmA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tWJEaR3NmA .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tWJEaR3NmA .social-container {
    padding-top: 40px;
  }
}
.cid-tWJEaR3NmA .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tWJEaR3NmA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tWJEaR3NmA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tWJEaR3NmA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tWJEaR3NmA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tWJEaR3NmA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tWJEaR3NmA .soc-item:hover:before {
  opacity: 1;
}
.cid-tWJEaR3NmA .offcanvas_btn {
  margin-top: auto;
}
.cid-tWJEaR3NmA .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tWJEaR3NmA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
#custom-html-db {
  /* Type valid CSS here */
}
#custom-html-db div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-db p {
  font-size: 60px;
  color: #777;
}
.cid-tWJE7JOZjM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-tWJE7JOZjM .mbr-section-title,
  .cid-tWJE7JOZjM .mbr-section-subtitle,
  .cid-tWJE7JOZjM .mbr-section-btn,
  .cid-tWJE7JOZjM .mbr-text {
    text-align: center;
  }
}
.cid-tWJE7JOZjM .mbr-section-title {
  color: #ffffff;
}
.cid-tWJE7JOZjM .mbr-text,
.cid-tWJE7JOZjM .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJE7K6j9f {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWJE7K6j9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWJE7K6j9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWJE7K6j9f .row {
  justify-content: flex-start;
}
.cid-tWJE7K6j9f .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tWJE7K6j9f .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tWJE7K6j9f .mbr-section-btn {
  margin-top: 20px;
}
.cid-tWJE7K6j9f .mbr-section-subtitle,
.cid-tWJE7K6j9f .mbr-section-btn {
  color: #22989f;
}
.cid-um0P4ZU79q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um0P4ZU79q .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0P4ZU79q .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-um0P4ZU79q .container {
    padding: 0 26px;
  }
}
.cid-um0P4ZU79q .row {
  justify-content: center;
}
.cid-um0P4ZU79q .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #22989f;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-um0P4ZU79q .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-um0P4ZU79q .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-um0P4ZU79q .content-wrapper .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-um0P4ZU79q .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-um0P4ZU79q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-um0P4ZU79q .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-um0P4ZU79q .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-um0P4ZU79q .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-um0P4ZU79q .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-um0P4ZU79q .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-um0P4ZU79q .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-um0P4ZU79q .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-um0P4ZU79q .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-um0P4ZU79q .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-um0P4ZU79q .mbr-section-title {
  color: #000000;
}
.cid-um0P4ZU79q .mbr-section-subtitle {
  color: #000000;
}
.cid-um0P4ZU79q .mbr-text {
  color: #ffffff;
}
.cid-um0P4ZU79q .mbr-section-title,
.cid-um0P4ZU79q .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJE7LYc95 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWJE7LYc95 .mbr-section-title,
  .cid-tWJE7LYc95 .mbr-section-subtitle,
  .cid-tWJE7LYc95 .mbr-section-btn,
  .cid-tWJE7LYc95 .mbr-text {
    text-align: center;
  }
}
.cid-tWJE7LYc95 .mbr-section-title {
  color: #ffffff;
}
.cid-tWJE7LYc95 .mbr-text,
.cid-tWJE7LYc95 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJE7Mnw7F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-2-2000x71.png");
}
@media (max-width: 991px) {
  .cid-tWJE7Mnw7F .mbr-section-title,
  .cid-tWJE7Mnw7F .mbr-section-subtitle,
  .cid-tWJE7Mnw7F .mbr-section-btn,
  .cid-tWJE7Mnw7F .mbr-text {
    text-align: center;
  }
}
.cid-tWJE7Mnw7F .mbr-section-title {
  color: #ffffff;
}
.cid-tWJE7Mnw7F .mbr-text,
.cid-tWJE7Mnw7F .mbr-section-btn {
  color: #ffffff;
}
.cid-tWJE7MLaUh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tWJE7MLaUh .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-tWJE7MLaUh .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tWJE7MLaUh p {
  margin: 0;
}
.cid-tWJE7N7dhz {
  z-index: 1000;
  width: 100%;
}
.cid-tWJE7N7dhz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWJE7N7dhz .dropdown-menu {
  padding: 0;
}
.cid-tWJE7N7dhz .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tWJE7N7dhz .dropdown-item {
    text-align: left !important;
  }
}
.cid-tWJE7N7dhz .dropdown-item:hover {
  background-position: right !important;
}
.cid-tWJE7N7dhz .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-tWJE7N7dhz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWJE7N7dhz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWJE7N7dhz .nav-link {
  position: relative;
}
.cid-tWJE7N7dhz .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-tWJE7N7dhz .dropdown-menu,
.cid-tWJE7N7dhz .navbar.opened {
  background: #212428 !important;
}
.cid-tWJE7N7dhz .nav-item:focus,
.cid-tWJE7N7dhz .nav-link:focus {
  outline: none;
}
.cid-tWJE7N7dhz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWJE7N7dhz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWJE7N7dhz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWJE7N7dhz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWJE7N7dhz .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-tWJE7N7dhz .navbar.opened {
  transition: all 0.3s;
}
.cid-tWJE7N7dhz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWJE7N7dhz .navbar .navbar-logo img {
  width: auto;
}
.cid-tWJE7N7dhz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tWJE7N7dhz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWJE7N7dhz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWJE7N7dhz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWJE7N7dhz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWJE7N7dhz .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-tWJE7N7dhz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWJE7N7dhz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWJE7N7dhz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWJE7N7dhz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWJE7N7dhz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWJE7N7dhz .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .navbar {
    min-height: 80px;
  }
}
.cid-tWJE7N7dhz .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tWJE7N7dhz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tWJE7N7dhz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWJE7N7dhz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .navbar-brand {
    min-height: 69px;
  }
}
.cid-tWJE7N7dhz .dropdown-item.active,
.cid-tWJE7N7dhz .dropdown-item:active {
  background-color: transparent;
}
.cid-tWJE7N7dhz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWJE7N7dhz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWJE7N7dhz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWJE7N7dhz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-tWJE7N7dhz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWJE7N7dhz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWJE7N7dhz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWJE7N7dhz button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWJE7N7dhz button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tWJE7N7dhz button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWJE7N7dhz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWJE7N7dhz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tWJE7N7dhz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJE7N7dhz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJE7N7dhz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWJE7N7dhz nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWJE7N7dhz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWJE7N7dhz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWJE7N7dhz nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWJE7N7dhz .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tWJE7N7dhz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWJE7N7dhz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWJE7N7dhz .navbar {
    height: 70px;
  }
  .cid-tWJE7N7dhz .navbar.opened {
    height: auto;
  }
  .cid-tWJE7N7dhz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWJE7N7dhz .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .navbar-short {
    min-height: 70px;
  }
}
.cid-tWJE7N7dhz .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tWJE7N7dhz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWJE7N7dhz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .container-fluid {
    padding: 0 3px;
  }
}
.cid-tWJE7N7dhz .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tWJE7N7dhz .navbar-nav {
  display: flex !important;
}
.cid-tWJE7N7dhz .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tWJE7N7dhz .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-tWJE7N7dhz .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tWJE7N7dhz .navbar-nav .nav-item .nav-link:hover,
.cid-tWJE7N7dhz .navbar-nav .nav-item .nav-link:focus,
.cid-tWJE7N7dhz .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tWJE7N7dhz .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-tWJE7N7dhz .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tWJE7N7dhz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tWJE7N7dhz button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWJE7N7dhz button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-tWJE7N7dhz button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWJE7N7dhz button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWJE7N7dhz button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tWJE7N7dhz button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJE7N7dhz button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tWJE7N7dhz button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWJE7N7dhz .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tWJE7N7dhz .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-tWJE7N7dhz .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tWJE7N7dhz .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-tWJE7N7dhz .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-tWJE7N7dhz .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWJE7N7dhz .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWJE7N7dhz .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-tWJE7N7dhz .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-tWJE7N7dhz .offcanvas.show {
  transform: translateX(0);
}
.cid-tWJE7N7dhz .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-tWJE7N7dhz .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tWJE7N7dhz .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-tWJE7N7dhz .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-tWJE7N7dhz .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWJE7N7dhz .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-tWJE7N7dhz .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-tWJE7N7dhz .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-tWJE7N7dhz .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-tWJE7N7dhz .modal-backdrop.show {
  opacity: 0.8;
}
.cid-tWJE7N7dhz .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-tWJE7N7dhz .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tWJE7N7dhz .social-container {
    padding-top: 40px;
  }
}
.cid-tWJE7N7dhz .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-tWJE7N7dhz .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-tWJE7N7dhz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tWJE7N7dhz .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tWJE7N7dhz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-tWJE7N7dhz .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tWJE7N7dhz .soc-item:hover:before {
  opacity: 1;
}
.cid-tWJE7N7dhz .offcanvas_btn {
  margin-top: auto;
}
.cid-tWJE7N7dhz .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-tWJE7N7dhz .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ua7VXyzXcO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-ua7VXyzXcO .mbr-section-title,
  .cid-ua7VXyzXcO .mbr-section-subtitle,
  .cid-ua7VXyzXcO .mbr-section-btn,
  .cid-ua7VXyzXcO .mbr-text {
    text-align: center;
  }
}
.cid-ua7VXyzXcO .mbr-section-title {
  color: #ffffff;
}
.cid-ua7VXyzXcO .mbr-text,
.cid-ua7VXyzXcO .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7VXyTL9B {
  z-index: 1000;
  width: 100%;
}
.cid-ua7VXyTL9B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua7VXyTL9B .dropdown-menu {
  padding: 0;
}
.cid-ua7VXyTL9B .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ua7VXyTL9B .dropdown-item {
    text-align: left !important;
  }
}
.cid-ua7VXyTL9B .dropdown-item:hover {
  background-position: right !important;
}
.cid-ua7VXyTL9B .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-ua7VXyTL9B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ua7VXyTL9B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ua7VXyTL9B .nav-link {
  position: relative;
}
.cid-ua7VXyTL9B .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ua7VXyTL9B .dropdown-menu,
.cid-ua7VXyTL9B .navbar.opened {
  background: #212428 !important;
}
.cid-ua7VXyTL9B .nav-item:focus,
.cid-ua7VXyTL9B .nav-link:focus {
  outline: none;
}
.cid-ua7VXyTL9B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua7VXyTL9B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua7VXyTL9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua7VXyTL9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua7VXyTL9B .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-ua7VXyTL9B .navbar.opened {
  transition: all 0.3s;
}
.cid-ua7VXyTL9B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua7VXyTL9B .navbar .navbar-logo img {
  width: auto;
}
.cid-ua7VXyTL9B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ua7VXyTL9B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua7VXyTL9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua7VXyTL9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua7VXyTL9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua7VXyTL9B .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-ua7VXyTL9B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ua7VXyTL9B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ua7VXyTL9B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua7VXyTL9B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ua7VXyTL9B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua7VXyTL9B .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .navbar {
    min-height: 80px;
  }
}
.cid-ua7VXyTL9B .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ua7VXyTL9B .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ua7VXyTL9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua7VXyTL9B .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .navbar-brand {
    min-height: 69px;
  }
}
.cid-ua7VXyTL9B .dropdown-item.active,
.cid-ua7VXyTL9B .dropdown-item:active {
  background-color: transparent;
}
.cid-ua7VXyTL9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua7VXyTL9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua7VXyTL9B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua7VXyTL9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-ua7VXyTL9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ua7VXyTL9B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ua7VXyTL9B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua7VXyTL9B button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ua7VXyTL9B button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ua7VXyTL9B button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ua7VXyTL9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-ua7VXyTL9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ua7VXyTL9B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ua7VXyTL9B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ua7VXyTL9B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua7VXyTL9B nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua7VXyTL9B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua7VXyTL9B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua7VXyTL9B nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua7VXyTL9B .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ua7VXyTL9B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua7VXyTL9B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ua7VXyTL9B .navbar {
    height: 70px;
  }
  .cid-ua7VXyTL9B .navbar.opened {
    height: auto;
  }
  .cid-ua7VXyTL9B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua7VXyTL9B .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .navbar-short {
    min-height: 70px;
  }
}
.cid-ua7VXyTL9B .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ua7VXyTL9B .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7VXyTL9B .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .container-fluid {
    padding: 0 3px;
  }
}
.cid-ua7VXyTL9B .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ua7VXyTL9B .navbar-nav {
  display: flex !important;
}
.cid-ua7VXyTL9B .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ua7VXyTL9B .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ua7VXyTL9B .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ua7VXyTL9B .navbar-nav .nav-item .nav-link:hover,
.cid-ua7VXyTL9B .navbar-nav .nav-item .nav-link:focus,
.cid-ua7VXyTL9B .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ua7VXyTL9B .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-ua7VXyTL9B .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ua7VXyTL9B .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ua7VXyTL9B button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ua7VXyTL9B button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ua7VXyTL9B button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ua7VXyTL9B button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-ua7VXyTL9B button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ua7VXyTL9B button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ua7VXyTL9B button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ua7VXyTL9B button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua7VXyTL9B .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ua7VXyTL9B .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ua7VXyTL9B .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ua7VXyTL9B .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-ua7VXyTL9B .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ua7VXyTL9B .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua7VXyTL9B .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua7VXyTL9B .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ua7VXyTL9B .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ua7VXyTL9B .offcanvas.show {
  transform: translateX(0);
}
.cid-ua7VXyTL9B .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ua7VXyTL9B .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ua7VXyTL9B .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ua7VXyTL9B .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ua7VXyTL9B .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ua7VXyTL9B .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ua7VXyTL9B .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ua7VXyTL9B .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ua7VXyTL9B .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-ua7VXyTL9B .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ua7VXyTL9B .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ua7VXyTL9B .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-ua7VXyTL9B .social-container {
    padding-top: 40px;
  }
}
.cid-ua7VXyTL9B .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-ua7VXyTL9B .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ua7VXyTL9B .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ua7VXyTL9B .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ua7VXyTL9B .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-ua7VXyTL9B .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ua7VXyTL9B .soc-item:hover:before {
  opacity: 1;
}
.cid-ua7VXyTL9B .offcanvas_btn {
  margin-top: auto;
}
.cid-ua7VXyTL9B .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ua7VXyTL9B .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ua7VXzl5qX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ua7VXzl5qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7VXzl5qX .container-fluid {
  padding: 0;
}
.cid-ua7VXzl5qX .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-ua7VXzl5qX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ua7VXzl5qX .row {
  flex-direction: row-reverse;
}
.cid-ua7VXzl5qX img {
  width: 100%;
}
.cid-ua7VXzDNUN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ua7VXzDNUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7VXzDNUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7VXzDNUN .container,
.cid-ua7VXzDNUN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ua7VXzDNUN .container,
  .cid-ua7VXzDNUN .container-fluid {
    padding: 0 20px;
  }
}
.cid-ua7VXzDNUN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ua7VXzDNUN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ua7VXzDNUN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ua7VXzDNUN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ua7VXzDNUN .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-ua7XDKTn3z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #22989f;
}
.cid-ua7XDKTn3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7XDKTn3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7XDKTn3z .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ua7XDKTn3z .col-title {
    margin-bottom: 70px;
  }
}
.cid-ua7XDKTn3z .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7XDKTn3z .mbr-section-title {
    max-width: 75%;
  }
}
.cid-ua7XDKTn3z .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7XDKTn3z .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-ua7XDKTn3z .content-wrapper {
  display: flex;
  width: 100%;
  background: #22989f;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ua7XDKTn3z .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7XDKTn3z .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-ua7XDKTn3z .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-ua7XDKTn3z .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-ua7XDKTn3z .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-ua7XDKTn3z .text-wrapper {
  width: 100%;
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-ua7XDKTn3z .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-ua7XDKTn3z .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-ua7XDKTn3z .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ua7XDKTn3z .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ua7XDKTn3z .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ua7XDKTn3z .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ua7XDKTn3z .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-ua7XDKTn3z .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-ua7XDKTn3z .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-ua7XDKTn3z .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ua7XDKTn3z .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ua7XDKTn3z .image-wrapper {
    margin-left: 40%;
  }
}
.cid-ua7XDKTn3z .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-ua7XDKTn3z .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-ua7XDKTn3z .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-ua7XDKTn3z .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-ua7XDKTn3z .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #171717;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-ua7XDKTn3z .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-ua7XDKTn3z .mbr-text,
.cid-ua7XDKTn3z .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7WpztPMX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua7WpztPMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7WpztPMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7WpztPMX .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ua7WpztPMX .col-title {
    margin-bottom: 70px;
  }
}
.cid-ua7WpztPMX .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7WpztPMX .mbr-section-title {
    max-width: 75%;
  }
}
.cid-ua7WpztPMX .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7WpztPMX .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-ua7WpztPMX .content-wrapper {
  display: flex;
  width: 100%;
  background: #000000;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ua7WpztPMX .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7WpztPMX .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-ua7WpztPMX .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ua7WpztPMX .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-ua7WpztPMX .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-ua7WpztPMX .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-ua7WpztPMX .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-ua7WpztPMX .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-ua7WpztPMX .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ua7WpztPMX .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ua7WpztPMX .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ua7WpztPMX .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ua7WpztPMX .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-ua7WpztPMX .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-ua7WpztPMX .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-ua7WpztPMX .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ua7WpztPMX .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ua7WpztPMX .image-wrapper {
    margin-left: 40%;
  }
}
.cid-ua7WpztPMX .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-ua7WpztPMX .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-ua7WpztPMX .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-ua7WpztPMX .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-ua7WpztPMX .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #5bc8ce;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-ua7WpztPMX .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-ua7WpztPMX .mbr-text,
.cid-ua7WpztPMX .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7WUyf99T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #22989f;
}
.cid-ua7WUyf99T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7WUyf99T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7WUyf99T .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ua7WUyf99T .col-title {
    margin-bottom: 70px;
  }
}
.cid-ua7WUyf99T .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7WUyf99T .mbr-section-title {
    max-width: 75%;
  }
}
.cid-ua7WUyf99T .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7WUyf99T .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-ua7WUyf99T .content-wrapper {
  display: flex;
  width: 100%;
  background: #22989f;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ua7WUyf99T .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7WUyf99T .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-ua7WUyf99T .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-ua7WUyf99T .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-ua7WUyf99T .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-ua7WUyf99T .text-wrapper {
  width: 100%;
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-ua7WUyf99T .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-ua7WUyf99T .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-ua7WUyf99T .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ua7WUyf99T .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ua7WUyf99T .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ua7WUyf99T .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ua7WUyf99T .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-ua7WUyf99T .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-ua7WUyf99T .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-ua7WUyf99T .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ua7WUyf99T .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ua7WUyf99T .image-wrapper {
    margin-left: 40%;
  }
}
.cid-ua7WUyf99T .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-ua7WUyf99T .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-ua7WUyf99T .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-ua7WUyf99T .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-ua7WUyf99T .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #171717;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-ua7WUyf99T .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-ua7WUyf99T .mbr-text,
.cid-ua7WUyf99T .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7YAYqdC4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua7YAYqdC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7YAYqdC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7YAYqdC4 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ua7YAYqdC4 .col-title {
    margin-bottom: 70px;
  }
}
.cid-ua7YAYqdC4 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7YAYqdC4 .mbr-section-title {
    max-width: 75%;
  }
}
.cid-ua7YAYqdC4 .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7YAYqdC4 .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-ua7YAYqdC4 .content-wrapper {
  display: flex;
  width: 100%;
  background: #000000;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ua7YAYqdC4 .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7YAYqdC4 .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-ua7YAYqdC4 .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ua7YAYqdC4 .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-ua7YAYqdC4 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-ua7YAYqdC4 .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-ua7YAYqdC4 .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-ua7YAYqdC4 .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-ua7YAYqdC4 .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ua7YAYqdC4 .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ua7YAYqdC4 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ua7YAYqdC4 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ua7YAYqdC4 .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-ua7YAYqdC4 .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-ua7YAYqdC4 .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-ua7YAYqdC4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ua7YAYqdC4 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ua7YAYqdC4 .image-wrapper {
    margin-left: 40%;
  }
}
.cid-ua7YAYqdC4 .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-ua7YAYqdC4 .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-ua7YAYqdC4 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-ua7YAYqdC4 .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-ua7YAYqdC4 .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #5bc8ce;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-ua7YAYqdC4 .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-ua7YAYqdC4 .mbr-text,
.cid-ua7YAYqdC4 .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7Zq47hWW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #22989f;
}
.cid-ua7Zq47hWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7Zq47hWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7Zq47hWW .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ua7Zq47hWW .col-title {
    margin-bottom: 70px;
  }
}
.cid-ua7Zq47hWW .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7Zq47hWW .mbr-section-title {
    max-width: 75%;
  }
}
.cid-ua7Zq47hWW .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7Zq47hWW .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-ua7Zq47hWW .content-wrapper {
  display: flex;
  width: 100%;
  background: #22989f;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ua7Zq47hWW .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7Zq47hWW .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-ua7Zq47hWW .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-ua7Zq47hWW .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-ua7Zq47hWW .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-ua7Zq47hWW .text-wrapper {
  width: 100%;
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-ua7Zq47hWW .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-ua7Zq47hWW .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-ua7Zq47hWW .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ua7Zq47hWW .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ua7Zq47hWW .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ua7Zq47hWW .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ua7Zq47hWW .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-ua7Zq47hWW .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-ua7Zq47hWW .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-ua7Zq47hWW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ua7Zq47hWW .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ua7Zq47hWW .image-wrapper {
    margin-left: 40%;
  }
}
.cid-ua7Zq47hWW .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-ua7Zq47hWW .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-ua7Zq47hWW .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-ua7Zq47hWW .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-ua7Zq47hWW .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #171717;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-ua7Zq47hWW .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-ua7Zq47hWW .mbr-text,
.cid-ua7Zq47hWW .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7XALFY4S {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ua7XALFY4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua7XALFY4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua7XALFY4S .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-ua7XALFY4S .col-title {
    margin-bottom: 70px;
  }
}
.cid-ua7XALFY4S .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7XALFY4S .mbr-section-title {
    max-width: 75%;
  }
}
.cid-ua7XALFY4S .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ua7XALFY4S .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-ua7XALFY4S .content-wrapper {
  display: flex;
  width: 100%;
  background: #000000;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ua7XALFY4S .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ua7XALFY4S .content-wrapper {
    padding-bottom: 0;
  }
}
.cid-ua7XALFY4S .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ua7XALFY4S .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-ua7XALFY4S .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-ua7XALFY4S .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-ua7XALFY4S .text-wrapper {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .cid-ua7XALFY4S .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-ua7XALFY4S .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-ua7XALFY4S .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-ua7XALFY4S .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ua7XALFY4S .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-ua7XALFY4S .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-ua7XALFY4S .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-ua7XALFY4S .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.cid-ua7XALFY4S .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ua7XALFY4S .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-ua7XALFY4S .image-wrapper {
    margin-left: 40%;
  }
}
.cid-ua7XALFY4S .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-ua7XALFY4S .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15%;
    margin-right: 15%;
  }
}
.cid-ua7XALFY4S .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-left-radius: 45%;
  border-top-right-radius: 45%;
}
@media (min-width: 992px) {
  .cid-ua7XALFY4S .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.cid-ua7XALFY4S .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: -30px;
  display: inline-block;
  background-color: #5bc8ce;
  border-top-left-radius: 100%;
  height: 70%;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-ua7XALFY4S .image-wrapper .img-bg-wrap:after {
    right: -17%;
    bottom: -16%;
    height: 80%;
    width: 80%;
  }
}
.cid-ua7XALFY4S .mbr-text,
.cid-ua7XALFY4S .mbr-section-btn {
  color: #ffffff;
}
.cid-uL6NzZ6502 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-uL6NzZ6502 .mbr-section-title,
  .cid-uL6NzZ6502 .mbr-section-subtitle,
  .cid-uL6NzZ6502 .mbr-section-btn,
  .cid-uL6NzZ6502 .mbr-text {
    text-align: center;
  }
}
.cid-uL6NzZ6502 .mbr-section-title {
  color: #ffffff;
}
.cid-uL6NzZ6502 .mbr-text,
.cid-uL6NzZ6502 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPvs2rABMC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvs2rABMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvs2rABMC .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-uPvs2rABMC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvs2rABMC .row {
  flex-direction: row-reverse;
}
.cid-uPvs2rABMC img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvs2rABMC .mbr-text {
  color: #04492e;
}
.cid-ua7VXEmqSb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-ua7VXEmqSb .mbr-section-title,
  .cid-ua7VXEmqSb .mbr-section-subtitle,
  .cid-ua7VXEmqSb .mbr-section-btn,
  .cid-ua7VXEmqSb .mbr-text {
    text-align: center;
  }
}
.cid-ua7VXEmqSb .mbr-section-title {
  color: #ffffff;
}
.cid-ua7VXEmqSb .mbr-text,
.cid-ua7VXEmqSb .mbr-section-btn {
  color: #ffffff;
}
.cid-ua7VXEUhqO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-ua7VXEUhqO .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-ua7VXEUhqO .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ua7VXEUhqO p {
  margin: 0;
}
.cid-um0Upk8GYZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-um0Upk8GYZ .mbr-section-title,
  .cid-um0Upk8GYZ .mbr-section-subtitle,
  .cid-um0Upk8GYZ .mbr-section-btn,
  .cid-um0Upk8GYZ .mbr-text {
    text-align: center;
  }
}
.cid-um0Upk8GYZ .mbr-section-title {
  color: #ffffff;
}
.cid-um0Upk8GYZ .mbr-text,
.cid-um0Upk8GYZ .mbr-section-btn {
  color: #ffffff;
}
.cid-um0Upkt9zh {
  z-index: 1000;
  width: 100%;
}
.cid-um0Upkt9zh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um0Upkt9zh .dropdown-menu {
  padding: 0;
}
.cid-um0Upkt9zh .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-um0Upkt9zh .dropdown-item {
    text-align: left !important;
  }
}
.cid-um0Upkt9zh .dropdown-item:hover {
  background-position: right !important;
}
.cid-um0Upkt9zh .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-um0Upkt9zh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um0Upkt9zh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um0Upkt9zh .nav-link {
  position: relative;
}
.cid-um0Upkt9zh .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-um0Upkt9zh .dropdown-menu,
.cid-um0Upkt9zh .navbar.opened {
  background: #212428 !important;
}
.cid-um0Upkt9zh .nav-item:focus,
.cid-um0Upkt9zh .nav-link:focus {
  outline: none;
}
.cid-um0Upkt9zh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um0Upkt9zh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um0Upkt9zh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um0Upkt9zh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um0Upkt9zh .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-um0Upkt9zh .navbar.opened {
  transition: all 0.3s;
}
.cid-um0Upkt9zh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um0Upkt9zh .navbar .navbar-logo img {
  width: auto;
}
.cid-um0Upkt9zh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-um0Upkt9zh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um0Upkt9zh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um0Upkt9zh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um0Upkt9zh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um0Upkt9zh .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-um0Upkt9zh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um0Upkt9zh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um0Upkt9zh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um0Upkt9zh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um0Upkt9zh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um0Upkt9zh .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .navbar {
    min-height: 80px;
  }
}
.cid-um0Upkt9zh .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-um0Upkt9zh .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-um0Upkt9zh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um0Upkt9zh .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .navbar-brand {
    min-height: 69px;
  }
}
.cid-um0Upkt9zh .dropdown-item.active,
.cid-um0Upkt9zh .dropdown-item:active {
  background-color: transparent;
}
.cid-um0Upkt9zh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um0Upkt9zh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um0Upkt9zh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um0Upkt9zh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-um0Upkt9zh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um0Upkt9zh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um0Upkt9zh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um0Upkt9zh button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-um0Upkt9zh button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-um0Upkt9zh button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-um0Upkt9zh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-um0Upkt9zh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-um0Upkt9zh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-um0Upkt9zh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-um0Upkt9zh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um0Upkt9zh nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um0Upkt9zh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um0Upkt9zh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um0Upkt9zh nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um0Upkt9zh .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-um0Upkt9zh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um0Upkt9zh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um0Upkt9zh .navbar {
    height: 70px;
  }
  .cid-um0Upkt9zh .navbar.opened {
    height: auto;
  }
  .cid-um0Upkt9zh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um0Upkt9zh .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .navbar-short {
    min-height: 70px;
  }
}
.cid-um0Upkt9zh .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-um0Upkt9zh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-um0Upkt9zh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .container-fluid {
    padding: 0 3px;
  }
}
.cid-um0Upkt9zh .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-um0Upkt9zh .navbar-nav {
  display: flex !important;
}
.cid-um0Upkt9zh .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-um0Upkt9zh .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-um0Upkt9zh .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-um0Upkt9zh .navbar-nav .nav-item .nav-link:hover,
.cid-um0Upkt9zh .navbar-nav .nav-item .nav-link:focus,
.cid-um0Upkt9zh .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-um0Upkt9zh .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-um0Upkt9zh .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-um0Upkt9zh .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-um0Upkt9zh button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-um0Upkt9zh button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-um0Upkt9zh button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-um0Upkt9zh button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-um0Upkt9zh button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-um0Upkt9zh button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-um0Upkt9zh button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-um0Upkt9zh button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um0Upkt9zh .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-um0Upkt9zh .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-um0Upkt9zh .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-um0Upkt9zh .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-um0Upkt9zh .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-um0Upkt9zh .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um0Upkt9zh .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um0Upkt9zh .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-um0Upkt9zh .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-um0Upkt9zh .offcanvas.show {
  transform: translateX(0);
}
.cid-um0Upkt9zh .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-um0Upkt9zh .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-um0Upkt9zh .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-um0Upkt9zh .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-um0Upkt9zh .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-um0Upkt9zh .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-um0Upkt9zh .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-um0Upkt9zh .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-um0Upkt9zh .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-um0Upkt9zh .modal-backdrop.show {
  opacity: 0.8;
}
.cid-um0Upkt9zh .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-um0Upkt9zh .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-um0Upkt9zh .social-container {
    padding-top: 40px;
  }
}
.cid-um0Upkt9zh .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-um0Upkt9zh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-um0Upkt9zh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-um0Upkt9zh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-um0Upkt9zh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-um0Upkt9zh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-um0Upkt9zh .soc-item:hover:before {
  opacity: 1;
}
.cid-um0Upkt9zh .offcanvas_btn {
  margin-top: auto;
}
.cid-um0Upkt9zh .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-um0Upkt9zh .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-um0UpkXYEM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um0UpkXYEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0UpkXYEM .container-fluid {
  padding: 0;
}
.cid-um0UpkXYEM .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-um0UpkXYEM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um0UpkXYEM .row {
  flex-direction: row-reverse;
}
.cid-um0UpkXYEM img {
  width: 100%;
}
.cid-um0UplisLg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17859e;
}
.cid-um0UplisLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0UplisLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0UplisLg .container,
.cid-um0UplisLg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um0UplisLg .container,
  .cid-um0UplisLg .container-fluid {
    padding: 0 20px;
  }
}
.cid-um0UplisLg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um0UplisLg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-um0UplisLg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um0UplisLg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um0UplisLg .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-um0UplD8aG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17859e;
}
.cid-um0UplD8aG .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0UplD8aG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0UplD8aG .container,
.cid-um0UplD8aG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um0UplD8aG .container,
  .cid-um0UplD8aG .container-fluid {
    padding: 0 20px;
  }
}
.cid-um0UplD8aG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um0UplD8aG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-um0UplD8aG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um0UplD8aG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um0UplD8aG .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-um0Upm1K54 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um0Upm1K54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0Upm1K54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0Upm1K54 .container,
.cid-um0Upm1K54 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um0Upm1K54 .container,
  .cid-um0Upm1K54 .container-fluid {
    padding: 0 20px;
  }
}
.cid-um0Upm1K54 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-um0Upm1K54 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-um0Upm1K54 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-um0Upm1K54 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-um0Upm1K54 .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-um0UpmmZE0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-um0UpmmZE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0UpmmZE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0UpmmZE0 .container,
.cid-um0UpmmZE0 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-um0UpmmZE0 .container,
  .cid-um0UpmmZE0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-um0UpmmZE0 .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-um0UpmmZE0 .row {
    padding: 0;
    margin: 0;
  }
}
.cid-um0UpmmZE0 .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #0d849f;
}
@media (max-width: 992px) {
  .cid-um0UpmmZE0 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-um0UpmmZE0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-um0UpmmZE0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uW963LCxB9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uW963LCxB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW963LCxB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW963LCxB9 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uW963LCxB9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uW963LCxB9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uW963LCxB9 {
    align-items: center;
  }
  .cid-uW963LCxB9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW963LCxB9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uW963LCxB9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uW963LCxB9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uW963LCxB9 .content-wrap {
    width: 100%;
  }
}
.cid-uW963LCxB9 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uW963LCxB9 .mbr-text,
.cid-uW963LCxB9 .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uW963LCxB9 .mbr-section-title,
.cid-uW963LCxB9 .line {
  color: #22989f;
}
.cid-um0UpocZFL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-um0UpocZFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0UpocZFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um0UpocZFL .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-um0UpocZFL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-um0UpocZFL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-um0UpocZFL {
    align-items: center;
  }
  .cid-um0UpocZFL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-um0UpocZFL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-um0UpocZFL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-um0UpocZFL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-um0UpocZFL .content-wrap {
    width: 100%;
  }
}
.cid-um0UpocZFL .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-um0UpocZFL .mbr-text,
.cid-um0UpocZFL .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-um0UpocZFL .mbr-section-title,
.cid-um0UpocZFL .line {
  color: #22989f;
}
.cid-uL6NtKTh0H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-uL6NtKTh0H .mbr-section-title,
  .cid-uL6NtKTh0H .mbr-section-subtitle,
  .cid-uL6NtKTh0H .mbr-section-btn,
  .cid-uL6NtKTh0H .mbr-text {
    text-align: center;
  }
}
.cid-uL6NtKTh0H .mbr-section-title {
  color: #ffffff;
}
.cid-uL6NtKTh0H .mbr-text,
.cid-uL6NtKTh0H .mbr-section-btn {
  color: #ffffff;
}
.cid-uPvxbg2grf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uPvxbg2grf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPvxbg2grf .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-uPvxbg2grf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPvxbg2grf .row {
  flex-direction: row-reverse;
}
.cid-uPvxbg2grf img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uPvxbg2grf .mbr-text {
  color: #04492e;
}
.cid-um0UpvysM5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-um0UpvysM5 .mbr-section-title,
  .cid-um0UpvysM5 .mbr-section-subtitle,
  .cid-um0UpvysM5 .mbr-section-btn,
  .cid-um0UpvysM5 .mbr-text {
    text-align: center;
  }
}
.cid-um0UpvysM5 .mbr-section-title {
  color: #ffffff;
}
.cid-um0UpvysM5 .mbr-text,
.cid-um0UpvysM5 .mbr-section-btn {
  color: #ffffff;
}
.cid-um0UpwwHxT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-um0UpwwHxT .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-um0UpwwHxT .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-um0UpwwHxT p {
  margin: 0;
}
.cid-uW947zbf1q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-1-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-uW947zbf1q .mbr-section-title,
  .cid-uW947zbf1q .mbr-section-subtitle,
  .cid-uW947zbf1q .mbr-section-btn,
  .cid-uW947zbf1q .mbr-text {
    text-align: center;
  }
}
.cid-uW947zbf1q .mbr-section-title {
  color: #ffffff;
}
.cid-uW947zbf1q .mbr-text,
.cid-uW947zbf1q .mbr-section-btn {
  color: #ffffff;
}
.cid-uW947zyfhO {
  z-index: 1000;
  width: 100%;
}
.cid-uW947zyfhO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW947zyfhO .dropdown-menu {
  padding: 0;
}
.cid-uW947zyfhO .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uW947zyfhO .dropdown-item {
    text-align: left !important;
  }
}
.cid-uW947zyfhO .dropdown-item:hover {
  background-position: right !important;
}
.cid-uW947zyfhO .dropdown-item:hover:after {
  color: #f1efd4;
}
.cid-uW947zyfhO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uW947zyfhO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uW947zyfhO .nav-link {
  position: relative;
}
.cid-uW947zyfhO .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uW947zyfhO .dropdown-menu,
.cid-uW947zyfhO .navbar.opened {
  background: #212428 !important;
}
.cid-uW947zyfhO .nav-item:focus,
.cid-uW947zyfhO .nav-link:focus {
  outline: none;
}
.cid-uW947zyfhO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uW947zyfhO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW947zyfhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uW947zyfhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uW947zyfhO .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uW947zyfhO .navbar.opened {
  transition: all 0.3s;
}
.cid-uW947zyfhO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uW947zyfhO .navbar .navbar-logo img {
  width: auto;
}
.cid-uW947zyfhO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uW947zyfhO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uW947zyfhO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uW947zyfhO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uW947zyfhO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uW947zyfhO .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-uW947zyfhO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uW947zyfhO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uW947zyfhO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uW947zyfhO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uW947zyfhO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uW947zyfhO .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .navbar {
    min-height: 80px;
  }
}
.cid-uW947zyfhO .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uW947zyfhO .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uW947zyfhO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uW947zyfhO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .navbar-brand {
    min-height: 69px;
  }
}
.cid-uW947zyfhO .dropdown-item.active,
.cid-uW947zyfhO .dropdown-item:active {
  background-color: transparent;
}
.cid-uW947zyfhO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uW947zyfhO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uW947zyfhO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uW947zyfhO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uW947zyfhO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uW947zyfhO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW947zyfhO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uW947zyfhO button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uW947zyfhO button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uW947zyfhO button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uW947zyfhO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-uW947zyfhO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uW947zyfhO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uW947zyfhO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uW947zyfhO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW947zyfhO nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW947zyfhO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW947zyfhO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW947zyfhO nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uW947zyfhO .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uW947zyfhO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uW947zyfhO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uW947zyfhO .navbar {
    height: 70px;
  }
  .cid-uW947zyfhO .navbar.opened {
    height: auto;
  }
  .cid-uW947zyfhO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uW947zyfhO .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .navbar-short {
    min-height: 70px;
  }
}
.cid-uW947zyfhO .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uW947zyfhO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uW947zyfhO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .container-fluid {
    padding: 0 3px;
  }
}
.cid-uW947zyfhO .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uW947zyfhO .navbar-nav {
  display: flex !important;
}
.cid-uW947zyfhO .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uW947zyfhO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uW947zyfhO .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uW947zyfhO .navbar-nav .nav-item .nav-link:hover,
.cid-uW947zyfhO .navbar-nav .nav-item .nav-link:focus,
.cid-uW947zyfhO .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uW947zyfhO .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uW947zyfhO .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uW947zyfhO .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uW947zyfhO button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uW947zyfhO button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uW947zyfhO button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uW947zyfhO button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-uW947zyfhO button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uW947zyfhO button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uW947zyfhO button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uW947zyfhO button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uW947zyfhO .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uW947zyfhO .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uW947zyfhO .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uW947zyfhO .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5bc8ce;
}
.cid-uW947zyfhO .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uW947zyfhO .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uW947zyfhO .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uW947zyfhO .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uW947zyfhO .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uW947zyfhO .offcanvas.show {
  transform: translateX(0);
}
.cid-uW947zyfhO .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uW947zyfhO .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uW947zyfhO .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uW947zyfhO .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uW947zyfhO .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uW947zyfhO .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uW947zyfhO .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uW947zyfhO .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uW947zyfhO .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uW947zyfhO .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uW947zyfhO .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uW947zyfhO .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uW947zyfhO .social-container {
    padding-top: 40px;
  }
}
.cid-uW947zyfhO .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-uW947zyfhO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uW947zyfhO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uW947zyfhO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uW947zyfhO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #5bc8ce;
}
.cid-uW947zyfhO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uW947zyfhO .soc-item:hover:before {
  opacity: 1;
}
.cid-uW947zyfhO .offcanvas_btn {
  margin-top: auto;
}
.cid-uW947zyfhO .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uW947zyfhO .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uW947A5i2W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uW947A5i2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947A5i2W .container-fluid {
  padding: 0;
}
.cid-uW947A5i2W .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-uW947A5i2W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW947A5i2W .row {
  flex-direction: row-reverse;
}
.cid-uW947A5i2W img {
  width: 100%;
}
.cid-uW947As0Jz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17859e;
}
.cid-uW947As0Jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947As0Jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW947As0Jz .container,
.cid-uW947As0Jz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uW947As0Jz .container,
  .cid-uW947As0Jz .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW947As0Jz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uW947As0Jz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uW947As0Jz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW947As0Jz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW947As0Jz .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-uW947ASahT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #17859e;
}
.cid-uW947ASahT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947ASahT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW947ASahT .container,
.cid-uW947ASahT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uW947ASahT .container,
  .cid-uW947ASahT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW947ASahT .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uW947ASahT .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uW947ASahT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW947ASahT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW947ASahT .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-uW947Bh1YC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uW947Bh1YC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947Bh1YC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW947Bh1YC .container,
.cid-uW947Bh1YC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uW947Bh1YC .container,
  .cid-uW947Bh1YC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW947Bh1YC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uW947Bh1YC .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uW947Bh1YC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uW947Bh1YC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW947Bh1YC .mbr-section-subtitle {
  color: #ed9b82;
}
.cid-uW947BDMsI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uW947BDMsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947BDMsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW947BDMsI .container,
.cid-uW947BDMsI .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uW947BDMsI .container,
  .cid-uW947BDMsI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uW947BDMsI .row {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uW947BDMsI .row {
    padding: 0;
    margin: 0;
  }
}
.cid-uW947BDMsI .text-wrapper {
  padding: 50px 0;
  border-bottom: 1px solid #0d849f;
}
@media (max-width: 992px) {
  .cid-uW947BDMsI .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uW947BDMsI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW947BDMsI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6cKtrtPyb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6cKtrtPyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6cKtrtPyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6cKtrtPyb .container {
  max-width: 1140px;
}
.cid-v6cKtrtPyb .row {
  align-items: stretch;
}
.cid-v6cKtrtPyb .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-v6cKtrtPyb .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-v6cKtrtPyb .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v6cKtrtPyb .title-container {
    position: static;
  }
}
.cid-v6cKtrtPyb .mbr-section-title {
  color: #5bc8ce;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: right;
}
.cid-v6cKtrtPyb .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-v6cKtrtPyb .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-v6cKtrtPyb .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-v6cKtrtPyb .mbr-section-subtitle {
  color: #5bc8ce;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-v6cKtrtPyb .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}
.cid-uW947D0pO8 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uW947D0pO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947D0pO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW947D0pO8 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uW947D0pO8 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uW947D0pO8 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uW947D0pO8 {
    align-items: center;
  }
  .cid-uW947D0pO8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uW947D0pO8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uW947D0pO8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uW947D0pO8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uW947D0pO8 .content-wrap {
    width: 100%;
  }
}
.cid-uW947D0pO8 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uW947D0pO8 .mbr-text,
.cid-uW947D0pO8 .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uW947D0pO8 .mbr-section-title,
.cid-uW947D0pO8 .line {
  color: #22989f;
}
.cid-uW947Dw4SK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/artboard-3-2000x71.png");
}
@media (max-width: 991px) {
  .cid-uW947Dw4SK .mbr-section-title,
  .cid-uW947Dw4SK .mbr-section-subtitle,
  .cid-uW947Dw4SK .mbr-section-btn,
  .cid-uW947Dw4SK .mbr-text {
    text-align: center;
  }
}
.cid-uW947Dw4SK .mbr-section-title {
  color: #ffffff;
}
.cid-uW947Dw4SK .mbr-text,
.cid-uW947Dw4SK .mbr-section-btn {
  color: #ffffff;
}
.cid-uW947DZEMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uW947DZEMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW947DZEMI .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-uW947DZEMI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uW947DZEMI .row {
  flex-direction: row-reverse;
}
.cid-uW947DZEMI img {
  width: 100%;
  border: 3px solid #f1efd4;
  border-radius: 2rem;
}
.cid-uW947DZEMI .mbr-text {
  color: #04492e;
}
.cid-uW947EqA0u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/untitled-2-2000x71.jpg");
}
@media (max-width: 991px) {
  .cid-uW947EqA0u .mbr-section-title,
  .cid-uW947EqA0u .mbr-section-subtitle,
  .cid-uW947EqA0u .mbr-section-btn,
  .cid-uW947EqA0u .mbr-text {
    text-align: center;
  }
}
.cid-uW947EqA0u .mbr-section-title {
  color: #ffffff;
}
.cid-uW947EqA0u .mbr-text,
.cid-uW947EqA0u .mbr-section-btn {
  color: #ffffff;
}
.cid-uW947ETbIm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-uW947ETbIm .mbr-text1 {
  color: #5bc8ce;
  text-align: center;
}
.cid-uW947ETbIm .mbr-text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uW947ETbIm p {
  margin: 0;
}
