body {
  font-family: Gayathri;
}
.display-1 {
  font-family: 'Marcellus', serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Marcellus', serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Marcellus', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Marcellus', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #111111 !important;
}
.bg-success {
  background-color: #ffb639 !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #b40000 !important;
}
.bg-danger {
  background-color: #079ecc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8fcdcd !important;
  border-color: #8fcdcd !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: #53b2b2 !important;
  border-color: #53b2b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #53b2b2 !important;
  border-color: #53b2b2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffb639 !important;
  border-color: #ffb639 !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: #e18e00 !important;
  border-color: #e18e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e18e00 !important;
  border-color: #e18e00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b40000 !important;
  border-color: #b40000 !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: #5d0000 !important;
  border-color: #5d0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5d0000 !important;
  border-color: #5d0000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #079ecc !important;
  border-color: #079ecc !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: #045d78 !important;
  border-color: #045d78 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #045d78 !important;
  border-color: #045d78 !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: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fcdcd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #53b2b2 !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: #8fcdcd !important;
  border-color: #8fcdcd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffb639;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e18e00 !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: #ffb639 !important;
  border-color: #ffb639 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b40000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5d0000 !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: #b40000 !important;
  border-color: #b40000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #079ecc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #045d78 !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: #079ecc !important;
  border-color: #079ecc !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: #111111 !important;
}
.text-secondary {
  color: #8fcdcd !important;
}
.text-success {
  color: #ffb639 !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #b40000 !important;
}
.text-danger {
  color: #079ecc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4caaaa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d28500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #045269 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #111111;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #b40000;
}
.alert-danger {
  background-color: #079ecc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #111111;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3c3c3;
}
.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: #ff3535;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a3e7fc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #111111 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #111111;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #111111;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #111111;
}
.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: #111111;
  border-bottom-color: #111111;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #111111 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #8fcdcd !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='%23111111' %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 {
  max-height: 57px;
  padding: 12px 36px 8px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #111111;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #111111 !important;
  color: #f1f1f1 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #8fcdcd;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #8fcdcd !important;
  color: #111111 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #ffb639;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -100px 0 0 #ffb639 !important;
  color: #111111 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #f1f1f1;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -100px 0 0 #f1f1f1 !important;
  color: #111111 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #b40000;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -100px 0 0 #b40000 !important;
  color: #f1f1f1 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #079ecc;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -100px 0 0 #079ecc !important;
  color: #111111 !important;
}
.cid-trSmFadHJE {
  z-index: 1000;
  width: 100%;
}
.cid-trSmFadHJE .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
  position: fixed;
}
.cid-trSmFadHJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-trSmFadHJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .menu_box .navbar.opened,
  .cid-trSmFadHJE .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-trSmFadHJE nav.navbar {
  position: fixed;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.cid-trSmFadHJE .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .icons-menu-main {
    max-width: 100%;
    margin: 0.8rem 0 0.8rem 0.8rem;
    display: flex;
  }
}
.cid-trSmFadHJE .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .mbr-section-btn-main {
    margin-top: 0.8rem;
    display: block;
  }
}
.cid-trSmFadHJE .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-trSmFadHJE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .offcanvas {
    padding: 80px 60px 35px;
    width: 480px;
    background-color: #eaeaea;
  }
  .cid-trSmFadHJE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trSmFadHJE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trSmFadHJE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trSmFadHJE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trSmFadHJE .offcanvas-body .mbr-text,
  .cid-trSmFadHJE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trSmFadHJE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trSmFadHJE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trSmFadHJE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trSmFadHJE .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-trSmFadHJE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trSmFadHJE 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-trSmFadHJE li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #8fcdcd;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-trSmFadHJE li.nav-item:hover::before {
    width: 100%;
  }
  .cid-trSmFadHJE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trSmFadHJE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trSmFadHJE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .nav-item {
    margin: 0 !important;
  }
}
.cid-trSmFadHJE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trSmFadHJE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trSmFadHJE .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-trSmFadHJE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trSmFadHJE .offcanvas_box {
    display: none;
  }
}
.cid-trSmFadHJE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trSmFadHJE .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trSmFadHJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-trSmFadHJE .container {
  display: flex;
  margin: auto;
}
.cid-trSmFadHJE .iconfont-wrapper {
  color: #353535;
  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-trSmFadHJE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trSmFadHJE .iconfont-wrapper:hover {
  color: #111111;
}
.cid-trSmFadHJE .navbar-caption {
  color: #111111;
}
.cid-trSmFadHJE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .navbar-nav {
    margin: 0;
  }
}
.cid-trSmFadHJE .dropdown-menu,
.cid-trSmFadHJE .navbar.opened {
  background-color: false !important;
}
.cid-trSmFadHJE .nav-item:focus,
.cid-trSmFadHJE .nav-link:focus {
  outline: none;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSmFadHJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSmFadHJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSmFadHJE .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-trSmFadHJE .navbar.opened {
  transition: all 0.3s;
}
.cid-trSmFadHJE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trSmFadHJE .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-trSmFadHJE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trSmFadHJE .navbar.collapsed {
  justify-content: center;
}
.cid-trSmFadHJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSmFadHJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trSmFadHJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSmFadHJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSmFadHJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSmFadHJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trSmFadHJE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trSmFadHJE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trSmFadHJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSmFadHJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trSmFadHJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trSmFadHJE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trSmFadHJE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trSmFadHJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSmFadHJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSmFadHJE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trSmFadHJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSmFadHJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSmFadHJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSmFadHJE .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-trSmFadHJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSmFadHJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSmFadHJE .dropdown-item.active,
.cid-trSmFadHJE .dropdown-item:active {
  background-color: transparent;
}
.cid-trSmFadHJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSmFadHJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSmFadHJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSmFadHJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSmFadHJE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-trSmFadHJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSmFadHJE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #e6e6e6;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSmFadHJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trSmFadHJE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trSmFadHJE .navbar {
    height: 70px;
  }
  .cid-trSmFadHJE .navbar.opened {
    height: auto;
  }
  .cid-trSmFadHJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trSmFadHJE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trSmFadHJE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-trSmFadHJE .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-trSmFadHJE .navbar-caption:hover {
  color: #111111;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trSmFadHJE .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-trSmFadHJE .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-trSmFadHJE .text_widget {
  color: #f4efe8;
}
.cid-trSmFadHJE .mbr-section-subtitle,
.cid-trSmFadHJE .text_widget {
  text-align: left;
  color: #353535;
}
.cid-trSmFadHJE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tlLgEWREge {
  background-color: #eaeaea;
}
.cid-tlLgEWREge .row {
  position: relative;
}
.cid-tlLgEWREge .row .blur-circle {
  position: absolute;
  top: 30%;
  left: 28%;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #2480e1 50%, #ff2800);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-tlLgEWREge .row .blur-circle {
    display: none;
  }
}
.cid-tlLgEWREge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLgEWREge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLgEWREge .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLgEWREge .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLgEWREge .row {
    padding: 0 24px;
  }
}
.cid-tlLgEWREge .title-wrapper {
  position: relative;
  z-index: 2;
}
.cid-tlLgEWREge .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tlLgEWREge .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tlLgEWREge .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #94f8f8;
  z-index: -1;
}
.cid-tlLgEWREge .text-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.cid-tlLgEWREge .text-wrapper .mbr-text {
  letter-spacing: .5em;
  margin-bottom: 0;
  display: inline-flex;
  transform: rotate(90deg);
}
.cid-tlLgEWREge .text-wrapper .mbr-text span {
  margin-left: 21px;
  line-height: .7;
}
.cid-tlLgEWREge .mbr-section-title {
  color: #111111;
}
.cid-tlLgEWREge .mbr-text,
.cid-tlLgEWREge .mbr-iconfont {
  color: #111111;
}
.cid-tlLgEWREge .mbr-section-title,
.cid-tlLgEWREge .mbr-section-btn {
  color: #000000;
}
.cid-tlLheW33Zm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #111111;
}
.cid-tlLheW33Zm .row {
  position: relative;
}
.cid-tlLheW33Zm .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #41e1e1 50%, #0062ff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tlLheW33Zm .row .blur-circle {
    display: none;
  }
}
.cid-tlLheW33Zm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLheW33Zm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLheW33Zm .row {
  justify-content: center;
}
.cid-tlLheW33Zm .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLheW33Zm .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLheW33Zm .row {
    padding: 0 24px;
  }
}
.cid-tlLheW33Zm .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tlLheW33Zm .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.cid-tlLheW33Zm .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-tlLheW33Zm .text-card {
    padding: 0 12px;
  }
}
.cid-tlLheW33Zm .row.row-wrapper {
  padding: 64px;
  background-color: #f4efe8;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-tlLheW33Zm .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #f4efe8;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-tlLheW33Zm .row.row-wrapper {
    padding: 32px;
  }
}
.cid-tlLheW33Zm .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tlLheW33Zm .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #8fcdcd;
  z-index: -1;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-tlLheW33Zm .row.row-wrapper .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tlLheW33Zm .mbr-section-title {
  color: #111111;
}
.cid-tlLheW33Zm .mbr-link {
  color: #111111;
}
.cid-tlLheW33Zm .mbr-text {
  color: #111111;
}
.cid-trw7hN0KAt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111111;
}
.cid-trw7hN0KAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-trw7hN0KAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trw7hN0KAt .row {
  justify-content: center;
}
.cid-trw7hN0KAt .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trw7hN0KAt .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trw7hN0KAt .row {
    padding: 0 24px;
  }
}
.cid-trw7hN0KAt .video-wrapper iframe {
  width: 100%;
}
.cid-trw7hN0KAt .title-wrapper {
  margin-bottom: 32px;
}
.cid-trw7hN0KAt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trw7hN0KAt .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-trw7hN0KAt .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #007777;
  z-index: -1;
}
.cid-trw7hN0KAt .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-trw7hN0KAt .video-block {
    margin-bottom: 24px;
  }
}
.cid-trw7hN0KAt .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-trw7hN0KAt .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-trFUy7bsDL {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #111111;
}
.cid-trFUy7bsDL .mbr-text {
  color: #777d74;
}
.cid-trFUy7bsDL .mbr-iconfont {
  color: #f1f1f1;
  font-size: 1rem;
}
.cid-trFUy7bsDL .icon-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #777d74;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-trFUy7bsDL .icon-wrapper:hover {
  background: #0080b4;
}
.cid-trFUy7bsDL .wrapper {
  display: flex;
  justify-content: center;
}
.cid-tlLhkuiHXJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-tlLhkuiHXJ .blur-wrapper {
  position: relative;
}
.cid-tlLhkuiHXJ .blur-wrapper .blur-circle {
  position: absolute;
  top: 0;
  left: 32%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #8fcdcd 50%, #94f8f8);
  backdrop-filter: blur(10px);
  filter: blur(30px) blur(30px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tlLhkuiHXJ .blur-wrapper .blur-circle {
    display: none;
  }
}
.cid-tlLhkuiHXJ .blur-wrapper .blur-text {
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
.cid-tlLhkuiHXJ .blur-wrapper .blur-text .mbr-blur-title {
  margin-bottom: 0;
}
.cid-tlLhkuiHXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLhkuiHXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLhkuiHXJ .container-fluid {
  padding: 0;
}
.cid-tlLhkuiHXJ .row {
  padding: 0;
}
.cid-tlLhkuiHXJ .mbr-blur-title {
  color: #111111;
  text-align: center;
}
.cid-tryOXr8vfo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-tryOXr8vfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tryOXr8vfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tryOXr8vfo .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tryOXr8vfo .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tryOXr8vfo .row {
    padding: 0 24px;
  }
}
.cid-tryOXr8vfo .title-wrapper {
  margin-bottom: 20px;
}
.cid-tryOXr8vfo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tryOXr8vfo .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tryOXr8vfo .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #41e1e1;
  z-index: -1;
}
.cid-tryOXr8vfo .b-circle_1:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #220ea2;
  background-color: transparent;
  top: 0;
  right: 21%;
}
.cid-tryOXr8vfo .b-circle_2:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #220ea2;
  background-color: transparent;
  top: 0;
  right: 46%;
}
.cid-tryOXr8vfo .b-circle_3:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #220ea2;
  background-color: transparent;
  top: 0;
  left: 19%;
}
@media (max-width: 768px) {
  .cid-tryOXr8vfo .blur-wrapper {
    display: none;
  }
}
.cid-tryOXr8vfo .blur-circle {
  height: 100px;
  margin-bottom: 48px;
  position: relative;
}
.cid-tryOXr8vfo .blur-circle .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  filter: blur(5px) blur(5px);
  z-index: 1;
}
.cid-tryOXr8vfo .blur-circle .circle_1 {
  background-image: linear-gradient(50deg, #079ecc 20%, #ca41ec);
  top: 0;
  right: 20%;
}
.cid-tryOXr8vfo .blur-circle .circle_2 {
  background-image: linear-gradient(130deg, #079ecc 35%, #ca41ec);
  top: 0;
  right: 45%;
}
.cid-tryOXr8vfo .blur-circle .circle_3 {
  background-image: linear-gradient(130deg, #38f0f0 35%, #ca41ec);
  top: 0;
  left: 20%;
}
.cid-tryOXr8vfo .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-tryOXr8vfo .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tryOXr8vfo .mbr-section-title {
  color: #111111;
}
.cid-tryOXr8vfo .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-tlLhqyeZ8L {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #eaeaea;
}
.cid-tlLhqyeZ8L .row {
  position: relative;
}
.cid-tlLhqyeZ8L .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f1f1f1 50%, #f1f1f1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tlLhqyeZ8L .row .blur-circle {
    display: none;
  }
}
.cid-tlLhqyeZ8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLhqyeZ8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLhqyeZ8L .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLhqyeZ8L .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLhqyeZ8L .row {
    padding: 0 24px;
  }
}
.cid-tlLhqyeZ8L .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tlLhqyeZ8L .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tlLhqyeZ8L .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tlLhqyeZ8L .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tlLhqyeZ8L .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #94f8f8;
  z-index: -1;
}
.cid-tlLhqyeZ8L .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tlLhqyeZ8L .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: 2px solid #111111;
  border-radius: 8px;
  margin-bottom: 64px;
  justify-content: center;
}
.cid-tlLhqyeZ8L .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 4px;
  padding: 16px 25px 6px;
  color: #111111;
  border: none;
}
.cid-tlLhqyeZ8L .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #111111;
  color: #f4efe8;
  border: none;
}
.cid-tlLhqyeZ8L .tab-content {
  position: relative;
  z-index: 1;
}
.cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .list-text {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px dashed #111111;
}
.cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .list-text .mbr-time {
  margin: 0;
}
.cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .list-text .mbr-desc {
  margin: 0;
}
.cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .list {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #111111;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .list {
    padding-left: 0;
  }
}
.cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #111111;
}
@media (max-width: 768px) {
  .cid-tlLhqyeZ8L .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
    padding-left: 0;
  }
}
.cid-tlLhqyeZ8L .mbr-section-title {
  color: #111111;
}
.cid-tlLhqyeZ8L .mbr-text {
  color: #111111;
}
.cid-tlLhqyeZ8L .mbr-time {
  color: #111111;
}
.cid-tlLhqyeZ8L .mbr-desc {
  color: #111111;
}
.cid-tlLhqyeZ8L .list {
  color: #111111;
}
.cid-tlLhqyeZ8L .mbr-tabs-text {
  color: #111111;
}
.cid-tryPMjiKZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-tryPMjiKZk .row {
  position: relative;
}
.cid-tryPMjiKZk .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f1f1f1 50%, #c2c561);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tryPMjiKZk .row .blur-circle {
    display: none;
  }
}
.cid-tryPMjiKZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tryPMjiKZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tryPMjiKZk .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tryPMjiKZk .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tryPMjiKZk .row {
    padding: 0 24px;
  }
}
.cid-tryPMjiKZk .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-tryPMjiKZk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tryPMjiKZk .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tryPMjiKZk .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #61f4f4;
  z-index: -1;
}
.cid-tryPMjiKZk .tab-content {
  position: relative;
  z-index: 2;
}
.cid-tryPMjiKZk .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-tryPMjiKZk .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-tryPMjiKZk .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tryPMjiKZk .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-tryPMjiKZk .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-tryPMjiKZk .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-tryPMjiKZk .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tryPMjiKZk .mbr-section-title {
  color: #111111;
}
.cid-tryPMjiKZk .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-trySKS6w6K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-trySKS6w6K .row {
  position: relative;
}
.cid-trySKS6w6K .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f1f1f1 50%, #f1f1f1);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-trySKS6w6K .row .blur-circle {
    display: none;
  }
}
.cid-trySKS6w6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-trySKS6w6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trySKS6w6K .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trySKS6w6K .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trySKS6w6K .row {
    padding: 0 24px;
  }
}
.cid-trySKS6w6K .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-trySKS6w6K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trySKS6w6K .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-trySKS6w6K .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.cid-trySKS6w6K .tab-content {
  position: relative;
  z-index: 2;
}
.cid-trySKS6w6K .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-trySKS6w6K .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-trySKS6w6K .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trySKS6w6K .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: .7;
}
.cid-trySKS6w6K .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-trySKS6w6K .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all .3s ease;
}
.cid-trySKS6w6K .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-trySKS6w6K .mbr-section-title {
  color: #111111;
}
.cid-trySKS6w6K .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-trAcG1Jbrn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-trAcG1Jbrn .row {
  position: relative;
}
.cid-trAcG1Jbrn .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #c6e8e8 50%, #005cff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-trAcG1Jbrn .row .blur-circle {
    display: none;
  }
}
.cid-trAcG1Jbrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-trAcG1Jbrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trAcG1Jbrn .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trAcG1Jbrn .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trAcG1Jbrn .row {
    padding: 0 24px;
  }
}
.cid-trAcG1Jbrn .title {
  display: flex;
  align-items: center;
}
.cid-trAcG1Jbrn .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-trAcG1Jbrn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-trAcG1Jbrn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-trAcG1Jbrn .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-trAcG1Jbrn .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #eaec99;
  z-index: -1;
}
.cid-trAcG1Jbrn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trAcG1Jbrn .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #111111;
  z-index: 2;
}
.cid-trAcG1Jbrn .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-trAcG1Jbrn .card .card-number .mbr-number {
  margin-bottom: 0;
  padding-top: 6px;
}
.cid-trAcG1Jbrn .card .mbr-card-title {
  margin-bottom: 0;
  width: 80%;
}
.cid-trAcG1Jbrn .mbr-section-title {
  color: #f4efe8;
}
.cid-trAcG1Jbrn .mbr-text {
  color: #353535;
  text-align: right;
}
.cid-trAcG1Jbrn .mbr-number {
  color: #000000;
}
.cid-trAcG1Jbrn .mbr-card-title {
  color: #f1f1f1;
}
.cid-trAcG1Jbrn .mbr-section-title,
.cid-trAcG1Jbrn .mbr-section-btn {
  text-align: right;
  color: #353535;
}
.cid-tlLgPsLAjD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-tlLgPsLAjD .row {
  position: relative;
}
.cid-tlLgPsLAjD .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #c6e8e8 50%, #fdfec7);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-tlLgPsLAjD .row .blur-circle {
    display: none;
  }
}
.cid-tlLgPsLAjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLgPsLAjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLgPsLAjD .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLgPsLAjD .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLgPsLAjD .row {
    padding: 0 24px;
  }
}
.cid-tlLgPsLAjD .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tlLgPsLAjD .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-tlLgPsLAjD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tlLgPsLAjD .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tlLgPsLAjD .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #94f8f8;
  z-index: -1;
}
.cid-tlLgPsLAjD .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-tlLgPsLAjD .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-tlLgPsLAjD .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tlLgPsLAjD .mbr-section-title {
  color: #111111;
}
.cid-tlLgPsLAjD .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-tryOYeWuDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-tryOYeWuDJ .row {
  position: relative;
}
.cid-tryOYeWuDJ .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #c6e8e8 50%, #fdfec7);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tryOYeWuDJ .row .blur-circle {
    display: none;
  }
}
.cid-tryOYeWuDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tryOYeWuDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tryOYeWuDJ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tryOYeWuDJ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tryOYeWuDJ .row {
    padding: 0 24px;
  }
}
.cid-tryOYeWuDJ .row {
  justify-content: center;
}
.cid-tryOYeWuDJ .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tryOYeWuDJ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tryOYeWuDJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tryOYeWuDJ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tryOYeWuDJ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #94f8f8;
  z-index: -1;
}
.cid-tryOYeWuDJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tryOYeWuDJ .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.cid-tryOYeWuDJ .card .mbr-card-title {
  margin-bottom: 30px;
}
.cid-tryOYeWuDJ .card .mbr-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .cid-tryOYeWuDJ .card {
    padding: 32px;
  }
}
.cid-tryOYeWuDJ .card.first {
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  border-bottom-right-radius: 16px;
}
.cid-tryOYeWuDJ .card.last {
  border-left: 2px solid #111111;
  border-top: 2px solid #111111;
  border-top-left-radius: 16px;
}
.cid-tryOYeWuDJ .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-tryOYeWuDJ .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-tryOYeWuDJ .mbr-card-title {
  color: #111111;
}
.cid-tryOYeWuDJ .mbr-card-text {
  color: #111111;
}
.cid-tlLgMoTRKN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-tlLgMoTRKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlLgMoTRKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlLgMoTRKN .row {
  position: relative;
  padding: 26px 32px;
  margin: 0 80px;
  background-image: linear-gradient(90deg, #0fe9e9 30%, #ff5656);
  border-radius: 8px;
}
@media (max-width: 992px) {
  .cid-tlLgMoTRKN .row {
    margin: 0;
  }
}
.cid-tlLgMoTRKN .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1rem;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
.cid-tlLgMoTRKN .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tlLgMoTRKN .row .title-wrapper {
    display: none;
  }
}
.cid-tlLgMoTRKN .row .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tlLgMoTRKN .row.rows {
  padding: 32px;
  border: none;
  background-image: none;
  border-radius: 0;
  border-bottom: 2px solid #111111;
}
.cid-tlLgMoTRKN .row.rows::before {
  display: none;
}
.cid-tlLgMoTRKN .row.rows .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tlLgMoTRKN .row.rows .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tlLgMoTRKN .row.rows .icon-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tlLgMoTRKN .row.rows .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  width: 100%;
}
.cid-tlLgMoTRKN .mbr-section-title {
  color: #111111;
}
.cid-tlLgMoTRKN .mbr-section-subtitle {
  color: #111111;
}
.cid-tlLgMoTRKN .mbr-text {
  color: #111111;
}
.cid-trBBwLyjsC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-trBBwLyjsC .row {
  position: relative;
}
.cid-trBBwLyjsC .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f1f1f1 50%, #f1f1f1);
  backdrop-filter: blur(10px);
  filter: blur(32px) blur(32px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-trBBwLyjsC .row .blur-circle {
    display: none;
  }
}
.cid-trBBwLyjsC .row {
  justify-content: center;
}
.cid-trBBwLyjsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-trBBwLyjsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trBBwLyjsC .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trBBwLyjsC .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trBBwLyjsC .row {
    padding: 0 24px;
  }
}
.cid-trBBwLyjsC .mbr-desc {
  position: relative;
  z-index: 2;
  margin-bottom: 36px;
  color: #111111;
  text-align: center;
}
.cid-trBBwLyjsC .card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 32px;
  margin-bottom: 32px;
}
.cid-trBBwLyjsC .card img {
  width: 120px;
  max-height: 120px;
  object-fit: cover;
}
.cid-trBFMeojtz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-trBFMeojtz .row {
  position: relative;
}
.cid-trBFMeojtz .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #220ea2 50%, #c74545);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-trBFMeojtz .row .blur-circle {
    display: none;
  }
}
.cid-trBFMeojtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-trBFMeojtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trBFMeojtz .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trBFMeojtz .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trBFMeojtz .row {
    padding: 0 24px;
  }
}
.cid-trBFMeojtz .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-trBFMeojtz .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-trBFMeojtz .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-trBFMeojtz .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-trBFMeojtz .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #2fb6b6;
  z-index: -1;
}
.cid-trBFMeojtz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trBFMeojtz .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trBFMeojtz .item {
    margin-bottom: 32px;
  }
}
.cid-trBFMeojtz .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-trBFMeojtz .item .item-link .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trBFMeojtz .item .item-link .item-wrapper img {
  width: 156px;
  height: 172px;
  object-fit: cover;
  border-radius: 100% 100% 16px 16px;
  margin: 0 auto 16px;
  border: 2px solid #f1f1f1;
}
.cid-trBFMeojtz .item .item-link .item-wrapper .item-text .mbr-name {
  margin-bottom: 0;
}
.cid-trBFMeojtz .item .item-link .item-wrapper .item-text .mbr-desc {
  margin-bottom: 0;
}
.cid-trBFMeojtz .item .item-link .item-wrapper .item-text .mbr-iconfont {
  display: block;
  margin-top: 24px;
  font-size: 24px;
}
.cid-trBFMeojtz .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-trBFMeojtz .mbr-text {
  color: #f4efe8;
  text-align: center;
}
.cid-trBFMeojtz .mbr-name,
.cid-trBFMeojtz .mbr-iconfont {
  color: #f4efe8;
  text-align: center;
}
.cid-trBFMeojtz .mbr-desc {
  color: #f4efe8;
  text-align: center;
}
.cid-trCjZKGReQ {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #111111;
}
.cid-trCjZKGReQ .row {
  position: relative;
}
.cid-trCjZKGReQ .row .blur-circle {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 430px;
  height: 410px;
  border-radius: 100%;
  background-image: linear-gradient(110deg, #220ea2 30%, #8fcdcd);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  left: auto;
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .row .blur-circle {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .cid-trCjZKGReQ .row .blur-circle {
    display: none;
  }
}
.cid-trCjZKGReQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trCjZKGReQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trCjZKGReQ .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trCjZKGReQ .row {
    padding: 0 24px;
  }
}
.cid-trCjZKGReQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-trCjZKGReQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-trCjZKGReQ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-trCjZKGReQ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-trCjZKGReQ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #2fb6b6;
  z-index: -1;
}
.cid-trCjZKGReQ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .title-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-trCjZKGReQ .title-wrapper .mbr-section-btn .btn {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .title-wrapper .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-trCjZKGReQ .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 64px;
  margin-right: 0;
  margin-left: 64px;
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .icon-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .icon-wrapper {
    margin-right: 0;
    margin-bottom: 96px;
    text-align: center;
  }
}
.cid-trCjZKGReQ .icon-wrapper .mbr-iconfont {
  display: block;
  color: #f4efe8;
  font-size: 350px;
  transform: rotate(-10deg);
}
@media (max-width: 992px) {
  .cid-trCjZKGReQ .icon-wrapper .mbr-iconfont {
    font-size: 250px;
  }
}
@media (max-width: 768px) {
  .cid-trCjZKGReQ .icon-wrapper .mbr-iconfont {
    font-size: 150px;
  }
}
.cid-trCjZKGReQ .mbr-section-title {
  color: #f4efe8;
}
.cid-trCjZKGReQ .mbr-text {
  color: #f4efe8;
}
.cid-tlLgW17owu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-tlLgW17owu .row {
  position: relative;
}
.cid-tlLgW17owu .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #8fcdcd 50%, #705fd7);
  backdrop-filter: blur(10px);
  filter: blur(32px) blur(32px);
}
.cid-tlLgW17owu .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLgW17owu .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .row {
    padding: 0 24px;
  }
}
.cid-tlLgW17owu .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tlLgW17owu .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tlLgW17owu .title-wrapper img {
  display: inline-block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tlLgW17owu .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tlLgW17owu .title-wrapper .mbr-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .title-wrapper .mbr-section-title {
    color: #f1f1f1;
  }
}
.cid-tlLgW17owu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .title-wrapper .mbr-text {
    color: #f1f1f1;
  }
}
.cid-tlLgW17owu .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .list {
    justify-content: flex-start;
  }
}
.cid-tlLgW17owu .list .mbr-list {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .list .mbr-list {
    margin: 5px 30px 5px 0;
  }
}
.cid-tlLgW17owu .footer1 {
  overflow: hidden;
}
.cid-tlLgW17owu .mbr-section-title {
  color: #111111;
}
.cid-tlLgW17owu .mbr-text {
  color: #111111;
}
.cid-trSmFadHJE {
  z-index: 1000;
  width: 100%;
}
.cid-trSmFadHJE .navbar-dropdown {
  background-color: #eaeaea !important;
  padding: 0;
  position: fixed;
}
.cid-trSmFadHJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaeaea !important;
  background: #eaeaea;
}
.cid-trSmFadHJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .menu_box .navbar.opened,
  .cid-trSmFadHJE .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-trSmFadHJE nav.navbar {
  position: fixed;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.cid-trSmFadHJE .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .icons-menu-main {
    max-width: 100%;
    margin: 0.8rem 0 0.8rem 0.8rem;
    display: flex;
  }
}
.cid-trSmFadHJE .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .mbr-section-btn-main {
    margin-top: 0.8rem;
    display: block;
  }
}
.cid-trSmFadHJE .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-trSmFadHJE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .offcanvas {
    padding: 80px 60px 35px;
    width: 480px;
    background-color: #eaeaea;
  }
  .cid-trSmFadHJE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-trSmFadHJE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-trSmFadHJE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-trSmFadHJE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-trSmFadHJE .offcanvas-body .mbr-text,
  .cid-trSmFadHJE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-trSmFadHJE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-trSmFadHJE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-trSmFadHJE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-trSmFadHJE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trSmFadHJE .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-trSmFadHJE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-trSmFadHJE 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-trSmFadHJE li.nav-item::before {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 0;
    height: 9px;
    background-color: #8fcdcd;
    z-index: -1;
    transition: all .3s ease;
  }
  .cid-trSmFadHJE li.nav-item:hover::before {
    width: 100%;
  }
  .cid-trSmFadHJE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-trSmFadHJE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-trSmFadHJE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .nav-item {
    margin: 0 !important;
  }
}
.cid-trSmFadHJE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-trSmFadHJE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-trSmFadHJE .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-trSmFadHJE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-trSmFadHJE .offcanvas_box {
    display: none;
  }
}
.cid-trSmFadHJE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-trSmFadHJE .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-trSmFadHJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-trSmFadHJE .container {
  display: flex;
  margin: auto;
}
.cid-trSmFadHJE .iconfont-wrapper {
  color: #353535;
  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-trSmFadHJE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-trSmFadHJE .iconfont-wrapper:hover {
  color: #111111;
}
.cid-trSmFadHJE .navbar-caption {
  color: #111111;
}
.cid-trSmFadHJE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .navbar-nav {
    margin: 0;
  }
}
.cid-trSmFadHJE .dropdown-menu,
.cid-trSmFadHJE .navbar.opened {
  background-color: false !important;
}
.cid-trSmFadHJE .nav-item:focus,
.cid-trSmFadHJE .nav-link:focus {
  outline: none;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trSmFadHJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trSmFadHJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trSmFadHJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trSmFadHJE .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-trSmFadHJE .navbar.opened {
  transition: all 0.3s;
}
.cid-trSmFadHJE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-trSmFadHJE .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
}
.cid-trSmFadHJE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-trSmFadHJE .navbar.collapsed {
  justify-content: center;
}
.cid-trSmFadHJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trSmFadHJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-trSmFadHJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trSmFadHJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trSmFadHJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trSmFadHJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-trSmFadHJE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-trSmFadHJE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-trSmFadHJE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-trSmFadHJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trSmFadHJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-trSmFadHJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trSmFadHJE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-trSmFadHJE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-trSmFadHJE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-trSmFadHJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trSmFadHJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trSmFadHJE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-trSmFadHJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-trSmFadHJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trSmFadHJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trSmFadHJE .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-trSmFadHJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trSmFadHJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trSmFadHJE .dropdown-item.active,
.cid-trSmFadHJE .dropdown-item:active {
  background-color: transparent;
}
.cid-trSmFadHJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trSmFadHJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trSmFadHJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trSmFadHJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trSmFadHJE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-trSmFadHJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trSmFadHJE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaeaea;
  background: #e6e6e6;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trSmFadHJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trSmFadHJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trSmFadHJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-trSmFadHJE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trSmFadHJE .navbar {
    height: 70px;
  }
  .cid-trSmFadHJE .navbar.opened {
    height: auto;
  }
  .cid-trSmFadHJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trSmFadHJE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-trSmFadHJE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-trSmFadHJE .mbr-section-btn-main .btn {
  max-height: 37px;
}
.cid-trSmFadHJE .navbar-caption:hover {
  color: #111111;
}
@media (min-width: 992px) {
  .cid-trSmFadHJE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-trSmFadHJE .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-trSmFadHJE .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-trSmFadHJE .text_widget {
  color: #f4efe8;
}
.cid-trSmFadHJE .mbr-section-subtitle,
.cid-trSmFadHJE .text_widget {
  text-align: left;
  color: #353535;
}
.cid-trSmFadHJE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-trvFmriAEJ {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-trvFmriAEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-trvFmriAEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trvFmriAEJ .mbr-section-head {
  width: 100%;
  margin-bottom: 5vw;
}
@media (max-width: 991px) {
  .cid-trvFmriAEJ .mbr-section-head {
    margin-bottom: 8.2vw;
  }
}
@media (max-width: 767px) {
  .cid-trvFmriAEJ .mbr-section-head {
    margin-bottom: 10.6666666667vw;
  }
}
.cid-trvFmriAEJ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-trvFmriAEJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353535;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-trvFmriAEJ .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-trvFmriAEJ .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-trvFmriAEJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-trvFmriAEJ .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-trvFmriAEJ .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-trvFmriAEJ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 32px;
}
.cid-trvY0ya3K9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-trvY0ya3K9 .row {
  position: relative;
}
.cid-trvY0ya3K9 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff0505 50%, #0062ff);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-trvY0ya3K9 .row .blur-circle {
    display: none;
  }
}
.cid-trvY0ya3K9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trvY0ya3K9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trvY0ya3K9 .row {
  justify-content: center;
}
.cid-trvY0ya3K9 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trvY0ya3K9 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trvY0ya3K9 .row {
    padding: 0 24px;
  }
}
.cid-trvY0ya3K9 .row.row-wrapper {
  padding: 64px;
  background-color: #111111;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-trvY0ya3K9 .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #111111;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-trvY0ya3K9 .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-trvY0ya3K9 .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-trvY0ya3K9 .row.row-wrapper .card .text-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-trvY0ya3K9 .mbr-section-title {
  color: #f4efe8;
}
.cid-trvY0ya3K9 .mbr-link {
  color: #f4efe8;
}
.cid-trvY0ya3K9 .mbr-desc {
  color: #f4efe8;
}
.cid-trvY0ya3K9 .mbr-text {
  color: #f4efe8;
}
.cid-trvFRjX2Km {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-trvFRjX2Km .row {
  position: relative;
}
.cid-trvFRjX2Km .row .blur-circle {
  position: absolute;
  top: 0;
  right: 25%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #41e1e1 50%, #220ea2);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-trvFRjX2Km .row .blur-circle {
    display: none;
  }
}
.cid-trvFRjX2Km .mbr-fallback-image.disabled {
  display: none;
}
.cid-trvFRjX2Km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trvFRjX2Km .container-fluid {
  padding: 0 16px;
}
.cid-trvFRjX2Km .row {
  padding: 0;
}
.cid-trvFRjX2Km .row-wrapper {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  min-height: 66px;
  background-color: #353535;
  margin: 250px 0;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-2deg);
}
.cid-trvFRjX2Km .row-wrapper .row-item {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.cid-trvFRjX2Km .row-wrapper .row-item .mbr-iconfont {
  font-size: 34px;
  margin-right: 25px;
}
.cid-trvFRjX2Km .row-wrapper .row-item .mbr-section-title {
  margin: 0;
  white-space: nowrap;
  padding-top: 5px;
}
.cid-trvFRjX2Km .mbr-section-title,
.cid-trvFRjX2Km .mbr-iconfont {
  color: #f4efe8;
}
.cid-tQhpH94uSl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #111111;
}
.cid-tQhpH94uSl .row {
  position: relative;
}
.cid-tQhpH94uSl .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #220ea2 50%, #c74545);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-tQhpH94uSl .row .blur-circle {
    display: none;
  }
}
.cid-tQhpH94uSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQhpH94uSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQhpH94uSl .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tQhpH94uSl .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tQhpH94uSl .row {
    padding: 0 24px;
  }
}
.cid-tQhpH94uSl .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tQhpH94uSl .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tQhpH94uSl .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tQhpH94uSl .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tQhpH94uSl .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #2fb6b6;
  z-index: -1;
}
.cid-tQhpH94uSl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQhpH94uSl .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tQhpH94uSl .item {
    margin-bottom: 32px;
  }
}
.cid-tQhpH94uSl .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-tQhpH94uSl .item .item-link .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tQhpH94uSl .item .item-link .item-wrapper img {
  width: 156px;
  height: 172px;
  object-fit: cover;
  border-radius: 100% 100% 16px 16px;
  margin: 0 auto 16px;
  border: 2px solid #f1f1f1;
}
.cid-tQhpH94uSl .item .item-link .item-wrapper .item-text .mbr-name {
  margin-bottom: 0;
}
.cid-tQhpH94uSl .item .item-link .item-wrapper .item-text .mbr-desc {
  margin-bottom: 0;
}
.cid-tQhpH94uSl .item .item-link .item-wrapper .item-text .mbr-iconfont {
  display: block;
  margin-top: 24px;
  font-size: 24px;
}
.cid-tQhpH94uSl .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-tQhpH94uSl .mbr-text {
  color: #f4efe8;
  text-align: center;
}
.cid-tQhpH94uSl .mbr-name,
.cid-tQhpH94uSl .mbr-iconfont {
  color: #f4efe8;
  text-align: center;
}
.cid-tQhpH94uSl .mbr-desc {
  color: #f4efe8;
  text-align: center;
}
.cid-trCm4xlVLw {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #111111;
}
.cid-trCm4xlVLw .row {
  position: relative;
}
.cid-trCm4xlVLw .row .blur-circle {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 430px;
  height: 410px;
  border-radius: 100%;
  background-image: linear-gradient(110deg, #220ea2 30%, #8fcdcd);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  left: auto;
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .row .blur-circle {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .cid-trCm4xlVLw .row .blur-circle {
    display: none;
  }
}
.cid-trCm4xlVLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-trCm4xlVLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trCm4xlVLw .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-trCm4xlVLw .row {
    padding: 0 24px;
  }
}
.cid-trCm4xlVLw .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-trCm4xlVLw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-trCm4xlVLw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-trCm4xlVLw .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-trCm4xlVLw .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #2fb6b6;
  z-index: -1;
}
.cid-trCm4xlVLw .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .title-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-trCm4xlVLw .title-wrapper .mbr-section-btn .btn {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .title-wrapper .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-trCm4xlVLw .icon-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 64px;
  margin-right: 0;
  margin-left: 64px;
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .icon-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .icon-wrapper {
    margin-right: 0;
    margin-bottom: 96px;
    text-align: center;
  }
}
.cid-trCm4xlVLw .icon-wrapper .mbr-iconfont {
  display: block;
  color: #f4efe8;
  font-size: 350px;
  transform: rotate(-10deg);
}
@media (max-width: 992px) {
  .cid-trCm4xlVLw .icon-wrapper .mbr-iconfont {
    font-size: 250px;
  }
}
@media (max-width: 768px) {
  .cid-trCm4xlVLw .icon-wrapper .mbr-iconfont {
    font-size: 150px;
  }
}
.cid-trCm4xlVLw .mbr-section-title {
  color: #f4efe8;
}
.cid-trCm4xlVLw .mbr-text {
  color: #f4efe8;
}
.cid-tlLgW17owu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-tlLgW17owu .row {
  position: relative;
}
.cid-tlLgW17owu .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #8fcdcd 50%, #705fd7);
  backdrop-filter: blur(10px);
  filter: blur(32px) blur(32px);
}
.cid-tlLgW17owu .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tlLgW17owu .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .row {
    padding: 0 24px;
  }
}
.cid-tlLgW17owu .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tlLgW17owu .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tlLgW17owu .title-wrapper img {
  display: inline-block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-tlLgW17owu .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tlLgW17owu .title-wrapper .mbr-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .title-wrapper .mbr-section-title {
    color: #f1f1f1;
  }
}
.cid-tlLgW17owu .title-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .title-wrapper .mbr-text {
    color: #f1f1f1;
  }
}
.cid-tlLgW17owu .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .list {
    justify-content: flex-start;
  }
}
.cid-tlLgW17owu .list .mbr-list {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .cid-tlLgW17owu .list .mbr-list {
    margin: 5px 30px 5px 0;
  }
}
.cid-tlLgW17owu .footer1 {
  overflow: hidden;
}
.cid-tlLgW17owu .mbr-section-title {
  color: #111111;
}
.cid-tlLgW17owu .mbr-text {
  color: #111111;
}
