body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !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: #ff6666 !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='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ulqOV341IS {
  z-index: 1000;
  width: 100%;
}
.cid-ulqOV341IS nav.navbar {
  position: fixed;
}
.cid-ulqOV341IS .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-ulqOV341IS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulqOV341IS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulqOV341IS .dropdown-item:hover,
.cid-ulqOV341IS .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ulqOV341IS .dropdown-item:hover span {
  color: white;
}
.cid-ulqOV341IS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulqOV341IS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulqOV341IS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulqOV341IS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulqOV341IS .nav-link {
  position: relative;
}
.cid-ulqOV341IS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulqOV341IS .container {
    flex-wrap: nowrap;
  }
}
.cid-ulqOV341IS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-ulqOV341IS .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-ulqOV341IS .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-ulqOV341IS .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-ulqOV341IS .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-ulqOV341IS .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-ulqOV341IS .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-ulqOV341IS .dropdown-menu,
.cid-ulqOV341IS .navbar.opened {
  background: #0670ee !important;
}
.cid-ulqOV341IS .nav-item:focus,
.cid-ulqOV341IS .nav-link:focus {
  outline: none;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulqOV341IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulqOV341IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulqOV341IS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #0670ee 0%, rgba(6, 112, 238, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-ulqOV341IS .navbar.opened {
  transition: all 0.3s;
}
.cid-ulqOV341IS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulqOV341IS .navbar .navbar-logo img {
  width: auto;
}
.cid-ulqOV341IS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqOV341IS .navbar.collapsed {
  justify-content: center;
}
.cid-ulqOV341IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulqOV341IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqOV341IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ulqOV341IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqOV341IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqOV341IS .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-ulqOV341IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqOV341IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulqOV341IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulqOV341IS .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-ulqOV341IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulqOV341IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqOV341IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqOV341IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqOV341IS .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-ulqOV341IS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulqOV341IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqOV341IS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulqOV341IS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulqOV341IS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulqOV341IS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulqOV341IS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulqOV341IS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulqOV341IS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulqOV341IS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ulqOV341IS .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-ulqOV341IS .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-ulqOV341IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqOV341IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqOV341IS .dropdown-item.active,
.cid-ulqOV341IS .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqOV341IS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulqOV341IS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqOV341IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqOV341IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0670ee;
}
.cid-ulqOV341IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulqOV341IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqOV341IS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulqOV341IS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulqOV341IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulqOV341IS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulqOV341IS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulqOV341IS .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: 991px) {
  .cid-ulqOV341IS .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulqOV341IS .navbar {
    height: 70px;
  }
  .cid-ulqOV341IS .navbar.opened {
    height: auto;
  }
  .cid-ulqOV341IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-ulqOV341IS .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-ulqOV341IS .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-ulqOV341IS .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-ulqOV341IS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ulqOV341IS .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-ulqOV341IS .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-ulqPeRz01c {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulqPeRz01c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulqPeRz01c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulqPeRz01c .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ulqPeRz01c .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-ulqPeRz01c .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ulqPeRz01c .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulqPeRz01c .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fafafa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #fafafa 37%, transparent 100%);
}
.cid-ulqPeRz01c .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ulqPeRz01c .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #9fdbf8;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ulqPeRz01c .mbr-section-title {
  color: #404349;
}
.cid-ulqPeRz01c .mbr-text {
  color: #404349;
}
.cid-ulqPeRz01c .mbr-desc {
  color: #b19a7c;
}
.cid-uxz8dPDkqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxz8dPDkqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxz8dPDkqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxz8dPDkqv .container {
    padding: 0 30px;
  }
}
.cid-uxz8dPDkqv .row {
  justify-content: center;
}
.cid-uxz8dPDkqv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxz8dPDkqv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxz8dPDkqv .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxz8dPDkqv .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uxz8dPDkqv .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uxz8dPDkqv .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uxz8dPDkqv .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxz8dPDkqv .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #0670ee;
}
.cid-uxz8dPDkqv .mbr-section-title {
  color: #000000;
}
.cid-uxz8dPDkqv .mbr-text {
  color: #144031;
}
.cid-uxz8dPDkqv .list,
.cid-uxz8dPDkqv .item-wrap {
  color: #000000;
}
.cid-uxzHcqejOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxzHcqejOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzHcqejOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzHcqejOY .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxzHcqejOY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxzHcqejOY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxzHcqejOY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxzHcqejOY .mbr-text,
.cid-uxzHcqejOY .mbr-section-btn {
  color: #ffffff;
}
.cid-uxzHcqejOY .card-title,
.cid-uxzHcqejOY .card-box {
  text-align: left;
}
.cid-uxzGYJDtsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uxzpecRgCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxzpecRgCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzpecRgCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzpecRgCA .container,
.cid-uxzpecRgCA .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .container,
  .cid-uxzpecRgCA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxzpecRgCA .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxzpecRgCA .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .card {
    margin-bottom: 20px;
  }
}
.cid-uxzpecRgCA .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #9fdbf8;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxzpecRgCA .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxzpecRgCA .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxzpecRgCA .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxzpecRgCA .mbr-card-title {
  color: #3d4045;
}
.cid-uxzpecRgCA .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxzpecRgCA .mbr-card-title,
.cid-uxzpecRgCA .mbr-section-btn {
  text-align: center;
}
.cid-uxzH5F0wHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulqRhiHEA6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0670ee;
}
.cid-ulqRhiHEA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulqRhiHEA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulqRhiHEA6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .container {
    padding: 0 30px;
  }
}
.cid-ulqRhiHEA6 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item {
    margin-bottom: 30px;
  }
}
.cid-ulqRhiHEA6 .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper {
    margin: 0;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-ulqRhiHEA6 .mbr-section-title {
  color: #2b2b2b;
}
.cid-ulqRhiHEA6 .mbr-desc {
  color: #ffffff;
}
.cid-ulqRhiHEA6 .mbr-date {
  color: #4e4e4e;
}
.cid-ulqRhiHEA6 .mbr-text {
  color: #4e4e4e;
}
.cid-ulqRhiHEA6 .mbr-text,
.cid-ulqRhiHEA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulqRhiHEA6 .mbr-section-title,
.cid-ulqRhiHEA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uxzHkHmdsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxzHkHmdsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzHkHmdsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzHkHmdsh .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxzHkHmdsh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxzHkHmdsh .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxzHkHmdsh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxzHkHmdsh .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #bed3f9;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxzHkHmdsh .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxzHkHmdsh .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxzHkHmdsh .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxzHkHmdsh .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxzHkHmdsh .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxzHkHmdsh .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxzHkHmdsh .mbr-section-title,
.cid-uxzHkHmdsh .mbr-section-btn {
  color: #000000;
}
.cid-uxzmWME1Wg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uxzmWME1Wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzmWME1Wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzmWME1Wg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxzmWME1Wg .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .container {
    padding: 0 16px;
  }
}
.cid-uxzmWME1Wg .row {
  justify-content: space-between;
}
.cid-uxzmWME1Wg .title-wrapper {
  position: sticky;
}
.cid-uxzmWME1Wg .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxzmWME1Wg .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxzmWME1Wg .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxzmWME1Wg .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxzmWME1Wg .mbr-section-title {
  color: #080808;
}
.cid-uxzmWME1Wg .panel-title-edit {
  color: #080808;
}
.cid-uxzmWME1Wg .panel-text {
  color: #333333;
}
.cid-uxzHyf5blH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxzHyf5blH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzHyf5blH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzHyf5blH .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxzHyf5blH .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uxzHyf5blH .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxzHyf5blH .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxzHyf5blH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxzHyf5blH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxzHyf5blH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxzHyf5blH .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uxzHyf5blH .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxzHyf5blH .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uxzHyf5blH .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uxzHyf5blH .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uxzHyf5blH .mbr-section-title {
  color: #050f0f;
}
.cid-uxzHyf5blH .mbr-text {
  color: #050f0f;
}
.cid-umRrtRiGAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-umRrtRiGAW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-umRrtRiGAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRrtRiGAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRrtRiGAW .content-wrap {
  margin: 0;
}
.cid-umRrtRiGAW .content-wrap .card {
  padding: 0;
}
.cid-umRrtRiGAW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #4188ff;
  padding: 40px 32px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-umRrtRiGAW .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-umRrtRiGAW .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .content-wrapper {
    padding: 40px 0;
  }
}
.cid-umRrtRiGAW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-umRrtRiGAW .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-umRrtRiGAW .mbr-section-title {
  color: #150764;
}
.cid-umRrtRiGAW .mbr-text {
  color: #150764;
}
.cid-umRrtRiGAW .mbr-section-title,
.cid-umRrtRiGAW .mbr-section-btn {
  color: #232323;
}
.cid-umRrtRiGAW .mbr-text,
.cid-umRrtRiGAW .text-wrap {
  color: #000000;
}
.cid-uxzHMukthL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxzHMukthL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzHMukthL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxzHMukthL .container {
    padding: 0 16px;
  }
}
.cid-uxzHMukthL .card {
  justify-content: center;
}
.cid-uxzHMukthL .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0670ee;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uxzHMukthL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxzHMukthL .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uxzHMukthL .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uxzHMukthL .mbr-section-title {
  color: #000000;
}
.cid-uxzHMukthL .mbr-text {
  color: #000000;
}
.cid-uxzHMukthL .mbr-desc {
  color: #000000;
}
.cid-uxzFLJbsc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxzFLJbsc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzFLJbsc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzFLJbsc2 .container,
.cid-uxzFLJbsc2 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .container,
  .cid-uxzFLJbsc2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxzFLJbsc2 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #0670ee;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxzFLJbsc2 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .card {
    margin-bottom: 20px;
  }
}
.cid-uxzFLJbsc2 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fafafa;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxzFLJbsc2 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxzFLJbsc2 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxzFLJbsc2 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxzFLJbsc2 .mbr-card-title {
  color: #3d4045;
}
.cid-uxzFLJbsc2 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxzFLJbsc2 .mbr-card-title,
.cid-uxzFLJbsc2 .mbr-section-btn {
  text-align: center;
}
.cid-uxzHZgpsCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxzHZgpsCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzHZgpsCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxzHZgpsCl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .container {
    padding: 0 26px;
  }
}
.cid-uxzHZgpsCl .row {
  justify-content: center;
}
.cid-uxzHZgpsCl .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #0670ee;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxzHZgpsCl .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxzHZgpsCl .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxzHZgpsCl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxzHZgpsCl .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxzHZgpsCl .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxzHZgpsCl .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxzHZgpsCl .mbr-section-title {
  color: #000000;
}
.cid-uxzHZgpsCl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxzHZgpsCl .mbr-desc {
  color: #ffffff;
}
.cid-uxzHZgpsCl .mbr-text {
  color: #000000;
}
.cid-uxzHZgpsCl .mbr-link {
  color: #ffffff;
}
.cid-umRtCDD7ao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-umRtCDD7ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRtCDD7ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umRtCDD7ao .container {
    padding: 0 30px;
  }
}
.cid-umRtCDD7ao .row {
  justify-content: center;
}
.cid-umRtCDD7ao .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-umRtCDD7ao .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umRtCDD7ao .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-umRtCDD7ao .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-umRtCDD7ao .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-umRtCDD7ao .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-umRtCDD7ao .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxB660Qm7o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uxB660Qm7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB660Qm7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB660Qm7o .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB660Qm7o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB660Qm7o .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-uxB660Qm7o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB660Qm7o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBjx4XiJt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxBjx4XiJt .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxBjx4XiJt .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uxBjx4XiJt .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uxBjx4XiJt .social-list {
  width: auto;
}
.cid-uxBjx4XiJt .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-uxBjx4XiJt .social-media {
  padding: 0;
  text-align: center;
}
.cid-uxBjx4XiJt .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxBjx4XiJt .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uxBjx4XiJt .mbr-section-title,
.cid-uxBjx4XiJt .social-media {
  color: #111213;
}
.cid-uxzK7wd9DI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-uxzK7wd9DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzK7wd9DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .container {
    padding: 0 30px;
  }
}
.cid-uxzK7wd9DI .row {
  justify-content: center;
}
.cid-uxzK7wd9DI .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxzK7wd9DI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxzK7wd9DI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:hover,
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:hover::before,
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0670ee;
  transition: all 0.3s ease-in-out;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #0670ee;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uxzK7wd9DI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .mbr-section-title {
  color: #bee0d6;
}
.cid-uxzK7wd9DI .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uxzK7wd9DI .list {
  color: #bee0d6;
}
.cid-uxzK7wd9DI .mbr-address {
  color: #000000;
}
.cid-uxzK7wd9DI .mbr-copy {
  color: #000000;
}
.cid-uxzK7wd9DI .list,
.cid-uxzK7wd9DI .item-wrap,
.cid-uxzK7wd9DI .nav-wrapper {
  color: #000000;
}
.cid-umUpbQIAwr {
  z-index: 1000;
  width: 100%;
}
.cid-umUpbQIAwr nav.navbar {
  position: fixed;
}
.cid-umUpbQIAwr .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-umUpbQIAwr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umUpbQIAwr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umUpbQIAwr .dropdown-item:hover,
.cid-umUpbQIAwr .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-umUpbQIAwr .dropdown-item:hover span {
  color: white;
}
.cid-umUpbQIAwr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umUpbQIAwr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umUpbQIAwr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umUpbQIAwr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umUpbQIAwr .nav-link {
  position: relative;
}
.cid-umUpbQIAwr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umUpbQIAwr .container {
    flex-wrap: nowrap;
  }
}
.cid-umUpbQIAwr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-umUpbQIAwr .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-umUpbQIAwr .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-umUpbQIAwr .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-umUpbQIAwr .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-umUpbQIAwr .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-umUpbQIAwr .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-umUpbQIAwr .dropdown-menu,
.cid-umUpbQIAwr .navbar.opened {
  background: #0670ee !important;
}
.cid-umUpbQIAwr .nav-item:focus,
.cid-umUpbQIAwr .nav-link:focus {
  outline: none;
}
.cid-umUpbQIAwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umUpbQIAwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umUpbQIAwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umUpbQIAwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umUpbQIAwr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umUpbQIAwr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umUpbQIAwr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #0670ee 0%, rgba(6, 112, 238, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-umUpbQIAwr .navbar.opened {
  transition: all 0.3s;
}
.cid-umUpbQIAwr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umUpbQIAwr .navbar .navbar-logo img {
  width: auto;
}
.cid-umUpbQIAwr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umUpbQIAwr .navbar.collapsed {
  justify-content: center;
}
.cid-umUpbQIAwr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umUpbQIAwr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umUpbQIAwr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-umUpbQIAwr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umUpbQIAwr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umUpbQIAwr .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-umUpbQIAwr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umUpbQIAwr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umUpbQIAwr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umUpbQIAwr .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-umUpbQIAwr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umUpbQIAwr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umUpbQIAwr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umUpbQIAwr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umUpbQIAwr .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-umUpbQIAwr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umUpbQIAwr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umUpbQIAwr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umUpbQIAwr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umUpbQIAwr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umUpbQIAwr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umUpbQIAwr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umUpbQIAwr .navbar.navbar-short {
  min-height: 60px;
}
.cid-umUpbQIAwr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umUpbQIAwr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-umUpbQIAwr .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-umUpbQIAwr .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-umUpbQIAwr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umUpbQIAwr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umUpbQIAwr .dropdown-item.active,
.cid-umUpbQIAwr .dropdown-item:active {
  background-color: transparent;
}
.cid-umUpbQIAwr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umUpbQIAwr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umUpbQIAwr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umUpbQIAwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0670ee;
}
.cid-umUpbQIAwr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umUpbQIAwr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umUpbQIAwr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umUpbQIAwr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umUpbQIAwr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umUpbQIAwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-umUpbQIAwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umUpbQIAwr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umUpbQIAwr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umUpbQIAwr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umUpbQIAwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umUpbQIAwr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umUpbQIAwr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umUpbQIAwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umUpbQIAwr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umUpbQIAwr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umUpbQIAwr .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: 991px) {
  .cid-umUpbQIAwr .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umUpbQIAwr .navbar {
    height: 70px;
  }
  .cid-umUpbQIAwr .navbar.opened {
    height: auto;
  }
  .cid-umUpbQIAwr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-umUpbQIAwr .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-umUpbQIAwr .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-umUpbQIAwr .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-umUpbQIAwr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-umUpbQIAwr .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-umUpbQIAwr .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-umUpbQIAwr .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-umUpbQIAwr .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-umUpbQIAwr .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-umUpbQIAwr .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-umUpbR5UZm {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-umUpbR5UZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umUpbR5UZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umUpbR5UZm .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .container {
    padding: 10px 8px;
  }
}
.cid-umUpbR5UZm .row {
  border-radius: 25px;
  background-color: #3283fb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-umUpbR5UZm .row {
    padding: 40px 10px;
  }
}
.cid-umUpbR5UZm .row .card {
  padding: 0;
  justify-content: center;
}
.cid-umUpbR5UZm .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .content-wrapper {
    padding: 0;
  }
}
.cid-umUpbR5UZm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-umUpbR5UZm .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-umUpbR5UZm .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-umUpbR5UZm .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-umUpbR5UZm .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-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-umUpbR5UZm .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-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-umUpbR5UZm .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-umUpbR5UZm .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-umUpbR5UZm .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: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-umUpbR5UZm .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-umUpbR5UZm .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-umUpbR5UZm .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-umUpbR5UZm .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-umUpbR5UZm .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-umUpbR5UZm .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-umUpbR5UZm .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-umUpbR5UZm .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-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-umUpbR5UZm .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-umUpbR5UZm .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-umUpbR5UZm .mbr-section-title {
  color: #ffffff;
}
.cid-umUpbR5UZm .mbr-text {
  color: #ffffff;
}
.cid-umUpbR5UZm .card-text {
  color: #ffffff;
}
.cid-umUpbRtRxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umUpbRtRxG blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxB7F7l0Br {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uxB7F7l0Br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB7F7l0Br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB7F7l0Br .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB7F7l0Br .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB7F7l0Br .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-uxB7F7l0Br .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB7F7l0Br .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBjDq6J3O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxBjDq6J3O .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxBjDq6J3O .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uxBjDq6J3O .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uxBjDq6J3O .social-list {
  width: auto;
}
.cid-uxBjDq6J3O .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-uxBjDq6J3O .social-media {
  padding: 0;
  text-align: center;
}
.cid-uxBjDq6J3O .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxBjDq6J3O .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uxBjDq6J3O .mbr-section-title,
.cid-uxBjDq6J3O .social-media {
  color: #111213;
}
.cid-uxzK7wd9DI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-uxzK7wd9DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxzK7wd9DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .container {
    padding: 0 30px;
  }
}
.cid-uxzK7wd9DI .row {
  justify-content: center;
}
.cid-uxzK7wd9DI .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxzK7wd9DI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxzK7wd9DI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:hover,
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:hover::before,
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0670ee;
  transition: all 0.3s ease-in-out;
}
.cid-uxzK7wd9DI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #0670ee;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxzK7wd9DI .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uxzK7wd9DI .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxzK7wd9DI .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uxzK7wd9DI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxzK7wd9DI .mbr-section-title {
  color: #bee0d6;
}
.cid-uxzK7wd9DI .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uxzK7wd9DI .list {
  color: #bee0d6;
}
.cid-uxzK7wd9DI .mbr-address {
  color: #000000;
}
.cid-uxzK7wd9DI .mbr-copy {
  color: #000000;
}
.cid-uxzK7wd9DI .list,
.cid-uxzK7wd9DI .item-wrap,
.cid-uxzK7wd9DI .nav-wrapper {
  color: #000000;
}
.cid-uxB7V26xFe {
  z-index: 1000;
  width: 100%;
}
.cid-uxB7V26xFe nav.navbar {
  position: fixed;
}
.cid-uxB7V26xFe .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-uxB7V26xFe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxB7V26xFe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxB7V26xFe .dropdown-item:hover,
.cid-uxB7V26xFe .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uxB7V26xFe .dropdown-item:hover span {
  color: white;
}
.cid-uxB7V26xFe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxB7V26xFe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxB7V26xFe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxB7V26xFe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxB7V26xFe .nav-link {
  position: relative;
}
.cid-uxB7V26xFe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxB7V26xFe .container {
    flex-wrap: nowrap;
  }
}
.cid-uxB7V26xFe .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uxB7V26xFe .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uxB7V26xFe .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uxB7V26xFe .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uxB7V26xFe .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uxB7V26xFe .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uxB7V26xFe .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uxB7V26xFe .dropdown-menu,
.cid-uxB7V26xFe .navbar.opened {
  background: #0670ee !important;
}
.cid-uxB7V26xFe .nav-item:focus,
.cid-uxB7V26xFe .nav-link:focus {
  outline: none;
}
.cid-uxB7V26xFe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxB7V26xFe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxB7V26xFe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxB7V26xFe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxB7V26xFe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxB7V26xFe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxB7V26xFe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #0670ee 0%, rgba(6, 112, 238, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uxB7V26xFe .navbar.opened {
  transition: all 0.3s;
}
.cid-uxB7V26xFe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxB7V26xFe .navbar .navbar-logo img {
  width: auto;
}
.cid-uxB7V26xFe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxB7V26xFe .navbar.collapsed {
  justify-content: center;
}
.cid-uxB7V26xFe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxB7V26xFe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxB7V26xFe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxB7V26xFe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxB7V26xFe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxB7V26xFe .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-uxB7V26xFe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxB7V26xFe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxB7V26xFe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxB7V26xFe .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uxB7V26xFe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxB7V26xFe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxB7V26xFe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxB7V26xFe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxB7V26xFe .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-uxB7V26xFe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxB7V26xFe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxB7V26xFe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxB7V26xFe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxB7V26xFe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxB7V26xFe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxB7V26xFe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxB7V26xFe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxB7V26xFe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxB7V26xFe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxB7V26xFe .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uxB7V26xFe .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-uxB7V26xFe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxB7V26xFe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxB7V26xFe .dropdown-item.active,
.cid-uxB7V26xFe .dropdown-item:active {
  background-color: transparent;
}
.cid-uxB7V26xFe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxB7V26xFe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxB7V26xFe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxB7V26xFe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0670ee;
}
.cid-uxB7V26xFe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxB7V26xFe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxB7V26xFe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxB7V26xFe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxB7V26xFe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxB7V26xFe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxB7V26xFe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxB7V26xFe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB7V26xFe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB7V26xFe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxB7V26xFe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB7V26xFe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxB7V26xFe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxB7V26xFe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB7V26xFe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxB7V26xFe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxB7V26xFe .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: 991px) {
  .cid-uxB7V26xFe .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxB7V26xFe .navbar {
    height: 70px;
  }
  .cid-uxB7V26xFe .navbar.opened {
    height: auto;
  }
  .cid-uxB7V26xFe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uxB7V26xFe .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uxB7V26xFe .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uxB7V26xFe .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uxB7V26xFe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uxB7V26xFe .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uxB7V26xFe .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB7V26xFe .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB7V26xFe .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uxB7V26xFe .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB7V26xFe .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB7V2pKrK {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uxB7V2pKrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB7V2pKrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB7V2pKrK .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .container {
    padding: 10px 8px;
  }
}
.cid-uxB7V2pKrK .row {
  border-radius: 25px;
  background-color: #3283fb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uxB7V2pKrK .row {
    padding: 40px 10px;
  }
}
.cid-uxB7V2pKrK .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uxB7V2pKrK .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .content-wrapper {
    padding: 0;
  }
}
.cid-uxB7V2pKrK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxB7V2pKrK .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uxB7V2pKrK .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uxB7V2pKrK .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-uxB7V2pKrK .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-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uxB7V2pKrK .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-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-uxB7V2pKrK .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uxB7V2pKrK .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-uxB7V2pKrK .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: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-uxB7V2pKrK .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-uxB7V2pKrK .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uxB7V2pKrK .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-uxB7V2pKrK .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-uxB7V2pKrK .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-uxB7V2pKrK .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-uxB7V2pKrK .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-uxB7V2pKrK .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-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-uxB7V2pKrK .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-uxB7V2pKrK .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uxB7V2pKrK .mbr-section-title {
  color: #ffffff;
}
.cid-uxB7V2pKrK .mbr-text {
  color: #ffffff;
}
.cid-uxB7V2pKrK .card-text {
  color: #ffffff;
}
.cid-uxB7V2Iki3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB7V2Iki3 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxB7V2Uckh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uxB7V2Uckh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB7V2Uckh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB7V2Uckh .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB7V2Uckh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB7V2Uckh .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-uxB7V2Uckh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB7V2Uckh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBjGcW8EO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxBjGcW8EO .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxBjGcW8EO .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uxBjGcW8EO .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uxBjGcW8EO .social-list {
  width: auto;
}
.cid-uxBjGcW8EO .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-uxBjGcW8EO .social-media {
  padding: 0;
  text-align: center;
}
.cid-uxBjGcW8EO .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxBjGcW8EO .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uxBjGcW8EO .mbr-section-title,
.cid-uxBjGcW8EO .social-media {
  color: #111213;
}
.cid-uxB7V3bl4S {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-uxB7V3bl4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB7V3bl4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .container {
    padding: 0 30px;
  }
}
.cid-uxB7V3bl4S .row {
  justify-content: center;
}
.cid-uxB7V3bl4S .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB7V3bl4S .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB7V3bl4S .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxB7V3bl4S .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxB7V3bl4S .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB7V3bl4S .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB7V3bl4S .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap:hover,
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap:hover::before,
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0670ee;
  transition: all 0.3s ease-in-out;
}
.cid-uxB7V3bl4S .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB7V3bl4S .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #0670ee;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB7V3bl4S .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB7V3bl4S .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uxB7V3bl4S .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB7V3bl4S .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uxB7V3bl4S .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxB7V3bl4S .mbr-section-title {
  color: #bee0d6;
}
.cid-uxB7V3bl4S .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uxB7V3bl4S .list {
  color: #bee0d6;
}
.cid-uxB7V3bl4S .mbr-address {
  color: #000000;
}
.cid-uxB7V3bl4S .mbr-copy {
  color: #000000;
}
.cid-uxB7V3bl4S .list,
.cid-uxB7V3bl4S .item-wrap,
.cid-uxB7V3bl4S .nav-wrapper {
  color: #000000;
}
.cid-uxB6PD656W {
  z-index: 1000;
  width: 100%;
}
.cid-uxB6PD656W nav.navbar {
  position: fixed;
}
.cid-uxB6PD656W .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-uxB6PD656W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxB6PD656W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxB6PD656W .dropdown-item:hover,
.cid-uxB6PD656W .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uxB6PD656W .dropdown-item:hover span {
  color: white;
}
.cid-uxB6PD656W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxB6PD656W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxB6PD656W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxB6PD656W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxB6PD656W .nav-link {
  position: relative;
}
.cid-uxB6PD656W .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxB6PD656W .container {
    flex-wrap: nowrap;
  }
}
.cid-uxB6PD656W .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uxB6PD656W .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uxB6PD656W .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uxB6PD656W .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uxB6PD656W .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uxB6PD656W .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uxB6PD656W .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uxB6PD656W .dropdown-menu,
.cid-uxB6PD656W .navbar.opened {
  background: #0670ee !important;
}
.cid-uxB6PD656W .nav-item:focus,
.cid-uxB6PD656W .nav-link:focus {
  outline: none;
}
.cid-uxB6PD656W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxB6PD656W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxB6PD656W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxB6PD656W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxB6PD656W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxB6PD656W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxB6PD656W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #0670ee 0%, rgba(6, 112, 238, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uxB6PD656W .navbar.opened {
  transition: all 0.3s;
}
.cid-uxB6PD656W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxB6PD656W .navbar .navbar-logo img {
  width: auto;
}
.cid-uxB6PD656W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxB6PD656W .navbar.collapsed {
  justify-content: center;
}
.cid-uxB6PD656W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxB6PD656W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxB6PD656W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxB6PD656W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxB6PD656W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxB6PD656W .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-uxB6PD656W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxB6PD656W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxB6PD656W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxB6PD656W .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uxB6PD656W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxB6PD656W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxB6PD656W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxB6PD656W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxB6PD656W .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-uxB6PD656W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxB6PD656W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxB6PD656W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxB6PD656W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxB6PD656W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxB6PD656W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxB6PD656W .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxB6PD656W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxB6PD656W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxB6PD656W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxB6PD656W .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uxB6PD656W .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-uxB6PD656W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxB6PD656W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxB6PD656W .dropdown-item.active,
.cid-uxB6PD656W .dropdown-item:active {
  background-color: transparent;
}
.cid-uxB6PD656W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxB6PD656W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxB6PD656W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxB6PD656W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0670ee;
}
.cid-uxB6PD656W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxB6PD656W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxB6PD656W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxB6PD656W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxB6PD656W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxB6PD656W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxB6PD656W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxB6PD656W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB6PD656W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB6PD656W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxB6PD656W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB6PD656W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxB6PD656W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxB6PD656W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB6PD656W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxB6PD656W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxB6PD656W .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: 991px) {
  .cid-uxB6PD656W .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxB6PD656W .navbar {
    height: 70px;
  }
  .cid-uxB6PD656W .navbar.opened {
    height: auto;
  }
  .cid-uxB6PD656W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uxB6PD656W .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uxB6PD656W .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uxB6PD656W .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uxB6PD656W .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uxB6PD656W .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uxB6PD656W .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB6PD656W .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB6PD656W .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uxB6PD656W .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB6PD656W .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB6PDxnc0 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6PDxnc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PDxnc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PDxnc0 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxB6PDxnc0 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uxB6PDxnc0 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxB6PDxnc0 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxB6PDxnc0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fafafa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #fafafa 37%, transparent 100%);
}
.cid-uxB6PDxnc0 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxB6PDxnc0 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uxB6PDxnc0 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #9fdbf8;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uxB6PDxnc0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxB6PDxnc0 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6PDxnc0 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uxB6PDxnc0 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxB6PDxnc0 .mbr-section-title {
  color: #404349;
}
.cid-uxB6PDxnc0 .mbr-text {
  color: #404349;
}
.cid-uxB6PDxnc0 .mbr-desc {
  color: #b19a7c;
}
.cid-uxB6PDQ4JQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6PDQ4JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PDQ4JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6PDQ4JQ .container {
    padding: 0 30px;
  }
}
.cid-uxB6PDQ4JQ .row {
  justify-content: center;
}
.cid-uxB6PDQ4JQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6PDQ4JQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxB6PDQ4JQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6PDQ4JQ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uxB6PDQ4JQ .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uxB6PDQ4JQ .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uxB6PDQ4JQ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6PDQ4JQ .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #0670ee;
}
.cid-uxB6PDQ4JQ .mbr-section-title {
  color: #000000;
}
.cid-uxB6PDQ4JQ .mbr-text {
  color: #144031;
}
.cid-uxB6PDQ4JQ .list,
.cid-uxB6PDQ4JQ .item-wrap {
  color: #000000;
}
.cid-uxB6PE8xQ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6PE8xQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PE8xQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PE8xQ0 .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxB6PE8xQ0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxB6PE8xQ0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxB6PE8xQ0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxB6PE8xQ0 .mbr-text,
.cid-uxB6PE8xQ0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6PE8xQ0 .card-title,
.cid-uxB6PE8xQ0 .card-box {
  text-align: left;
}
.cid-uxB6PErrFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uxB6PEGozj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxB6PEGozj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PEGozj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PEGozj .container,
.cid-uxB6PEGozj .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxB6PEGozj .container,
  .cid-uxB6PEGozj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxB6PEGozj .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-uxB6PEGozj .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxB6PEGozj .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxB6PEGozj .card {
    margin-bottom: 20px;
  }
}
.cid-uxB6PEGozj .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #9fdbf8;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxB6PEGozj .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxB6PEGozj .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxB6PEGozj .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6PEGozj .mbr-card-title {
  color: #3d4045;
}
.cid-uxB6PEGozj .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxB6PEGozj .mbr-card-title,
.cid-uxB6PEGozj .mbr-section-btn {
  text-align: center;
}
.cid-uxB6PFamEb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6PFrHfq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0670ee;
}
.cid-uxB6PFrHfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PFrHfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PFrHfq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .container {
    padding: 0 30px;
  }
}
.cid-uxB6PFrHfq .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .item {
    margin-bottom: 30px;
  }
}
.cid-uxB6PFrHfq .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uxB6PFrHfq .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .item .item-wrapper {
    margin: 0;
  }
}
.cid-uxB6PFrHfq .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-uxB6PFrHfq .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uxB6PFrHfq .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxB6PFrHfq .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uxB6PFrHfq .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uxB6PFrHfq .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uxB6PFrHfq .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uxB6PFrHfq .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6PFrHfq .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uxB6PFrHfq .mbr-section-title {
  color: #2b2b2b;
}
.cid-uxB6PFrHfq .mbr-desc {
  color: #ffffff;
}
.cid-uxB6PFrHfq .mbr-date {
  color: #4e4e4e;
}
.cid-uxB6PFrHfq .mbr-text {
  color: #4e4e4e;
}
.cid-uxB6PFrHfq .mbr-text,
.cid-uxB6PFrHfq .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6PFrHfq .mbr-section-title,
.cid-uxB6PFrHfq .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6PFNeUW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxB6PFNeUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PFNeUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PFNeUW .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxB6PFNeUW .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxB6PFNeUW .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxB6PFNeUW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxB6PFNeUW .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #bed3f9;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxB6PFNeUW .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxB6PFNeUW .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxB6PFNeUW .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxB6PFNeUW .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6PFNeUW .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxB6PFNeUW .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxB6PFNeUW .mbr-section-title,
.cid-uxB6PFNeUW .mbr-section-btn {
  color: #000000;
}
.cid-uxB6PGbDeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uxB6PGbDeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PGbDeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PGbDeG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxB6PGbDeG .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PGbDeG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PGbDeG .container {
    padding: 0 16px;
  }
}
.cid-uxB6PGbDeG .row {
  justify-content: space-between;
}
.cid-uxB6PGbDeG .title-wrapper {
  position: sticky;
}
.cid-uxB6PGbDeG .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxB6PGbDeG .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxB6PGbDeG .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxB6PGbDeG .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxB6PGbDeG .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxB6PGbDeG .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxB6PGbDeG .mbr-section-title {
  color: #080808;
}
.cid-uxB6PGbDeG .panel-title-edit {
  color: #080808;
}
.cid-uxB6PGbDeG .panel-text {
  color: #333333;
}
.cid-uxB6PGHrQL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxB6PGHrQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PGHrQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PGHrQL .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxB6PGHrQL .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uxB6PGHrQL .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxB6PGHrQL .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxB6PGHrQL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxB6PGHrQL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxB6PGHrQL .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6PGHrQL .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uxB6PGHrQL .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxB6PGHrQL .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uxB6PGHrQL .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uxB6PGHrQL .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uxB6PGHrQL .mbr-section-title {
  color: #050f0f;
}
.cid-uxB6PGHrQL .mbr-text {
  color: #050f0f;
}
.cid-uxB6PH5XAm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uxB6PH5XAm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uxB6PH5XAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PH5XAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PH5XAm .content-wrap {
  margin: 0;
}
.cid-uxB6PH5XAm .content-wrap .card {
  padding: 0;
}
.cid-uxB6PH5XAm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #4188ff;
  padding: 40px 32px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uxB6PH5XAm .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PH5XAm .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PH5XAm .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PH5XAm .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uxB6PH5XAm .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uxB6PH5XAm .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uxB6PH5XAm .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uxB6PH5XAm .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uxB6PH5XAm .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uxB6PH5XAm .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PH5XAm .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uxB6PH5XAm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxB6PH5XAm .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxB6PH5XAm .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxB6PH5XAm .mbr-section-title {
  color: #150764;
}
.cid-uxB6PH5XAm .mbr-text {
  color: #150764;
}
.cid-uxB6PH5XAm .mbr-section-title,
.cid-uxB6PH5XAm .mbr-section-btn {
  color: #232323;
}
.cid-uxB6PH5XAm .mbr-text,
.cid-uxB6PH5XAm .text-wrap {
  color: #000000;
}
.cid-uxB6PHvmZd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6PHvmZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PHvmZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6PHvmZd .container {
    padding: 0 16px;
  }
}
.cid-uxB6PHvmZd .card {
  justify-content: center;
}
.cid-uxB6PHvmZd .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0670ee;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uxB6PHvmZd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxB6PHvmZd .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uxB6PHvmZd .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uxB6PHvmZd .mbr-section-title {
  color: #000000;
}
.cid-uxB6PHvmZd .mbr-text {
  color: #000000;
}
.cid-uxB6PHvmZd .mbr-desc {
  color: #000000;
}
.cid-uxB6PHQdz1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxB6PHQdz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PHQdz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PHQdz1 .container,
.cid-uxB6PHQdz1 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxB6PHQdz1 .container,
  .cid-uxB6PHQdz1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxB6PHQdz1 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #0670ee;
}
@media (max-width: 992px) {
  .cid-uxB6PHQdz1 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxB6PHQdz1 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxB6PHQdz1 .card {
    margin-bottom: 20px;
  }
}
.cid-uxB6PHQdz1 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fafafa;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxB6PHQdz1 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxB6PHQdz1 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxB6PHQdz1 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6PHQdz1 .mbr-card-title {
  color: #3d4045;
}
.cid-uxB6PHQdz1 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxB6PHQdz1 .mbr-card-title,
.cid-uxB6PHQdz1 .mbr-section-btn {
  text-align: center;
}
.cid-uxB6PIkZX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6PIkZX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PIkZX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PIkZX0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxB6PIkZX0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PIkZX0 .container {
    padding: 0 26px;
  }
}
.cid-uxB6PIkZX0 .row {
  justify-content: center;
}
.cid-uxB6PIkZX0 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #0670ee;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxB6PIkZX0 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6PIkZX0 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxB6PIkZX0 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxB6PIkZX0 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxB6PIkZX0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxB6PIkZX0 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxB6PIkZX0 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxB6PIkZX0 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxB6PIkZX0 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxB6PIkZX0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6PIkZX0 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxB6PIkZX0 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxB6PIkZX0 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxB6PIkZX0 .mbr-section-title {
  color: #000000;
}
.cid-uxB6PIkZX0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxB6PIkZX0 .mbr-desc {
  color: #ffffff;
}
.cid-uxB6PIkZX0 .mbr-text {
  color: #000000;
}
.cid-uxB6PIkZX0 .mbr-link {
  color: #ffffff;
}
.cid-uxB6PIGwOg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxB6PIGwOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PIGwOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6PIGwOg .container {
    padding: 0 30px;
  }
}
.cid-uxB6PIGwOg .row {
  justify-content: center;
}
.cid-uxB6PIGwOg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxB6PIGwOg .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxB6PIGwOg .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uxB6PIGwOg .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uxB6PIGwOg .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxB6PIGwOg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uxB6PIGwOg .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxBqRPpMFA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uxBqRPpMFA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uxBqRPpMFA .panel-group {
  border: none;
}
.cid-uxBqRPpMFA .panel-collapse {
  padding: 0 2rem;
}
.cid-uxBqRPpMFA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uxBqRPpMFA .panel-body,
.cid-uxBqRPpMFA .card-header {
  padding: 1rem 0;
}
.cid-uxBqRPpMFA .panel-title-edit {
  color: #000000;
}
.cid-uxBqRPpMFA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uxBqRPpMFA .card {
  overflow: visible;
}
.cid-uxBqRPpMFA .panel-text {
  color: #000000;
}
.cid-uxBqRPpMFA H3 {
  color: #000000;
}
.cid-uxBqRPpMFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBqRPpMFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PJyUiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uxB6PJyUiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PJyUiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6PJyUiA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB6PJyUiA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB6PJyUiA .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-uxB6PJyUiA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB6PJyUiA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBbGyoXEt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxBbGyoXEt .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxBbGyoXEt .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uxBbGyoXEt .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uxBbGyoXEt .social-list {
  width: auto;
}
.cid-uxBbGyoXEt .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-uxBbGyoXEt .social-media {
  padding: 0;
  text-align: center;
}
.cid-uxBbGyoXEt .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxBbGyoXEt .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uxBbGyoXEt .mbr-section-title,
.cid-uxBbGyoXEt .social-media {
  color: #111213;
}
.cid-uxB6PKlOG2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-uxB6PKlOG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6PKlOG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .container {
    padding: 0 30px;
  }
}
.cid-uxB6PKlOG2 .row {
  justify-content: center;
}
.cid-uxB6PKlOG2 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6PKlOG2 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6PKlOG2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxB6PKlOG2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxB6PKlOG2 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6PKlOG2 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB6PKlOG2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap:hover,
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap:hover::before,
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0670ee;
  transition: all 0.3s ease-in-out;
}
.cid-uxB6PKlOG2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6PKlOG2 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #0670ee;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB6PKlOG2 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6PKlOG2 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uxB6PKlOG2 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6PKlOG2 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uxB6PKlOG2 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxB6PKlOG2 .mbr-section-title {
  color: #bee0d6;
}
.cid-uxB6PKlOG2 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uxB6PKlOG2 .list {
  color: #bee0d6;
}
.cid-uxB6PKlOG2 .mbr-address {
  color: #000000;
}
.cid-uxB6PKlOG2 .mbr-copy {
  color: #000000;
}
.cid-uxB6PKlOG2 .list,
.cid-uxB6PKlOG2 .item-wrap,
.cid-uxB6PKlOG2 .nav-wrapper {
  color: #000000;
}
.cid-uxB6Qh40A2 {
  z-index: 1000;
  width: 100%;
}
.cid-uxB6Qh40A2 nav.navbar {
  position: fixed;
}
.cid-uxB6Qh40A2 .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-uxB6Qh40A2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxB6Qh40A2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxB6Qh40A2 .dropdown-item:hover,
.cid-uxB6Qh40A2 .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uxB6Qh40A2 .dropdown-item:hover span {
  color: white;
}
.cid-uxB6Qh40A2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxB6Qh40A2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxB6Qh40A2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxB6Qh40A2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxB6Qh40A2 .nav-link {
  position: relative;
}
.cid-uxB6Qh40A2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxB6Qh40A2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uxB6Qh40A2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uxB6Qh40A2 .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uxB6Qh40A2 .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uxB6Qh40A2 .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uxB6Qh40A2 .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uxB6Qh40A2 .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uxB6Qh40A2 .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uxB6Qh40A2 .dropdown-menu,
.cid-uxB6Qh40A2 .navbar.opened {
  background: #0670ee !important;
}
.cid-uxB6Qh40A2 .nav-item:focus,
.cid-uxB6Qh40A2 .nav-link:focus {
  outline: none;
}
.cid-uxB6Qh40A2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxB6Qh40A2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxB6Qh40A2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxB6Qh40A2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxB6Qh40A2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxB6Qh40A2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxB6Qh40A2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #0670ee 0%, rgba(6, 112, 238, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uxB6Qh40A2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxB6Qh40A2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxB6Qh40A2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxB6Qh40A2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxB6Qh40A2 .navbar.collapsed {
  justify-content: center;
}
.cid-uxB6Qh40A2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxB6Qh40A2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxB6Qh40A2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxB6Qh40A2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxB6Qh40A2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxB6Qh40A2 .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-uxB6Qh40A2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxB6Qh40A2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxB6Qh40A2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxB6Qh40A2 .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uxB6Qh40A2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxB6Qh40A2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxB6Qh40A2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxB6Qh40A2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxB6Qh40A2 .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-uxB6Qh40A2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxB6Qh40A2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxB6Qh40A2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxB6Qh40A2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxB6Qh40A2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxB6Qh40A2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxB6Qh40A2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxB6Qh40A2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxB6Qh40A2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxB6Qh40A2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxB6Qh40A2 .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uxB6Qh40A2 .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-uxB6Qh40A2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxB6Qh40A2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxB6Qh40A2 .dropdown-item.active,
.cid-uxB6Qh40A2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxB6Qh40A2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxB6Qh40A2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxB6Qh40A2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxB6Qh40A2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0670ee;
}
.cid-uxB6Qh40A2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxB6Qh40A2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxB6Qh40A2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxB6Qh40A2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxB6Qh40A2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxB6Qh40A2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxB6Qh40A2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxB6Qh40A2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB6Qh40A2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB6Qh40A2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxB6Qh40A2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB6Qh40A2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxB6Qh40A2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxB6Qh40A2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB6Qh40A2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxB6Qh40A2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxB6Qh40A2 .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: 991px) {
  .cid-uxB6Qh40A2 .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxB6Qh40A2 .navbar {
    height: 70px;
  }
  .cid-uxB6Qh40A2 .navbar.opened {
    height: auto;
  }
  .cid-uxB6Qh40A2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uxB6Qh40A2 .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uxB6Qh40A2 .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uxB6Qh40A2 .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uxB6Qh40A2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uxB6Qh40A2 .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uxB6Qh40A2 .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB6Qh40A2 .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB6Qh40A2 .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uxB6Qh40A2 .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB6Qh40A2 .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB6Qhq3uF {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6Qhq3uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6Qhq3uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6Qhq3uF .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxB6Qhq3uF .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uxB6Qhq3uF .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxB6Qhq3uF .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxB6Qhq3uF .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fafafa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #fafafa 37%, transparent 100%);
}
.cid-uxB6Qhq3uF .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxB6Qhq3uF .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uxB6Qhq3uF .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #9fdbf8;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uxB6Qhq3uF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxB6Qhq3uF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6Qhq3uF .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uxB6Qhq3uF .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxB6Qhq3uF .mbr-section-title {
  color: #404349;
}
.cid-uxB6Qhq3uF .mbr-text {
  color: #404349;
}
.cid-uxB6Qhq3uF .mbr-desc {
  color: #b19a7c;
}
.cid-uxB6QhKK0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QhKK0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QhKK0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QhKK0K .container {
    padding: 0 30px;
  }
}
.cid-uxB6QhKK0K .row {
  justify-content: center;
}
.cid-uxB6QhKK0K .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QhKK0K .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxB6QhKK0K .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QhKK0K .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uxB6QhKK0K .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uxB6QhKK0K .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uxB6QhKK0K .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6QhKK0K .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #0670ee;
}
.cid-uxB6QhKK0K .mbr-section-title {
  color: #000000;
}
.cid-uxB6QhKK0K .mbr-text {
  color: #144031;
}
.cid-uxB6QhKK0K .list,
.cid-uxB6QhKK0K .item-wrap {
  color: #000000;
}
.cid-uxB6Qi0cvF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6Qi0cvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6Qi0cvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6Qi0cvF .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxB6Qi0cvF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxB6Qi0cvF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxB6Qi0cvF .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxB6Qi0cvF .mbr-text,
.cid-uxB6Qi0cvF .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6Qi0cvF .card-title,
.cid-uxB6Qi0cvF .card-box {
  text-align: left;
}
.cid-uxB6Qign62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uxB6QiummF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxB6QiummF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QiummF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QiummF .container,
.cid-uxB6QiummF .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxB6QiummF .container,
  .cid-uxB6QiummF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxB6QiummF .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-uxB6QiummF .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxB6QiummF .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QiummF .card {
    margin-bottom: 20px;
  }
}
.cid-uxB6QiummF .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #9fdbf8;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxB6QiummF .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxB6QiummF .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxB6QiummF .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6QiummF .mbr-card-title {
  color: #3d4045;
}
.cid-uxB6QiummF .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxB6QiummF .mbr-card-title,
.cid-uxB6QiummF .mbr-section-btn {
  text-align: center;
}
.cid-uxB6QiPaLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6Qj4GU2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0670ee;
}
.cid-uxB6Qj4GU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6Qj4GU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6Qj4GU2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .container {
    padding: 0 30px;
  }
}
.cid-uxB6Qj4GU2 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .item {
    margin-bottom: 30px;
  }
}
.cid-uxB6Qj4GU2 .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uxB6Qj4GU2 .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .item .item-wrapper {
    margin: 0;
  }
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uxB6Qj4GU2 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6Qj4GU2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uxB6Qj4GU2 .mbr-section-title {
  color: #2b2b2b;
}
.cid-uxB6Qj4GU2 .mbr-desc {
  color: #ffffff;
}
.cid-uxB6Qj4GU2 .mbr-date {
  color: #4e4e4e;
}
.cid-uxB6Qj4GU2 .mbr-text {
  color: #4e4e4e;
}
.cid-uxB6Qj4GU2 .mbr-text,
.cid-uxB6Qj4GU2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6Qj4GU2 .mbr-section-title,
.cid-uxB6Qj4GU2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6Qjp1RK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxB6Qjp1RK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6Qjp1RK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6Qjp1RK .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxB6Qjp1RK .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxB6Qjp1RK .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxB6Qjp1RK .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxB6Qjp1RK .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #bed3f9;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxB6Qjp1RK .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxB6Qjp1RK .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxB6Qjp1RK .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxB6Qjp1RK .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6Qjp1RK .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxB6Qjp1RK .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxB6Qjp1RK .mbr-section-title,
.cid-uxB6Qjp1RK .mbr-section-btn {
  color: #000000;
}
.cid-uxB6QjGkeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uxB6QjGkeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QjGkeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QjGkeI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxB6QjGkeI .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QjGkeI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QjGkeI .container {
    padding: 0 16px;
  }
}
.cid-uxB6QjGkeI .row {
  justify-content: space-between;
}
.cid-uxB6QjGkeI .title-wrapper {
  position: sticky;
}
.cid-uxB6QjGkeI .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxB6QjGkeI .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxB6QjGkeI .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxB6QjGkeI .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxB6QjGkeI .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxB6QjGkeI .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxB6QjGkeI .mbr-section-title {
  color: #080808;
}
.cid-uxB6QjGkeI .panel-title-edit {
  color: #080808;
}
.cid-uxB6QjGkeI .panel-text {
  color: #333333;
}
.cid-uxB6QkaLP3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxB6QkaLP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QkaLP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QkaLP3 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxB6QkaLP3 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uxB6QkaLP3 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QkaLP3 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxB6QkaLP3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxB6QkaLP3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxB6QkaLP3 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6QkaLP3 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QkaLP3 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxB6QkaLP3 .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uxB6QkaLP3 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uxB6QkaLP3 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uxB6QkaLP3 .mbr-section-title {
  color: #050f0f;
}
.cid-uxB6QkaLP3 .mbr-text {
  color: #050f0f;
}
.cid-uxB6Qku03G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uxB6Qku03G .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uxB6Qku03G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6Qku03G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6Qku03G .content-wrap {
  margin: 0;
}
.cid-uxB6Qku03G .content-wrap .card {
  padding: 0;
}
.cid-uxB6Qku03G .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #4188ff;
  padding: 40px 32px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uxB6Qku03G .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6Qku03G .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxB6Qku03G .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uxB6Qku03G .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uxB6Qku03G .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uxB6Qku03G .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uxB6Qku03G .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uxB6Qku03G .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uxB6Qku03G .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uxB6Qku03G .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6Qku03G .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uxB6Qku03G .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxB6Qku03G .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxB6Qku03G .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxB6Qku03G .mbr-section-title {
  color: #150764;
}
.cid-uxB6Qku03G .mbr-text {
  color: #150764;
}
.cid-uxB6Qku03G .mbr-section-title,
.cid-uxB6Qku03G .mbr-section-btn {
  color: #232323;
}
.cid-uxB6Qku03G .mbr-text,
.cid-uxB6Qku03G .text-wrap {
  color: #000000;
}
.cid-uxB6QkSIno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QkSIno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QkSIno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QkSIno .container {
    padding: 0 16px;
  }
}
.cid-uxB6QkSIno .card {
  justify-content: center;
}
.cid-uxB6QkSIno .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0670ee;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uxB6QkSIno .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxB6QkSIno .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uxB6QkSIno .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uxB6QkSIno .mbr-section-title {
  color: #000000;
}
.cid-uxB6QkSIno .mbr-text {
  color: #000000;
}
.cid-uxB6QkSIno .mbr-desc {
  color: #000000;
}
.cid-uxB6QlfAmx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxB6QlfAmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QlfAmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QlfAmx .container,
.cid-uxB6QlfAmx .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxB6QlfAmx .container,
  .cid-uxB6QlfAmx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxB6QlfAmx .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #0670ee;
}
@media (max-width: 992px) {
  .cid-uxB6QlfAmx .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxB6QlfAmx .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QlfAmx .card {
    margin-bottom: 20px;
  }
}
.cid-uxB6QlfAmx .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fafafa;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxB6QlfAmx .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxB6QlfAmx .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxB6QlfAmx .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6QlfAmx .mbr-card-title {
  color: #3d4045;
}
.cid-uxB6QlfAmx .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxB6QlfAmx .mbr-card-title,
.cid-uxB6QlfAmx .mbr-section-btn {
  text-align: center;
}
.cid-uxB6QlEhX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QlEhX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QlEhX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QlEhX8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxB6QlEhX8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QlEhX8 .container {
    padding: 0 26px;
  }
}
.cid-uxB6QlEhX8 .row {
  justify-content: center;
}
.cid-uxB6QlEhX8 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #0670ee;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxB6QlEhX8 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QlEhX8 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxB6QlEhX8 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxB6QlEhX8 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxB6QlEhX8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxB6QlEhX8 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxB6QlEhX8 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxB6QlEhX8 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxB6QlEhX8 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxB6QlEhX8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6QlEhX8 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxB6QlEhX8 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxB6QlEhX8 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxB6QlEhX8 .mbr-section-title {
  color: #000000;
}
.cid-uxB6QlEhX8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxB6QlEhX8 .mbr-desc {
  color: #ffffff;
}
.cid-uxB6QlEhX8 .mbr-text {
  color: #000000;
}
.cid-uxB6QlEhX8 .mbr-link {
  color: #ffffff;
}
.cid-uxB6QlZTcg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxB6QlZTcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QlZTcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QlZTcg .container {
    padding: 0 30px;
  }
}
.cid-uxB6QlZTcg .row {
  justify-content: center;
}
.cid-uxB6QlZTcg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxB6QlZTcg .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxB6QlZTcg .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uxB6QlZTcg .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uxB6QlZTcg .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxB6QlZTcg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uxB6QlZTcg .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxBu9RXSJk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uxBu9RXSJk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uxBu9RXSJk .panel-group {
  border: none;
}
.cid-uxBu9RXSJk .panel-collapse {
  padding: 0 2rem;
}
.cid-uxBu9RXSJk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uxBu9RXSJk .panel-body,
.cid-uxBu9RXSJk .card-header {
  padding: 1rem 0;
}
.cid-uxBu9RXSJk .panel-title-edit {
  color: #000000;
}
.cid-uxBu9RXSJk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uxBu9RXSJk .card {
  overflow: visible;
}
.cid-uxBu9RXSJk .panel-text {
  color: #000000;
}
.cid-uxBu9RXSJk H3 {
  color: #000000;
}
.cid-uxBu9RXSJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBu9RXSJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QmjTex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uxB6QmjTex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QmjTex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QmjTex .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB6QmjTex .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB6QmjTex .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-uxB6QmjTex .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB6QmjTex .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxBjAmOy7T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uxBjAmOy7T .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uxBjAmOy7T .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uxBjAmOy7T .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uxBjAmOy7T .social-list {
  width: auto;
}
.cid-uxBjAmOy7T .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-uxBjAmOy7T .social-media {
  padding: 0;
  text-align: center;
}
.cid-uxBjAmOy7T .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uxBjAmOy7T .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uxBjAmOy7T .mbr-section-title,
.cid-uxBjAmOy7T .social-media {
  color: #111213;
}
.cid-uxB6QmHNFC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-uxB6QmHNFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QmHNFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .container {
    padding: 0 30px;
  }
}
.cid-uxB6QmHNFC .row {
  justify-content: center;
}
.cid-uxB6QmHNFC .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QmHNFC .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QmHNFC .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxB6QmHNFC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxB6QmHNFC .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QmHNFC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB6QmHNFC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap:hover,
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap:hover::before,
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0670ee;
  transition: all 0.3s ease-in-out;
}
.cid-uxB6QmHNFC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6QmHNFC .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #0670ee;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB6QmHNFC .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6QmHNFC .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uxB6QmHNFC .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QmHNFC .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uxB6QmHNFC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxB6QmHNFC .mbr-section-title {
  color: #bee0d6;
}
.cid-uxB6QmHNFC .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uxB6QmHNFC .list {
  color: #bee0d6;
}
.cid-uxB6QmHNFC .mbr-address {
  color: #000000;
}
.cid-uxB6QmHNFC .mbr-copy {
  color: #000000;
}
.cid-uxB6QmHNFC .list,
.cid-uxB6QmHNFC .item-wrap,
.cid-uxB6QmHNFC .nav-wrapper {
  color: #000000;
}
.cid-uxB6QKp77n {
  z-index: 1000;
  width: 100%;
}
.cid-uxB6QKp77n nav.navbar {
  position: fixed;
}
.cid-uxB6QKp77n .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-uxB6QKp77n .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxB6QKp77n .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxB6QKp77n .dropdown-item:hover,
.cid-uxB6QKp77n .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uxB6QKp77n .dropdown-item:hover span {
  color: white;
}
.cid-uxB6QKp77n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxB6QKp77n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxB6QKp77n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxB6QKp77n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxB6QKp77n .nav-link {
  position: relative;
}
.cid-uxB6QKp77n .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxB6QKp77n .container {
    flex-wrap: nowrap;
  }
}
.cid-uxB6QKp77n .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uxB6QKp77n .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uxB6QKp77n .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uxB6QKp77n .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uxB6QKp77n .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uxB6QKp77n .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uxB6QKp77n .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uxB6QKp77n .dropdown-menu,
.cid-uxB6QKp77n .navbar.opened {
  background: #0670ee !important;
}
.cid-uxB6QKp77n .nav-item:focus,
.cid-uxB6QKp77n .nav-link:focus {
  outline: none;
}
.cid-uxB6QKp77n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxB6QKp77n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxB6QKp77n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxB6QKp77n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxB6QKp77n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxB6QKp77n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxB6QKp77n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #0670ee 0%, rgba(6, 112, 238, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uxB6QKp77n .navbar.opened {
  transition: all 0.3s;
}
.cid-uxB6QKp77n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxB6QKp77n .navbar .navbar-logo img {
  width: auto;
}
.cid-uxB6QKp77n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxB6QKp77n .navbar.collapsed {
  justify-content: center;
}
.cid-uxB6QKp77n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxB6QKp77n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxB6QKp77n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uxB6QKp77n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxB6QKp77n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxB6QKp77n .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-uxB6QKp77n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxB6QKp77n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxB6QKp77n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxB6QKp77n .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uxB6QKp77n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxB6QKp77n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxB6QKp77n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxB6QKp77n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxB6QKp77n .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-uxB6QKp77n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxB6QKp77n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxB6QKp77n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxB6QKp77n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxB6QKp77n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxB6QKp77n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uxB6QKp77n .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uxB6QKp77n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxB6QKp77n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxB6QKp77n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uxB6QKp77n .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uxB6QKp77n .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-uxB6QKp77n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxB6QKp77n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxB6QKp77n .dropdown-item.active,
.cid-uxB6QKp77n .dropdown-item:active {
  background-color: transparent;
}
.cid-uxB6QKp77n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxB6QKp77n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxB6QKp77n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxB6QKp77n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0670ee;
}
.cid-uxB6QKp77n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxB6QKp77n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxB6QKp77n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxB6QKp77n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxB6QKp77n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxB6QKp77n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxB6QKp77n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxB6QKp77n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB6QKp77n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB6QKp77n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxB6QKp77n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB6QKp77n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxB6QKp77n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxB6QKp77n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB6QKp77n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxB6QKp77n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxB6QKp77n .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: 991px) {
  .cid-uxB6QKp77n .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxB6QKp77n .navbar {
    height: 70px;
  }
  .cid-uxB6QKp77n .navbar.opened {
    height: auto;
  }
  .cid-uxB6QKp77n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uxB6QKp77n .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uxB6QKp77n .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uxB6QKp77n .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uxB6QKp77n .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uxB6QKp77n .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uxB6QKp77n .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB6QKp77n .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB6QKp77n .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uxB6QKp77n .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uxB6QKp77n .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uxB6QKLFMZ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QKLFMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QKLFMZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QKLFMZ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uxB6QKLFMZ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uxB6QKLFMZ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxB6QKLFMZ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxB6QKLFMZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fafafa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #fafafa 37%, transparent 100%);
}
.cid-uxB6QKLFMZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxB6QKLFMZ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uxB6QKLFMZ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #9fdbf8;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uxB6QKLFMZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxB6QKLFMZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6QKLFMZ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uxB6QKLFMZ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uxB6QKLFMZ .mbr-section-title {
  color: #404349;
}
.cid-uxB6QKLFMZ .mbr-text {
  color: #404349;
}
.cid-uxB6QKLFMZ .mbr-desc {
  color: #b19a7c;
}
.cid-uxB6QL2Y23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QL2Y23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QL2Y23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QL2Y23 .container {
    padding: 0 30px;
  }
}
.cid-uxB6QL2Y23 .row {
  justify-content: center;
}
.cid-uxB6QL2Y23 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QL2Y23 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxB6QL2Y23 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QL2Y23 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uxB6QL2Y23 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uxB6QL2Y23 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uxB6QL2Y23 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6QL2Y23 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #0670ee;
}
.cid-uxB6QL2Y23 .mbr-section-title {
  color: #000000;
}
.cid-uxB6QL2Y23 .mbr-text {
  color: #144031;
}
.cid-uxB6QL2Y23 .list,
.cid-uxB6QL2Y23 .item-wrap {
  color: #000000;
}
.cid-uxB6QLhkUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QLhkUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QLhkUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QLhkUp .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uxB6QLhkUp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxB6QLhkUp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxB6QLhkUp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxB6QLhkUp .mbr-text,
.cid-uxB6QLhkUp .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6QLhkUp .card-title,
.cid-uxB6QLhkUp .card-box {
  text-align: left;
}
.cid-uxB6QLxaEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-uxB6QLMDBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxB6QLMDBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QLMDBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QLMDBx .container,
.cid-uxB6QLMDBx .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxB6QLMDBx .container,
  .cid-uxB6QLMDBx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxB6QLMDBx .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #47b5ed;
}
@media (max-width: 992px) {
  .cid-uxB6QLMDBx .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxB6QLMDBx .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QLMDBx .card {
    margin-bottom: 20px;
  }
}
.cid-uxB6QLMDBx .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #9fdbf8;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxB6QLMDBx .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxB6QLMDBx .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxB6QLMDBx .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6QLMDBx .mbr-card-title {
  color: #3d4045;
}
.cid-uxB6QLMDBx .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxB6QLMDBx .mbr-card-title,
.cid-uxB6QLMDBx .mbr-section-btn {
  text-align: center;
}
.cid-uxB6QMdoue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QMs5PL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0670ee;
}
.cid-uxB6QMs5PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QMs5PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QMs5PL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .container {
    padding: 0 30px;
  }
}
.cid-uxB6QMs5PL .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .item {
    margin-bottom: 30px;
  }
}
.cid-uxB6QMs5PL .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-uxB6QMs5PL .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .item .item-wrapper {
    margin: 0;
  }
}
.cid-uxB6QMs5PL .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-uxB6QMs5PL .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uxB6QMs5PL .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uxB6QMs5PL .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-uxB6QMs5PL .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uxB6QMs5PL .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uxB6QMs5PL .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uxB6QMs5PL .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6QMs5PL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uxB6QMs5PL .mbr-section-title {
  color: #2b2b2b;
}
.cid-uxB6QMs5PL .mbr-desc {
  color: #ffffff;
}
.cid-uxB6QMs5PL .mbr-date {
  color: #4e4e4e;
}
.cid-uxB6QMs5PL .mbr-text {
  color: #4e4e4e;
}
.cid-uxB6QMs5PL .mbr-text,
.cid-uxB6QMs5PL .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6QMs5PL .mbr-section-title,
.cid-uxB6QMs5PL .mbr-section-btn {
  color: #ffffff;
}
.cid-uxB6QMLNBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxB6QMLNBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QMLNBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QMLNBy .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uxB6QMLNBy .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uxB6QMLNBy .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uxB6QMLNBy .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uxB6QMLNBy .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #bed3f9;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uxB6QMLNBy .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uxB6QMLNBy .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxB6QMLNBy .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uxB6QMLNBy .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6QMLNBy .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uxB6QMLNBy .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uxB6QMLNBy .mbr-section-title,
.cid-uxB6QMLNBy .mbr-section-btn {
  color: #000000;
}
.cid-uxB6QN57HH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uxB6QN57HH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QN57HH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QN57HH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uxB6QN57HH .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QN57HH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QN57HH .container {
    padding: 0 16px;
  }
}
.cid-uxB6QN57HH .row {
  justify-content: space-between;
}
.cid-uxB6QN57HH .title-wrapper {
  position: sticky;
}
.cid-uxB6QN57HH .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxB6QN57HH .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uxB6QN57HH .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uxB6QN57HH .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uxB6QN57HH .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uxB6QN57HH .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uxB6QN57HH .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uxB6QN57HH .mbr-section-title {
  color: #080808;
}
.cid-uxB6QN57HH .panel-title-edit {
  color: #080808;
}
.cid-uxB6QN57HH .panel-text {
  color: #333333;
}
.cid-uxB6QNxwhZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uxB6QNxwhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QNxwhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QNxwhZ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxB6QNxwhZ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uxB6QNxwhZ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QNxwhZ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxB6QNxwhZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxB6QNxwhZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uxB6QNxwhZ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxB6QNxwhZ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QNxwhZ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxB6QNxwhZ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uxB6QNxwhZ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uxB6QNxwhZ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uxB6QNxwhZ .mbr-section-title {
  color: #050f0f;
}
.cid-uxB6QNxwhZ .mbr-text {
  color: #050f0f;
}
.cid-uxB6QNXcgr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uxB6QNXcgr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uxB6QNXcgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QNXcgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QNXcgr .content-wrap {
  margin: 0;
}
.cid-uxB6QNXcgr .content-wrap .card {
  padding: 0;
}
.cid-uxB6QNXcgr .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #4188ff;
  padding: 40px 32px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uxB6QNXcgr .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QNXcgr .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QNXcgr .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QNXcgr .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uxB6QNXcgr .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-uxB6QNXcgr .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-uxB6QNXcgr .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uxB6QNXcgr .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-uxB6QNXcgr .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uxB6QNXcgr .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QNXcgr .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uxB6QNXcgr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxB6QNXcgr .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QNXcgr .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxB6QNXcgr .mbr-section-title {
  color: #150764;
}
.cid-uxB6QNXcgr .mbr-text {
  color: #150764;
}
.cid-uxB6QNXcgr .mbr-section-title,
.cid-uxB6QNXcgr .mbr-section-btn {
  color: #232323;
}
.cid-uxB6QNXcgr .mbr-text,
.cid-uxB6QNXcgr .text-wrap {
  color: #000000;
}
.cid-uxB6QOlUtR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QOlUtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QOlUtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QOlUtR .container {
    padding: 0 16px;
  }
}
.cid-uxB6QOlUtR .card {
  justify-content: center;
}
.cid-uxB6QOlUtR .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0670ee;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uxB6QOlUtR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxB6QOlUtR .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uxB6QOlUtR .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uxB6QOlUtR .mbr-section-title {
  color: #000000;
}
.cid-uxB6QOlUtR .mbr-text {
  color: #000000;
}
.cid-uxB6QOlUtR .mbr-desc {
  color: #000000;
}
.cid-uxB6QOFQlj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uxB6QOFQlj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QOFQlj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QOFQlj .container,
.cid-uxB6QOFQlj .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxB6QOFQlj .container,
  .cid-uxB6QOFQlj .container-fluid {
    padding: 0 20px;
  }
}
.cid-uxB6QOFQlj .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #0670ee;
}
@media (max-width: 992px) {
  .cid-uxB6QOFQlj .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uxB6QOFQlj .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uxB6QOFQlj .card {
    margin-bottom: 20px;
  }
}
.cid-uxB6QOFQlj .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fafafa;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uxB6QOFQlj .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uxB6QOFQlj .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uxB6QOFQlj .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6QOFQlj .mbr-card-title {
  color: #3d4045;
}
.cid-uxB6QOFQlj .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uxB6QOFQlj .mbr-card-title,
.cid-uxB6QOFQlj .mbr-section-btn {
  text-align: center;
}
.cid-uxB6QP3GEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxB6QP3GEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QP3GEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QP3GEn .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uxB6QP3GEn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QP3GEn .container {
    padding: 0 26px;
  }
}
.cid-uxB6QP3GEn .row {
  justify-content: center;
}
.cid-uxB6QP3GEn .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #0670ee;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uxB6QP3GEn .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxB6QP3GEn .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uxB6QP3GEn .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uxB6QP3GEn .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uxB6QP3GEn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uxB6QP3GEn .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxB6QP3GEn .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxB6QP3GEn .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uxB6QP3GEn .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uxB6QP3GEn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uxB6QP3GEn .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uxB6QP3GEn .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uxB6QP3GEn .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxB6QP3GEn .mbr-section-title {
  color: #000000;
}
.cid-uxB6QP3GEn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxB6QP3GEn .mbr-desc {
  color: #ffffff;
}
.cid-uxB6QP3GEn .mbr-text {
  color: #000000;
}
.cid-uxB6QP3GEn .mbr-link {
  color: #ffffff;
}
.cid-uxB6QPor9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0670ee;
}
.cid-uxB6QPor9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QPor9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QPor9Y .container {
    padding: 0 30px;
  }
}
.cid-uxB6QPor9Y .row {
  justify-content: center;
}
.cid-uxB6QPor9Y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uxB6QPor9Y .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxB6QPor9Y .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uxB6QPor9Y .video-block .video-wrapper .app-video-wrapper::before {
  color: #fff0b0;
  text-shadow: none;
}
.cid-uxB6QPor9Y .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxB6QPor9Y .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uxB6QPor9Y .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-uxBvTzBGOk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uxBvTzBGOk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #e43f3f;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-uxBvTzBGOk .panel-group {
  border: none;
}
.cid-uxBvTzBGOk .panel-collapse {
  padding: 0 2rem;
}
.cid-uxBvTzBGOk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-uxBvTzBGOk .panel-body,
.cid-uxBvTzBGOk .card-header {
  padding: 1rem 0;
}
.cid-uxBvTzBGOk .panel-title-edit {
  color: #000000;
}
.cid-uxBvTzBGOk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-uxBvTzBGOk .card {
  overflow: visible;
}
.cid-uxBvTzBGOk .panel-text {
  color: #000000;
}
.cid-uxBvTzBGOk H3 {
  color: #000000;
}
.cid-uxBvTzBGOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxBvTzBGOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QPKGuc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uxB6QPKGuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QPKGuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB6QPKGuc .google-map {
  height: 30rem;
  position: relative;
}
.cid-uxB6QPKGuc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxB6QPKGuc .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-uxB6QPKGuc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxB6QPKGuc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxB6QQ9yba {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
  overflow: hidden;
}
.cid-uxB6QQ9yba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB6QQ9yba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .container {
    padding: 0 30px;
  }
}
.cid-uxB6QQ9yba .row {
  justify-content: center;
}
.cid-uxB6QQ9yba .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QQ9yba .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QQ9yba .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uxB6QQ9yba .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxB6QQ9yba .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QQ9yba .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB6QQ9yba .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap:hover,
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap:hover::before,
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #0670ee;
  transition: all 0.3s ease-in-out;
}
.cid-uxB6QQ9yba .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6QQ9yba .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #0670ee;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #0670ee;
}
.cid-uxB6QQ9yba .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uxB6QQ9yba .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uxB6QQ9yba .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxB6QQ9yba .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uxB6QQ9yba .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uxB6QQ9yba .mbr-section-title {
  color: #bee0d6;
}
.cid-uxB6QQ9yba .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uxB6QQ9yba .list {
  color: #bee0d6;
}
.cid-uxB6QQ9yba .mbr-address {
  color: #000000;
}
.cid-uxB6QQ9yba .mbr-copy {
  color: #000000;
}
.cid-uxB6QQ9yba .list,
.cid-uxB6QQ9yba .item-wrap,
.cid-uxB6QQ9yba .nav-wrapper {
  color: #000000;
}
