body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 68px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 55px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 38px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 31px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #f5fd7b !important;
}
.bg-success {
  background-color: #9a5bed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9553 !important;
}
.bg-danger {
  background-color: #ff6e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5fd7b !important;
  border-color: #f5fd7b !important;
  color: #707702 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #202201 !important;
  background-color: #effc26 !important;
  border-color: #effc26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #707702 !important;
  background-color: #effc26 !important;
  border-color: #effc26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6567ee !important;
  border-color: #6567ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5fd7b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #effc26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #707702 !important;
  background-color: #f5fd7b !important;
  border-color: #f5fd7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6567ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #191ce3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6567ee !important;
  border-color: #6567ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a5bed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b18d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb2700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f5fd7b !important;
}
.text-secondary {
  color: #6567ee !important;
}
.text-success {
  color: #9a5bed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9553 !important;
}
.text-danger {
  color: #ff6e53 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #edfb17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #181ad5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6516cc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec5b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec2500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f5fd7b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9553;
}
.alert-danger {
  background-color: #ff6e53;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5fd7b;
  border-color: #f5fd7b;
  color: #889002;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5fd7b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f5fd7b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f5fd7b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5fd7b;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5fd7b;
}
.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: #f5fd7b;
  border-bottom-color: #f5fd7b;
}
.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: #f5fd7b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6567ee !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='%23f5fd7b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  min-height: 65px;
  padding: 20px 90px;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tA5gTKB5Ip {
  z-index: 1000;
  width: 100%;
}
.cid-tA5gTKB5Ip .navbar-dropdown {
  background: #ff907c !important;
  padding: 0;
  position: fixed;
}
.cid-tA5gTKB5Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff907c !important;
  background: #ff907c;
}
.cid-tA5gTKB5Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .menu_box .navbar.opened,
  .cid-tA5gTKB5Ip .menu_box .navbar-collapse {
    background-color: #ff907c !important;
    transition: all 0s ease 0s;
  }
}
.cid-tA5gTKB5Ip nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tA5gTKB5Ip .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tA5gTKB5Ip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tA5gTKB5Ip .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-tA5gTKB5Ip .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tA5gTKB5Ip .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tA5gTKB5Ip .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas-body .mbr-text,
  .cid-tA5gTKB5Ip .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tA5gTKB5Ip .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tA5gTKB5Ip ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tA5gTKB5Ip .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tA5gTKB5Ip li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tA5gTKB5Ip .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tA5gTKB5Ip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tA5gTKB5Ip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .nav-item {
    margin: 0 !important;
  }
}
.cid-tA5gTKB5Ip .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f5fd7b;
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .nav-item .nav-link:hover {
  color: #f5fd7b !important;
}
.cid-tA5gTKB5Ip .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tA5gTKB5Ip .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tA5gTKB5Ip .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tA5gTKB5Ip .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tA5gTKB5Ip .offcanvas_box {
    display: none;
  }
}
.cid-tA5gTKB5Ip .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tA5gTKB5Ip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tA5gTKB5Ip .container {
  display: flex;
  margin: auto;
}
.cid-tA5gTKB5Ip .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tA5gTKB5Ip .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tA5gTKB5Ip .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tA5gTKB5Ip .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .navbar-nav {
    margin: 0;
  }
}
.cid-tA5gTKB5Ip .dropdown-menu,
.cid-tA5gTKB5Ip .navbar.opened {
  background-color: true !important;
}
.cid-tA5gTKB5Ip .nav-item:focus,
.cid-tA5gTKB5Ip .nav-link:focus {
  outline: none;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA5gTKB5Ip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA5gTKB5Ip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA5gTKB5Ip .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tA5gTKB5Ip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tA5gTKB5Ip .navbar.opened {
  transition: all 0.3s;
}
.cid-tA5gTKB5Ip .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tA5gTKB5Ip .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tA5gTKB5Ip .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tA5gTKB5Ip .navbar.collapsed {
  justify-content: center;
}
.cid-tA5gTKB5Ip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA5gTKB5Ip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA5gTKB5Ip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tA5gTKB5Ip .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tA5gTKB5Ip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA5gTKB5Ip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tA5gTKB5Ip .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tA5gTKB5Ip .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA5gTKB5Ip .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tA5gTKB5Ip .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA5gTKB5Ip .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tA5gTKB5Ip .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tA5gTKB5Ip .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-tA5gTKB5Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tA5gTKB5Ip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA5gTKB5Ip .dropdown-item.active,
.cid-tA5gTKB5Ip .dropdown-item:active {
  background-color: transparent;
}
.cid-tA5gTKB5Ip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA5gTKB5Ip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA5gTKB5Ip ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tA5gTKB5Ip .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA5gTKB5Ip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff907c;
  background: #6567ee;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tA5gTKB5Ip .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA5gTKB5Ip .navbar {
    height: 70px;
  }
  .cid-tA5gTKB5Ip .navbar.opened {
    height: auto;
  }
  .cid-tA5gTKB5Ip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA5gTKB5Ip .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tA5gTKB5Ip .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-tA5gTKB5Ip .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tA5gTKB5Ip .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tA5gTKB5Ip .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tA5gTKB5Ip .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tA5gTKB5Ip .text_widget {
  margin-bottom: 32px;
}
.cid-tA5gTKB5Ip .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .text_widget a:hover {
  color: #f5fd7b !important;
}
.cid-tA5gTKB5Ip .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tA5gTKB5Ip .navbar-caption {
  color: #ffffff;
}
.cid-tA5gTKB5Ip .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tA5gTKB5Ip .mbr-section-subtitle,
.cid-tA5gTKB5Ip .text_widget,
.cid-tA5gTKB5Ip .mbr-section-btn {
  text-align: left;
}
.cid-tA5gTKB5Ip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tA5gUnL3Q8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5gUnL3Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5gUnL3Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5gUnL3Q8 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .container {
    padding: 0 20px;
  }
}
.cid-tA5gUnL3Q8 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row {
    padding: 50px 16px;
  }
}
.cid-tA5gUnL3Q8 .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-tA5gUnL3Q8 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-tA5gUnL3Q8 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-tA5gUnL3Q8 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tA5gUnL3Q8 .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tA5gUnL3Q8 .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-tA5gUnL3Q8 .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tA5gUnL3Q8 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tA5gUnL3Q8 .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tA5gUnL3Q8 .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-tA5gUnL3Q8 .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-tA5gUnL3Q8 .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-tA5gUnL3Q8 .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-tA5gUnL3Q8 .mbr-desc {
  color: #ffffff;
}
.cid-tA5gUnL3Q8 .mbr-section-title {
  color: #ffffff;
}
.cid-tA5gUnL3Q8 .mbr-text {
  color: #ffffff;
}
.cid-tA5gVDdyIR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5gVDdyIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5gVDdyIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA5gVDdyIR .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .container {
    padding: 0 20px;
  }
}
.cid-tA5gVDdyIR .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .row {
    padding: 0;
  }
}
.cid-tA5gVDdyIR .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-tA5gVDdyIR .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-tA5gVDdyIR .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-tA5gVDdyIR .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-tA5gVDdyIR .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tA5gVDdyIR .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tA5gVDdyIR .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-tA5gVDdyIR .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tA5gVDdyIR .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tA5gVDdyIR .mbr-number {
  color: #ffffff;
}
.cid-tA5gVDdyIR .mbr-section-title {
  color: #f5fd7b;
}
.cid-tA5gVDdyIR .mbr-text {
  color: #ffffff;
}
.cid-tA5h1AFdOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tA5h1AFdOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h1AFdOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .container {
    padding: 0 20px;
  }
}
.cid-tA5h1AFdOZ .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .row {
    padding: 0;
  }
}
.cid-tA5h1AFdOZ .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5h1AFdOZ .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item {
    padding: 0 12px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #f5fd7b;
  opacity: 1;
}
.cid-tA5h1AFdOZ .item .item-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  filter: blur(180px);
  background-color: #6567ee;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img img {
  width: 112px;
  height: 112px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5fd7b;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .mbr-name {
  color: #000000;
}
.cid-tA5h1AFdOZ .mbr-desc {
  color: #000000;
}
.cid-tA5h1AFdOZ .mbr-text {
  color: #000000;
}
.cid-tA5h5AopHQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6e53;
}
.cid-tA5h5AopHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h5AopHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .container {
    padding: 0 20px;
  }
}
.cid-tA5h5AopHQ .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h5AopHQ .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tA5h5AopHQ .row .list {
    margin-bottom: 32px;
  }
}
.cid-tA5h5AopHQ .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tA5h5AopHQ .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #f5fd7b;
}
.cid-tA5h5AopHQ .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tA5h5AopHQ .mbr-section-title {
  color: #ffffff;
}
.cid-tA5h5AopHQ .mbr-desc {
  color: #ffffff;
}
.cid-tA5h5AopHQ .mbr-text {
  color: #ffffff;
}
.cid-tA5h5AopHQ .list {
  color: #ffffff;
}
.cid-tA5h5AopHQ .copyright {
  color: #ffffff;
}
.cid-ueI92DH0gQ {
  z-index: 1000;
  width: 100%;
}
.cid-ueI92DH0gQ .navbar-dropdown {
  background: #ff907c !important;
  padding: 0;
  position: fixed;
}
.cid-ueI92DH0gQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff907c !important;
  background: #ff907c;
}
.cid-ueI92DH0gQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueI92DH0gQ .menu_box .navbar.opened,
  .cid-ueI92DH0gQ .menu_box .navbar-collapse {
    background-color: #ff907c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueI92DH0gQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ueI92DH0gQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueI92DH0gQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueI92DH0gQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueI92DH0gQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueI92DH0gQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueI92DH0gQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-ueI92DH0gQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueI92DH0gQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueI92DH0gQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueI92DH0gQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueI92DH0gQ .offcanvas-body .mbr-text,
  .cid-ueI92DH0gQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueI92DH0gQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueI92DH0gQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueI92DH0gQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ueI92DH0gQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueI92DH0gQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueI92DH0gQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueI92DH0gQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueI92DH0gQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueI92DH0gQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueI92DH0gQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ueI92DH0gQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueI92DH0gQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ueI92DH0gQ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueI92DH0gQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueI92DH0gQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueI92DH0gQ .nav-item {
    margin: 0 !important;
  }
}
.cid-ueI92DH0gQ .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-ueI92DH0gQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f5fd7b;
  transition: all 0.3s ease-out;
}
.cid-ueI92DH0gQ .nav-item .nav-link:hover {
  color: #f5fd7b !important;
}
.cid-ueI92DH0gQ .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-ueI92DH0gQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueI92DH0gQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueI92DH0gQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueI92DH0gQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueI92DH0gQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ueI92DH0gQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueI92DH0gQ .offcanvas_box {
    display: none;
  }
}
.cid-ueI92DH0gQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueI92DH0gQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueI92DH0gQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueI92DH0gQ .container {
  display: flex;
  margin: auto;
}
.cid-ueI92DH0gQ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ueI92DH0gQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueI92DH0gQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueI92DH0gQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueI92DH0gQ .navbar-nav {
    margin: 0;
  }
}
.cid-ueI92DH0gQ .dropdown-menu,
.cid-ueI92DH0gQ .navbar.opened {
  background-color: true !important;
}
.cid-ueI92DH0gQ .nav-item:focus,
.cid-ueI92DH0gQ .nav-link:focus {
  outline: none;
}
.cid-ueI92DH0gQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueI92DH0gQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueI92DH0gQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueI92DH0gQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueI92DH0gQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueI92DH0gQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueI92DH0gQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueI92DH0gQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueI92DH0gQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ueI92DH0gQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueI92DH0gQ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueI92DH0gQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueI92DH0gQ .navbar.collapsed {
  justify-content: center;
}
.cid-ueI92DH0gQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueI92DH0gQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueI92DH0gQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueI92DH0gQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueI92DH0gQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueI92DH0gQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueI92DH0gQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueI92DH0gQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueI92DH0gQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueI92DH0gQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueI92DH0gQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueI92DH0gQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueI92DH0gQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueI92DH0gQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueI92DH0gQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueI92DH0gQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueI92DH0gQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueI92DH0gQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueI92DH0gQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueI92DH0gQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueI92DH0gQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueI92DH0gQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueI92DH0gQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueI92DH0gQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueI92DH0gQ .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-ueI92DH0gQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ueI92DH0gQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueI92DH0gQ .dropdown-item.active,
.cid-ueI92DH0gQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ueI92DH0gQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueI92DH0gQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueI92DH0gQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueI92DH0gQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueI92DH0gQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueI92DH0gQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueI92DH0gQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff907c;
  background: #6567ee;
}
.cid-ueI92DH0gQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueI92DH0gQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueI92DH0gQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueI92DH0gQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueI92DH0gQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueI92DH0gQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueI92DH0gQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueI92DH0gQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueI92DH0gQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueI92DH0gQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueI92DH0gQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueI92DH0gQ .navbar {
    height: 70px;
  }
  .cid-ueI92DH0gQ .navbar.opened {
    height: auto;
  }
  .cid-ueI92DH0gQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueI92DH0gQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueI92DH0gQ .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-ueI92DH0gQ .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-ueI92DH0gQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueI92DH0gQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueI92DH0gQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ueI92DH0gQ .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ueI92DH0gQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueI92DH0gQ .text_widget {
  margin-bottom: 32px;
}
.cid-ueI92DH0gQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueI92DH0gQ .text_widget a:hover {
  color: #f5fd7b !important;
}
.cid-ueI92DH0gQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueI92DH0gQ .navbar-caption {
  color: #ffffff;
}
.cid-ueI92DH0gQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueI92DH0gQ .mbr-section-subtitle,
.cid-ueI92DH0gQ .text_widget,
.cid-ueI92DH0gQ .mbr-section-btn {
  text-align: left;
}
.cid-ueI92DH0gQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueI92Edb72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ueI92Edb72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueI92Edb72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueI92Edb72 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueI92Edb72 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueI92Edb72 .container {
    padding: 0 20px;
  }
}
.cid-ueI92Edb72 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueI92Edb72 .row {
    padding: 50px 16px;
  }
}
.cid-ueI92Edb72 .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-ueI92Edb72 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-ueI92Edb72 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-ueI92Edb72 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueI92Edb72 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ueI92Edb72 .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueI92Edb72 .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ueI92Edb72 .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-ueI92Edb72 .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ueI92Edb72 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ueI92Edb72 .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ueI92Edb72 .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-ueI92Edb72 .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-ueI92Edb72 .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-ueI92Edb72 .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-ueI92Edb72 .mbr-desc {
  color: #ffffff;
}
.cid-ueI92Edb72 .mbr-section-title {
  color: #ffffff;
}
.cid-ueI92Edb72 .mbr-text {
  color: #ffffff;
}
.cid-ueI92FcvYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6e53;
}
.cid-ueI92FcvYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueI92FcvYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueI92FcvYN .container {
    padding: 0 20px;
  }
}
.cid-ueI92FcvYN .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueI92FcvYN .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ueI92FcvYN .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueI92FcvYN .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-ueI92FcvYN .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueI92FcvYN .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-ueI92FcvYN .row .list {
    margin-bottom: 32px;
  }
}
.cid-ueI92FcvYN .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ueI92FcvYN .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #f5fd7b;
}
.cid-ueI92FcvYN .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ueI92FcvYN .mbr-section-title {
  color: #ffffff;
}
.cid-ueI92FcvYN .mbr-desc {
  color: #ffffff;
}
.cid-ueI92FcvYN .mbr-text {
  color: #ffffff;
}
.cid-ueI92FcvYN .list {
  color: #ffffff;
}
.cid-ueI92FcvYN .copyright {
  color: #ffffff;
}
.cid-ueps5Ti27h {
  z-index: 1000;
  width: 100%;
}
.cid-ueps5Ti27h .navbar-dropdown {
  background: #ff907c !important;
  padding: 0;
  position: fixed;
}
.cid-ueps5Ti27h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff907c !important;
  background: #ff907c;
}
.cid-ueps5Ti27h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueps5Ti27h .menu_box .navbar.opened,
  .cid-ueps5Ti27h .menu_box .navbar-collapse {
    background-color: #ff907c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueps5Ti27h nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ueps5Ti27h .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueps5Ti27h .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueps5Ti27h .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueps5Ti27h .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueps5Ti27h .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueps5Ti27h .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-ueps5Ti27h .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueps5Ti27h .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueps5Ti27h .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueps5Ti27h .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueps5Ti27h .offcanvas-body .mbr-text,
  .cid-ueps5Ti27h .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueps5Ti27h .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueps5Ti27h .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueps5Ti27h .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ueps5Ti27h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueps5Ti27h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueps5Ti27h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueps5Ti27h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueps5Ti27h ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueps5Ti27h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueps5Ti27h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ueps5Ti27h .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueps5Ti27h li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ueps5Ti27h .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueps5Ti27h .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueps5Ti27h .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueps5Ti27h .nav-item {
    margin: 0 !important;
  }
}
.cid-ueps5Ti27h .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-ueps5Ti27h .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f5fd7b;
  transition: all 0.3s ease-out;
}
.cid-ueps5Ti27h .nav-item .nav-link:hover {
  color: #f5fd7b !important;
}
.cid-ueps5Ti27h .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-ueps5Ti27h .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueps5Ti27h .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueps5Ti27h .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueps5Ti27h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueps5Ti27h .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ueps5Ti27h .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueps5Ti27h .offcanvas_box {
    display: none;
  }
}
.cid-ueps5Ti27h .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueps5Ti27h .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueps5Ti27h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueps5Ti27h .container {
  display: flex;
  margin: auto;
}
.cid-ueps5Ti27h .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ueps5Ti27h .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueps5Ti27h .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueps5Ti27h .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueps5Ti27h .navbar-nav {
    margin: 0;
  }
}
.cid-ueps5Ti27h .dropdown-menu,
.cid-ueps5Ti27h .navbar.opened {
  background-color: true !important;
}
.cid-ueps5Ti27h .nav-item:focus,
.cid-ueps5Ti27h .nav-link:focus {
  outline: none;
}
.cid-ueps5Ti27h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueps5Ti27h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueps5Ti27h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueps5Ti27h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueps5Ti27h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueps5Ti27h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueps5Ti27h .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueps5Ti27h .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueps5Ti27h .navbar.opened {
  transition: all 0.3s;
}
.cid-ueps5Ti27h .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueps5Ti27h .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueps5Ti27h .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueps5Ti27h .navbar.collapsed {
  justify-content: center;
}
.cid-ueps5Ti27h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueps5Ti27h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueps5Ti27h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueps5Ti27h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueps5Ti27h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueps5Ti27h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueps5Ti27h .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueps5Ti27h .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueps5Ti27h .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueps5Ti27h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueps5Ti27h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueps5Ti27h .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueps5Ti27h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueps5Ti27h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueps5Ti27h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueps5Ti27h .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueps5Ti27h .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueps5Ti27h .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueps5Ti27h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueps5Ti27h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueps5Ti27h .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueps5Ti27h .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueps5Ti27h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueps5Ti27h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueps5Ti27h .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-ueps5Ti27h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ueps5Ti27h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueps5Ti27h .dropdown-item.active,
.cid-ueps5Ti27h .dropdown-item:active {
  background-color: transparent;
}
.cid-ueps5Ti27h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueps5Ti27h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueps5Ti27h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueps5Ti27h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueps5Ti27h ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueps5Ti27h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueps5Ti27h button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff907c;
  background: #6567ee;
}
.cid-ueps5Ti27h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueps5Ti27h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueps5Ti27h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueps5Ti27h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueps5Ti27h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueps5Ti27h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueps5Ti27h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueps5Ti27h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueps5Ti27h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueps5Ti27h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueps5Ti27h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueps5Ti27h .navbar {
    height: 70px;
  }
  .cid-ueps5Ti27h .navbar.opened {
    height: auto;
  }
  .cid-ueps5Ti27h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueps5Ti27h .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueps5Ti27h .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-ueps5Ti27h .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-ueps5Ti27h .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueps5Ti27h .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueps5Ti27h .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ueps5Ti27h .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ueps5Ti27h .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueps5Ti27h .text_widget {
  margin-bottom: 32px;
}
.cid-ueps5Ti27h .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueps5Ti27h .text_widget a:hover {
  color: #f5fd7b !important;
}
.cid-ueps5Ti27h .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueps5Ti27h .navbar-caption {
  color: #ffffff;
}
.cid-ueps5Ti27h .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueps5Ti27h .mbr-section-subtitle,
.cid-ueps5Ti27h .text_widget,
.cid-ueps5Ti27h .mbr-section-btn {
  text-align: left;
}
.cid-ueps5Ti27h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueps5U6KJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ueps5U6KJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueps5U6KJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueps5U6KJi .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueps5U6KJi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueps5U6KJi .container {
    padding: 0 20px;
  }
}
.cid-ueps5U6KJi .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueps5U6KJi .row {
    padding: 50px 16px;
  }
}
.cid-ueps5U6KJi .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-ueps5U6KJi .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-ueps5U6KJi .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-ueps5U6KJi .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueps5U6KJi .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ueps5U6KJi .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueps5U6KJi .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ueps5U6KJi .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-ueps5U6KJi .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ueps5U6KJi .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ueps5U6KJi .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ueps5U6KJi .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-ueps5U6KJi .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-ueps5U6KJi .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-ueps5U6KJi .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-ueps5U6KJi .mbr-desc {
  color: #ffffff;
}
.cid-ueps5U6KJi .mbr-section-title {
  color: #ffffff;
}
.cid-ueps5U6KJi .mbr-text {
  color: #ffffff;
}
.cid-ueIa31vHwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ueIa31vHwS .container {
    padding: 0 24px;
  }
}
.cid-ueIa31vHwS .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueIa31vHwS .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ueIa31vHwS .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueIa31vHwS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueIa31vHwS .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ueIa31vHwS .mbr-section-btn {
    text-align: left;
  }
}
.cid-ueIa31vHwS .mbr-section-title {
  color: #F9F6E0;
}
.cid-ueIa31vHwS .mbr-text {
  color: #F9F6E0;
}
.cid-ueIafKsPHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ueIafKsPHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIafKsPHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueIafKsPHJ .container {
    padding: 0 20px;
  }
}
.cid-ueIafKsPHJ .row {
  margin: 0;
}
.cid-ueIafKsPHJ .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueIafKsPHJ .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ueIafKsPHJ .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-ueIafKsPHJ .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-ueIafKsPHJ .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-ueIafKsPHJ .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueIafKsPHJ .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueIafKsPHJ .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ueIafKsPHJ .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-ueIafKsPHJ .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueIafKsPHJ .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-ueIafKsPHJ .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueIafKsPHJ .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ueIafKsPHJ .mbr-section-title {
  color: #ffffff;
}
.cid-ueIafKsPHJ .panel-title-edit,
.cid-ueIafKsPHJ .mbr-iconfont {
  color: #f5fd7b;
}
.cid-ueIafKsPHJ .mbr-text {
  color: #ffffff;
}
.cid-ueIaKfuLSm {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ueIaKfuLSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIaKfuLSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueIaKfuLSm .container {
    padding: 0 20px;
  }
}
.cid-ueIaKfuLSm .row {
  margin: 0;
}
.cid-ueIaKfuLSm .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueIaKfuLSm .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ueIaKfuLSm .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-ueIaKfuLSm .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-ueIaKfuLSm .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-ueIaKfuLSm .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueIaKfuLSm .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueIaKfuLSm .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ueIaKfuLSm .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-ueIaKfuLSm .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueIaKfuLSm .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-ueIaKfuLSm .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueIaKfuLSm .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ueIaKfuLSm .mbr-section-title {
  color: #ffffff;
}
.cid-ueIaKfuLSm .panel-title-edit,
.cid-ueIaKfuLSm .mbr-iconfont {
  color: #f5fd7b;
}
.cid-ueIaKfuLSm .mbr-text {
  color: #ffffff;
}
.cid-ueps5XC6ld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6e53;
}
.cid-ueps5XC6ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueps5XC6ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueps5XC6ld .container {
    padding: 0 20px;
  }
}
.cid-ueps5XC6ld .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueps5XC6ld .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ueps5XC6ld .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueps5XC6ld .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-ueps5XC6ld .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueps5XC6ld .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-ueps5XC6ld .row .list {
    margin-bottom: 32px;
  }
}
.cid-ueps5XC6ld .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ueps5XC6ld .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #f5fd7b;
}
.cid-ueps5XC6ld .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ueps5XC6ld .mbr-section-title {
  color: #ffffff;
}
.cid-ueps5XC6ld .mbr-desc {
  color: #ffffff;
}
.cid-ueps5XC6ld .mbr-text {
  color: #ffffff;
}
.cid-ueps5XC6ld .list {
  color: #ffffff;
}
.cid-ueps5XC6ld .copyright {
  color: #ffffff;
}
.cid-ueId214gbg {
  z-index: 1000;
  width: 100%;
}
.cid-ueId214gbg .navbar-dropdown {
  background: #ff907c !important;
  padding: 0;
  position: fixed;
}
.cid-ueId214gbg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff907c !important;
  background: #ff907c;
}
.cid-ueId214gbg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueId214gbg .menu_box .navbar.opened,
  .cid-ueId214gbg .menu_box .navbar-collapse {
    background-color: #ff907c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueId214gbg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ueId214gbg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueId214gbg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueId214gbg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueId214gbg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueId214gbg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueId214gbg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-ueId214gbg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueId214gbg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueId214gbg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueId214gbg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueId214gbg .offcanvas-body .mbr-text,
  .cid-ueId214gbg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueId214gbg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueId214gbg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueId214gbg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ueId214gbg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueId214gbg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueId214gbg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueId214gbg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueId214gbg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueId214gbg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueId214gbg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ueId214gbg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueId214gbg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ueId214gbg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueId214gbg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueId214gbg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueId214gbg .nav-item {
    margin: 0 !important;
  }
}
.cid-ueId214gbg .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-ueId214gbg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f5fd7b;
  transition: all 0.3s ease-out;
}
.cid-ueId214gbg .nav-item .nav-link:hover {
  color: #f5fd7b !important;
}
.cid-ueId214gbg .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-ueId214gbg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueId214gbg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueId214gbg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueId214gbg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueId214gbg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ueId214gbg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueId214gbg .offcanvas_box {
    display: none;
  }
}
.cid-ueId214gbg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueId214gbg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueId214gbg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueId214gbg .container {
  display: flex;
  margin: auto;
}
.cid-ueId214gbg .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ueId214gbg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueId214gbg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueId214gbg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueId214gbg .navbar-nav {
    margin: 0;
  }
}
.cid-ueId214gbg .dropdown-menu,
.cid-ueId214gbg .navbar.opened {
  background-color: true !important;
}
.cid-ueId214gbg .nav-item:focus,
.cid-ueId214gbg .nav-link:focus {
  outline: none;
}
.cid-ueId214gbg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueId214gbg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueId214gbg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueId214gbg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueId214gbg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueId214gbg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueId214gbg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueId214gbg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueId214gbg .navbar.opened {
  transition: all 0.3s;
}
.cid-ueId214gbg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueId214gbg .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueId214gbg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueId214gbg .navbar.collapsed {
  justify-content: center;
}
.cid-ueId214gbg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueId214gbg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueId214gbg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueId214gbg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueId214gbg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueId214gbg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueId214gbg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueId214gbg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueId214gbg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueId214gbg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueId214gbg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueId214gbg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueId214gbg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueId214gbg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueId214gbg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueId214gbg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueId214gbg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueId214gbg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueId214gbg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueId214gbg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueId214gbg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueId214gbg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueId214gbg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueId214gbg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueId214gbg .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-ueId214gbg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ueId214gbg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueId214gbg .dropdown-item.active,
.cid-ueId214gbg .dropdown-item:active {
  background-color: transparent;
}
.cid-ueId214gbg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueId214gbg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueId214gbg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueId214gbg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueId214gbg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueId214gbg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueId214gbg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff907c;
  background: #6567ee;
}
.cid-ueId214gbg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueId214gbg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueId214gbg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueId214gbg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueId214gbg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueId214gbg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueId214gbg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueId214gbg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueId214gbg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueId214gbg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueId214gbg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueId214gbg .navbar {
    height: 70px;
  }
  .cid-ueId214gbg .navbar.opened {
    height: auto;
  }
  .cid-ueId214gbg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueId214gbg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueId214gbg .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-ueId214gbg .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-ueId214gbg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueId214gbg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueId214gbg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ueId214gbg .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ueId214gbg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueId214gbg .text_widget {
  margin-bottom: 32px;
}
.cid-ueId214gbg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueId214gbg .text_widget a:hover {
  color: #f5fd7b !important;
}
.cid-ueId214gbg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueId214gbg .navbar-caption {
  color: #ffffff;
}
.cid-ueId214gbg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueId214gbg .mbr-section-subtitle,
.cid-ueId214gbg .text_widget,
.cid-ueId214gbg .mbr-section-btn {
  text-align: left;
}
.cid-ueId214gbg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueId22c81K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ueId22c81K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueId22c81K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueId22c81K .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueId22c81K .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueId22c81K .container {
    padding: 0 20px;
  }
}
.cid-ueId22c81K .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ueId22c81K .row {
    padding: 50px 16px;
  }
}
.cid-ueId22c81K .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-ueId22c81K .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-ueId22c81K .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-ueId22c81K .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ueId22c81K .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ueId22c81K .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ueId22c81K .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ueId22c81K .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-ueId22c81K .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ueId22c81K .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ueId22c81K .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ueId22c81K .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-ueId22c81K .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-ueId22c81K .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-ueId22c81K .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-ueId22c81K .mbr-desc {
  color: #ffffff;
}
.cid-ueId22c81K .mbr-section-title {
  color: #ffffff;
}
.cid-ueId22c81K .mbr-text {
  color: #ffffff;
}
.cid-ueIdN14efH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ueIdN14efH .container {
    padding: 0 24px;
  }
}
.cid-ueIdN14efH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueIdN14efH .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ueIdN14efH .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueIdN14efH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueIdN14efH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ueIdN14efH .mbr-section-btn {
    text-align: left;
  }
}
.cid-ueIdN14efH .mbr-section-title {
  color: #F9F6E0;
}
.cid-ueIdN14efH .mbr-text {
  color: #F9F6E0;
}
.cid-ueId22T7H9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ueId22T7H9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueId22T7H9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .container {
    padding: 0 20px;
  }
}
.cid-ueId22T7H9 .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .row {
    padding: 0;
  }
}
.cid-ueId22T7H9 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ueId22T7H9 .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .item {
    padding: 0 12px;
  }
}
.cid-ueId22T7H9 .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-ueId22T7H9 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #f5fd7b;
  opacity: 1;
}
.cid-ueId22T7H9 .item .item-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  filter: blur(180px);
  background-color: #6567ee;
}
.cid-ueId22T7H9 .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-ueId22T7H9 .item .item-wrapper .item-img img {
  width: 112px;
  height: 112px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ueId22T7H9 .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-ueId22T7H9 .item .item-wrapper .item-img .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-ueId22T7H9 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-ueId22T7H9 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-ueId22T7H9 .item .item-wrapper .item-img .name-wrapper .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueId22T7H9 .item .item-wrapper .item-img .name-wrapper .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5fd7b;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-ueId22T7H9 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ueId22T7H9 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ueId22T7H9 .mbr-name {
  color: #000000;
}
.cid-ueId22T7H9 .mbr-desc {
  color: #000000;
}
.cid-ueId22T7H9 .mbr-text {
  color: #000000;
}
.cid-ueIgWu5YTW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fcffcd;
}
.cid-ueIgWu5YTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIgWu5YTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueIgWu5YTW .container {
    padding: 0 20px;
  }
}
.cid-ueIgWu5YTW .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ueIgWu5YTW .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ueIgWu5YTW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ueIgWu5YTW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ueIgWu5YTW .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ueIgWu5YTW .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ueIgWu5YTW .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-ueIgWu5YTW .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #b8bafa;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-ueIgWu5YTW .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-ueIgWu5YTW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-ueIgWu5YTW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-ueIgWu5YTW .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-ueIgWu5YTW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueIgWu5YTW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-primary,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-secondary,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-success,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-info,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-warning,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-danger,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-black,
.cid-ueIgWu5YTW .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-ueIgWu5YTW .mbr-section-title {
  color: #000000;
}
.cid-ueIgWu5YTW .mbr-desc,
.cid-ueIgWu5YTW .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ueIgWu5YTW .card-number {
  color: #000000;
}
.cid-ueIgWu5YTW .card-title {
  color: #000000;
}
.cid-ueIgWu5YTW .mbr-text,
.cid-ueIgWu5YTW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ueIgWu5YTW .mbr-section-title,
.cid-ueIgWu5YTW .mbr-section-btn {
  text-align: center;
}
.cid-ueOvm8jH5U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1b3fa;
  overflow: hidden;
}
.cid-ueOvm8jH5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueOvm8jH5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueOvm8jH5U .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ueOvm8jH5U .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-ueOvm8jH5U .container {
    padding: 0 16px;
  }
}
.cid-ueOvm8jH5U .row {
  justify-content: center;
}
.cid-ueOvm8jH5U .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ueOvm8jH5U .card {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .card {
    flex-direction: column;
  }
}
.cid-ueOvm8jH5U .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .image-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-ueOvm8jH5U .image-wrapper img {
  height: 650px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .image-wrapper img {
    height: 350px;
  }
}
.cid-ueOvm8jH5U .content-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ueOvm8jH5U .content-wrapper {
    width: 100%;
  }
}
.cid-ueOvm8jH5U .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueOvm8jH5U .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-ueOvm8jH5U .mbr-section-subtitle {
  color: #000000;
}
.cid-ueOvm8jH5U .mbr-text {
  color: #000000;
}
.cid-ujC7TJKgXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujC7TJKgXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujC7TJKgXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ujC7TJKgXi .container {
    padding: 0 24px;
  }
}
.cid-ujC7TJKgXi .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-ujC7TJKgXi .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .row {
    border: none;
  }
}
.cid-ujC7TJKgXi .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .row .item {
    padding: 0 16px;
  }
}
.cid-ujC7TJKgXi .item-wrapper {
  height: 100%;
}
.cid-ujC7TJKgXi .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujC7TJKgXi .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .subtitle-wrap {
    display: block;
  }
}
.cid-ujC7TJKgXi .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-ujC7TJKgXi .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-ujC7TJKgXi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujC7TJKgXi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ujC7TJKgXi .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ujC7TJKgXi .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ujC7TJKgXi .mbr-section-title {
  color: #F9F6E0;
}
.cid-ujC7TJKgXi .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-ujC7TJKgXi .mbr-text {
  color: #F9F6E0;
}
.cid-ueId23enx7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6e53;
}
.cid-ueId23enx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueId23enx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueId23enx7 .container {
    padding: 0 20px;
  }
}
.cid-ueId23enx7 .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueId23enx7 .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ueId23enx7 .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueId23enx7 .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-ueId23enx7 .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueId23enx7 .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-ueId23enx7 .row .list {
    margin-bottom: 32px;
  }
}
.cid-ueId23enx7 .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ueId23enx7 .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #f5fd7b;
}
.cid-ueId23enx7 .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ueId23enx7 .mbr-section-title {
  color: #ffffff;
}
.cid-ueId23enx7 .mbr-desc {
  color: #ffffff;
}
.cid-ueId23enx7 .mbr-text {
  color: #ffffff;
}
.cid-ueId23enx7 .list {
  color: #ffffff;
}
.cid-ueId23enx7 .copyright {
  color: #ffffff;
}
.cid-ujCgD6eGry {
  z-index: 1000;
  width: 100%;
}
.cid-ujCgD6eGry .navbar-dropdown {
  background: #ff907c !important;
  padding: 0;
  position: fixed;
}
.cid-ujCgD6eGry .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff907c !important;
  background: #ff907c;
}
.cid-ujCgD6eGry .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujCgD6eGry .menu_box .navbar.opened,
  .cid-ujCgD6eGry .menu_box .navbar-collapse {
    background-color: #ff907c !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujCgD6eGry nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ujCgD6eGry .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ujCgD6eGry .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujCgD6eGry .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ujCgD6eGry .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujCgD6eGry .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujCgD6eGry .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-ujCgD6eGry .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujCgD6eGry .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujCgD6eGry .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujCgD6eGry .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujCgD6eGry .offcanvas-body .mbr-text,
  .cid-ujCgD6eGry .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ujCgD6eGry .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ujCgD6eGry .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujCgD6eGry .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ujCgD6eGry .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujCgD6eGry .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujCgD6eGry .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujCgD6eGry .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujCgD6eGry ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujCgD6eGry .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujCgD6eGry .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ujCgD6eGry .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujCgD6eGry li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ujCgD6eGry .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujCgD6eGry .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujCgD6eGry .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujCgD6eGry .nav-item {
    margin: 0 !important;
  }
}
.cid-ujCgD6eGry .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-ujCgD6eGry .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #f5fd7b;
  transition: all 0.3s ease-out;
}
.cid-ujCgD6eGry .nav-item .nav-link:hover {
  color: #f5fd7b !important;
}
.cid-ujCgD6eGry .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-ujCgD6eGry .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujCgD6eGry .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujCgD6eGry .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujCgD6eGry .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujCgD6eGry .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ujCgD6eGry .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujCgD6eGry .offcanvas_box {
    display: none;
  }
}
.cid-ujCgD6eGry .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujCgD6eGry .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujCgD6eGry .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujCgD6eGry .container {
  display: flex;
  margin: auto;
}
.cid-ujCgD6eGry .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ujCgD6eGry .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujCgD6eGry .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujCgD6eGry .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujCgD6eGry .navbar-nav {
    margin: 0;
  }
}
.cid-ujCgD6eGry .dropdown-menu,
.cid-ujCgD6eGry .navbar.opened {
  background-color: true !important;
}
.cid-ujCgD6eGry .nav-item:focus,
.cid-ujCgD6eGry .nav-link:focus {
  outline: none;
}
.cid-ujCgD6eGry .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujCgD6eGry .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujCgD6eGry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujCgD6eGry .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujCgD6eGry .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujCgD6eGry .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujCgD6eGry .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujCgD6eGry .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujCgD6eGry .navbar.opened {
  transition: all 0.3s;
}
.cid-ujCgD6eGry .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujCgD6eGry .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ujCgD6eGry .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujCgD6eGry .navbar.collapsed {
  justify-content: center;
}
.cid-ujCgD6eGry .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujCgD6eGry .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujCgD6eGry .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujCgD6eGry .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujCgD6eGry .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujCgD6eGry .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujCgD6eGry .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujCgD6eGry .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujCgD6eGry .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujCgD6eGry .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujCgD6eGry .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujCgD6eGry .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujCgD6eGry .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujCgD6eGry .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujCgD6eGry .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujCgD6eGry .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujCgD6eGry .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujCgD6eGry .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujCgD6eGry .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujCgD6eGry .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujCgD6eGry .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujCgD6eGry .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujCgD6eGry .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujCgD6eGry .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujCgD6eGry .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-ujCgD6eGry .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ujCgD6eGry .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujCgD6eGry .dropdown-item.active,
.cid-ujCgD6eGry .dropdown-item:active {
  background-color: transparent;
}
.cid-ujCgD6eGry .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujCgD6eGry .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujCgD6eGry .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujCgD6eGry .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujCgD6eGry ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujCgD6eGry .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujCgD6eGry button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff907c;
  background: #6567ee;
}
.cid-ujCgD6eGry button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ujCgD6eGry button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujCgD6eGry button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujCgD6eGry button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujCgD6eGry button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujCgD6eGry nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujCgD6eGry nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujCgD6eGry nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujCgD6eGry nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujCgD6eGry a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujCgD6eGry .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujCgD6eGry .navbar {
    height: 70px;
  }
  .cid-ujCgD6eGry .navbar.opened {
    height: auto;
  }
  .cid-ujCgD6eGry .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujCgD6eGry .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ujCgD6eGry .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-ujCgD6eGry .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-ujCgD6eGry .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujCgD6eGry .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ujCgD6eGry .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-ujCgD6eGry .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ujCgD6eGry .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujCgD6eGry .text_widget {
  margin-bottom: 32px;
}
.cid-ujCgD6eGry .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ujCgD6eGry .text_widget a:hover {
  color: #f5fd7b !important;
}
.cid-ujCgD6eGry .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujCgD6eGry .navbar-caption {
  color: #ffffff;
}
.cid-ujCgD6eGry .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ujCgD6eGry .mbr-section-subtitle,
.cid-ujCgD6eGry .text_widget,
.cid-ujCgD6eGry .mbr-section-btn {
  text-align: left;
}
.cid-ujCgD6eGry a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujCgD6Z1wb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-ujCgD6Z1wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCgD6Z1wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujCgD6Z1wb .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujCgD6Z1wb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujCgD6Z1wb .container {
    padding: 0 20px;
  }
}
.cid-ujCgD6Z1wb .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujCgD6Z1wb .row {
    padding: 50px 16px;
  }
}
.cid-ujCgD6Z1wb .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-ujCgD6Z1wb .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-ujCgD6Z1wb .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-ujCgD6Z1wb .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-ujCgD6Z1wb .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ujCgD6Z1wb .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ujCgD6Z1wb .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ujCgD6Z1wb .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-ujCgD6Z1wb .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ujCgD6Z1wb .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ujCgD6Z1wb .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujCgD6Z1wb .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-ujCgD6Z1wb .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-ujCgD6Z1wb .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-ujCgD6Z1wb .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-ujCgD6Z1wb .mbr-desc {
  color: #ffffff;
}
.cid-ujCgD6Z1wb .mbr-section-title {
  color: #ffffff;
}
.cid-ujCgD6Z1wb .mbr-text {
  color: #ffffff;
}
.cid-ujCgD7vBtk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ujCgD7vBtk .container {
    padding: 0 24px;
  }
}
.cid-ujCgD7vBtk .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujCgD7vBtk .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ujCgD7vBtk .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujCgD7vBtk .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujCgD7vBtk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ujCgD7vBtk .mbr-section-btn {
    text-align: left;
  }
}
.cid-ujCgD7vBtk .mbr-section-title {
  color: #F9F6E0;
}
.cid-ujCgD7vBtk .mbr-text {
  color: #F9F6E0;
}
.cid-ujChPBwbtR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ujChPBwbtR .container {
    padding: 0 24px;
  }
}
.cid-ujChPBwbtR .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujChPBwbtR .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ujChPBwbtR .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujChPBwbtR .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujChPBwbtR .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ujChPBwbtR .mbr-section-btn {
    text-align: left;
  }
}
.cid-ujChPBwbtR .mbr-section-title {
  color: #F9F6E0;
}
.cid-ujChPBwbtR .mbr-text {
  color: #F9F6E0;
}
.cid-ujCgD8UBHJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujCgD8UBHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCgD8UBHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ujCgD8UBHJ .container {
    padding: 0 24px;
  }
}
.cid-ujCgD8UBHJ .row {
  justify-content: center;
  border-top: 1px solid #72716b;
}
@media (min-width: 992px) {
  .cid-ujCgD8UBHJ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .row {
    border: none;
  }
}
.cid-ujCgD8UBHJ .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .row .item {
    padding: 0 16px;
  }
}
.cid-ujCgD8UBHJ .item-wrapper {
  height: 100%;
}
.cid-ujCgD8UBHJ .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .item-wrapper .card-box {
    display: block;
  }
}
.cid-ujCgD8UBHJ .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .subtitle-wrap {
    display: block;
  }
}
.cid-ujCgD8UBHJ .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-ujCgD8UBHJ .content-wrapper {
  padding: 32px;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-ujCgD8UBHJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujCgD8UBHJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-ujCgD8UBHJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-ujCgD8UBHJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-ujCgD8UBHJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-ujCgD8UBHJ .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-ujCgD8UBHJ .mbr-text {
  color: #F9F6E0;
}
.cid-ujCgD9kfhV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6e53;
}
.cid-ujCgD9kfhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujCgD9kfhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujCgD9kfhV .container {
    padding: 0 20px;
  }
}
.cid-ujCgD9kfhV .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujCgD9kfhV .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ujCgD9kfhV .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ujCgD9kfhV .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-ujCgD9kfhV .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujCgD9kfhV .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-ujCgD9kfhV .row .list {
    margin-bottom: 32px;
  }
}
.cid-ujCgD9kfhV .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ujCgD9kfhV .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #f5fd7b;
}
.cid-ujCgD9kfhV .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ujCgD9kfhV .mbr-section-title {
  color: #ffffff;
}
.cid-ujCgD9kfhV .mbr-desc {
  color: #ffffff;
}
.cid-ujCgD9kfhV .mbr-text {
  color: #ffffff;
}
.cid-ujCgD9kfhV .list {
  color: #ffffff;
}
.cid-ujCgD9kfhV .copyright {
  color: #ffffff;
}
