body {
  font-family: 'EB Garamond', serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- 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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #09cbe3 !important;
}
.bg-success {
  background-color: #09cbe3 !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #f755f2 !important;
}
.bg-danger {
  background-color: #0eacdc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #09cbe3 !important;
  border-color: #09cbe3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #068090 !important;
  border-color: #068090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #068090 !important;
  border-color: #068090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #89edfb !important;
  border-color: #89edfb !important;
  color: #047181 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #02272d !important;
  background-color: #35e0f8 !important;
  border-color: #35e0f8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #047181 !important;
  background-color: #35e0f8 !important;
  border-color: #35e0f8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #09cbe3 !important;
  border-color: #09cbe3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #068090 !important;
  border-color: #068090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #068090 !important;
  border-color: #068090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f755f2 !important;
  border-color: #f755f2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ea0be3 !important;
  border-color: #ea0be3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ea0be3 !important;
  border-color: #ea0be3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0eacdc !important;
  border-color: #0eacdc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #096c8a !important;
  border-color: #096c8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #096c8a !important;
  border-color: #096c8a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #068090;
  color: #09cbe3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #068090 !important;
  background-color: transparent!important;
  border-color: #068090 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #09cbe3 !important;
  border-color: #09cbe3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #35e0f8;
  color: #89edfb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #35e0f8 !important;
  background-color: transparent!important;
  border-color: #35e0f8 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #047181 !important;
  background-color: #89edfb !important;
  border-color: #89edfb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #068090;
  color: #09cbe3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #068090 !important;
  background-color: transparent!important;
  border-color: #068090 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #09cbe3 !important;
  border-color: #09cbe3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ea0be3;
  color: #f755f2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ea0be3 !important;
  background-color: transparent!important;
  border-color: #ea0be3 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f755f2 !important;
  border-color: #f755f2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #096c8a;
  color: #0eacdc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #096c8a !important;
  background-color: transparent!important;
  border-color: #096c8a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0eacdc !important;
  border-color: #0eacdc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #09cbe3 !important;
}
.text-secondary {
  color: #89edfb !important;
}
.text-success {
  color: #09cbe3 !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #f755f2 !important;
}
.text-danger {
  color: #0eacdc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #057381 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26def8 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #057381 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dc0ad5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #08617c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
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: #09cbe3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #f755f2;
}
.alert-danger {
  background-color: #0eacdc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #09cbe3;
  border-color: #09cbe3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #09cbe3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bcf5fc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcf5fc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bbecfb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #09cbe3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #09cbe3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #09cbe3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #09cbe3;
}
.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: #09cbe3;
  border-bottom-color: #09cbe3;
}
.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: #09cbe3 !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: #89edfb !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='%2309cbe3' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tUuc1nwlo8 {
  background: transparent;
}
.cid-tUuc1nwlo8 .navbar-nav {
  background: #171410;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tUuc1nwlo8 .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tUuc1nwlo8 .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tUuc1nwlo8 .nav-link {
  position: relative;
}
.cid-tUuc1nwlo8 .nav-link:hover {
  color: #09cbe3 !important;
}
@media (max-width: 992px) {
  .cid-tUuc1nwlo8 .navbar-collapse {
    background: #171410;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tUuc1nwlo8 .navbar {
  min-height: 50px;
  background: #171410;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tUuc1nwlo8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUuc1nwlo8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUuc1nwlo8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUuc1nwlo8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUuc1nwlo8 .navbar.collapsed {
  justify-content: center;
}
.cid-tUuc1nwlo8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUuc1nwlo8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUuc1nwlo8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUuc1nwlo8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUuc1nwlo8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUuc1nwlo8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUuc1nwlo8 .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-tUuc1nwlo8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUuc1nwlo8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUuc1nwlo8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUuc1nwlo8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUuc1nwlo8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUuc1nwlo8 .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-tUuc1nwlo8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUuc1nwlo8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUuc1nwlo8 .dropdown-item:hover,
.cid-tUuc1nwlo8 .dropdown-item:focus {
  background: #09cbe3 !important;
  color: white !important;
}
.cid-tUuc1nwlo8 .dropdown-item:hover span {
  color: white;
}
.cid-tUuc1nwlo8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUuc1nwlo8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUuc1nwlo8 .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUuc1nwlo8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUuc1nwlo8 .dropdown-menu,
.cid-tUuc1nwlo8 .navbar.opened {
  background: #171410;
}
.cid-tUuc1nwlo8 .nav-item:focus,
.cid-tUuc1nwlo8 .nav-link:focus {
  outline: none;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUuc1nwlo8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUuc1nwlo8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUuc1nwlo8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUuc1nwlo8 .dropdown-item.active,
.cid-tUuc1nwlo8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUuc1nwlo8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUuc1nwlo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171410;
}
.cid-tUuc1nwlo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUuc1nwlo8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUuc1nwlo8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUuc1nwlo8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUuc1nwlo8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUuc1nwlo8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUuc1nwlo8 .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-tUuc1nwlo8 .navbar {
    height: 70px;
  }
  .cid-tUuc1nwlo8 .navbar.opened {
    height: auto;
  }
  .cid-tUuc1nwlo8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUuc1nwlo8 .collapsed {
  background: transparent!important;
}
.cid-tUuc1nwlo8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUuc1nwlo8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYC98n3KLI {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYC98n3KLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYC98n3KLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYC98n3KLI a {
  font-weight: bold;
}
.cid-uYC98n3KLI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYC98n3KLI .mbr-text,
.cid-uYC98n3KLI .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uYC98n3KLI .mbr-section-subtitle {
  text-align: center;
}
.cid-tQOPfn95UY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQOPfn95UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQOPfn95UY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQOPfn95UY .container {
  max-width: 1280px;
}
.cid-tQOPfn95UY .row {
  justify-content: center;
}
.cid-tQOPfn95UY .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tQOPfn95UY .col-title {
    margin-bottom: 50px;
  }
}
.cid-tQOPfn95UY .mbr-section-title {
  color: #09cbe3;
}
.cid-tQOPfn95UY .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tQOPfn95UY .col-video {
  display: flex;
}
.cid-tQOPfn95UY .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
@media (max-width: 767px) {
  .cid-tQOPfn95UY .col-video {
    height: 350px;
  }
}
.cid-tQOPfn95UY .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-tQOPfn95UY .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tQOPfn95UY .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tQOPfn95UY .col-video .link {
  margin-right: 1rem;
}
.cid-tQOPfn95UY .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-tQOPfn95UY .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tQOPfn95UY .mbr-media {
  position: relative;
}
.cid-tQOPfn95UY .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tQOPfn95UY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tQOPfn95UY .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tQOPfn95UY .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tQOPfn95UY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tQOPfn95UY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tQOPfn95UY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tQOPfn95UY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQOPfn95UY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQOPfn95UY a:hover {
  text-decoration-line: none !important;
}
.cid-uXQ8evBO5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXQ8evBO5R .section-head {
  margin-bottom: 2rem;
}
.cid-uXQ8evBO5R .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uXQ8evBO5R .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uXQ8evBO5R .row {
    text-align: center;
  }
}
.cid-uXQ8evBO5R .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uXQ8evBO5R .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uXQ8evBO5R .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uXQ8evBO5R .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uXQi2EtSnm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXQi2EtSnm h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uXQi2EtSnm span {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uXQi2EtSnm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tb3oxRHjoj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tb3oxRHjoj .stats-item {
  padding: 80px 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-tb3oxRHjoj .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-tb3oxRHjoj .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-tb3oxRHjoj .heading {
  color: #ffffff;
}
.cid-tb3oxRHjoj .counter {
  text-align: center;
  color: #ffffff;
}
.cid-tb3oxRHjoj .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #f755f2;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-tb3oxRHjoj .mbr-card-title,
.cid-tb3oxRHjoj .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tb3oxRHjoj .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tb3oxRHjoj .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-tb3oxRHjoj .mbr-iconfont {
  color: #000000;
}
.cid-tQPiHaVv4m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQPiHaVv4m .section-head {
  margin-bottom: 2rem;
}
.cid-tQPiHaVv4m .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-tQPiHaVv4m .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tQPiHaVv4m .row {
    text-align: center;
  }
}
.cid-tQPiHaVv4m .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tQPiHaVv4m .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tQPiHaVv4m .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tQPiHaVv4m .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uXRGPiVevR {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXRGPiVevR .container,
.cid-uXRGPiVevR .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-uXRGPiVevR .mbr-section-subtitle,
.cid-uXRGPiVevR .mbr-section-title,
.cid-uXRGPiVevR .mbr-subtext,
.cid-uXRGPiVevR .mbr-text,
.cid-uXRGPiVevR .mbr-section-btn,
.cid-uXRGPiVevR .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-uXRGPiVevR .title__block {
    padding-top: 70px;
  }
}
.cid-uXRGPiVevR .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #56bfef;
}
.cid-uXRGPiVevR .mbr-section-title {
  color: #f755f2;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-uXRGPiVevR .mbr-section-title b,
.cid-uXRGPiVevR .mbr-section-title strong {
  font-weight: 500;
}
.cid-uXRGPiVevR .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-uXRGPiVevR .mbr-section-btn {
  margin-top: 60px;
}
.cid-uXRGPiVevR .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-uXRGPiVevR .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uXRGPiVevR .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uXRGPiVevR .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-uXRGPiVevR .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uXRGPiVevR .wrap__image {
    text-align: right;
  }
  .cid-uXRGPiVevR .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-uXRGPiVevR .wrap__image {
    text-align: center !important;
  }
}
.cid-uXRGPiVevR .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-uXRGPiVevR .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uXRGPiVevR .image__block2 {
    display: none;
  }
}
.cid-uXRGPiVevR .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(247, 85, 242, 0.1);
}
@media (max-width: 1199px) {
  .cid-uXRGPiVevR .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uXRGPiVevR .image__background .circle__image1 {
    display: none;
  }
}
.cid-uXRGPiVevR .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(14, 172, 220, 0.23);
}
@media (max-width: 1199px) {
  .cid-uXRGPiVevR .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-uXRGPiVevR .image__background .circle__image2 {
    display: none;
  }
}
.cid-uXRGPiVevR .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-uXRGPiVevR .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #09cbe3;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uXRGPiVevR .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #383838;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-uXRGPiVevR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXRGPiVevR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXRGPiVevR .mbr-text,
.cid-uXRGPiVevR .mbr-section-btn {
  color: #000000;
}
.cid-uXQ8mkbBQo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uXQ8mkbBQo h3 {
  position: relative;
}
.cid-uXQ8mkbBQo h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uXQ8mkbBQo .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-uXQ8mkbBQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQ8mkbBQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSlyEE7myp {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tSlyEE7myp .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d0b08;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(0, 0, 0, 0.6);
}
.cid-tSlyEE7myp .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-tSlyEE7myp .card-wrapper:hover .ico2 {
  color: #09cbe3 !important;
}
.cid-tSlyEE7myp .ico2 {
  color: #383838 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-tSlyEE7myp .text-info:hover {
  color: inherit !important;
}
.cid-tSlyEE7myp .card-box {
  padding: 0rem 1rem;
}
.cid-tSlyEE7myp .ico1 {
  font-size: 2.5rem !important;
}
.cid-tSlyEE7myp h3,
.cid-tSlyEE7myp h4 {
  padding: 0;
  margin: 0;
}
.cid-tSlyEE7myp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSlyEE7myp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSlyEE7myp .mbr-text {
  color: #000000;
}
.cid-tSlyEE7myp .card-title {
  color: #2ee4e2;
}
.cid-tAiE2QQRFR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAiE2QQRFR h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tAiE2QQRFR span {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tAiE2QQRFR .mbr-section-title {
  color: #0cc9e1;
}
.cid-uXRsjkpq1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXRsjkpq1Y .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uXRsjkpq1Y .mbr-section-title {
  color: #FF014E;
}
.cid-uXRsjkpq1Y .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uXRsjkpq1Y .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uXRsjkpq1Y .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-uXRsjkpq1Y .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uXRsjkpq1Y .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uXRsjkpq1Y .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uXRsjkpq1Y .carousel {
    max-width: 100%;
  }
}
.cid-uXRsjkpq1Y .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uXRsjkpq1Y .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uXRsjkpq1Y .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uXRsjkpq1Y .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uXRsjkpq1Y .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #f755f2, -10px -10px 19px #2ee4e2;
}
@media (max-width: 1199px) {
  .cid-uXRsjkpq1Y .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uXRsjkpq1Y .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uXRsjkpq1Y .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uXRsjkpq1Y .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXRsjkpq1Y .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uXRsjkpq1Y .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uXRsjkpq1Y .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uXRsjkpq1Y .info-card-title {
  color: #67b9d2;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uXRsjkpq1Y .info-card-subtitle {
  color: #C4CFDE;
}
.cid-uXRsjkpq1Y .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-uXRsjkpq1Y .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uXRsjkpq1Y .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #f755f2, -10px -10px 19px #2ee4e2;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uXRsjkpq1Y .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uXRsjkpq1Y .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #16181c;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uXRsjkpq1Y .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uXRsjkpq1Y .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uXRsjkpq1Y .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uXRsjkpq1Y .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uXRsjkpq1Y .card-description-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uXRsjkpq1Y .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #000000, #000000);
  box-shadow: 10px 10px 19px #f755f2, -10px -10px 19px #2ee4e2;
}
@media (max-width: 767px) {
  .cid-uXRsjkpq1Y .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uXRsjkpq1Y .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uXRsjkpq1Y .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uXRsjkpq1Y .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ff014e;
}
.cid-uXRsjkpq1Y .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uXRsjkpq1Y .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uXRsjkpq1Y .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-uXRsjkpq1Y .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #000000, #000000) !important;
  box-shadow: 10px 10px 19px #f755f2, -10px -10px 19px #2ee4e2;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uXRsjkpq1Y .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uXRsjkpq1Y .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uXRsjkpq1Y .carousel-control {
    display: none;
  }
}
.cid-uXRsjkpq1Y .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #09cbe3 !important;
  opacity: 1;
}
.cid-uXRsjkpq1Y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uXRsjkpq1Y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uXRsjkpq1Y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uXRsjkpq1Y .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-uXRsjkpq1Y .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #000000, #000000) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-uXRsjkpq1Y .carousel-indicators li.active,
.cid-uXRsjkpq1Y .carousel-indicators li:hover {
  opacity: 1;
  background: #09cbe3 !important;
}
.cid-uXRsjkpq1Y .carousel-indicators li::after,
.cid-uXRsjkpq1Y .carousel-indicators li::before {
  content: none;
}
.cid-uXRsjkpq1Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uXRsjkpq1Y .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tAiSp5YfCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-tAiSp5YfCj .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-tAiSp5YfCj .shape {
  position: absolute;
  z-index: -1;
  bottom: -1.5rem;
  right: 0;
  max-width: 160px;
}
.cid-tAiSp5YfCj .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-tAiSp5YfCj .shape {
    max-width: 80px;
  }
}
.cid-tUtRwzavEQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUtRwzavEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUtRwzavEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUtRwzavEQ .container {
  max-width: 1280px;
}
.cid-tUtRwzavEQ .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tUtRwzavEQ .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-tUtRwzavEQ .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-tUtRwzavEQ .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #2ee4e2;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .label-container {
    margin-bottom: 12px;
  }
}
.cid-tUtRwzavEQ .label-text {
  color: #0d0b08;
}
.cid-tUtRwzavEQ .mbr-section-title {
  color: #0d0b08;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tUtRwzavEQ .mbr-section-subtitle {
  color: #ffffff;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-tUtRwzavEQ .card-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tUtRwzavEQ .card-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-tUtRwzavEQ .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: .3s all;
  min-height: 290px;
}
@media (max-width: 1599px) {
  .cid-tUtRwzavEQ .card-item {
    min-height: 240px;
  }
}
@media (max-width: 1199px) {
  .cid-tUtRwzavEQ .card-item {
    min-height: 185px;
  }
}
.cid-tUtRwzavEQ .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-tUtRwzavEQ .card-item {
    width: 96%;
    margin: 2%;
    min-height: auto;
  }
}
.cid-tUtRwzavEQ .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
  filter: blur(1rem);
}
.cid-tUtRwzavEQ .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #b67dff 99.93%);
}
.cid-tUtRwzavEQ .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #000000;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .card-box {
    padding: 16px;
  }
}
.cid-tUtRwzavEQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tUtRwzavEQ .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tUtRwzavEQ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 64px;
}
.cid-tUtRwzavEQ .card-title {
  margin-top: auto;
  color: #ffffff;
}
.cid-uYCjzKt4TG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uYCjzKt4TG svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-uYCjzKt4TG .mbr-text,
.cid-uYCjzKt4TG .mbr-section-btn {
  color: #000000;
}
.cid-uYCjzKt4TG #e12_areaS3 {
  fill: #000000 !important;
}
.cid-uYCjzKt4TG #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-uYCjzKt4TG H1 {
  color: #09cbe3;
}
.cid-uYCjzKt4TG img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uYCjzKt4TG .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uYCjzKt4TG .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-uYCjzKt4TG img {
    width: 100%;
  }
}
.cid-uXQhyeGWiZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uXQhyeGWiZ .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-uXQhyeGWiZ .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uXQhyeGWiZ .image-block:hover:before {
  opacity: 0.6;
}
.cid-uXQhyeGWiZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-uXQhyeGWiZ .image-block:hover img {
  transform: scale(1.1);
}
.cid-uXQhyeGWiZ .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uXQhyeGWiZ img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXQhyeGWiZ .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uXQhyeGWiZ .wrap {
    opacity: 1 !important;
  }
  .cid-uXQhyeGWiZ .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-tAiK4BdkwD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAiK4BdkwD h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tAiK4BdkwD span {
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tAiK4BdkwD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tAiJuL6siJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tAiJuL6siJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAiJuL6siJ .row {
  flex-direction: row-reverse;
}
.cid-tAiJuL6siJ img {
  width: 100%;
}
.cid-tAiJuL6siJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tAiJuL6siJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #09cbe3;
}
.cid-tAiJuL6siJ .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-tAiJuL6siJ .svg-top {
    width: 1000px;
  }
}
.cid-tAiJuL6siJ .mbr-description {
  color: #ffffff;
}
.cid-tAX2DEJREG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAX2DEJREG .section-head {
  margin-bottom: 2rem;
}
.cid-tAX2DEJREG .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-tAX2DEJREG .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tAX2DEJREG .row {
    text-align: center;
  }
}
.cid-tAX2DEJREG .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAX2DEJREG .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAX2DEJREG .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAX2DEJREG .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tUuMr7IdNr {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tUuMr7IdNr h3 {
  position: relative;
}
.cid-tUuMr7IdNr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tXYs6B8tEP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXYs6B8tEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXYs6B8tEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXYs6B8tEP .row {
  justify-content: center;
}
.cid-tXYs6B8tEP .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tXYs6B8tEP .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tXYs6B8tEP .row {
    padding: 0 24px;
  }
}
.cid-tXYs6B8tEP .video-wrapper iframe {
  width: 100%;
}
.cid-tXYs6B8tEP .title-wrapper {
  margin-bottom: 32px;
}
.cid-tXYs6B8tEP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXYs6B8tEP .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tXYs6B8tEP .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #56bfef;
  z-index: -1;
}
.cid-tXYs6B8tEP .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tXYs6B8tEP .video-block {
    margin-bottom: 24px;
  }
}
.cid-tXYs6B8tEP .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tXYs6B8tEP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tUuMs6Xl9F {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tUuMs6Xl9F h3 {
  position: relative;
}
.cid-tUuMs6Xl9F h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tUuMs6Xl9F .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-tSlkXFaHpT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSlkXFaHpT .title {
  padding: 0 2rem;
  color: #000000;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-tSlkXFaHpT .card-title {
  color: #56bfef;
  text-align: center;
}
.cid-tSlkXFaHpT .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tSlkXFaHpT .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-tSlkXFaHpT .card-wrapper:hover {
  background: #2ee4e2;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tSlkXFaHpT .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tSlkXFaHpT .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tSlkXFaHpT .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tSlkXFaHpT .card-text {
  text-align: center;
}
.cid-tSlkXFaHpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSlkXFaHpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSlBhdMjbQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tSlBhdMjbQ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tSlBhdMjbQ svg .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-tSlBhdMjbQ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tSlBhdMjbQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSlBhdMjbQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSlBhdMjbQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tSlBhdMjbQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tSlBhdMjbQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSlBhdMjbQ .copyright {
  color: #ffffff;
}
.cid-tUuc1nwlo8 {
  background: transparent;
}
.cid-tUuc1nwlo8 .navbar-nav {
  background: #171410;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tUuc1nwlo8 .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tUuc1nwlo8 .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tUuc1nwlo8 .nav-link {
  position: relative;
}
.cid-tUuc1nwlo8 .nav-link:hover {
  color: #09cbe3 !important;
}
@media (max-width: 992px) {
  .cid-tUuc1nwlo8 .navbar-collapse {
    background: #171410;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tUuc1nwlo8 .navbar {
  min-height: 50px;
  background: #171410;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tUuc1nwlo8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUuc1nwlo8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUuc1nwlo8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUuc1nwlo8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUuc1nwlo8 .navbar.collapsed {
  justify-content: center;
}
.cid-tUuc1nwlo8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUuc1nwlo8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUuc1nwlo8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUuc1nwlo8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUuc1nwlo8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUuc1nwlo8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUuc1nwlo8 .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-tUuc1nwlo8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUuc1nwlo8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUuc1nwlo8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUuc1nwlo8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUuc1nwlo8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUuc1nwlo8 .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-tUuc1nwlo8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUuc1nwlo8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUuc1nwlo8 .dropdown-item:hover,
.cid-tUuc1nwlo8 .dropdown-item:focus {
  background: #09cbe3 !important;
  color: white !important;
}
.cid-tUuc1nwlo8 .dropdown-item:hover span {
  color: white;
}
.cid-tUuc1nwlo8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUuc1nwlo8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUuc1nwlo8 .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUuc1nwlo8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUuc1nwlo8 .dropdown-menu,
.cid-tUuc1nwlo8 .navbar.opened {
  background: #171410;
}
.cid-tUuc1nwlo8 .nav-item:focus,
.cid-tUuc1nwlo8 .nav-link:focus {
  outline: none;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUuc1nwlo8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUuc1nwlo8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUuc1nwlo8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUuc1nwlo8 .dropdown-item.active,
.cid-tUuc1nwlo8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUuc1nwlo8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUuc1nwlo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171410;
}
.cid-tUuc1nwlo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUuc1nwlo8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUuc1nwlo8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUuc1nwlo8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUuc1nwlo8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUuc1nwlo8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUuc1nwlo8 .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-tUuc1nwlo8 .navbar {
    height: 70px;
  }
  .cid-tUuc1nwlo8 .navbar.opened {
    height: auto;
  }
  .cid-tUuc1nwlo8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUuc1nwlo8 .collapsed {
  background: transparent!important;
}
.cid-tUuc1nwlo8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUuc1nwlo8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAl4Ha381P {
  background-image: url("../../../assets/images/-mg-2945-editar-1.webp");
}
.cid-tAl4Ha381P .animated-element {
  color: #2ee4e2;
}
.cid-tAl4Ha381P .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #2ee4e2;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tAl4Ha381P .typed-text {
  margin-bottom: 30px;
  color: #000000;
}
.cid-tAl4Ha381P .mbr-section-text {
  margin-bottom: 1.125rem;
}
.cid-tAl4Ha381P .mbr-section-text,
.cid-tAl4Ha381P .mbr-section-btn {
  color: #4c4a4b;
}
.cid-tAl4Ha381P .typed-text .typed-text {
  color: #ef8e81;
}
.cid-tAiXewDkDA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAiXewDkDA .section-head {
  margin-bottom: 2rem;
}
.cid-tAiXewDkDA .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-tAiXewDkDA .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tAiXewDkDA .row {
    text-align: center;
  }
}
.cid-tAiXewDkDA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAiXewDkDA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAiXewDkDA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAiXewDkDA .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tb3Ny0jgyp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tb3Ny0jgyp .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-tb3Ny0jgyp .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tb3Ny0jgyp .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tb3Ny0jgyp .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tb3Ny0jgyp .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tb3Ny0jgyp .col-12,
  .cid-tb3Ny0jgyp .col-md-12 {
    padding: 0;
  }
}
.cid-tb3Ny0jgyp .si img {
  width: auto;
}
.cid-tb3Ny0jgyp .mbr-section-title {
  color: #50e3f6;
}
.cid-tAYxOLGEvz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAYxOLGEvz .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tAYxOLGEvz .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tAYxOLGEvz .mbr-section-title {
  color: #829D85;
  margin-bottom: 0;
}
.cid-tAYxOLGEvz .mbr-text {
  color: #353535;
  margin-top: 20px;
}
.cid-tAYxOLGEvz .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 45px;
  overflow: hidden;
}
.cid-tAYxOLGEvz .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tAl5HQlmj0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAl5HQlmj0 .card-icon {
  font-size: 56px;
  color: #89edfb;
  transition: color 0.3s;
}
.cid-tAl5HQlmj0 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tAl5HQlmj0 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-tAl5HQlmj0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #09cbe3;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tAl5HQlmj0 .card {
  padding: 0!important;
}
.cid-tAl5HQlmj0 .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-tAl5HQlmj0 .card-wrapper:hover {
  background: #89edfb;
}
.cid-tAl5HQlmj0 .card-wrapper:hover .card-icon {
  color: #ffffff;
}
.cid-tAl5HQlmj0 .card-wrapper:hover .line {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .card1 {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .card2 {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .card3 {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .card4 {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .card5 {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .card6 {
  background: #ffffff;
}
.cid-tAl5HQlmj0 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-tAl5HQlmj0 .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-tAl5HQlmj0 .card-title,
.cid-tAl5HQlmj0 .card-ico,
.cid-tAl5HQlmj0 .line-wrap {
  color: #000000;
}
.cid-tAl5HQlmj0 .mbr-text,
.cid-tAl5HQlmj0 .card-link {
  color: #000000;
}
.cid-tSlBhdMjbQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tSlBhdMjbQ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tSlBhdMjbQ svg .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-tSlBhdMjbQ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tSlBhdMjbQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSlBhdMjbQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSlBhdMjbQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tSlBhdMjbQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tSlBhdMjbQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSlBhdMjbQ .copyright {
  color: #ffffff;
}
.cid-tUuc1nwlo8 {
  background: transparent;
}
.cid-tUuc1nwlo8 .navbar-nav {
  background: #171410;
  border-radius: 1.5rem;
  padding: 0 1rem;
}
.cid-tUuc1nwlo8 .container {
  max-width: 1150px;
  height: 50px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-tUuc1nwlo8 .container {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .navbar {
    top: 50px;
    background: transparent !important;
  }
}
.cid-tUuc1nwlo8 .nav-link {
  position: relative;
}
.cid-tUuc1nwlo8 .nav-link:hover {
  color: #09cbe3 !important;
}
@media (max-width: 992px) {
  .cid-tUuc1nwlo8 .navbar-collapse {
    background: #171410;
    padding-bottom: 1rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
.cid-tUuc1nwlo8 .navbar {
  min-height: 50px;
  background: #171410;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.cid-tUuc1nwlo8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUuc1nwlo8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUuc1nwlo8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUuc1nwlo8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUuc1nwlo8 .navbar.collapsed {
  justify-content: center;
}
.cid-tUuc1nwlo8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUuc1nwlo8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUuc1nwlo8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUuc1nwlo8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUuc1nwlo8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUuc1nwlo8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUuc1nwlo8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUuc1nwlo8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUuc1nwlo8 .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-tUuc1nwlo8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUuc1nwlo8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUuc1nwlo8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUuc1nwlo8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUuc1nwlo8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUuc1nwlo8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUuc1nwlo8 .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-tUuc1nwlo8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUuc1nwlo8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUuc1nwlo8 .dropdown-item:hover,
.cid-tUuc1nwlo8 .dropdown-item:focus {
  background: #09cbe3 !important;
  color: white !important;
}
.cid-tUuc1nwlo8 .dropdown-item:hover span {
  color: white;
}
.cid-tUuc1nwlo8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUuc1nwlo8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUuc1nwlo8 .nav-dropdown .link {
  padding: 0 0.2em !important;
  margin: 0.667em 1em !important;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUuc1nwlo8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUuc1nwlo8 .dropdown-menu,
.cid-tUuc1nwlo8 .navbar.opened {
  background: #171410;
}
.cid-tUuc1nwlo8 .nav-item:focus,
.cid-tUuc1nwlo8 .nav-link:focus {
  outline: none;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUuc1nwlo8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUuc1nwlo8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUuc1nwlo8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUuc1nwlo8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUuc1nwlo8 .dropdown-item.active,
.cid-tUuc1nwlo8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUuc1nwlo8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUuc1nwlo8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUuc1nwlo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171410;
}
.cid-tUuc1nwlo8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUuc1nwlo8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUuc1nwlo8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUuc1nwlo8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUuc1nwlo8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUuc1nwlo8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUuc1nwlo8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUuc1nwlo8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tUuc1nwlo8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUuc1nwlo8 .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-tUuc1nwlo8 .navbar {
    height: 70px;
  }
  .cid-tUuc1nwlo8 .navbar.opened {
    height: auto;
  }
  .cid-tUuc1nwlo8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUuc1nwlo8 .collapsed {
  background: transparent!important;
}
.cid-tUuc1nwlo8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUuc1nwlo8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAYCK7Z3zd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/face-monochrome-black-white-wallpaper-preview-1.webp");
}
.cid-tAYCK7Z3zd .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cid-tAYCK7Z3zd .mbr-section-head {
    text-align: center;
  }
}
.cid-tAYCK7Z3zd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tAYCK7Z3zd .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-tAYCK7Z3zd .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tAYCK7Z3zd .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-tAYCK7Z3zd .mbr-text {
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}
.cid-tAYCK7Z3zd form.mbr-form {
  margin-top: 2rem;
}
.cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1199px) {
  .cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn svg {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-tAYCK7Z3zd form.mbr-form .mbr-section-btn svg path {
  fill: #89edfb;
}
@media (max-width: 767px) {
  .cid-tAYCK7Z3zd .dragArea {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tAYCK7Z3zd input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-tAYCK7Z3zd .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tAYCK7Z3zd .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tAYCK7Z3zd .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tAYCK7Z3zd .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tAYCK7Z3zd button {
  width: 100%;
}
.cid-tb3tflnSyn {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tb3tflnSyn {
    padding-top: 0rem;
    padding-bottom: 10rem;
  }
}
.cid-tb3tflnSyn .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tb3tflnSyn .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tb3tflnSyn .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .row {
    position: relative;
  }
}
.cid-tb3tflnSyn .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tb3tflnSyn .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-tb3tflnSyn .col-text {
  position: relative;
}
.cid-tb3tflnSyn .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-tb3tflnSyn .col-text {
    padding-top: 0rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .cid-tb3tflnSyn .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-tb3tflnSyn .col-text .radial-svg path {
    fill: #ffffff;
  }
}
.cid-tb3tflnSyn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-tb3tflnSyn .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-tb3tflnSyn .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-tb3tflnSyn .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .label-text {
    text-align: center;
  }
}
.cid-tb3tflnSyn .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-tb3tflnSyn .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-tb3tflnSyn .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #89edfb;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tb3tflnSyn .contact-container .email-container {
  padding: 16px 25px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tb3tflnSyn .contact-text {
  color: #ffffff;
}
.cid-tb3tflnSyn .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .cards-container {
    text-align: center;
  }
}
.cid-tb3tflnSyn .cards-title {
  margin-bottom: 12px;
  color: #000000;
}
.cid-tb3tflnSyn .card {
  padding: 9px 0;
}
.cid-tb3tflnSyn .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tb3tflnSyn .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-tb3tflnSyn .icon-box {
  margin-right: 12px;
}
.cid-tb3tflnSyn .icon-box .mbr-iconfont {
  color: #ffffff;
}
.cid-tb3tflnSyn .card-text {
  color: #000000;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-tb3tflnSyn .btn-container {
  width: 100%;
}
.cid-tb3tflnSyn .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tb3tflnSyn .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-tb3tflnSyn .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-tb3tflnSyn .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-tb3tflnSyn .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-tb3tflnSyn .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tb3tflnSyn .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-tb3tflnSyn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tb3tflnSyn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tb3tflnSyn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tb3tflnSyn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tb3tflnSyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tb3tflnSyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tb3tflnSyn .email-text {
  color: #000000;
}
.cid-tb3tflnSyn .phone-text {
  color: #000000;
}
.cid-tSlBhdMjbQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tSlBhdMjbQ svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-tSlBhdMjbQ svg .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-tSlBhdMjbQ svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-tSlBhdMjbQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSlBhdMjbQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSlBhdMjbQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tSlBhdMjbQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tSlBhdMjbQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSlBhdMjbQ .copyright {
  color: #ffffff;
}
