body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #04dbec !important;
}
.bg-success {
  background-color: #11ff88 !important;
}
.bg-info {
  background-color: #cc4483 !important;
}
.bg-warning {
  background-color: #f5720d !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(4, 219, 236, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #04dbec !important;
  border-color: #04dbec !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #03acba !important;
  border-color: #03acba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #03acba !important;
  border-color: #03acba !important;
}
.btn-primary:before {
  background: #04dbec;
}
.btn-primary:hover {
  color: #000000 !important;
  border-color: #04dbec !important;
  box-shadow: 0 15px 30px 0 rgba(4, 219, 236, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(0, 13, 32, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000d20 !important;
  border-color: #000d20 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:before {
  background: #000d20;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #000d20 !important;
  box-shadow: 0 15px 30px 0 rgba(0, 13, 32, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info:before {
  background: #cc4483;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #cc4483 !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(17, 255, 136, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #11ff88 !important;
  border-color: #11ff88 !important;
  color: #001109 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #00dd6f !important;
  border-color: #00dd6f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #001109 !important;
  background-color: #00dd6f !important;
  border-color: #00dd6f !important;
}
.btn-success:before {
  background: #11ff88;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #11ff88 !important;
  box-shadow: 0 15px 30px 0 rgba(17, 255, 136, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #f5720d !important;
  border-color: #f5720d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning:before {
  background: #f5720d;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #f5720d !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #04dbec !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(4, 219, 236, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #04dbec;
}
.btn-white:hover {
  color: #000000 !important;
  border-color: #04dbec !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #04dbec;
  color: #04dbec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #04dbec !important;
  border-color: #04dbec !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #04dbec !important;
  border-color: #04dbec !important;
}
.btn-primary-outline:before {
  background: #04dbec;
}
.btn-primary-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(4, 219, 236, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000d20;
  color: #000d20;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #000d20 !important;
  border-color: #000d20 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000d20 !important;
  border-color: #000d20 !important;
}
.btn-secondary-outline:before {
  background: #000d20;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(0, 13, 32, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #cc4483;
  color: #cc4483;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline:before {
  background: #cc4483;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #11ff88;
  color: #11ff88;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001109 !important;
  background-color: #11ff88 !important;
  border-color: #11ff88 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #001109 !important;
  background-color: #11ff88 !important;
  border-color: #11ff88 !important;
}
.btn-success-outline:before {
  background: #11ff88;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(17, 255, 136, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f5720d;
  color: #f5720d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline:before {
  background: #f5720d;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #04dbec !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #04dbec !important;
}
.text-secondary {
  color: #000d20 !important;
}
.text-success {
  color: #11ff88 !important;
}
.text-info {
  color: #cc4483 !important;
}
.text-warning {
  color: #f5720d !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #027e88 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00aa55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #862451 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #964506 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #04dbec;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #cc4483;
}
.alert-warning {
  background-color: #f5720d;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #04dbec;
  border-color: #04dbec;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #04dbec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bef9fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddffee;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8e4ed;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde4d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #04dbec;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #04dbec;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #04dbec;
}
.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: #04dbec;
  border-bottom-color: #04dbec;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #04dbec !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000d20 !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='%2304dbec' %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.btn-white {
  color: #04dbec !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(4, 219, 236, 0.6);
}
.mbr-arrow-up a:hover {
  background: #04dbec;
}
.cid-sk0BN0LxSS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sk0BN0LxSS nav.navbar {
  position: fixed;
}
.cid-sk0BN0LxSS .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sk0BN0LxSS .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sk0BN0LxSS .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sk0BN0LxSS .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sk0BN0LxSS .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sk0BN0LxSS .dropdown-item:hover,
.cid-sk0BN0LxSS .dropdown-item:focus {
  background: rgba(4, 219, 236, 0.1) !important;
  color: #04dbec !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sk0BN0LxSS .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sk0BN0LxSS .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sk0BN0LxSS .nav-link:hover {
  color: #04dbec !important;
}
.cid-sk0BN0LxSS .container {
  display: flex;
  margin: auto;
}
.cid-sk0BN0LxSS .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sk0BN0LxSS .dropdown-menu,
.cid-sk0BN0LxSS .navbar.opened {
  background: #ffffff !important;
}
.cid-sk0BN0LxSS .nav-item:focus,
.cid-sk0BN0LxSS .nav-link:focus {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sk0BN0LxSS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sk0BN0LxSS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}
.cid-sk0BN0LxSS .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.opened {
  transition: all 0.3s;
}
.cid-sk0BN0LxSS .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sk0BN0LxSS .navbar .navbar-logo img {
  width: auto;
}
.cid-sk0BN0LxSS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar.collapsed {
  justify-content: center;
}
.cid-sk0BN0LxSS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sk0BN0LxSS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sk0BN0LxSS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sk0BN0LxSS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sk0BN0LxSS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sk0BN0LxSS .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sk0BN0LxSS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sk0BN0LxSS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sk0BN0LxSS .navbar .navbar-buttons,
  .cid-sk0BN0LxSS .navbar .icons-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sk0BN0LxSS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown-item.active,
.cid-sk0BN0LxSS .dropdown-item:active {
  background-color: transparent;
}
.cid-sk0BN0LxSS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sk0BN0LxSS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sk0BN0LxSS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sk0BN0LxSS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sk0BN0LxSS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sk0BN0LxSS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sk0BN0LxSS .navbar {
    height: 70px;
  }
  .cid-sk0BN0LxSS .navbar.opened {
    height: auto;
  }
  .cid-sk0BN0LxSS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sk0DXaAKtK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a7c92;
}
.cid-sk0DXaAKtK .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sk0DXaAKtK .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-sk0DXaAKtK .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0DXaAKtK .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-sk0DXaAKtK .mbr-section-btn {
  display: inline-block;
}
.cid-sk0DXaAKtK .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-sk0DXaAKtK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0DXaAKtK .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sk0DXaAKtK .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #04dbec;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sk0DXaAKtK .btn_link:hover {
  cursor: pointer;
}
.cid-sk0DXaAKtK .btn_link:hover a {
  color: #04dbec !important;
}
.cid-sk0DXaAKtK .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-sk0DXaAKtK .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-sk0DXaAKtK .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sk0DXaAKtK .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sk0DXaAKtK .image_img {
    margin-bottom: 40px;
  }
  .cid-sk0DXaAKtK .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sk0DXaAKtK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0DXaAKtK .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-sk0DXaAKtK .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-sk0DXaAKtK .mbr-text,
.cid-sk0DXaAKtK .buttons_wrap {
  color: #ffffff;
}
.cid-u79TOw9hid {
  background-color: #6a7c92;
}
.cid-u79TOw9hid .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79TOw9hid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u79TOw9hid .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #ffffff;
}
.cid-u79TOw9hid .container {
  max-width: 1280px;
}
.cid-u79TOw9hid .row {
  justify-content: center;
}
.cid-u79TOw9hid .mbr-section-title {
  color: #212132;
}
.cid-u79TOw9hid .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u79TOw9hid .mbr-section-title,
.cid-u79TOw9hid .mbr-section-btn {
  color: #000000;
}
.cid-u79SY9Ojn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u79SY9Ojn7::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u79SY9Ojn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79SY9Ojn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u79SY9Ojn7 .container {
    padding: 0 16px;
  }
}
.cid-u79SY9Ojn7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u79SY9Ojn7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u79SY9Ojn7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u79SY9Ojn7 .mbr-section-title {
  color: #f1634f;
}
.cid-u79SY9Ojn7 .mbr-text {
  color: #000000;
}
.cid-sk0FdnFMbg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-sk0FdnFMbg .title_block {
  margin-bottom: 80px;
}
.cid-sk0FdnFMbg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0FdnFMbg .mbr-section-title {
  color: #000d20;
}
.cid-sk0FdnFMbg .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0FdnFMbg .card_wrapper:hover .card_title {
  color: #04dbec;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-sk0FdnFMbg .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(4, 219, 236, 0.4);
  background-image: linear-gradient(40deg, #04dbec 0%, #5af0fc 100%);
}
.cid-sk0FdnFMbg .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 255, 136, 0.4);
  background-image: linear-gradient(40deg, #11ff88 0%, #77ffbb 100%);
}
.cid-sk0FdnFMbg .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(245, 114, 13, 0.4);
  background-image: linear-gradient(40deg, #f5720d 0%, #f9ab6f 100%);
}
.cid-sk0FdnFMbg .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(204, 68, 131, 0.4);
  background-image: linear-gradient(40deg, #cc4483 0%, #e294b8 100%);
}
.cid-sk0FdnFMbg .icon_block {
  margin-bottom: 40px;
}
.cid-sk0FdnFMbg .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-sk0FdnFMbg .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sk0FdnFMbg .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0FdnFMbg .card_text {
  margin-bottom: 0;
}
.cid-sk0FdnFMbg .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sk0FdnFMbg .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0FdnFMbg .card_link:hover {
  cursor: pointer;
}
.cid-sk0FdnFMbg .card_link:hover a {
  color: #04dbec !important;
}
.cid-sk0FdnFMbg .card_link:hover span {
  transform: translatex(5px);
}
.cid-sk0FdnFMbg .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-sk0FdnFMbg .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-sk0FdnFMbg .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-sk0FdnFMbg .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #f5720d;
}
.cid-sk0FdnFMbg .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-sk0FdnFMbg .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sk0FdnFMbg .title_block {
    margin-bottom: 15px;
  }
  .cid-sk0FdnFMbg .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-sk0FdnFMbg .card_title {
    margin-bottom: 15px;
  }
  .cid-sk0FdnFMbg .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-sk0FdnFMbg .card_title,
.cid-sk0FdnFMbg .icon_block {
  color: #000d20;
}
.cid-sk0FdnFMbg .card_text,
.cid-sk0FdnFMbg .card_link {
  color: #28395a;
}
.cid-sk0GvbeKL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sk0GvbeKL2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sk0GvbeKL2 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sk0GvbeKL2 .mbr-text {
  margin-bottom: 30px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #grad_1 {
  stop-color: #ed76ad;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #grad_2 {
  stop-color: #f9d0e3;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #blur_svg {
  flood-color: #ed76ad;
}
.cid-sk0GvbeKL2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sk0GvbeKL2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sk0GvbeKL2 .text-wrapper {
    text-align: center;
  }
  .cid-sk0GvbeKL2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sk0GvbeKL2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0GvbeKL2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sk0GvbeKL2 .card-title,
.cid-sk0GvbeKL2 .icon_block {
  color: #000d20;
}
.cid-sk0GvbeKL2 .mbr-text,
.cid-sk0GvbeKL2 .mbr-section-btn {
  color: #000000;
}
.cid-u79YOySfqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u79YOySfqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79YOySfqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u79YOySfqa .card-row {
  align-items: stretch;
}
.cid-u79YOySfqa .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-u79YOySfqa .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-u79YOySfqa .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-u79YOySfqa .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-u79YOySfqa .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-u79YOySfqa .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-u79YOySfqa .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u79YOySfqa .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-u79YOySfqa .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-u79YOySfqa .mbr-section-btn {
  margin-top: 30px;
}
.cid-u79YOySfqa .card-text,
.cid-u79YOySfqa .mbr-section-btn {
  color: #ffffff;
}
.cid-u79YOySfqa .card-subtitle DIV {
  text-align: center;
}
.cid-u79T2Zpp9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u79T2Zpp9z::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u79T2Zpp9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79T2Zpp9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u79T2Zpp9z .container {
    padding: 0 16px;
  }
}
.cid-u79T2Zpp9z .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u79T2Zpp9z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u79T2Zpp9z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u79T2Zpp9z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u79T2Zpp9z .mbr-text {
  color: #000000;
}
.cid-u79SCZntVd {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u79SCZntVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79SCZntVd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u79SCZntVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u79SCZntVd h1 {
  max-width: 800px;
}
.cid-u79SCZntVd p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u79SCZntVd .btn:hover {
  transform: scale(1.1);
  background: #000d20 !important;
  border-color: #000d20 !important;
  color: #04dbec !important;
}
.cid-u79SCZntVd .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u79SCZntVd .btn div {
  overflow: hidden;
}
.cid-u79SCZntVd .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u79SCZntVd {
    align-items: center;
  }
  .cid-u79SCZntVd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u79SCZntVd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u79SCZntVd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u79SCZntVd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u79SCZntVd .content-wrap {
    width: 100%;
  }
}
.cid-u79SCZntVd .mbr-section-subtitle,
.cid-u79SCZntVd .line {
  color: #291f1e;
}
.cid-u79SCZntVd .mbr-text,
.cid-u79SCZntVd .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u79SCZntVd .mbr-section-title {
  color: #291f1e;
}
.cid-u79WQViBlV {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u79WQViBlV .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u79WQViBlV .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u79WQViBlV .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u79WQViBlV .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u79WQViBlV .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u79WQViBlV .btn_link:hover {
  cursor: pointer;
}
.cid-u79WQViBlV .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u79WQViBlV .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u79WQViBlV .mbr-section-title {
  margin-bottom: 36px;
  color: #000d20;
}
.cid-u79WQViBlV .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-u79WQViBlV .column2 {
    margin-top: 100px;
  }
}
.cid-u79WQViBlV .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #f6fbff;
}
.cid-u79WQViBlV .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-u79WQViBlV .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-u79WQViBlV .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-u79WQViBlV .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(4, 219, 236, 0.4);
  background: -webkit-linear-gradient(40deg, #04dbec 0%, rgba(4, 219, 236, 0.3) 100%);
}
.cid-u79WQViBlV .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(17, 255, 136, 0.4);
  background: -webkit-linear-gradient(40deg, #11ff88 0%, rgba(17, 255, 136, 0.3) 100%);
}
.cid-u79WQViBlV .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(204, 68, 131, 0.4);
  background: -webkit-linear-gradient(40deg, #cc4483 0%, rgba(204, 68, 131, 0.3) 100%);
}
.cid-u79WQViBlV .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(245, 114, 13, 0.4);
  background: -webkit-linear-gradient(40deg, #f5720d 0%, rgba(245, 114, 13, 0.3) 100%);
}
.cid-u79WQViBlV .card__title {
  margin-bottom: 15px;
  color: #000d20;
}
.cid-u79WQViBlV .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u79WQViBlV .title__block {
    text-align: center;
  }
  .cid-u79WQViBlV .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-u79WQViBlV .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-u79WQViBlV .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-u79WQViBlV .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-u79WQViBlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79WQViBlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u79WQViBlV .mbr-text,
.cid-u79WQViBlV .btn_link {
  color: #000000;
  text-align: center;
}
.cid-u79WQViBlV .mbr-section-title,
.cid-u79WQViBlV .icon_block {
  text-align: center;
}
.cid-sk0IqHfMmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0IqHfMmX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sk0IqHfMmX .mbr-section-title {
  margin-bottom: 20px;
  color: #000d20;
}
.cid-sk0IqHfMmX .mbr-text {
  margin-bottom: 50px;
}
.cid-sk0IqHfMmX .card_wrap {
  margin-bottom: 20px;
}
.cid-sk0IqHfMmX .item:nth-child(1) .icon_block svg polygon {
  fill: #fef2e9;
}
.cid-sk0IqHfMmX .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-sk0IqHfMmX .item:nth-child(2) .icon_block svg polygon {
  fill: #f6dce8;
}
.cid-sk0IqHfMmX .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-sk0IqHfMmX .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-sk0IqHfMmX .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-sk0IqHfMmX .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-sk0IqHfMmX .card_title {
  margin-bottom: 18px;
  color: #000d20;
}
.cid-sk0IqHfMmX .card_text {
  margin-bottom: 0;
  color: #28395a;
}
.cid-sk0IqHfMmX .mbr-section-btn {
  margin-top: 30px;
}
.cid-sk0IqHfMmX .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-sk0IqHfMmX .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-sk0IqHfMmX .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-sk0IqHfMmX .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-sk0IqHfMmX .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-sk0IqHfMmX .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sk0IqHfMmX .text-wrapper {
    text-align: center;
  }
  .cid-sk0IqHfMmX .card_wrap {
    margin-bottom: 20px;
  }
  .cid-sk0IqHfMmX .icon_block {
    margin-bottom: 20px;
  }
  .cid-sk0IqHfMmX .card_title {
    margin-bottom: 10px;
  }
  .cid-sk0IqHfMmX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sk0IqHfMmX .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sk0IqHfMmX .mbr-text,
.cid-sk0IqHfMmX .mbr-section-btn {
  color: #000000;
}
.cid-u7acPdsxv9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7acPdsxv9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u7acPdsxv9 .panel-group {
  border: none;
}
.cid-u7acPdsxv9 .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u7acPdsxv9 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u7acPdsxv9 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7acPdsxv9 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u7acPdsxv9 .img-col {
  padding: 0;
}
.cid-u7acPdsxv9 .img-item {
  height: 100%;
}
.cid-u7acPdsxv9 img {
  height: 100%;
  object-fit: cover;
}
.cid-u7acPdsxv9 .collapsed span {
  transform: rotate(0deg);
}
.cid-u7acPdsxv9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7acPdsxv9 p {
  margin-bottom: 0.3rem;
}
.cid-u7acPdsxv9 .panel-title-edit {
  color: #e9c0e9;
}
.cid-u7acPdsxv9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u7acPdsxv9 .card {
  background: #6a7c92;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7acPdsxv9 .card {
    padding: 1.5rem;
  }
}
.cid-u7acPdsxv9 .panel-text {
  color: #320707;
}
.cid-u7acPdsxv9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u7acPdsxv9 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u7acPdsxv9 .panel-title-edit,
.cid-u7acPdsxv9 .mbr-iconfont {
  color: #000000;
}
.cid-u79VVVEfn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u79VVVEfn1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u79VVVEfn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u79VVVEfn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u79VVVEfn1 .container {
    padding: 0 16px;
  }
}
.cid-u79VVVEfn1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u79VVVEfn1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u79VVVEfn1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u79VVVEfn1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u79VVVEfn1 .mbr-text {
  color: #000000;
}
.cid-u79Wb3uPxJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u79Wb3uPxJ span {
  color: #c1c1c1;
}
.cid-u79Wb3uPxJ .mbr-text {
  padding-left: 1.5rem;
}
.cid-u79Wb3uPxJ .mbr-section-title {
  padding-left: 1.5px;
}
.cid-u79Wb3uPxJ .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-u79Wb3uPxJ H1 {
  text-align: left;
  color: #000000;
}
.cid-u79Wb3uPxJ .mbr-text,
.cid-u79Wb3uPxJ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7a5V934It {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7a5V934It .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7a5V934It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7a5V934It .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7a5V934It .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7a5V934It .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7a5V934It .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7a5V934It .container {
    padding: 0 16px;
  }
}
.cid-u7a5V934It .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u7a5V934It .google-map iframe {
    height: 350px;
  }
}
.cid-sk0JQp9rXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-sk0JQp9rXo .footer_col_logo {
  width: 40%;
}
.cid-sk0JQp9rXo .footer_col {
  width: 20%;
}
.cid-sk0JQp9rXo .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-sk0JQp9rXo .logo_wrap {
  max-width: 20%;
}
.cid-sk0JQp9rXo .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sk0JQp9rXo .brand_name {
  color: #ffffff;
}
.cid-sk0JQp9rXo .contacts {
  margin-top: 46px;
}
.cid-sk0JQp9rXo .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sk0JQp9rXo .contacts b {
  color: #ffffff;
}
.cid-sk0JQp9rXo .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sk0JQp9rXo .item-wrap {
  line-height: 44px;
}
.cid-sk0JQp9rXo .text-white {
  color: #a99fc5 !important;
}
.cid-sk0JQp9rXo .text-white:hover {
  color: #ffffff !important;
}
.cid-sk0JQp9rXo .item-wrap a,
.cid-sk0JQp9rXo .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0JQp9rXo .item-wrap a:before,
.cid-sk0JQp9rXo .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sk0JQp9rXo .item-wrap a:hover::before,
.cid-sk0JQp9rXo .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sk0JQp9rXo .form_wrap {
  display: flex;
}
.cid-sk0JQp9rXo .mbr-form {
  margin-top: 30px;
}
.cid-sk0JQp9rXo .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sk0JQp9rXo .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sk0JQp9rXo input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sk0JQp9rXo .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sk0JQp9rXo .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sk0JQp9rXo .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sk0JQp9rXo .footer_col_logo {
    width: 100%;
  }
  .cid-sk0JQp9rXo .footer_col {
    width: 33.3%;
  }
  .cid-sk0JQp9rXo .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sk0JQp9rXo .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sk0JQp9rXo .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sk0JQp9rXo .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sk0JQp9rXo .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sk0JQp9rXo .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sk0JQp9rXo .mbr-form .form-group {
    width: 100%;
  }
  .cid-sk0JQp9rXo .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sk0JQp9rXo .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sk0JQp9rXo .contacts_mail {
  color: #ffffff;
}
.cid-sk0JORQGEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a7c92;
}
.cid-sk0JORQGEy .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sk0JORQGEy .text-white {
  color: #a99fc5 !important;
}
.cid-sk0JORQGEy .text-white:hover {
  color: #ffffff !important;
}
.cid-sk0JORQGEy .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sk0JORQGEy .foot-menu li {
  padding: 10px;
}
.cid-sk0JORQGEy .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0JORQGEy .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sk0JORQGEy .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sk0JORQGEy .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sk0JORQGEy .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sk0JORQGEy .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sk0JORQGEy .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-sk0JORQGEy .social-list a:hover {
  opacity: 1;
}
.cid-sk0JORQGEy .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sk0JORQGEy .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sk0JORQGEy .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u7a5F6cLxg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7a5F6cLxg nav.navbar {
  position: fixed;
}
.cid-u7a5F6cLxg .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7a5F6cLxg .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7a5F6cLxg .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7a5F6cLxg .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7a5F6cLxg .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7a5F6cLxg .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7a5F6cLxg .dropdown-item:hover,
.cid-u7a5F6cLxg .dropdown-item:focus {
  background: rgba(4, 219, 236, 0.1) !important;
  color: #04dbec !important;
}
.cid-u7a5F6cLxg .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7a5F6cLxg .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7a5F6cLxg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7a5F6cLxg .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7a5F6cLxg .nav-link:hover {
  color: #04dbec !important;
}
.cid-u7a5F6cLxg .container {
  display: flex;
  margin: auto;
}
.cid-u7a5F6cLxg .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7a5F6cLxg .dropdown-menu,
.cid-u7a5F6cLxg .navbar.opened {
  background: #ffffff !important;
}
.cid-u7a5F6cLxg .nav-item:focus,
.cid-u7a5F6cLxg .nav-link:focus {
  outline: none;
}
.cid-u7a5F6cLxg .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7a5F6cLxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7a5F6cLxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7a5F6cLxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7a5F6cLxg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7a5F6cLxg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7a5F6cLxg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}
.cid-u7a5F6cLxg .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u7a5F6cLxg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7a5F6cLxg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7a5F6cLxg .navbar.opened {
  transition: all 0.3s;
}
.cid-u7a5F6cLxg .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7a5F6cLxg .navbar .navbar-logo img {
  width: auto;
}
.cid-u7a5F6cLxg .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7a5F6cLxg .navbar.collapsed {
  justify-content: center;
}
.cid-u7a5F6cLxg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7a5F6cLxg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7a5F6cLxg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7a5F6cLxg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7a5F6cLxg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7a5F6cLxg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7a5F6cLxg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7a5F6cLxg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7a5F6cLxg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7a5F6cLxg .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7a5F6cLxg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7a5F6cLxg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7a5F6cLxg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7a5F6cLxg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7a5F6cLxg .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7a5F6cLxg .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7a5F6cLxg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7a5F6cLxg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7a5F6cLxg .navbar .navbar-buttons,
  .cid-u7a5F6cLxg .navbar .icons-menu {
    display: none;
  }
  .cid-u7a5F6cLxg .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7a5F6cLxg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7a5F6cLxg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7a5F6cLxg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7a5F6cLxg .dropdown-item.active,
.cid-u7a5F6cLxg .dropdown-item:active {
  background-color: transparent;
}
.cid-u7a5F6cLxg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7a5F6cLxg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7a5F6cLxg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7a5F6cLxg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7a5F6cLxg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7a5F6cLxg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7a5F6cLxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7a5F6cLxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7a5F6cLxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7a5F6cLxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7a5F6cLxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7a5F6cLxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7a5F6cLxg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7a5F6cLxg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7a5F6cLxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7a5F6cLxg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7a5F6cLxg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7a5F6cLxg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7a5F6cLxg .navbar {
    height: 70px;
  }
  .cid-u7a5F6cLxg .navbar.opened {
    height: auto;
  }
  .cid-u7a5F6cLxg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7a5F7Uknn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a7c92;
}
.cid-u7a5F7Uknn .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-u7a5F7Uknn .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-u7a5F7Uknn .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7a5F7Uknn .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-u7a5F7Uknn .mbr-section-btn {
  display: inline-block;
}
.cid-u7a5F7Uknn .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-u7a5F7Uknn .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7a5F7Uknn .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-u7a5F7Uknn .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #04dbec;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-u7a5F7Uknn .btn_link:hover {
  cursor: pointer;
}
.cid-u7a5F7Uknn .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7a5F7Uknn .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-u7a5F7Uknn .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-u7a5F7Uknn .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u7a5F7Uknn .head_block {
    order: 1;
    text-align: center;
  }
  .cid-u7a5F7Uknn .image_img {
    margin-bottom: 40px;
  }
  .cid-u7a5F7Uknn .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-u7a5F7Uknn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7a5F7Uknn .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u7a5F7Uknn .mbr-text,
.cid-u7a5F7Uknn .buttons_wrap {
  color: #ffffff;
}
.cid-u7a5F9tcLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7a5F9tcLF::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7a5F9tcLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7a5F9tcLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7a5F9tcLF .container {
    padding: 0 16px;
  }
}
.cid-u7a5F9tcLF .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7a5F9tcLF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7a5F9tcLF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7a5F9tcLF .mbr-section-title {
  color: #f1634f;
}
.cid-u7a5F9tcLF .mbr-text {
  color: #000000;
}
.cid-u7a77Cx1yP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-u7a77Cx1yP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7a77Cx1yP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7a77Cx1yP .google-map {
  height: 35rem;
  box-shadow: 0 0 40px 0 lightgray;
  position: relative;
  border-radius: 3rem;
}
.cid-u7a77Cx1yP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
}
.cid-u7a77Cx1yP .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-u7a77Cx1yP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7a77Cx1yP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7a77Cx1yP .mbr-section-title {
  color: #111019;
}
.cid-u7a5Fhk8lO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-u7a5Fhk8lO .footer_col_logo {
  width: 40%;
}
.cid-u7a5Fhk8lO .footer_col {
  width: 20%;
}
.cid-u7a5Fhk8lO .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-u7a5Fhk8lO .logo_wrap {
  max-width: 20%;
}
.cid-u7a5Fhk8lO .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u7a5Fhk8lO .brand_name {
  color: #ffffff;
}
.cid-u7a5Fhk8lO .contacts {
  margin-top: 46px;
}
.cid-u7a5Fhk8lO .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u7a5Fhk8lO .contacts b {
  color: #ffffff;
}
.cid-u7a5Fhk8lO .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u7a5Fhk8lO .item-wrap {
  line-height: 44px;
}
.cid-u7a5Fhk8lO .text-white {
  color: #a99fc5 !important;
}
.cid-u7a5Fhk8lO .text-white:hover {
  color: #ffffff !important;
}
.cid-u7a5Fhk8lO .item-wrap a,
.cid-u7a5Fhk8lO .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7a5Fhk8lO .item-wrap a:before,
.cid-u7a5Fhk8lO .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7a5Fhk8lO .item-wrap a:hover::before,
.cid-u7a5Fhk8lO .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7a5Fhk8lO .form_wrap {
  display: flex;
}
.cid-u7a5Fhk8lO .mbr-form {
  margin-top: 30px;
}
.cid-u7a5Fhk8lO .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7a5Fhk8lO .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7a5Fhk8lO input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7a5Fhk8lO .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-u7a5Fhk8lO .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-u7a5Fhk8lO .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u7a5Fhk8lO .footer_col_logo {
    width: 100%;
  }
  .cid-u7a5Fhk8lO .footer_col {
    width: 33.3%;
  }
  .cid-u7a5Fhk8lO .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u7a5Fhk8lO .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-u7a5Fhk8lO .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u7a5Fhk8lO .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u7a5Fhk8lO .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u7a5Fhk8lO .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-u7a5Fhk8lO .mbr-form .form-group {
    width: 100%;
  }
  .cid-u7a5Fhk8lO .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u7a5Fhk8lO .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-u7a5Fhk8lO .contacts_mail {
  color: #ffffff;
}
.cid-u7a5FidS8T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a7c92;
}
.cid-u7a5FidS8T .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-u7a5FidS8T .text-white {
  color: #a99fc5 !important;
}
.cid-u7a5FidS8T .text-white:hover {
  color: #ffffff !important;
}
.cid-u7a5FidS8T .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7a5FidS8T .foot-menu li {
  padding: 10px;
}
.cid-u7a5FidS8T .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7a5FidS8T .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7a5FidS8T .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7a5FidS8T .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7a5FidS8T .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-u7a5FidS8T .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u7a5FidS8T .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-u7a5FidS8T .social-list a:hover {
  opacity: 1;
}
.cid-u7a5FidS8T .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7a5FidS8T .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u7a5FidS8T .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u7a7JQAnHt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7a7JQAnHt nav.navbar {
  position: fixed;
}
.cid-u7a7JQAnHt .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7a7JQAnHt .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7a7JQAnHt .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7a7JQAnHt .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7a7JQAnHt .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7a7JQAnHt .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7a7JQAnHt .dropdown-item:hover,
.cid-u7a7JQAnHt .dropdown-item:focus {
  background: rgba(4, 219, 236, 0.1) !important;
  color: #04dbec !important;
}
.cid-u7a7JQAnHt .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7a7JQAnHt .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7a7JQAnHt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7a7JQAnHt .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7a7JQAnHt .nav-link:hover {
  color: #04dbec !important;
}
.cid-u7a7JQAnHt .container {
  display: flex;
  margin: auto;
}
.cid-u7a7JQAnHt .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7a7JQAnHt .dropdown-menu,
.cid-u7a7JQAnHt .navbar.opened {
  background: #ffffff !important;
}
.cid-u7a7JQAnHt .nav-item:focus,
.cid-u7a7JQAnHt .nav-link:focus {
  outline: none;
}
.cid-u7a7JQAnHt .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7a7JQAnHt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7a7JQAnHt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7a7JQAnHt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7a7JQAnHt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7a7JQAnHt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7a7JQAnHt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}
.cid-u7a7JQAnHt .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u7a7JQAnHt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7a7JQAnHt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7a7JQAnHt .navbar.opened {
  transition: all 0.3s;
}
.cid-u7a7JQAnHt .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7a7JQAnHt .navbar .navbar-logo img {
  width: auto;
}
.cid-u7a7JQAnHt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7a7JQAnHt .navbar.collapsed {
  justify-content: center;
}
.cid-u7a7JQAnHt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7a7JQAnHt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7a7JQAnHt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7a7JQAnHt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7a7JQAnHt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7a7JQAnHt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7a7JQAnHt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7a7JQAnHt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7a7JQAnHt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7a7JQAnHt .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7a7JQAnHt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7a7JQAnHt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7a7JQAnHt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7a7JQAnHt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7a7JQAnHt .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7a7JQAnHt .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7a7JQAnHt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7a7JQAnHt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7a7JQAnHt .navbar .navbar-buttons,
  .cid-u7a7JQAnHt .navbar .icons-menu {
    display: none;
  }
  .cid-u7a7JQAnHt .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7a7JQAnHt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7a7JQAnHt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7a7JQAnHt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7a7JQAnHt .dropdown-item.active,
.cid-u7a7JQAnHt .dropdown-item:active {
  background-color: transparent;
}
.cid-u7a7JQAnHt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7a7JQAnHt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7a7JQAnHt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7a7JQAnHt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7a7JQAnHt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7a7JQAnHt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7a7JQAnHt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7a7JQAnHt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7a7JQAnHt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7a7JQAnHt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7a7JQAnHt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7a7JQAnHt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7a7JQAnHt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7a7JQAnHt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7a7JQAnHt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7a7JQAnHt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7a7JQAnHt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7a7JQAnHt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7a7JQAnHt .navbar {
    height: 70px;
  }
  .cid-u7a7JQAnHt .navbar.opened {
    height: auto;
  }
  .cid-u7a7JQAnHt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7a7JRSrjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a7c92;
}
.cid-u7a7JRSrjt .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-u7a7JRSrjt .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-u7a7JRSrjt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7a7JRSrjt .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-u7a7JRSrjt .mbr-section-btn {
  display: inline-block;
}
.cid-u7a7JRSrjt .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-u7a7JRSrjt .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7a7JRSrjt .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-u7a7JRSrjt .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #04dbec;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-u7a7JRSrjt .btn_link:hover {
  cursor: pointer;
}
.cid-u7a7JRSrjt .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7a7JRSrjt .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-u7a7JRSrjt .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-u7a7JRSrjt .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u7a7JRSrjt .head_block {
    order: 1;
    text-align: center;
  }
  .cid-u7a7JRSrjt .image_img {
    margin-bottom: 40px;
  }
  .cid-u7a7JRSrjt .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-u7a7JRSrjt .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7a7JRSrjt .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u7a7JRSrjt .mbr-text,
.cid-u7a7JRSrjt .buttons_wrap {
  color: #ffffff;
}
.cid-u7a7JSKwmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7a7JSKwmT::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7a7JSKwmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7a7JSKwmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7a7JSKwmT .container {
    padding: 0 16px;
  }
}
.cid-u7a7JSKwmT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7a7JSKwmT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7a7JSKwmT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7a7JSKwmT .mbr-section-title {
  color: #f1634f;
}
.cid-u7a7JSKwmT .mbr-text {
  color: #000000;
}
.cid-u7a7JTtKFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-u7a7JTtKFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7a7JTtKFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7a7JTtKFs .google-map {
  height: 35rem;
  box-shadow: 0 0 40px 0 lightgray;
  position: relative;
  border-radius: 3rem;
}
.cid-u7a7JTtKFs .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
}
.cid-u7a7JTtKFs .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-u7a7JTtKFs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u7a7JTtKFs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u7a7JTtKFs .mbr-section-title {
  color: #111019;
}
.cid-u7a7JU9Ix5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-u7a7JU9Ix5 .footer_col_logo {
  width: 40%;
}
.cid-u7a7JU9Ix5 .footer_col {
  width: 20%;
}
.cid-u7a7JU9Ix5 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-u7a7JU9Ix5 .logo_wrap {
  max-width: 20%;
}
.cid-u7a7JU9Ix5 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u7a7JU9Ix5 .brand_name {
  color: #ffffff;
}
.cid-u7a7JU9Ix5 .contacts {
  margin-top: 46px;
}
.cid-u7a7JU9Ix5 .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u7a7JU9Ix5 .contacts b {
  color: #ffffff;
}
.cid-u7a7JU9Ix5 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u7a7JU9Ix5 .item-wrap {
  line-height: 44px;
}
.cid-u7a7JU9Ix5 .text-white {
  color: #a99fc5 !important;
}
.cid-u7a7JU9Ix5 .text-white:hover {
  color: #ffffff !important;
}
.cid-u7a7JU9Ix5 .item-wrap a,
.cid-u7a7JU9Ix5 .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7a7JU9Ix5 .item-wrap a:before,
.cid-u7a7JU9Ix5 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7a7JU9Ix5 .item-wrap a:hover::before,
.cid-u7a7JU9Ix5 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7a7JU9Ix5 .form_wrap {
  display: flex;
}
.cid-u7a7JU9Ix5 .mbr-form {
  margin-top: 30px;
}
.cid-u7a7JU9Ix5 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7a7JU9Ix5 .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7a7JU9Ix5 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7a7JU9Ix5 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-u7a7JU9Ix5 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-u7a7JU9Ix5 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u7a7JU9Ix5 .footer_col_logo {
    width: 100%;
  }
  .cid-u7a7JU9Ix5 .footer_col {
    width: 33.3%;
  }
  .cid-u7a7JU9Ix5 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u7a7JU9Ix5 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-u7a7JU9Ix5 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u7a7JU9Ix5 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u7a7JU9Ix5 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u7a7JU9Ix5 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-u7a7JU9Ix5 .mbr-form .form-group {
    width: 100%;
  }
  .cid-u7a7JU9Ix5 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u7a7JU9Ix5 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-u7a7JU9Ix5 .contacts_mail {
  color: #ffffff;
}
.cid-u7a7JUW0Q4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a7c92;
}
.cid-u7a7JUW0Q4 .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-u7a7JUW0Q4 .text-white {
  color: #a99fc5 !important;
}
.cid-u7a7JUW0Q4 .text-white:hover {
  color: #ffffff !important;
}
.cid-u7a7JUW0Q4 .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7a7JUW0Q4 .foot-menu li {
  padding: 10px;
}
.cid-u7a7JUW0Q4 .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7a7JUW0Q4 .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7a7JUW0Q4 .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7a7JUW0Q4 .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7a7JUW0Q4 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-u7a7JUW0Q4 .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u7a7JUW0Q4 .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-u7a7JUW0Q4 .social-list a:hover {
  opacity: 1;
}
.cid-u7a7JUW0Q4 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7a7JUW0Q4 .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u7a7JUW0Q4 .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u7adHe37rF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7adHe37rF nav.navbar {
  position: fixed;
}
.cid-u7adHe37rF .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7adHe37rF .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7adHe37rF .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7adHe37rF .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7adHe37rF .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7adHe37rF .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7adHe37rF .dropdown-item:hover,
.cid-u7adHe37rF .dropdown-item:focus {
  background: rgba(4, 219, 236, 0.1) !important;
  color: #04dbec !important;
}
.cid-u7adHe37rF .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7adHe37rF .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7adHe37rF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7adHe37rF .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7adHe37rF .nav-link:hover {
  color: #04dbec !important;
}
.cid-u7adHe37rF .container {
  display: flex;
  margin: auto;
}
.cid-u7adHe37rF .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7adHe37rF .dropdown-menu,
.cid-u7adHe37rF .navbar.opened {
  background: #ffffff !important;
}
.cid-u7adHe37rF .nav-item:focus,
.cid-u7adHe37rF .nav-link:focus {
  outline: none;
}
.cid-u7adHe37rF .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7adHe37rF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7adHe37rF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7adHe37rF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7adHe37rF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7adHe37rF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7adHe37rF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}
.cid-u7adHe37rF .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u7adHe37rF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7adHe37rF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7adHe37rF .navbar.opened {
  transition: all 0.3s;
}
.cid-u7adHe37rF .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7adHe37rF .navbar .navbar-logo img {
  width: auto;
}
.cid-u7adHe37rF .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7adHe37rF .navbar.collapsed {
  justify-content: center;
}
.cid-u7adHe37rF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7adHe37rF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7adHe37rF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7adHe37rF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7adHe37rF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7adHe37rF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7adHe37rF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7adHe37rF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7adHe37rF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7adHe37rF .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7adHe37rF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7adHe37rF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7adHe37rF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7adHe37rF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7adHe37rF .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7adHe37rF .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7adHe37rF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7adHe37rF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7adHe37rF .navbar .navbar-buttons,
  .cid-u7adHe37rF .navbar .icons-menu {
    display: none;
  }
  .cid-u7adHe37rF .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7adHe37rF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7adHe37rF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7adHe37rF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7adHe37rF .dropdown-item.active,
.cid-u7adHe37rF .dropdown-item:active {
  background-color: transparent;
}
.cid-u7adHe37rF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7adHe37rF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7adHe37rF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7adHe37rF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7adHe37rF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7adHe37rF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7adHe37rF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7adHe37rF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7adHe37rF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7adHe37rF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7adHe37rF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7adHe37rF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7adHe37rF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7adHe37rF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7adHe37rF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7adHe37rF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7adHe37rF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7adHe37rF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7adHe37rF .navbar {
    height: 70px;
  }
  .cid-u7adHe37rF .navbar.opened {
    height: auto;
  }
  .cid-u7adHe37rF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7adHfzLSA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a7c92;
}
.cid-u7adHfzLSA .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-u7adHfzLSA .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-u7adHfzLSA .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7adHfzLSA .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-u7adHfzLSA .mbr-section-btn {
  display: inline-block;
}
.cid-u7adHfzLSA .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-u7adHfzLSA .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHfzLSA .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-u7adHfzLSA .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #04dbec;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-u7adHfzLSA .btn_link:hover {
  cursor: pointer;
}
.cid-u7adHfzLSA .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7adHfzLSA .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-u7adHfzLSA .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-u7adHfzLSA .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u7adHfzLSA .head_block {
    order: 1;
    text-align: center;
  }
  .cid-u7adHfzLSA .image_img {
    margin-bottom: 40px;
  }
  .cid-u7adHfzLSA .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-u7adHfzLSA .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7adHfzLSA .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u7adHfzLSA .mbr-text,
.cid-u7adHfzLSA .buttons_wrap {
  color: #ffffff;
}
.cid-u7adHgxPdy {
  background-color: #6a7c92;
}
.cid-u7adHgxPdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHgxPdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7adHgxPdy .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #ffffff;
}
.cid-u7adHgxPdy .container {
  max-width: 1280px;
}
.cid-u7adHgxPdy .row {
  justify-content: center;
}
.cid-u7adHgxPdy .mbr-section-title {
  color: #212132;
}
.cid-u7adHgxPdy .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u7adHgxPdy .mbr-section-title,
.cid-u7adHgxPdy .mbr-section-btn {
  color: #000000;
}
.cid-u7adHhm5Hr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7adHhm5Hr::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7adHhm5Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHhm5Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7adHhm5Hr .container {
    padding: 0 16px;
  }
}
.cid-u7adHhm5Hr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7adHhm5Hr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7adHhm5Hr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7adHhm5Hr .mbr-section-title {
  color: #f1634f;
}
.cid-u7adHhm5Hr .mbr-text {
  color: #000000;
}
.cid-u7adHi5qW9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-u7adHi5qW9 .title_block {
  margin-bottom: 80px;
}
.cid-u7adHi5qW9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7adHi5qW9 .mbr-section-title {
  color: #000d20;
}
.cid-u7adHi5qW9 .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHi5qW9 .card_wrapper:hover .card_title {
  color: #04dbec;
}
.cid-u7adHi5qW9 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-u7adHi5qW9 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-u7adHi5qW9 .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-u7adHi5qW9 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-u7adHi5qW9 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-u7adHi5qW9 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(4, 219, 236, 0.4);
  background-image: linear-gradient(40deg, #04dbec 0%, #5af0fc 100%);
}
.cid-u7adHi5qW9 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 255, 136, 0.4);
  background-image: linear-gradient(40deg, #11ff88 0%, #77ffbb 100%);
}
.cid-u7adHi5qW9 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(245, 114, 13, 0.4);
  background-image: linear-gradient(40deg, #f5720d 0%, #f9ab6f 100%);
}
.cid-u7adHi5qW9 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(204, 68, 131, 0.4);
  background-image: linear-gradient(40deg, #cc4483 0%, #e294b8 100%);
}
.cid-u7adHi5qW9 .icon_block {
  margin-bottom: 40px;
}
.cid-u7adHi5qW9 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-u7adHi5qW9 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u7adHi5qW9 .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHi5qW9 .card_text {
  margin-bottom: 0;
}
.cid-u7adHi5qW9 .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7adHi5qW9 .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHi5qW9 .card_link:hover {
  cursor: pointer;
}
.cid-u7adHi5qW9 .card_link:hover a {
  color: #04dbec !important;
}
.cid-u7adHi5qW9 .card_link:hover span {
  transform: translatex(5px);
}
.cid-u7adHi5qW9 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u7adHi5qW9 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-u7adHi5qW9 .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-u7adHi5qW9 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #f5720d;
}
.cid-u7adHi5qW9 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-u7adHi5qW9 .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u7adHi5qW9 .title_block {
    margin-bottom: 15px;
  }
  .cid-u7adHi5qW9 .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-u7adHi5qW9 .card_title {
    margin-bottom: 15px;
  }
  .cid-u7adHi5qW9 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u7adHi5qW9 .card_title,
.cid-u7adHi5qW9 .icon_block {
  color: #000d20;
}
.cid-u7adHi5qW9 .card_text,
.cid-u7adHi5qW9 .card_link {
  color: #28395a;
}
.cid-u7adHjhTgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7adHjhTgf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7adHjhTgf .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u7adHjhTgf .mbr-text {
  margin-bottom: 30px;
}
.cid-u7adHjhTgf .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u7adHjhTgf .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u7adHjhTgf .iconfont-wrapper svg #grad_1 {
  stop-color: #ed76ad;
}
.cid-u7adHjhTgf .iconfont-wrapper svg #grad_2 {
  stop-color: #f9d0e3;
}
.cid-u7adHjhTgf .iconfont-wrapper svg #blur_svg {
  flood-color: #ed76ad;
}
.cid-u7adHjhTgf .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u7adHjhTgf .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7adHjhTgf .text-wrapper {
    text-align: center;
  }
  .cid-u7adHjhTgf .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7adHjhTgf .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7adHjhTgf .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7adHjhTgf .card-title,
.cid-u7adHjhTgf .icon_block {
  color: #000d20;
}
.cid-u7adHjhTgf .mbr-text,
.cid-u7adHjhTgf .mbr-section-btn {
  color: #000000;
}
.cid-u7adHk7nUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7adHk7nUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHk7nUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7adHk7nUC .card-row {
  align-items: stretch;
}
.cid-u7adHk7nUC .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #6a7c92, #6a7c92);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-u7adHk7nUC .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-u7adHk7nUC .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-u7adHk7nUC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-u7adHk7nUC .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-u7adHk7nUC .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-u7adHk7nUC .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u7adHk7nUC .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-u7adHk7nUC .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-u7adHk7nUC .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7adHk7nUC .card-text,
.cid-u7adHk7nUC .mbr-section-btn {
  color: #ffffff;
}
.cid-u7adHk7nUC .card-subtitle DIV {
  text-align: center;
}
.cid-u7adHl6AZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7adHl6AZs::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7adHl6AZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHl6AZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7adHl6AZs .container {
    padding: 0 16px;
  }
}
.cid-u7adHl6AZs .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7adHl6AZs .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7adHl6AZs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7adHl6AZs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7adHl6AZs .mbr-text {
  color: #000000;
}
.cid-u7adHlX3lT {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u7adHlX3lT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHlX3lT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u7adHlX3lT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7adHlX3lT h1 {
  max-width: 800px;
}
.cid-u7adHlX3lT p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u7adHlX3lT .btn:hover {
  transform: scale(1.1);
  background: #000d20 !important;
  border-color: #000d20 !important;
  color: #04dbec !important;
}
.cid-u7adHlX3lT .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u7adHlX3lT .btn div {
  overflow: hidden;
}
.cid-u7adHlX3lT .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u7adHlX3lT {
    align-items: center;
  }
  .cid-u7adHlX3lT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7adHlX3lT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7adHlX3lT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7adHlX3lT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7adHlX3lT .content-wrap {
    width: 100%;
  }
}
.cid-u7adHlX3lT .mbr-section-subtitle,
.cid-u7adHlX3lT .line {
  color: #291f1e;
}
.cid-u7adHlX3lT .mbr-text,
.cid-u7adHlX3lT .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7adHlX3lT .mbr-section-title {
  color: #291f1e;
}
.cid-u7adHmOfRq {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7adHmOfRq .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u7adHmOfRq .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u7adHmOfRq .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u7adHmOfRq .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7adHmOfRq .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHmOfRq .btn_link:hover {
  cursor: pointer;
}
.cid-u7adHmOfRq .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7adHmOfRq .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u7adHmOfRq .mbr-section-title {
  margin-bottom: 36px;
  color: #000d20;
}
.cid-u7adHmOfRq .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-u7adHmOfRq .column2 {
    margin-top: 100px;
  }
}
.cid-u7adHmOfRq .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #f6fbff;
}
.cid-u7adHmOfRq .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-u7adHmOfRq .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-u7adHmOfRq .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-u7adHmOfRq .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(4, 219, 236, 0.4);
  background: -webkit-linear-gradient(40deg, #04dbec 0%, rgba(4, 219, 236, 0.3) 100%);
}
.cid-u7adHmOfRq .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(17, 255, 136, 0.4);
  background: -webkit-linear-gradient(40deg, #11ff88 0%, rgba(17, 255, 136, 0.3) 100%);
}
.cid-u7adHmOfRq .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(204, 68, 131, 0.4);
  background: -webkit-linear-gradient(40deg, #cc4483 0%, rgba(204, 68, 131, 0.3) 100%);
}
.cid-u7adHmOfRq .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(245, 114, 13, 0.4);
  background: -webkit-linear-gradient(40deg, #f5720d 0%, rgba(245, 114, 13, 0.3) 100%);
}
.cid-u7adHmOfRq .card__title {
  margin-bottom: 15px;
  color: #000d20;
}
.cid-u7adHmOfRq .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u7adHmOfRq .title__block {
    text-align: center;
  }
  .cid-u7adHmOfRq .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-u7adHmOfRq .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-u7adHmOfRq .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-u7adHmOfRq .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-u7adHmOfRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHmOfRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7adHmOfRq .mbr-text,
.cid-u7adHmOfRq .btn_link {
  color: #000000;
  text-align: center;
}
.cid-u7adHmOfRq .mbr-section-title,
.cid-u7adHmOfRq .icon_block {
  text-align: center;
}
.cid-u7adHoOY1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-u7adHoOY1C .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7adHoOY1C .mbr-section-title {
  margin-bottom: 20px;
  color: #000d20;
}
.cid-u7adHoOY1C .mbr-text {
  margin-bottom: 50px;
}
.cid-u7adHoOY1C .card_wrap {
  margin-bottom: 20px;
}
.cid-u7adHoOY1C .item:nth-child(1) .icon_block svg polygon {
  fill: #fef2e9;
}
.cid-u7adHoOY1C .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-u7adHoOY1C .item:nth-child(2) .icon_block svg polygon {
  fill: #f6dce8;
}
.cid-u7adHoOY1C .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-u7adHoOY1C .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-u7adHoOY1C .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-u7adHoOY1C .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-u7adHoOY1C .card_title {
  margin-bottom: 18px;
  color: #000d20;
}
.cid-u7adHoOY1C .card_text {
  margin-bottom: 0;
  color: #28395a;
}
.cid-u7adHoOY1C .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7adHoOY1C .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u7adHoOY1C .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-u7adHoOY1C .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-u7adHoOY1C .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-u7adHoOY1C .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-u7adHoOY1C .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7adHoOY1C .text-wrapper {
    text-align: center;
  }
  .cid-u7adHoOY1C .card_wrap {
    margin-bottom: 20px;
  }
  .cid-u7adHoOY1C .icon_block {
    margin-bottom: 20px;
  }
  .cid-u7adHoOY1C .card_title {
    margin-bottom: 10px;
  }
  .cid-u7adHoOY1C .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7adHoOY1C .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-u7adHoOY1C .mbr-text,
.cid-u7adHoOY1C .mbr-section-btn {
  color: #000000;
}
.cid-u7adHshA0F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7adHshA0F .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u7adHshA0F .panel-group {
  border: none;
}
.cid-u7adHshA0F .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u7adHshA0F .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u7adHshA0F .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7adHshA0F .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u7adHshA0F .img-col {
  padding: 0;
}
.cid-u7adHshA0F .img-item {
  height: 100%;
}
.cid-u7adHshA0F img {
  height: 100%;
  object-fit: cover;
}
.cid-u7adHshA0F .collapsed span {
  transform: rotate(0deg);
}
.cid-u7adHshA0F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7adHshA0F p {
  margin-bottom: 0.3rem;
}
.cid-u7adHshA0F .panel-title-edit {
  color: #e9c0e9;
}
.cid-u7adHshA0F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u7adHshA0F .card {
  background: #6a7c92;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7adHshA0F .card {
    padding: 1.5rem;
  }
}
.cid-u7adHshA0F .panel-text {
  color: #320707;
}
.cid-u7adHshA0F .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u7adHshA0F .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u7adHshA0F .panel-title-edit,
.cid-u7adHshA0F .mbr-iconfont {
  color: #000000;
}
.cid-u7adHttykw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7adHttykw::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7adHttykw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHttykw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7adHttykw .container {
    padding: 0 16px;
  }
}
.cid-u7adHttykw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7adHttykw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7adHttykw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7adHttykw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7adHttykw .mbr-text {
  color: #000000;
}
.cid-u7adHudNtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-u7adHudNtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHudNtz .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-u7adHudNtz .container {
    padding: 0 30px;
  }
}
.cid-u7adHudNtz .row {
  justify-content: center;
}
.cid-u7adHudNtz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u7adHudNtz .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7adHudNtz .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u7adHudNtz .video-block .video-wrapper .app-video-wrapper::before {
  color: #cd9d88;
  text-shadow: none;
}
.cid-u7adHudNtz .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7adHudNtz .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u7adHudNtz .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u7adHuVKs7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7adHuVKs7 span {
  color: #c1c1c1;
}
.cid-u7adHuVKs7 .mbr-text {
  padding-left: 1.5rem;
}
.cid-u7adHuVKs7 .mbr-section-title {
  padding-left: 1.5px;
}
.cid-u7adHuVKs7 .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-u7adHuVKs7 H1 {
  text-align: left;
  color: #000000;
}
.cid-u7adHuVKs7 .mbr-text,
.cid-u7adHuVKs7 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7adHqy4qG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-u7adHqy4qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHqy4qG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7adHqy4qG .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7adHqy4qG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7adHqy4qG .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7adHqy4qG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7adHqy4qG .container {
    padding: 0 14px;
  }
}
.cid-u7adHqy4qG .row {
  justify-content: center;
}
.cid-u7adHqy4qG .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7adHqy4qG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7adHqy4qG .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-u7adHqy4qG .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-u7adHqy4qG .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u7adHqy4qG .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-u7adHqy4qG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7adHqy4qG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-u7adHqy4qG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7adHqy4qG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-u7adHqy4qG .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7adHqy4qG .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-u7adHqy4qG .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-u7adHqy4qG .mbr-section-title {
  color: #000d20;
  text-align: center;
}
.cid-u7adHqy4qG .panel-title {
  color: #01004c;
}
.cid-u7adHqy4qG .panel-text {
  color: #1a1a1a;
}
.cid-u7adHqy4qG .panel-title-edit {
  color: #000000;
}
.cid-u7adHvIGuK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7adHvIGuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7adHvIGuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7adHvIGuK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7adHvIGuK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7adHvIGuK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7adHvIGuK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7adHvIGuK .container {
    padding: 0 16px;
  }
}
.cid-u7adHvIGuK .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u7adHvIGuK .google-map iframe {
    height: 350px;
  }
}
.cid-u7adHwwJ4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-u7adHwwJ4C .footer_col_logo {
  width: 40%;
}
.cid-u7adHwwJ4C .footer_col {
  width: 20%;
}
.cid-u7adHwwJ4C .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-u7adHwwJ4C .logo_wrap {
  max-width: 20%;
}
.cid-u7adHwwJ4C .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u7adHwwJ4C .brand_name {
  color: #ffffff;
}
.cid-u7adHwwJ4C .contacts {
  margin-top: 46px;
}
.cid-u7adHwwJ4C .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u7adHwwJ4C .contacts b {
  color: #ffffff;
}
.cid-u7adHwwJ4C .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u7adHwwJ4C .item-wrap {
  line-height: 44px;
}
.cid-u7adHwwJ4C .text-white {
  color: #a99fc5 !important;
}
.cid-u7adHwwJ4C .text-white:hover {
  color: #ffffff !important;
}
.cid-u7adHwwJ4C .item-wrap a,
.cid-u7adHwwJ4C .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHwwJ4C .item-wrap a:before,
.cid-u7adHwwJ4C .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7adHwwJ4C .item-wrap a:hover::before,
.cid-u7adHwwJ4C .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7adHwwJ4C .form_wrap {
  display: flex;
}
.cid-u7adHwwJ4C .mbr-form {
  margin-top: 30px;
}
.cid-u7adHwwJ4C .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7adHwwJ4C .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7adHwwJ4C input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7adHwwJ4C .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-u7adHwwJ4C .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-u7adHwwJ4C .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u7adHwwJ4C .footer_col_logo {
    width: 100%;
  }
  .cid-u7adHwwJ4C .footer_col {
    width: 33.3%;
  }
  .cid-u7adHwwJ4C .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u7adHwwJ4C .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-u7adHwwJ4C .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u7adHwwJ4C .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u7adHwwJ4C .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u7adHwwJ4C .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-u7adHwwJ4C .mbr-form .form-group {
    width: 100%;
  }
  .cid-u7adHwwJ4C .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u7adHwwJ4C .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-u7adHwwJ4C .contacts_mail {
  color: #ffffff;
}
.cid-u7adHxsHBR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a7c92;
}
.cid-u7adHxsHBR .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-u7adHxsHBR .text-white {
  color: #a99fc5 !important;
}
.cid-u7adHxsHBR .text-white:hover {
  color: #ffffff !important;
}
.cid-u7adHxsHBR .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7adHxsHBR .foot-menu li {
  padding: 10px;
}
.cid-u7adHxsHBR .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7adHxsHBR .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7adHxsHBR .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7adHxsHBR .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7adHxsHBR .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-u7adHxsHBR .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u7adHxsHBR .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-u7adHxsHBR .social-list a:hover {
  opacity: 1;
}
.cid-u7adHxsHBR .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7adHxsHBR .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u7adHxsHBR .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u7agPkz3bp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7agPkz3bp nav.navbar {
  position: fixed;
}
.cid-u7agPkz3bp .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7agPkz3bp .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7agPkz3bp .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7agPkz3bp .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7agPkz3bp .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7agPkz3bp .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7agPkz3bp .dropdown-item:hover,
.cid-u7agPkz3bp .dropdown-item:focus {
  background: rgba(4, 219, 236, 0.1) !important;
  color: #04dbec !important;
}
.cid-u7agPkz3bp .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7agPkz3bp .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7agPkz3bp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7agPkz3bp .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7agPkz3bp .nav-link:hover {
  color: #04dbec !important;
}
.cid-u7agPkz3bp .container {
  display: flex;
  margin: auto;
}
.cid-u7agPkz3bp .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7agPkz3bp .dropdown-menu,
.cid-u7agPkz3bp .navbar.opened {
  background: #ffffff !important;
}
.cid-u7agPkz3bp .nav-item:focus,
.cid-u7agPkz3bp .nav-link:focus {
  outline: none;
}
.cid-u7agPkz3bp .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7agPkz3bp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7agPkz3bp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7agPkz3bp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7agPkz3bp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7agPkz3bp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7agPkz3bp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}
.cid-u7agPkz3bp .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u7agPkz3bp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7agPkz3bp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7agPkz3bp .navbar.opened {
  transition: all 0.3s;
}
.cid-u7agPkz3bp .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7agPkz3bp .navbar .navbar-logo img {
  width: auto;
}
.cid-u7agPkz3bp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7agPkz3bp .navbar.collapsed {
  justify-content: center;
}
.cid-u7agPkz3bp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7agPkz3bp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7agPkz3bp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7agPkz3bp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7agPkz3bp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7agPkz3bp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7agPkz3bp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7agPkz3bp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7agPkz3bp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7agPkz3bp .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7agPkz3bp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7agPkz3bp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7agPkz3bp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7agPkz3bp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7agPkz3bp .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7agPkz3bp .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7agPkz3bp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7agPkz3bp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7agPkz3bp .navbar .navbar-buttons,
  .cid-u7agPkz3bp .navbar .icons-menu {
    display: none;
  }
  .cid-u7agPkz3bp .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7agPkz3bp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7agPkz3bp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7agPkz3bp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7agPkz3bp .dropdown-item.active,
.cid-u7agPkz3bp .dropdown-item:active {
  background-color: transparent;
}
.cid-u7agPkz3bp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7agPkz3bp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7agPkz3bp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7agPkz3bp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7agPkz3bp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7agPkz3bp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7agPkz3bp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7agPkz3bp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7agPkz3bp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7agPkz3bp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7agPkz3bp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7agPkz3bp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7agPkz3bp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7agPkz3bp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7agPkz3bp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7agPkz3bp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7agPkz3bp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7agPkz3bp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7agPkz3bp .navbar {
    height: 70px;
  }
  .cid-u7agPkz3bp .navbar.opened {
    height: auto;
  }
  .cid-u7agPkz3bp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7agPmns7s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a7c92;
}
.cid-u7agPmns7s .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-u7agPmns7s .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-u7agPmns7s .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7agPmns7s .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-u7agPmns7s .mbr-section-btn {
  display: inline-block;
}
.cid-u7agPmns7s .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-u7agPmns7s .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPmns7s .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-u7agPmns7s .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #04dbec;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-u7agPmns7s .btn_link:hover {
  cursor: pointer;
}
.cid-u7agPmns7s .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7agPmns7s .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-u7agPmns7s .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-u7agPmns7s .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u7agPmns7s .head_block {
    order: 1;
    text-align: center;
  }
  .cid-u7agPmns7s .image_img {
    margin-bottom: 40px;
  }
  .cid-u7agPmns7s .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-u7agPmns7s .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7agPmns7s .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u7agPmns7s .mbr-text,
.cid-u7agPmns7s .buttons_wrap {
  color: #ffffff;
}
.cid-u7agPnkC8q {
  background-color: #6a7c92;
}
.cid-u7agPnkC8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPnkC8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7agPnkC8q .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #ffffff;
}
.cid-u7agPnkC8q .container {
  max-width: 1280px;
}
.cid-u7agPnkC8q .row {
  justify-content: center;
}
.cid-u7agPnkC8q .mbr-section-title {
  color: #212132;
}
.cid-u7agPnkC8q .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u7agPnkC8q .mbr-section-title,
.cid-u7agPnkC8q .mbr-section-btn {
  color: #000000;
}
.cid-u7agPo2Y4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7agPo2Y4o::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7agPo2Y4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPo2Y4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7agPo2Y4o .container {
    padding: 0 16px;
  }
}
.cid-u7agPo2Y4o .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7agPo2Y4o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7agPo2Y4o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7agPo2Y4o .mbr-section-title {
  color: #f1634f;
}
.cid-u7agPo2Y4o .mbr-text {
  color: #000000;
}
.cid-u7agPoGbN8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-u7agPoGbN8 .title_block {
  margin-bottom: 80px;
}
.cid-u7agPoGbN8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7agPoGbN8 .mbr-section-title {
  color: #000d20;
}
.cid-u7agPoGbN8 .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPoGbN8 .card_wrapper:hover .card_title {
  color: #04dbec;
}
.cid-u7agPoGbN8 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-u7agPoGbN8 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-u7agPoGbN8 .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-u7agPoGbN8 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-u7agPoGbN8 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-u7agPoGbN8 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(4, 219, 236, 0.4);
  background-image: linear-gradient(40deg, #04dbec 0%, #5af0fc 100%);
}
.cid-u7agPoGbN8 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 255, 136, 0.4);
  background-image: linear-gradient(40deg, #11ff88 0%, #77ffbb 100%);
}
.cid-u7agPoGbN8 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(245, 114, 13, 0.4);
  background-image: linear-gradient(40deg, #f5720d 0%, #f9ab6f 100%);
}
.cid-u7agPoGbN8 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(204, 68, 131, 0.4);
  background-image: linear-gradient(40deg, #cc4483 0%, #e294b8 100%);
}
.cid-u7agPoGbN8 .icon_block {
  margin-bottom: 40px;
}
.cid-u7agPoGbN8 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-u7agPoGbN8 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u7agPoGbN8 .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPoGbN8 .card_text {
  margin-bottom: 0;
}
.cid-u7agPoGbN8 .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7agPoGbN8 .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPoGbN8 .card_link:hover {
  cursor: pointer;
}
.cid-u7agPoGbN8 .card_link:hover a {
  color: #04dbec !important;
}
.cid-u7agPoGbN8 .card_link:hover span {
  transform: translatex(5px);
}
.cid-u7agPoGbN8 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u7agPoGbN8 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-u7agPoGbN8 .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-u7agPoGbN8 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #f5720d;
}
.cid-u7agPoGbN8 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-u7agPoGbN8 .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u7agPoGbN8 .title_block {
    margin-bottom: 15px;
  }
  .cid-u7agPoGbN8 .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-u7agPoGbN8 .card_title {
    margin-bottom: 15px;
  }
  .cid-u7agPoGbN8 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u7agPoGbN8 .card_title,
.cid-u7agPoGbN8 .icon_block {
  color: #000d20;
}
.cid-u7agPoGbN8 .card_text,
.cid-u7agPoGbN8 .card_link {
  color: #28395a;
}
.cid-u7agPpQ5pr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7agPpQ5pr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7agPpQ5pr .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u7agPpQ5pr .mbr-text {
  margin-bottom: 30px;
}
.cid-u7agPpQ5pr .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u7agPpQ5pr .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u7agPpQ5pr .iconfont-wrapper svg #grad_1 {
  stop-color: #ed76ad;
}
.cid-u7agPpQ5pr .iconfont-wrapper svg #grad_2 {
  stop-color: #f9d0e3;
}
.cid-u7agPpQ5pr .iconfont-wrapper svg #blur_svg {
  flood-color: #ed76ad;
}
.cid-u7agPpQ5pr .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u7agPpQ5pr .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7agPpQ5pr .text-wrapper {
    text-align: center;
  }
  .cid-u7agPpQ5pr .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7agPpQ5pr .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7agPpQ5pr .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7agPpQ5pr .card-title,
.cid-u7agPpQ5pr .icon_block {
  color: #000d20;
}
.cid-u7agPpQ5pr .mbr-text,
.cid-u7agPpQ5pr .mbr-section-btn {
  color: #000000;
}
.cid-u7agPqGLMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7agPqGLMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPqGLMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7agPqGLMn .card-row {
  align-items: stretch;
}
.cid-u7agPqGLMn .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #6a7c92, #6a7c92);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-u7agPqGLMn .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-u7agPqGLMn .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-u7agPqGLMn .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-u7agPqGLMn .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-u7agPqGLMn .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-u7agPqGLMn .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u7agPqGLMn .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-u7agPqGLMn .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-u7agPqGLMn .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7agPqGLMn .card-text,
.cid-u7agPqGLMn .mbr-section-btn {
  color: #ffffff;
}
.cid-u7agPqGLMn .card-subtitle DIV {
  text-align: center;
}
.cid-u7agPrCHcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7agPrCHcp::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7agPrCHcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPrCHcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7agPrCHcp .container {
    padding: 0 16px;
  }
}
.cid-u7agPrCHcp .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7agPrCHcp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7agPrCHcp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7agPrCHcp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7agPrCHcp .mbr-text {
  color: #000000;
}
.cid-u7agPsnvEI {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u7agPsnvEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPsnvEI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u7agPsnvEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7agPsnvEI h1 {
  max-width: 800px;
}
.cid-u7agPsnvEI p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u7agPsnvEI .btn:hover {
  transform: scale(1.1);
  background: #000d20 !important;
  border-color: #000d20 !important;
  color: #04dbec !important;
}
.cid-u7agPsnvEI .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u7agPsnvEI .btn div {
  overflow: hidden;
}
.cid-u7agPsnvEI .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u7agPsnvEI {
    align-items: center;
  }
  .cid-u7agPsnvEI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7agPsnvEI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7agPsnvEI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7agPsnvEI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7agPsnvEI .content-wrap {
    width: 100%;
  }
}
.cid-u7agPsnvEI .mbr-section-subtitle,
.cid-u7agPsnvEI .line {
  color: #291f1e;
}
.cid-u7agPsnvEI .mbr-text,
.cid-u7agPsnvEI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7agPsnvEI .mbr-section-title {
  color: #291f1e;
}
.cid-u7agPtequK {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7agPtequK .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u7agPtequK .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u7agPtequK .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u7agPtequK .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7agPtequK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPtequK .btn_link:hover {
  cursor: pointer;
}
.cid-u7agPtequK .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7agPtequK .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u7agPtequK .mbr-section-title {
  margin-bottom: 36px;
  color: #000d20;
}
.cid-u7agPtequK .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-u7agPtequK .column2 {
    margin-top: 100px;
  }
}
.cid-u7agPtequK .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #f6fbff;
}
.cid-u7agPtequK .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-u7agPtequK .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-u7agPtequK .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-u7agPtequK .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(4, 219, 236, 0.4);
  background: -webkit-linear-gradient(40deg, #04dbec 0%, rgba(4, 219, 236, 0.3) 100%);
}
.cid-u7agPtequK .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(17, 255, 136, 0.4);
  background: -webkit-linear-gradient(40deg, #11ff88 0%, rgba(17, 255, 136, 0.3) 100%);
}
.cid-u7agPtequK .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(204, 68, 131, 0.4);
  background: -webkit-linear-gradient(40deg, #cc4483 0%, rgba(204, 68, 131, 0.3) 100%);
}
.cid-u7agPtequK .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(245, 114, 13, 0.4);
  background: -webkit-linear-gradient(40deg, #f5720d 0%, rgba(245, 114, 13, 0.3) 100%);
}
.cid-u7agPtequK .card__title {
  margin-bottom: 15px;
  color: #000d20;
}
.cid-u7agPtequK .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u7agPtequK .title__block {
    text-align: center;
  }
  .cid-u7agPtequK .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-u7agPtequK .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-u7agPtequK .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-u7agPtequK .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-u7agPtequK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPtequK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7agPtequK .mbr-text,
.cid-u7agPtequK .btn_link {
  color: #000000;
  text-align: center;
}
.cid-u7agPtequK .mbr-section-title,
.cid-u7agPtequK .icon_block {
  text-align: center;
}
.cid-u7agPu8gvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-u7agPu8gvU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7agPu8gvU .mbr-section-title {
  margin-bottom: 20px;
  color: #000d20;
}
.cid-u7agPu8gvU .mbr-text {
  margin-bottom: 50px;
}
.cid-u7agPu8gvU .card_wrap {
  margin-bottom: 20px;
}
.cid-u7agPu8gvU .item:nth-child(1) .icon_block svg polygon {
  fill: #fef2e9;
}
.cid-u7agPu8gvU .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-u7agPu8gvU .item:nth-child(2) .icon_block svg polygon {
  fill: #f6dce8;
}
.cid-u7agPu8gvU .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-u7agPu8gvU .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-u7agPu8gvU .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-u7agPu8gvU .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-u7agPu8gvU .card_title {
  margin-bottom: 18px;
  color: #000d20;
}
.cid-u7agPu8gvU .card_text {
  margin-bottom: 0;
  color: #28395a;
}
.cid-u7agPu8gvU .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7agPu8gvU .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u7agPu8gvU .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-u7agPu8gvU .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-u7agPu8gvU .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-u7agPu8gvU .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-u7agPu8gvU .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7agPu8gvU .text-wrapper {
    text-align: center;
  }
  .cid-u7agPu8gvU .card_wrap {
    margin-bottom: 20px;
  }
  .cid-u7agPu8gvU .icon_block {
    margin-bottom: 20px;
  }
  .cid-u7agPu8gvU .card_title {
    margin-bottom: 10px;
  }
  .cid-u7agPu8gvU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7agPu8gvU .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-u7agPu8gvU .mbr-text,
.cid-u7agPu8gvU .mbr-section-btn {
  color: #000000;
}
.cid-u7agPuZ4eV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7agPuZ4eV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u7agPuZ4eV .panel-group {
  border: none;
}
.cid-u7agPuZ4eV .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u7agPuZ4eV .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u7agPuZ4eV .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7agPuZ4eV .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u7agPuZ4eV .img-col {
  padding: 0;
}
.cid-u7agPuZ4eV .img-item {
  height: 100%;
}
.cid-u7agPuZ4eV img {
  height: 100%;
  object-fit: cover;
}
.cid-u7agPuZ4eV .collapsed span {
  transform: rotate(0deg);
}
.cid-u7agPuZ4eV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7agPuZ4eV p {
  margin-bottom: 0.3rem;
}
.cid-u7agPuZ4eV .panel-title-edit {
  color: #e9c0e9;
}
.cid-u7agPuZ4eV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u7agPuZ4eV .card {
  background: #6a7c92;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7agPuZ4eV .card {
    padding: 1.5rem;
  }
}
.cid-u7agPuZ4eV .panel-text {
  color: #320707;
}
.cid-u7agPuZ4eV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u7agPuZ4eV .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u7agPuZ4eV .panel-title-edit,
.cid-u7agPuZ4eV .mbr-iconfont {
  color: #000000;
}
.cid-u7agPw2Zkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7agPw2Zkq::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7agPw2Zkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPw2Zkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7agPw2Zkq .container {
    padding: 0 16px;
  }
}
.cid-u7agPw2Zkq .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7agPw2Zkq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7agPw2Zkq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7agPw2Zkq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7agPw2Zkq .mbr-text {
  color: #000000;
}
.cid-u7agPxsS8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7agPxsS8h span {
  color: #c1c1c1;
}
.cid-u7agPxsS8h .mbr-text {
  padding-left: 1.5rem;
}
.cid-u7agPxsS8h .mbr-section-title {
  padding-left: 1.5px;
}
.cid-u7agPxsS8h .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-u7agPxsS8h H1 {
  text-align: left;
  color: #000000;
}
.cid-u7agPxsS8h .mbr-text,
.cid-u7agPxsS8h .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7agPybr8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-u7agPybr8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPybr8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7agPybr8U .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7agPybr8U .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7agPybr8U .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7agPybr8U .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7agPybr8U .container {
    padding: 0 14px;
  }
}
.cid-u7agPybr8U .row {
  justify-content: center;
}
.cid-u7agPybr8U .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7agPybr8U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7agPybr8U .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-u7agPybr8U .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-u7agPybr8U .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u7agPybr8U .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-u7agPybr8U .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7agPybr8U .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-u7agPybr8U .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7agPybr8U .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-u7agPybr8U .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7agPybr8U .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-u7agPybr8U .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-u7agPybr8U .mbr-section-title {
  color: #000d20;
  text-align: center;
}
.cid-u7agPybr8U .panel-title {
  color: #01004c;
}
.cid-u7agPybr8U .panel-text {
  color: #1a1a1a;
}
.cid-u7agPybr8U .panel-title-edit {
  color: #000000;
}
.cid-u7agPyZ0kr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7agPyZ0kr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7agPyZ0kr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7agPyZ0kr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7agPyZ0kr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7agPyZ0kr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7agPyZ0kr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7agPyZ0kr .container {
    padding: 0 16px;
  }
}
.cid-u7agPyZ0kr .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u7agPyZ0kr .google-map iframe {
    height: 350px;
  }
}
.cid-u7agPzKco1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-u7agPzKco1 .footer_col_logo {
  width: 40%;
}
.cid-u7agPzKco1 .footer_col {
  width: 20%;
}
.cid-u7agPzKco1 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-u7agPzKco1 .logo_wrap {
  max-width: 20%;
}
.cid-u7agPzKco1 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u7agPzKco1 .brand_name {
  color: #ffffff;
}
.cid-u7agPzKco1 .contacts {
  margin-top: 46px;
}
.cid-u7agPzKco1 .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u7agPzKco1 .contacts b {
  color: #ffffff;
}
.cid-u7agPzKco1 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u7agPzKco1 .item-wrap {
  line-height: 44px;
}
.cid-u7agPzKco1 .text-white {
  color: #a99fc5 !important;
}
.cid-u7agPzKco1 .text-white:hover {
  color: #ffffff !important;
}
.cid-u7agPzKco1 .item-wrap a,
.cid-u7agPzKco1 .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPzKco1 .item-wrap a:before,
.cid-u7agPzKco1 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7agPzKco1 .item-wrap a:hover::before,
.cid-u7agPzKco1 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7agPzKco1 .form_wrap {
  display: flex;
}
.cid-u7agPzKco1 .mbr-form {
  margin-top: 30px;
}
.cid-u7agPzKco1 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7agPzKco1 .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7agPzKco1 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7agPzKco1 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-u7agPzKco1 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-u7agPzKco1 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u7agPzKco1 .footer_col_logo {
    width: 100%;
  }
  .cid-u7agPzKco1 .footer_col {
    width: 33.3%;
  }
  .cid-u7agPzKco1 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u7agPzKco1 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-u7agPzKco1 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u7agPzKco1 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u7agPzKco1 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u7agPzKco1 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-u7agPzKco1 .mbr-form .form-group {
    width: 100%;
  }
  .cid-u7agPzKco1 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u7agPzKco1 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-u7agPzKco1 .contacts_mail {
  color: #ffffff;
}
.cid-u7agPAXHEk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a7c92;
}
.cid-u7agPAXHEk .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-u7agPAXHEk .text-white {
  color: #a99fc5 !important;
}
.cid-u7agPAXHEk .text-white:hover {
  color: #ffffff !important;
}
.cid-u7agPAXHEk .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7agPAXHEk .foot-menu li {
  padding: 10px;
}
.cid-u7agPAXHEk .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7agPAXHEk .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7agPAXHEk .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7agPAXHEk .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7agPAXHEk .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-u7agPAXHEk .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u7agPAXHEk .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-u7agPAXHEk .social-list a:hover {
  opacity: 1;
}
.cid-u7agPAXHEk .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7agPAXHEk .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u7agPAXHEk .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-u7aCoF1MVE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7aCoF1MVE nav.navbar {
  position: fixed;
}
.cid-u7aCoF1MVE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-u7aCoF1MVE .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-u7aCoF1MVE .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-u7aCoF1MVE .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-u7aCoF1MVE .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-u7aCoF1MVE .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-u7aCoF1MVE .dropdown-item:hover,
.cid-u7aCoF1MVE .dropdown-item:focus {
  background: rgba(4, 219, 236, 0.1) !important;
  color: #04dbec !important;
}
.cid-u7aCoF1MVE .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-u7aCoF1MVE .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-u7aCoF1MVE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-u7aCoF1MVE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-u7aCoF1MVE .nav-link:hover {
  color: #04dbec !important;
}
.cid-u7aCoF1MVE .container {
  display: flex;
  margin: auto;
}
.cid-u7aCoF1MVE .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-u7aCoF1MVE .dropdown-menu,
.cid-u7aCoF1MVE .navbar.opened {
  background: #ffffff !important;
}
.cid-u7aCoF1MVE .nav-item:focus,
.cid-u7aCoF1MVE .nav-link:focus {
  outline: none;
}
.cid-u7aCoF1MVE .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-u7aCoF1MVE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7aCoF1MVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7aCoF1MVE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7aCoF1MVE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7aCoF1MVE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7aCoF1MVE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffffff;
}
.cid-u7aCoF1MVE .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-u7aCoF1MVE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7aCoF1MVE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7aCoF1MVE .navbar.opened {
  transition: all 0.3s;
}
.cid-u7aCoF1MVE .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-u7aCoF1MVE .navbar .navbar-logo img {
  width: auto;
}
.cid-u7aCoF1MVE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-u7aCoF1MVE .navbar.collapsed {
  justify-content: center;
}
.cid-u7aCoF1MVE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7aCoF1MVE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7aCoF1MVE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7aCoF1MVE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7aCoF1MVE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7aCoF1MVE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-u7aCoF1MVE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7aCoF1MVE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u7aCoF1MVE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7aCoF1MVE .navbar .dropdown-menu {
    display: none;
  }
  .cid-u7aCoF1MVE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7aCoF1MVE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7aCoF1MVE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-u7aCoF1MVE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7aCoF1MVE .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-u7aCoF1MVE .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-u7aCoF1MVE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7aCoF1MVE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7aCoF1MVE .navbar .navbar-buttons,
  .cid-u7aCoF1MVE .navbar .icons-menu {
    display: none;
  }
  .cid-u7aCoF1MVE .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-u7aCoF1MVE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7aCoF1MVE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7aCoF1MVE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7aCoF1MVE .dropdown-item.active,
.cid-u7aCoF1MVE .dropdown-item:active {
  background-color: transparent;
}
.cid-u7aCoF1MVE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7aCoF1MVE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7aCoF1MVE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7aCoF1MVE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7aCoF1MVE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7aCoF1MVE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7aCoF1MVE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7aCoF1MVE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7aCoF1MVE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7aCoF1MVE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7aCoF1MVE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7aCoF1MVE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7aCoF1MVE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7aCoF1MVE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7aCoF1MVE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7aCoF1MVE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7aCoF1MVE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7aCoF1MVE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7aCoF1MVE .navbar {
    height: 70px;
  }
  .cid-u7aCoF1MVE .navbar.opened {
    height: auto;
  }
  .cid-u7aCoF1MVE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7aCoGUGUS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6a7c92;
}
.cid-u7aCoGUGUS .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-u7aCoGUGUS .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-u7aCoGUGUS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7aCoGUGUS .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-u7aCoGUGUS .mbr-section-btn {
  display: inline-block;
}
.cid-u7aCoGUGUS .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.cid-u7aCoGUGUS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCoGUGUS .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-u7aCoGUGUS .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #04dbec;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-u7aCoGUGUS .btn_link:hover {
  cursor: pointer;
}
.cid-u7aCoGUGUS .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7aCoGUGUS .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-u7aCoGUGUS .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-u7aCoGUGUS .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-u7aCoGUGUS .head_block {
    order: 1;
    text-align: center;
  }
  .cid-u7aCoGUGUS .image_img {
    margin-bottom: 40px;
  }
  .cid-u7aCoGUGUS .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-u7aCoGUGUS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7aCoGUGUS .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-u7aCoGUGUS .mbr-text,
.cid-u7aCoGUGUS .buttons_wrap {
  color: #ffffff;
}
.cid-u7aCoI2TTN {
  background-color: #6a7c92;
}
.cid-u7aCoI2TTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoI2TTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aCoI2TTN .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #ffffff;
}
.cid-u7aCoI2TTN .container {
  max-width: 1280px;
}
.cid-u7aCoI2TTN .row {
  justify-content: center;
}
.cid-u7aCoI2TTN .mbr-section-title {
  color: #212132;
}
.cid-u7aCoI2TTN .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
  text-align: left;
}
.cid-u7aCoI2TTN .mbr-section-title,
.cid-u7aCoI2TTN .mbr-section-btn {
  color: #000000;
}
.cid-u7aCoISiFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7aCoISiFp::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7aCoISiFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoISiFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7aCoISiFp .container {
    padding: 0 16px;
  }
}
.cid-u7aCoISiFp .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7aCoISiFp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7aCoISiFp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7aCoISiFp .mbr-section-title {
  color: #f1634f;
}
.cid-u7aCoISiFp .mbr-text {
  color: #000000;
}
.cid-u7aCoJG4UG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-u7aCoJG4UG .title_block {
  margin-bottom: 80px;
}
.cid-u7aCoJG4UG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u7aCoJG4UG .mbr-section-title {
  color: #000d20;
}
.cid-u7aCoJG4UG .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCoJG4UG .card_wrapper:hover .card_title {
  color: #04dbec;
}
.cid-u7aCoJG4UG .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-u7aCoJG4UG .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-u7aCoJG4UG .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-u7aCoJG4UG .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-u7aCoJG4UG .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-u7aCoJG4UG .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(4, 219, 236, 0.4);
  background-image: linear-gradient(40deg, #04dbec 0%, #5af0fc 100%);
}
.cid-u7aCoJG4UG .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(17, 255, 136, 0.4);
  background-image: linear-gradient(40deg, #11ff88 0%, #77ffbb 100%);
}
.cid-u7aCoJG4UG .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(245, 114, 13, 0.4);
  background-image: linear-gradient(40deg, #f5720d 0%, #f9ab6f 100%);
}
.cid-u7aCoJG4UG .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(204, 68, 131, 0.4);
  background-image: linear-gradient(40deg, #cc4483 0%, #e294b8 100%);
}
.cid-u7aCoJG4UG .icon_block {
  margin-bottom: 40px;
}
.cid-u7aCoJG4UG .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-u7aCoJG4UG .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-u7aCoJG4UG .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCoJG4UG .card_text {
  margin-bottom: 0;
}
.cid-u7aCoJG4UG .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7aCoJG4UG .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCoJG4UG .card_link:hover {
  cursor: pointer;
}
.cid-u7aCoJG4UG .card_link:hover a {
  color: #04dbec !important;
}
.cid-u7aCoJG4UG .card_link:hover span {
  transform: translatex(5px);
}
.cid-u7aCoJG4UG .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u7aCoJG4UG .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-u7aCoJG4UG .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-u7aCoJG4UG .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #f5720d;
}
.cid-u7aCoJG4UG .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-u7aCoJG4UG .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u7aCoJG4UG .title_block {
    margin-bottom: 15px;
  }
  .cid-u7aCoJG4UG .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-u7aCoJG4UG .card_title {
    margin-bottom: 15px;
  }
  .cid-u7aCoJG4UG .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u7aCoJG4UG .card_title,
.cid-u7aCoJG4UG .icon_block {
  color: #000d20;
}
.cid-u7aCoJG4UG .card_text,
.cid-u7aCoJG4UG .card_link {
  color: #28395a;
}
.cid-u7aCoKZct1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7aCoKZct1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7aCoKZct1 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-u7aCoKZct1 .mbr-text {
  margin-bottom: 30px;
}
.cid-u7aCoKZct1 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-u7aCoKZct1 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-u7aCoKZct1 .iconfont-wrapper svg #grad_1 {
  stop-color: #ed76ad;
}
.cid-u7aCoKZct1 .iconfont-wrapper svg #grad_2 {
  stop-color: #f9d0e3;
}
.cid-u7aCoKZct1 .iconfont-wrapper svg #blur_svg {
  flood-color: #ed76ad;
}
.cid-u7aCoKZct1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-u7aCoKZct1 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7aCoKZct1 .text-wrapper {
    text-align: center;
  }
  .cid-u7aCoKZct1 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7aCoKZct1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u7aCoKZct1 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u7aCoKZct1 .card-title,
.cid-u7aCoKZct1 .icon_block {
  color: #000d20;
}
.cid-u7aCoKZct1 .mbr-text,
.cid-u7aCoKZct1 .mbr-section-btn {
  color: #000000;
}
.cid-u7aCoLUptG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7aCoLUptG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoLUptG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aCoLUptG .card-row {
  align-items: stretch;
}
.cid-u7aCoLUptG .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #6a7c92, #6a7c92);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-u7aCoLUptG .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-u7aCoLUptG .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-u7aCoLUptG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-u7aCoLUptG .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-u7aCoLUptG .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-u7aCoLUptG .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-u7aCoLUptG .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-u7aCoLUptG .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-u7aCoLUptG .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7aCoLUptG .card-text,
.cid-u7aCoLUptG .mbr-section-btn {
  color: #ffffff;
}
.cid-u7aCoLUptG .card-subtitle DIV {
  text-align: center;
}
.cid-u7aCoMSE26 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7aCoMSE26::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7aCoMSE26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoMSE26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7aCoMSE26 .container {
    padding: 0 16px;
  }
}
.cid-u7aCoMSE26 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7aCoMSE26 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7aCoMSE26 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7aCoMSE26 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7aCoMSE26 .mbr-text {
  color: #000000;
}
.cid-u7aCoNAxhI {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u7aCoNAxhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoNAxhI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u7aCoNAxhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aCoNAxhI h1 {
  max-width: 800px;
}
.cid-u7aCoNAxhI p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u7aCoNAxhI .btn:hover {
  transform: scale(1.1);
  background: #000d20 !important;
  border-color: #000d20 !important;
  color: #04dbec !important;
}
.cid-u7aCoNAxhI .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u7aCoNAxhI .btn div {
  overflow: hidden;
}
.cid-u7aCoNAxhI .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u7aCoNAxhI {
    align-items: center;
  }
  .cid-u7aCoNAxhI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7aCoNAxhI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7aCoNAxhI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7aCoNAxhI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7aCoNAxhI .content-wrap {
    width: 100%;
  }
}
.cid-u7aCoNAxhI .mbr-section-subtitle,
.cid-u7aCoNAxhI .line {
  color: #291f1e;
}
.cid-u7aCoNAxhI .mbr-text,
.cid-u7aCoNAxhI .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7aCoNAxhI .mbr-section-title {
  color: #000000;
}
.cid-u7aCoOwqh1 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u7aCoOwqh1 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-u7aCoOwqh1 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-u7aCoOwqh1 .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-u7aCoOwqh1 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-u7aCoOwqh1 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCoOwqh1 .btn_link:hover {
  cursor: pointer;
}
.cid-u7aCoOwqh1 .btn_link:hover a {
  color: #04dbec !important;
}
.cid-u7aCoOwqh1 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-u7aCoOwqh1 .mbr-section-title {
  margin-bottom: 36px;
  color: #000d20;
}
.cid-u7aCoOwqh1 .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-u7aCoOwqh1 .column2 {
    margin-top: 100px;
  }
}
.cid-u7aCoOwqh1 .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #f6fbff;
}
.cid-u7aCoOwqh1 .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-u7aCoOwqh1 .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-u7aCoOwqh1 .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-u7aCoOwqh1 .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(4, 219, 236, 0.4);
  background: -webkit-linear-gradient(40deg, #04dbec 0%, rgba(4, 219, 236, 0.3) 100%);
}
.cid-u7aCoOwqh1 .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(17, 255, 136, 0.4);
  background: -webkit-linear-gradient(40deg, #11ff88 0%, rgba(17, 255, 136, 0.3) 100%);
}
.cid-u7aCoOwqh1 .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(204, 68, 131, 0.4);
  background: -webkit-linear-gradient(40deg, #cc4483 0%, rgba(204, 68, 131, 0.3) 100%);
}
.cid-u7aCoOwqh1 .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(245, 114, 13, 0.4);
  background: -webkit-linear-gradient(40deg, #f5720d 0%, rgba(245, 114, 13, 0.3) 100%);
}
.cid-u7aCoOwqh1 .card__title {
  margin-bottom: 15px;
  color: #000d20;
}
.cid-u7aCoOwqh1 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-u7aCoOwqh1 .title__block {
    text-align: center;
  }
  .cid-u7aCoOwqh1 .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-u7aCoOwqh1 .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-u7aCoOwqh1 .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-u7aCoOwqh1 .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-u7aCoOwqh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoOwqh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aCoOwqh1 .mbr-text,
.cid-u7aCoOwqh1 .btn_link {
  color: #000000;
  text-align: center;
}
.cid-u7aCoOwqh1 .mbr-section-title,
.cid-u7aCoOwqh1 .icon_block {
  text-align: center;
}
.cid-u7aCoQGo0K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-u7aCoQGo0K .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7aCoQGo0K .mbr-section-title {
  margin-bottom: 20px;
  color: #000d20;
}
.cid-u7aCoQGo0K .mbr-text {
  margin-bottom: 50px;
}
.cid-u7aCoQGo0K .card_wrap {
  margin-bottom: 20px;
}
.cid-u7aCoQGo0K .item:nth-child(1) .icon_block svg polygon {
  fill: #fef2e9;
}
.cid-u7aCoQGo0K .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-u7aCoQGo0K .item:nth-child(2) .icon_block svg polygon {
  fill: #f6dce8;
}
.cid-u7aCoQGo0K .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-u7aCoQGo0K .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-u7aCoQGo0K .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-u7aCoQGo0K .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-u7aCoQGo0K .card_title {
  margin-bottom: 18px;
  color: #000d20;
}
.cid-u7aCoQGo0K .card_text {
  margin-bottom: 0;
  color: #28395a;
}
.cid-u7aCoQGo0K .mbr-section-btn {
  margin-top: 30px;
}
.cid-u7aCoQGo0K .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-u7aCoQGo0K .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #11ff88;
  border-radius: 50%;
}
.cid-u7aCoQGo0K .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-u7aCoQGo0K .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-u7aCoQGo0K .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-u7aCoQGo0K .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7aCoQGo0K .text-wrapper {
    text-align: center;
  }
  .cid-u7aCoQGo0K .card_wrap {
    margin-bottom: 20px;
  }
  .cid-u7aCoQGo0K .icon_block {
    margin-bottom: 20px;
  }
  .cid-u7aCoQGo0K .card_title {
    margin-bottom: 10px;
  }
  .cid-u7aCoQGo0K .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-u7aCoQGo0K .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-u7aCoQGo0K .mbr-text,
.cid-u7aCoQGo0K .mbr-section-btn {
  color: #000000;
}
.cid-u7aCoSjPOM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7aCoSjPOM .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u7aCoSjPOM .panel-group {
  border: none;
}
.cid-u7aCoSjPOM .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u7aCoSjPOM .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u7aCoSjPOM .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u7aCoSjPOM .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u7aCoSjPOM .img-col {
  padding: 0;
}
.cid-u7aCoSjPOM .img-item {
  height: 100%;
}
.cid-u7aCoSjPOM img {
  height: 100%;
  object-fit: cover;
}
.cid-u7aCoSjPOM .collapsed span {
  transform: rotate(0deg);
}
.cid-u7aCoSjPOM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7aCoSjPOM p {
  margin-bottom: 0.3rem;
}
.cid-u7aCoSjPOM .panel-title-edit {
  color: #e9c0e9;
}
.cid-u7aCoSjPOM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u7aCoSjPOM .card {
  background: #6a7c92;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7aCoSjPOM .card {
    padding: 1.5rem;
  }
}
.cid-u7aCoSjPOM .panel-text {
  color: #320707;
}
.cid-u7aCoSjPOM .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u7aCoSjPOM .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u7aCoSjPOM .panel-title-edit,
.cid-u7aCoSjPOM .mbr-iconfont {
  color: #000000;
}
.cid-u7aCoUBhNz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u7aCoUBhNz::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-u7aCoUBhNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoUBhNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7aCoUBhNz .container {
    padding: 0 16px;
  }
}
.cid-u7aCoUBhNz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u7aCoUBhNz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u7aCoUBhNz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7aCoUBhNz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u7aCoUBhNz .mbr-text {
  color: #000000;
}
.cid-u7aCoX0a2w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7aCoX0a2w span {
  color: #c1c1c1;
}
.cid-u7aCoX0a2w .mbr-text {
  padding-left: 1.5rem;
}
.cid-u7aCoX0a2w .mbr-section-title {
  padding-left: 1.5px;
}
.cid-u7aCoX0a2w .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-u7aCoX0a2w H1 {
  text-align: left;
  color: #000000;
}
.cid-u7aCoX0a2w .mbr-text,
.cid-u7aCoX0a2w .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u7aCoYU61O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-u7aCoYU61O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCoYU61O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aCoYU61O .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u7aCoYU61O .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7aCoYU61O .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u7aCoYU61O .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u7aCoYU61O .container {
    padding: 0 14px;
  }
}
.cid-u7aCoYU61O .row {
  justify-content: center;
}
.cid-u7aCoYU61O .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u7aCoYU61O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7aCoYU61O .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-u7aCoYU61O .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-u7aCoYU61O .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-u7aCoYU61O .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-u7aCoYU61O .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u7aCoYU61O .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-u7aCoYU61O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u7aCoYU61O .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-u7aCoYU61O .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u7aCoYU61O .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-u7aCoYU61O .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-u7aCoYU61O .mbr-section-title {
  color: #000d20;
  text-align: center;
}
.cid-u7aCoYU61O .panel-title {
  color: #01004c;
}
.cid-u7aCoYU61O .panel-text {
  color: #1a1a1a;
}
.cid-u7aCoYU61O .panel-title-edit {
  color: #000000;
}
.cid-u7aCp089yd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7aCp089yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7aCp089yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7aCp089yd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7aCp089yd .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7aCp089yd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u7aCp089yd .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u7aCp089yd .container {
    padding: 0 16px;
  }
}
.cid-u7aCp089yd .google-map iframe {
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u7aCp089yd .google-map iframe {
    height: 350px;
  }
}
.cid-u7aCp13C32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a7c92;
}
.cid-u7aCp13C32 .footer_col_logo {
  width: 40%;
}
.cid-u7aCp13C32 .footer_col {
  width: 20%;
}
.cid-u7aCp13C32 .list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #f6fbff;
}
.cid-u7aCp13C32 .logo_wrap {
  max-width: 20%;
}
.cid-u7aCp13C32 .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-u7aCp13C32 .brand_name {
  color: #ffffff;
}
.cid-u7aCp13C32 .contacts {
  margin-top: 46px;
}
.cid-u7aCp13C32 .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-u7aCp13C32 .contacts b {
  color: #ffffff;
}
.cid-u7aCp13C32 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-u7aCp13C32 .item-wrap {
  line-height: 44px;
}
.cid-u7aCp13C32 .text-white {
  color: #a99fc5 !important;
}
.cid-u7aCp13C32 .text-white:hover {
  color: #ffffff !important;
}
.cid-u7aCp13C32 .item-wrap a,
.cid-u7aCp13C32 .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCp13C32 .item-wrap a:before,
.cid-u7aCp13C32 .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7aCp13C32 .item-wrap a:hover::before,
.cid-u7aCp13C32 .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7aCp13C32 .form_wrap {
  display: flex;
}
.cid-u7aCp13C32 .mbr-form {
  margin-top: 30px;
}
.cid-u7aCp13C32 .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7aCp13C32 .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7aCp13C32 input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-u7aCp13C32 .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-u7aCp13C32 .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-u7aCp13C32 .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-u7aCp13C32 .footer_col_logo {
    width: 100%;
  }
  .cid-u7aCp13C32 .footer_col {
    width: 33.3%;
  }
  .cid-u7aCp13C32 .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-u7aCp13C32 .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-u7aCp13C32 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-u7aCp13C32 .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-u7aCp13C32 .row {
    justify-content: center;
    text-align: center;
  }
  .cid-u7aCp13C32 .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-u7aCp13C32 .mbr-form .form-group {
    width: 100%;
  }
  .cid-u7aCp13C32 .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-u7aCp13C32 .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-u7aCp13C32 .contacts_mail {
  color: #ffffff;
}
.cid-u7aCp2gZrm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a7c92;
}
.cid-u7aCp2gZrm .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-u7aCp2gZrm .text-white {
  color: #a99fc5 !important;
}
.cid-u7aCp2gZrm .text-white:hover {
  color: #ffffff !important;
}
.cid-u7aCp2gZrm .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7aCp2gZrm .foot-menu li {
  padding: 10px;
}
.cid-u7aCp2gZrm .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u7aCp2gZrm .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-u7aCp2gZrm .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-u7aCp2gZrm .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u7aCp2gZrm .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-u7aCp2gZrm .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-u7aCp2gZrm .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-u7aCp2gZrm .social-list a:hover {
  opacity: 1;
}
.cid-u7aCp2gZrm .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7aCp2gZrm .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-u7aCp2gZrm .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
