.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #15cccf !important;
}
.bg-success {
  background-color: #15cccf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #15cccf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #15cccf !important;
  border-color: #15cccf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #15cccf !important;
  border-color: #15cccf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #15cccf !important;
  border-color: #15cccf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #15cccf !important;
  border-color: #15cccf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2de7ea !important;
  border-color: #2de7ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #15cccf;
  color: #15cccf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d7e80 !important;
  background-color: transparent !important;
  border-color: #0d7e80 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #15cccf !important;
  border-color: #15cccf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #15cccf;
  color: #15cccf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d7e80 !important;
  background-color: transparent !important;
  border-color: #0d7e80 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #15cccf !important;
  border-color: #15cccf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #15cccf;
  color: #15cccf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d7e80 !important;
  background-color: transparent !important;
  border-color: #0d7e80 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #15cccf !important;
  border-color: #15cccf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #15cccf;
  color: #15cccf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0d7e80 !important;
  background-color: transparent !important;
  border-color: #0d7e80 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #15cccf !important;
  border-color: #15cccf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #15cccf !important;
}
.text-secondary {
  color: #15cccf !important;
}
.text-success {
  color: #15cccf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #15cccf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c7172 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0c7172 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c7172 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be3006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0c7172 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #15cccf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #15cccf;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #15cccf;
  border-color: #15cccf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #15cccf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8f7f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b8f7f8;
}
.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: #fff9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b8f7f8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #15cccf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #15cccf;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #15cccf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #15cccf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #15cccf;
  border-bottom-color: #15cccf;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #15cccf !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: #15cccf !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='%2315cccf' %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 {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-ueyLMnx4f6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueyLMnx4f6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueyLMnx4f6 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ueyLMnx4f6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueyLMnx4f6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueyLMnx4f6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ueyLMnx4f6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueyLMnx4f6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueyLMnx4f6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ueyLMnx4f6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ueyLMnx4f6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ueyLMnx4f6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueyLMnx4f6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueyLMnx4f6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ueyLMnx4f6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueyLMnx4f6 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ueyLMnx4f6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueyLMnx4f6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueyLMnx4f6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ueyLMnx4f6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ueyLMnx4f6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueyLMnx4f6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ueyLMnx4f6 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ueyLMnx4f6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueyLMnx4f6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ueyLMnx4f6 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ueyLMnx4f6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ueyLMnx4f6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-ueyLMnx4f6 .nav-item:focus,
.cid-ueyLMnx4f6 .nav-link:focus {
  outline: none;
}
.cid-ueyLMnx4f6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueyLMnx4f6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueyLMnx4f6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueyLMnx4f6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueyLMnx4f6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueyLMnx4f6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueyLMnx4f6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueyLMnx4f6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ueyLMnx4f6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueyLMnx4f6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ueyLMnx4f6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ueyLMnx4f6 .navbar.collapsed {
  justify-content: center;
}
.cid-ueyLMnx4f6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueyLMnx4f6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueyLMnx4f6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ueyLMnx4f6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueyLMnx4f6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueyLMnx4f6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ueyLMnx4f6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueyLMnx4f6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueyLMnx4f6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueyLMnx4f6 .navbar {
    min-height: 72px;
  }
  .cid-ueyLMnx4f6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueyLMnx4f6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueyLMnx4f6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueyLMnx4f6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueyLMnx4f6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueyLMnx4f6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueyLMnx4f6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueyLMnx4f6 .dropdown-item.active,
.cid-ueyLMnx4f6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ueyLMnx4f6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueyLMnx4f6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueyLMnx4f6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueyLMnx4f6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueyLMnx4f6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueyLMnx4f6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueyLMnx4f6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueyLMnx4f6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueyLMnx4f6 .navbar-buttons {
    text-align: left;
  }
}
.cid-ueyLMnx4f6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueyLMnx4f6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ueyLMnx4f6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueyLMnx4f6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueyLMnx4f6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueyLMnx4f6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueyLMnx4f6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueyLMnx4f6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueyLMnx4f6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueyLMnx4f6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueyLMnx4f6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueyLMnx4f6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueyLMnx4f6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueyLMnx4f6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueyLMnx4f6 .navbar {
    height: 70px;
  }
  .cid-ueyLMnx4f6 .navbar.opened {
    height: auto;
  }
  .cid-ueyLMnx4f6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueyLMnx4f6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ueyLMnx4f6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueyLMnx4f6 .navbar-brand {
    margin-right: auto;
  }
  .cid-ueyLMnx4f6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-ueyLMnx4f6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueyLMnx4f6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueyLMnx4f6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueyLMnx4f6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueyLMnx4f6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tTfd3KCpTY {
  background-color: #e2e7f8;
}
.cid-tTfd3KCpTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfd3KCpTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfd3KCpTY .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .container {
    padding: 10px 8px;
  }
}
.cid-tTfd3KCpTY .row {
  border-radius: 25px;
  background-color: #15cccf;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .row {
    padding: 40px 10px;
  }
}
.cid-tTfd3KCpTY .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tTfd3KCpTY .content-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper {
    padding: 0;
  }
}
.cid-tTfd3KCpTY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTfd3KCpTY .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tTfd3KCpTY .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-tTfd3KCpTY .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #12b6b9;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-tTfd3KCpTY .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-tTfd3KCpTY .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-tTfd3KCpTY .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfd3KCpTY .mbr-section-title {
  color: #ffffff;
}
.cid-tTfd3KCpTY .mbr-text {
  color: #ffffff;
}
.cid-tTfd3KCpTY .card-text {
  color: #ffffff;
}
.cid-tTfd3KCpTY .mbr-section-title,
.cid-tTfd3KCpTY .mbr-section-btn,
.cid-tTfd3KCpTY .cards-wrap {
  color: #ffffff;
}
.cid-tTfda79Zya {
  background-color: #e2e7f8;
}
.cid-tTfda79Zya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfda79Zya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfda79Zya .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .container {
    padding: 10px 8px;
  }
}
.cid-tTfda79Zya .row {
  border-radius: 25px;
  background-color: #ffffff;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .row {
    padding: 50px 2px;
  }
}
.cid-tTfda79Zya .row .card {
  padding: 0 8px;
}
.cid-tTfda79Zya .row .card:nth-child(2) {
  justify-content: center;
}
.cid-tTfda79Zya .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-tTfda79Zya .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-tTfda79Zya .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-tTfda79Zya .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-tTfda79Zya .item:last-child {
  margin-bottom: 0;
}
.cid-tTfda79Zya .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #deffff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfda79Zya .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfda79Zya .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .content-wrapper {
    margin: 50px 0;
  }
}
.cid-tTfda79Zya .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-tTfda79Zya .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e2e7f8;
  margin-bottom: 0;
}
.cid-tTfda79Zya .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tTfda79Zya .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTfda79Zya .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-tTfda79Zya .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tTfda79Zya .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-tTfda79Zya .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tTfda79Zya .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-tTfda79Zya .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-tTfda79Zya .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #deffff;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tTfda79Zya .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-tTfda79Zya .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTfda79Zya .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tTfda79Zya .mbr-desc,
.cid-tTfda79Zya .desc-wrapper {
  color: #454545;
  text-align: center;
}
.cid-tTfda79Zya .card-title {
  color: #222222;
}
.cid-tTfda79Zya .card-text {
  color: #222222;
}
.cid-tTfeQfKwv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfeQfKwv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfeQfKwv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfeQfKwv0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfeQfKwv0 .container {
    padding: 10px 8px;
  }
}
.cid-tTfeQfKwv0 .row {
  border-radius: 25px;
  background-color: #12b6b9;
  box-shadow: inset 0 0 5rem #73abff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tTfeQfKwv0 .row {
    padding: 50px 10px;
  }
}
.cid-tTfeQfKwv0 .row .card {
  padding: 0;
}
.cid-tTfeQfKwv0 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfeQfKwv0 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-tTfeQfKwv0 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-tTfeQfKwv0 .mbr-section-title span {
  opacity: .5;
}
.cid-ueyPqS2uVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-ueyPqS2uVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueyPqS2uVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueyPqS2uVg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ueyPqS2uVg .container {
    padding: 10px 8px;
  }
}
.cid-ueyPqS2uVg .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73abff;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-ueyPqS2uVg .row {
    padding: 50px 2px 34px;
  }
}
.cid-ueyPqS2uVg .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-ueyPqS2uVg .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 25px !important;
  height: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ueyPqS2uVg .item .item-wrapper {
    display: block;
  }
}
.cid-ueyPqS2uVg .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-ueyPqS2uVg .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-ueyPqS2uVg .item .item-wrapper .item-img img {
  min-height: 560px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ueyPqS2uVg .item .item-wrapper .item-img img {
    min-height: auto;
    height: 300px;
  }
}
.cid-ueyPqS2uVg .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-ueyPqS2uVg .item .item-wrapper .item-content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-ueyPqS2uVg .item .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-ueyPqS2uVg .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-ueyPqS2uVg .item .item-wrapper .item-content .card-text span {
  opacity: .5;
}
.cid-ueyPqS2uVg .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 5px;
}
.cid-ueyPqS2uVg .item .item-wrapper .item-content .name-wrap .card-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ueyPqS2uVg .card-text {
  color: #12b6b9;
}
.cid-ueyPqS2uVg .card-name {
  color: #222222;
}
.cid-ueyPqS2uVg .card-role {
  color: #149ea1;
}
.cid-ueyXcTdrRJ.popup-builder {
  background-color: #ffffff;
}
.cid-ueyXcTdrRJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ueyXcTdrRJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ueyXcTdrRJ .modal-content,
.cid-ueyXcTdrRJ .modal-dialog {
  height: auto;
}
.cid-ueyXcTdrRJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ueyXcTdrRJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ueyXcTdrRJ .form-wrapper .mbr-form .form-group,
  .cid-ueyXcTdrRJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ueyXcTdrRJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ueyXcTdrRJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueyXcTdrRJ .mbr-text {
  text-align: center;
}
.cid-ueyXcTdrRJ .pt-0 {
  padding-top: 0 !important;
}
.cid-ueyXcTdrRJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ueyXcTdrRJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ueyXcTdrRJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ueyXcTdrRJ .modal-open {
  overflow: hidden;
}
.cid-ueyXcTdrRJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ueyXcTdrRJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ueyXcTdrRJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ueyXcTdrRJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ueyXcTdrRJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ueyXcTdrRJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ueyXcTdrRJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ueyXcTdrRJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ueyXcTdrRJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ueyXcTdrRJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ueyXcTdrRJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-ueyXcTdrRJ .modal-backdrop.show {
  opacity: .5;
}
.cid-ueyXcTdrRJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ueyXcTdrRJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueyXcTdrRJ .modal-header {
    padding: 1rem;
  }
}
.cid-ueyXcTdrRJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ueyXcTdrRJ .modal-header .close svg {
  fill: #353535;
}
.cid-ueyXcTdrRJ .modal-header .close:hover {
  opacity: 1;
}
.cid-ueyXcTdrRJ .modal-header .close:focus {
  outline: none;
}
.cid-ueyXcTdrRJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ueyXcTdrRJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ueyXcTdrRJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueyXcTdrRJ .modal-body {
    padding: 1rem;
  }
}
.cid-ueyXcTdrRJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueyXcTdrRJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueyXcTdrRJ .modal-footer {
    padding: 1rem;
  }
}
.cid-ueyXcTdrRJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ueyXcTdrRJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ueyXcTdrRJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ueyXcTdrRJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ueyXcTdrRJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ueyXcTdrRJ .modal-lg,
  .cid-ueyXcTdrRJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ueyXcTdrRJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-ueyXcTdrRJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ueyXcTdrRJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ueyXcTdrRJ .form-group {
  margin-bottom: 1rem;
}
.cid-ueyXcTdrRJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ueyXcTdrRJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ueyXcTdrRJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ueyXcTdrRJ .mbr-section-btn {
  margin: 0;
}
.cid-ueyXcTdrRJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ueVX4Lk0aV.popup-builder {
  background-color: #ffffff;
}
.cid-ueVX4Lk0aV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ueVX4Lk0aV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ueVX4Lk0aV .modal-content,
.cid-ueVX4Lk0aV .modal-dialog {
  height: auto;
}
.cid-ueVX4Lk0aV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ueVX4Lk0aV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ueVX4Lk0aV .form-wrapper .mbr-form .form-group,
  .cid-ueVX4Lk0aV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ueVX4Lk0aV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ueVX4Lk0aV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueVX4Lk0aV .mbr-text {
  text-align: center;
}
.cid-ueVX4Lk0aV .pt-0 {
  padding-top: 0 !important;
}
.cid-ueVX4Lk0aV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ueVX4Lk0aV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ueVX4Lk0aV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ueVX4Lk0aV .modal-open {
  overflow: hidden;
}
.cid-ueVX4Lk0aV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ueVX4Lk0aV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ueVX4Lk0aV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ueVX4Lk0aV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ueVX4Lk0aV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ueVX4Lk0aV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ueVX4Lk0aV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ueVX4Lk0aV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ueVX4Lk0aV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ueVX4Lk0aV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ueVX4Lk0aV .modal-backdrop.fade {
  opacity: 0;
}
.cid-ueVX4Lk0aV .modal-backdrop.show {
  opacity: .5;
}
.cid-ueVX4Lk0aV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ueVX4Lk0aV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVX4Lk0aV .modal-header {
    padding: 1rem;
  }
}
.cid-ueVX4Lk0aV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ueVX4Lk0aV .modal-header .close svg {
  fill: #353535;
}
.cid-ueVX4Lk0aV .modal-header .close:hover {
  opacity: 1;
}
.cid-ueVX4Lk0aV .modal-header .close:focus {
  outline: none;
}
.cid-ueVX4Lk0aV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ueVX4Lk0aV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ueVX4Lk0aV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVX4Lk0aV .modal-body {
    padding: 1rem;
  }
}
.cid-ueVX4Lk0aV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ueVX4Lk0aV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVX4Lk0aV .modal-footer {
    padding: 1rem;
  }
}
.cid-ueVX4Lk0aV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ueVX4Lk0aV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ueVX4Lk0aV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ueVX4Lk0aV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ueVX4Lk0aV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ueVX4Lk0aV .modal-lg,
  .cid-ueVX4Lk0aV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ueVX4Lk0aV .modal-xl {
    max-width: 1140px;
  }
}
.cid-ueVX4Lk0aV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ueVX4Lk0aV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ueVX4Lk0aV .form-group {
  margin-bottom: 1rem;
}
.cid-ueVX4Lk0aV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ueVX4Lk0aV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ueVX4Lk0aV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ueVX4Lk0aV .mbr-section-btn {
  margin: 0;
}
.cid-ueVX4Lk0aV .mbr-section-btn .btn {
  margin: 0;
}
.cid-ueyOMvIYqg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-ueyOMvIYqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueyOMvIYqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueyOMvIYqg .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ueyOMvIYqg .container {
    padding: 10px 8px;
  }
}
.cid-ueyOMvIYqg .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ueyOMvIYqg .row {
    padding: 50px 10px;
  }
}
.cid-ueyOMvIYqg .row .card {
  padding: 0;
}
.cid-ueyOMvIYqg .social-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-ueyOMvIYqg .social-wrapper {
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-ueyOMvIYqg .social-wrapper .soc-wrap {
    display: block;
  }
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item {
    margin-left: 0;
  }
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item:nth-child(2) a .mbr-iconfont {
  background-color: #3283fb;
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item:nth-child(3) a .mbr-iconfont {
  background-color: #e354e3;
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  border-radius: 100%;
}
.cid-ueyOMvIYqg .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  color: #ffffff;
  background-color: #715edb;
  transition: all 0.5s ease-in-out;
}
.cid-ueyOMvIYqg .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 992px) {
  .cid-ueyOMvIYqg .mbr-section-title {
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
.cid-ueyOMvIYqg .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ueyOMvIYqg .mbr-section-btn {
    text-align: center;
  }
}
.cid-ueyOMvIYqg .mbr-section-title,
.cid-ueyOMvIYqg .social-wrapper,
.cid-ueyOMvIYqg .mbr-section-btn {
  color: #454545;
}
.cid-tTfdaL5Iq2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdaL5Iq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdaL5Iq2 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .container {
    padding: 10px 8px;
  }
}
.cid-tTfdaL5Iq2 .row {
  margin: 0;
}
.cid-tTfdaL5Iq2 .row .card {
  padding: 0;
}
.cid-tTfdaL5Iq2 .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper {
    margin: 0;
  }
}
.cid-tTfdaL5Iq2 .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #15cccf 0%, #7f94e1 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #ffffff;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-tTfdaL5Iq2 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfdaL5Iq2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tTfdaL5Iq2 .mbr-desc,
.cid-tTfdaL5Iq2 .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-tTfdaL5Iq2 .card-title {
  color: #222222;
}
.cid-tTfdaL5Iq2 .card-text {
  color: #222222;
}
.cid-tTfdqpF7xS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdqpF7xS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdqpF7xS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdqpF7xS .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .container {
    padding: 10px 8px;
  }
}
.cid-tTfdqpF7xS .row {
  border-radius: 25px;
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 100px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tTfdqpF7xS .row {
    padding: 50px 10px;
  }
}
.cid-tTfdqpF7xS .item {
  margin-bottom: 16px;
}
.cid-tTfdqpF7xS .item:last-child {
  margin-bottom: 0;
}
.cid-tTfdqpF7xS .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 33px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-tTfdqpF7xS .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e7f8;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .item-img img {
  width: 260px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 100px;
  padding: 30px 0;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .item-content .card-title {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-content .card-title {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .item-content .card-title {
    margin-bottom: 20px;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tTfdqpF7xS .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-tTfdqpF7xS .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-tTfdqpF7xS .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f0f1f3;
  background-color: #ffffff;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-tTfdqpF7xS .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-tTfdqpF7xS .card-title {
  color: #222222;
}
.cid-tTfdqpF7xS .card-text {
  color: #222222;
}
.cid-tTfdqpF7xS .card-tag {
  color: #222222;
}
.cid-tTfdm14QRB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdm14QRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdm14QRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdm14QRB .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .container {
    padding: 10px 8px;
  }
}
.cid-tTfdm14QRB .row {
  border-radius: 25px;
  background-color: #222222;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #73abff;
}
@media (max-width: 768px) {
  .cid-tTfdm14QRB .row {
    padding: 50px 2px;
  }
}
.cid-tTfdm14QRB .row .card {
  padding: 0 8px;
  justify-content: center;
}
.cid-tTfdm14QRB .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTfdm14QRB .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdm14QRB .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tTfdm14QRB .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tTfdm14QRB .image-wrapper img {
    height: 300px;
  }
}
.cid-tTfdm14QRB .content-wrapper .panel-group {
  border-radius: 25px !important;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card {
  background-color: #ffffff;
  border-radius: 17px !important;
  margin-bottom: 16px;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card:last-child {
  margin-bottom: 0;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header {
  padding: 20px;
  border: none;
  background-color: transparent;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-left: 10px;
  background-color: #3283fb;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px;
}
.cid-tTfdm14QRB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  opacity: .8;
  margin-bottom: 0;
}
.cid-tTfdm14QRB .panel-title {
  color: #222222;
}
.cid-tTfdm14QRB .panel-text {
  color: #222222;
}
.cid-tTfdlc63MA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdlc63MA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdlc63MA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdlc63MA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdlc63MA .container {
    padding: 10px 8px;
  }
}
.cid-tTfdlc63MA .row {
  margin: 0;
}
.cid-tTfdlc63MA .row .card {
  padding: 0;
}
.cid-tTfdlc63MA .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdlc63MA .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfdlc63MA .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-tTfdlc63MA .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tTfdlc63MA .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tTfdlc63MA .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-tTfdlc63MA .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tTfdlc63MA .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #3283fb 0%, #5b73cd 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTfdlc63MA .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tTfdlc63MA .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-tTfdlc63MA .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #73abff;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-tTfdlc63MA .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-tTfdlc63MA .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #73abff;
  pointer-events: none;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #e1edff !important;
  box-shadow: none;
  background: #73abff;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #e1edff;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #73abff;
  border-color: #73abff;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tTfdlc63MA .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tTfdlc63MA .mbr-section-title {
  color: #222222;
}
.cid-tTfdlc63MA .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tTfdlc63MA .mbr-name {
  color: #222222;
}
.cid-tTfdlc63MA .mbr-role {
  color: #222222;
}
.cid-tTfdlc63MA label {
  color: #ffffff;
}
.cid-tTfdlc63MA .mbr-section-title,
.cid-tTfdlc63MA .person-wrapper {
  text-align: center;
}
.cid-ueWdhij14O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ueWdhij14O .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-ueWdhij14O .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueWdhij14O .container {
    padding: 0 20px;
  }
}
.cid-ueWdhij14O .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-ueWdhij14O .content-wrapper {
    padding: 46px 0;
  }
}
.cid-ueWdhij14O .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ueWdhij14O .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-ueWdhij14O .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-ueWdhij14O .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueWdhij14O .mbr-section-title {
  color: #149ea1;
  text-align: center;
}
.cid-ueWdhij14O .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-ueWdhij14O .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-ueWdhij14O .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ueWdhij14O .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ueWdhij14O .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ueWdhij14O .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ueWdhij14O iframe {
  border-radius: 20px !important;
}
.cid-tTfdlGEdoE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tTfdlGEdoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfdlGEdoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfdlGEdoE .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tTfdlGEdoE .container {
    padding: 10px 8px;
  }
}
.cid-tTfdlGEdoE .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tTfdlGEdoE .row-main {
    padding: 40px 2px;
  }
}
.cid-tTfdlGEdoE .row-main .card {
  padding: 0 8px;
}
.cid-tTfdlGEdoE .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-tTfdlGEdoE .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-tTfdlGEdoE .list-wrapper {
    display: block;
  }
}
.cid-tTfdlGEdoE .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-tTfdlGEdoE .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-tTfdlGEdoE .list-wrapper .list .item-wrap:hover,
.cid-tTfdlGEdoE .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tTfdlGEdoE .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-tTfdlGEdoE .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-tTfdlGEdoE .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-tTfdlGEdoE .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-tTfdlGEdoE .contacts-wrapper a {
  display: block;
}
.cid-tTfdlGEdoE .contacts-wrapper a:hover .mbr-contact,
.cid-tTfdlGEdoE .contacts-wrapper a:focus .mbr-contact {
  opacity: .5;
}
.cid-tTfdlGEdoE .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tTfdlGEdoE .contacts-wrapper .mbr-contact-desc {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tTfdlGEdoE .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-tTfdlGEdoE .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tTfdlGEdoE .row-copy {
    padding: 40px 2px;
  }
}
.cid-tTfdlGEdoE .row-copy .card {
  padding: 0 8px;
}
.cid-tTfdlGEdoE .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-tTfdlGEdoE .list {
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-contact {
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-contact-desc {
  color: #222222;
}
.cid-tTfdlGEdoE .mbr-copy {
  color: #000000;
}
