.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Radio Canada Big;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 4.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.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.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3d7bf6 !important;
}
.bg-success {
  background-color: #f7e8f4 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #080674 !important;
}
.bg-danger {
  background-color: #f5a11b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d7bf6 !important;
  border-color: #3d7bf6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6e9cf8 !important;
  border-color: #6e9cf8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6e9cf8 !important;
  border-color: #6e9cf8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f80909 !important;
  border-color: #f80909 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f93b3b !important;
  border-color: #f93b3b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f93b3b !important;
  border-color: #f93b3b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e8f4 !important;
  border-color: #f7e8f4 !important;
  color: #a63a91 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a63a91 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #080674 !important;
  border-color: #080674 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #0b09a4 !important;
  border-color: #0b09a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0b09a4 !important;
  border-color: #0b09a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5a11b !important;
  border-color: #f5a11b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f7b54c !important;
  border-color: #f7b54c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f7b54c !important;
  border-color: #f7b54c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3d7bf6;
  color: #3d7bf6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a4dd3 !important;
  background-color: transparent !important;
  border-color: #0a4dd3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d7bf6 !important;
  border-color: #3d7bf6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f80909;
  color: #f80909;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a60505 !important;
  background-color: transparent !important;
  border-color: #a60505 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f80909 !important;
  border-color: #f80909 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7e8f4;
  color: #f7e8f4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e1a8d5 !important;
  background-color: transparent !important;
  border-color: #e1a8d5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a63a91 !important;
  background-color: #f7e8f4 !important;
  border-color: #f7e8f4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #080674;
  color: #080674;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #020222 !important;
  background-color: transparent !important;
  border-color: #020222 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #080674 !important;
  border-color: #080674 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f5a11b;
  color: #f5a11b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b27008 !important;
  background-color: transparent !important;
  border-color: #b27008 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a11b !important;
  border-color: #f5a11b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3d7bf6 !important;
}
.text-secondary {
  color: #f80909 !important;
}
.text-success {
  color: #f7e8f4 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #080674 !important;
}
.text-danger {
  color: #f5a11b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0948c4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #970404 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd9cd0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #010113 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a36707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3d7bf6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #080674;
}
.alert-danger {
  background-color: #f5a11b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d7bf6;
  border-color: #3d7bf6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3d7bf6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #100ced;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef2de;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3d7bf6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #3d7bf6;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d7bf6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3d7bf6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d7bf6;
  border-bottom-color: #3d7bf6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3d7bf6 !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: #f80909 !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='%233d7bf6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 20px 64px;
  border-radius: 900px !important;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 32px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.content-wrap,
.desc-wrap {
  border-radius: 30px !important;
}
.nav-link {
  border-radius: 900px;
}
.cid-uuHvDrfgvP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuHvDrfgvP nav.navbar {
  position: fixed;
}
.cid-uuHvDrfgvP .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uuHvDrfgvP .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuHvDrfgvP .wrapper {
    flex-direction: column;
  }
}
.cid-uuHvDrfgvP .nav-link {
  position: relative;
}
.cid-uuHvDrfgvP .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uuHvDrfgvP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuHvDrfgvP .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uuHvDrfgvP .dropdown-item:hover,
.cid-uuHvDrfgvP .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uuHvDrfgvP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuHvDrfgvP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuHvDrfgvP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uuHvDrfgvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuHvDrfgvP .container {
  display: flex;
  margin: auto;
}
.cid-uuHvDrfgvP .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uuHvDrfgvP .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uuHvDrfgvP .nav-item:focus,
.cid-uuHvDrfgvP .nav-link:focus {
  outline: none;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuHvDrfgvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuHvDrfgvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuHvDrfgvP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuHvDrfgvP .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uuHvDrfgvP .navbar.opened {
  transition: all .3s;
}
.cid-uuHvDrfgvP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uuHvDrfgvP .navbar .navbar-logo img {
  width: auto;
}
.cid-uuHvDrfgvP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuHvDrfgvP .navbar.collapsed {
  justify-content: center;
}
.cid-uuHvDrfgvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuHvDrfgvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuHvDrfgvP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuHvDrfgvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uuHvDrfgvP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uuHvDrfgvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuHvDrfgvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuHvDrfgvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuHvDrfgvP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuHvDrfgvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuHvDrfgvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuHvDrfgvP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uuHvDrfgvP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuHvDrfgvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuHvDrfgvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uuHvDrfgvP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuHvDrfgvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuHvDrfgvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuHvDrfgvP .dropdown-item.active,
.cid-uuHvDrfgvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uuHvDrfgvP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuHvDrfgvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuHvDrfgvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuHvDrfgvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uuHvDrfgvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuHvDrfgvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuHvDrfgvP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuHvDrfgvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuHvDrfgvP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuHvDrfgvP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuHvDrfgvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuHvDrfgvP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuHvDrfgvP .navbar {
    height: 70px;
  }
  .cid-uuHvDrfgvP .navbar.opened {
    height: auto;
  }
  .cid-uuHvDrfgvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuBpw4kYAe {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/sorvete-soft-01-rs-1200x620.jpg");
}
.cid-uuBpw4kYAe .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uuBpw4kYAe .decor-wrap {
    width: 100%;
  }
}
.cid-uuBpw4kYAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuBpw4kYAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuBpw4kYAe .row {
  position: relative;
  z-index: 1;
}
.cid-uuBpw4kYAe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uuBpw4kYAe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uuBpw4kYAe .mbr-section-title {
  color: #212529;
}
.cid-uuBpw4kYAe .mbr-text {
  color: #51565c;
}
.cid-uuGjJfmJ97 {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uuGjJfmJ97 .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uuGjJfmJ97 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uuGjJfmJ97 .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ebebeb;
  z-index: 1;
}
.cid-uuGjJfmJ97 .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-uuGjJfmJ97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuGjJfmJ97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuGjJfmJ97 .row {
  position: relative;
  z-index: 2;
}
.cid-uuGjJfmJ97 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uuGjJfmJ97 .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uuGjJfmJ97 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uuGjJfmJ97 .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uuGjJfmJ97 .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uuGjJfmJ97 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuGjJfmJ97 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uuGjJfmJ97 .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uuGjJfmJ97 .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuGjJfmJ97 .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uuGjJfmJ97 .mbr-section-title {
  color: #212529;
}
.cid-uuGjJfmJ97 .mbr-text {
  color: #51565c;
}
.cid-uefW9mGQts {
  position: relative;
  overflow: hidden;
  background-color: #fff5e5;
}
.cid-uefW9mGQts .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #d6e4ff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uefW9mGQts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefW9mGQts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefW9mGQts .row {
  position: relative;
  z-index: 1;
}
.cid-uefW9mGQts .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefW9mGQts .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uefW9mGQts .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .image-wrapper img {
    height: 350px;
  }
}
.cid-uefW9mGQts .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uefW9mGQts .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uefW9mGQts .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uefW9mGQts .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uefW9mGQts .mbr-text {
  color: #51565c;
}
.cid-uefW9mGQts .mbr-desc {
  color: #51565c;
}
.cid-uefWcNNRbv {
  background-color: #f4f4f2;
}
.cid-uefWcNNRbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWcNNRbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWcNNRbv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWcNNRbv .items-wrapper {
  margin: 0 -10px;
}
.cid-uefWcNNRbv .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item {
    margin-bottom: 16px;
  }
}
.cid-uefWcNNRbv .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uefWcNNRbv .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uefWcNNRbv .item:hover .item-wrapper .item-content .item-img,
.cid-uefWcNNRbv .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uefWcNNRbv .item:nth-child(2n) .item-wrapper {
  background-color: #bbbbbb;
}
.cid-uefWcNNRbv .item:nth-child(3n) .item-wrapper {
  background-color: #080674;
}
.cid-uefWcNNRbv .item:nth-child(4n) .item-wrapper {
  background-color: #bbbbbb;
}
.cid-uefWcNNRbv .item:nth-child(6n) .item-wrapper {
  background-color: #bbbbbb;
}
.cid-uefWcNNRbv .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #080674;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-content {
  position: relative;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uefWcNNRbv .mbr-section-title {
  color: #212529;
}
.cid-uefWcNNRbv .panel-title-edit {
  color: #212529;
}
.cid-uefWcNNRbv .panel-text {
  color: #51565c;
}
.cid-uefWcNNRbv .item-title {
  color: #ffffff;
}
.cid-uefWcNNRbv .item-text {
  color: #ffffff;
}
.cid-uefWinSbCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uefWinSbCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWinSbCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWinSbCp .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uefWinSbCp .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uefWinSbCp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uefWinSbCp .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uefWinSbCp .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uefWinSbCp .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uefWinSbCp .mbr-section-title {
  color: #212529;
}
.cid-uefWinSbCp .mbr-desc {
  color: #212529;
}
.cid-uefWinSbCp .mbr-section-title,
.cid-uefWinSbCp .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uefWwwxa8H {
  background-image: url("../../../assets/images/sorvete-soft-ia-1-1024x1024.png");
}
.cid-uefWwwxa8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWwwxa8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWwwxa8H .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uefWwwxa8H .image-wrap {
    height: 400px;
  }
}
.cid-uefWx1j0Lc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uefWx1j0Lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWx1j0Lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWx1j0Lc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uefWx1j0Lc .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uefWx1j0Lc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWx1j0Lc .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uefWx1j0Lc .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uefWx1j0Lc .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uefWx1j0Lc .google-map iframe {
    height: 350px;
  }
}
.cid-uefWx1j0Lc .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uefWx1j0Lc .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uefWx1j0Lc .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uefWx1j0Lc .card {
  justify-content: center;
}
.cid-uefWx1j0Lc .mbr-section-title {
  color: #212529;
}
.cid-uefWx1j0Lc .mbr-desc {
  color: #51565c;
}
.cid-uefWx1j0Lc .mbr-address {
  color: #212529;
}
.cid-uefWx1j0Lc .list {
  color: #212529;
}
.cid-uefWx1j0Lc .list,
.cid-uefWx1j0Lc .item-wrap {
  color: #ff8576;
}
.cid-uuHqw85vGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uuHqw85vGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuHqw85vGF .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-uuHqw85vGF .container {
    padding: 0 30px;
  }
}
.cid-uuHqw85vGF .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuHqw85vGF .row {
    padding-bottom: 50px;
  }
}
.cid-uuHqw85vGF .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuHqw85vGF .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uuHqw85vGF .card {
  justify-content: center;
}
.cid-uuHqw85vGF .title-wrapper {
  margin-bottom: 20px;
}
.cid-uuHqw85vGF .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uuHqw85vGF .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uuHqw85vGF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuHqw85vGF .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uuHqw85vGF .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap:hover::before,
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uuHqw85vGF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uuHqw85vGF .mbr-section-title {
  color: #144031;
}
.cid-uuHqw85vGF .list {
  color: #144031;
}
.cid-uuHqw85vGF .mbr-section-title,
.cid-uuHqw85vGF .title-wrapper {
  color: #0038e7;
}
.cid-uuHqw85vGF .list,
.cid-uuHqw85vGF .item-wrap {
  color: #0038e7;
}
.cid-umXCo4cIdn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/foic-nzicblog1-1500x754.jpg");
}
.cid-umXCo4cIdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-umXCo4cIdn .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-umXCo4cIdn .container {
    padding: 0 15px;
  }
}
.cid-umXCo4cIdn .row {
  justify-content: center;
}
.cid-umXCo4cIdn .content-wrapper {
  padding: 92px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-umXCo4cIdn .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-umXCo4cIdn .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-umXCo4cIdn .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-umXCo4cIdn .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-umXCo4cIdn .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-umXCo4cIdn .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-umXCo4cIdn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-umXCo4cIdn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umXCo4cIdn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-umXCo4cIdn .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-umXCo4cIdn .content-wrapper .countdown-cont {
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .cid-umXCo4cIdn .countdown.countdown-inited .row .col-3 {
    padding: 0 10px;
  }
}
.cid-umXCo4cIdn .number-wrap {
  color: #ffb849;
  text-align: center;
}
.cid-umXCo4cIdn .number {
  color: #fe75e8;
}
.cid-umXCo4cIdn .period {
  display: block;
}
.cid-umXCo4cIdn .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-umXCo4cIdn .period {
    font-size: 0.8rem;
  }
}
.cid-umXCo4cIdn .mbr-section-title {
  color: #ffffff;
}
.cid-umXCo4cIdn .mbr-section-subtitle {
  color: #f5a11b;
  text-align: center;
}
.cid-umXCo4cIdn .mbr-section-title,
.cid-umXCo4cIdn .mbr-section-btn {
  text-align: center;
}
.cid-umXvmOuUMh {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-umXvmOuUMh input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-umXvmOuUMh input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-umXvmOuUMh .btn,
.cid-umXvmOuUMh .wrapper {
  border-radius: 2rem !important;
}
.cid-umXvmOuUMh .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-umXvmOuUMh .btn {
    width: 100%;
  }
}
.cid-umXvmOuUMh .btn:hover,
.cid-umXvmOuUMh .btn:focus {
  transform: none !important;
}
.cid-umXvmOuUMh .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-umXvmOuUMh .social-row {
    justify-content: center;
  }
}
.cid-umXvmOuUMh .soc-item {
  margin: 8px;
}
.cid-umXvmOuUMh .soc-item a:hover .mbr-iconfont,
.cid-umXvmOuUMh .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
  transform: scale(1.1);
}
.cid-umXvmOuUMh .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #c4d6b0;
  color: #291f1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-umXvmOuUMh .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-umXvmOuUMh .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-umXvmOuUMh .mbr-section-btn {
    width: 100%;
  }
}
.cid-umXvmOuUMh .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-umXvmOuUMh .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-umXvmOuUMh .form-group {
  margin: 0;
}
.cid-umXvmOuUMh .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-umXvmOuUMh .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-umXvmOuUMh .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-umXvmOuUMh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umXvmOuUMh .justify-content-center {
  align-items: center;
}
.cid-umXvmOuUMh .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-umXvmOuUMh .mbr-section-title,
.cid-umXvmOuUMh .mbr-section-title2 {
  color: #fffcee;
}
@media (max-width: 767px) {
  .cid-umXvmOuUMh .mbr-section-title,
  .cid-umXvmOuUMh .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uuHqw85vGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uuHqw85vGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuHqw85vGF .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-uuHqw85vGF .container {
    padding: 0 30px;
  }
}
.cid-uuHqw85vGF .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuHqw85vGF .row {
    padding-bottom: 50px;
  }
}
.cid-uuHqw85vGF .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuHqw85vGF .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uuHqw85vGF .card {
  justify-content: center;
}
.cid-uuHqw85vGF .title-wrapper {
  margin-bottom: 20px;
}
.cid-uuHqw85vGF .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uuHqw85vGF .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uuHqw85vGF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuHqw85vGF .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uuHqw85vGF .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap:hover::before,
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuHqw85vGF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uuHqw85vGF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uuHqw85vGF .mbr-section-title {
  color: #144031;
}
.cid-uuHqw85vGF .list {
  color: #144031;
}
.cid-uuHqw85vGF .mbr-section-title,
.cid-uuHqw85vGF .title-wrapper {
  color: #0038e7;
}
.cid-uuHqw85vGF .list,
.cid-uuHqw85vGF .item-wrap {
  color: #0038e7;
}
.cid-uuHvDrfgvP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuHvDrfgvP nav.navbar {
  position: fixed;
}
.cid-uuHvDrfgvP .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uuHvDrfgvP .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuHvDrfgvP .wrapper {
    flex-direction: column;
  }
}
.cid-uuHvDrfgvP .nav-link {
  position: relative;
}
.cid-uuHvDrfgvP .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uuHvDrfgvP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuHvDrfgvP .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uuHvDrfgvP .dropdown-item:hover,
.cid-uuHvDrfgvP .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uuHvDrfgvP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuHvDrfgvP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuHvDrfgvP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uuHvDrfgvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuHvDrfgvP .container {
  display: flex;
  margin: auto;
}
.cid-uuHvDrfgvP .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uuHvDrfgvP .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uuHvDrfgvP .nav-item:focus,
.cid-uuHvDrfgvP .nav-link:focus {
  outline: none;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uuHvDrfgvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuHvDrfgvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuHvDrfgvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuHvDrfgvP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuHvDrfgvP .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uuHvDrfgvP .navbar.opened {
  transition: all .3s;
}
.cid-uuHvDrfgvP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uuHvDrfgvP .navbar .navbar-logo img {
  width: auto;
}
.cid-uuHvDrfgvP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuHvDrfgvP .navbar.collapsed {
  justify-content: center;
}
.cid-uuHvDrfgvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuHvDrfgvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuHvDrfgvP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuHvDrfgvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuHvDrfgvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uuHvDrfgvP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uuHvDrfgvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuHvDrfgvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuHvDrfgvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuHvDrfgvP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuHvDrfgvP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuHvDrfgvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuHvDrfgvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuHvDrfgvP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uuHvDrfgvP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuHvDrfgvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuHvDrfgvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uuHvDrfgvP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuHvDrfgvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuHvDrfgvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuHvDrfgvP .dropdown-item.active,
.cid-uuHvDrfgvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uuHvDrfgvP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuHvDrfgvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuHvDrfgvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuHvDrfgvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uuHvDrfgvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuHvDrfgvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuHvDrfgvP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuHvDrfgvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuHvDrfgvP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuHvDrfgvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuHvDrfgvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuHvDrfgvP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuHvDrfgvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuHvDrfgvP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuHvDrfgvP .navbar {
    height: 70px;
  }
  .cid-uuHvDrfgvP .navbar.opened {
    height: auto;
  }
  .cid-uuHvDrfgvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuHC9mRDGV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuHC9mRDGV nav.navbar {
  position: fixed;
}
.cid-uuHC9mRDGV .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uuHC9mRDGV .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uuHC9mRDGV .wrapper {
    flex-direction: column;
  }
}
.cid-uuHC9mRDGV .nav-link {
  position: relative;
}
.cid-uuHC9mRDGV .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uuHC9mRDGV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuHC9mRDGV .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uuHC9mRDGV .dropdown-item:hover,
.cid-uuHC9mRDGV .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uuHC9mRDGV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuHC9mRDGV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuHC9mRDGV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uuHC9mRDGV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuHC9mRDGV .container {
  display: flex;
  margin: auto;
}
.cid-uuHC9mRDGV .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uuHC9mRDGV .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uuHC9mRDGV .nav-item:focus,
.cid-uuHC9mRDGV .nav-link:focus {
  outline: none;
}
.cid-uuHC9mRDGV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuHC9mRDGV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuHC9mRDGV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uuHC9mRDGV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuHC9mRDGV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuHC9mRDGV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuHC9mRDGV .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuHC9mRDGV .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uuHC9mRDGV .navbar.opened {
  transition: all .3s;
}
.cid-uuHC9mRDGV .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uuHC9mRDGV .navbar .navbar-logo img {
  width: auto;
}
.cid-uuHC9mRDGV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uuHC9mRDGV .navbar.collapsed {
  justify-content: center;
}
.cid-uuHC9mRDGV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuHC9mRDGV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuHC9mRDGV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uuHC9mRDGV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuHC9mRDGV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuHC9mRDGV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuHC9mRDGV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuHC9mRDGV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uuHC9mRDGV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uuHC9mRDGV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuHC9mRDGV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuHC9mRDGV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuHC9mRDGV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuHC9mRDGV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuHC9mRDGV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuHC9mRDGV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuHC9mRDGV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuHC9mRDGV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uuHC9mRDGV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuHC9mRDGV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uuHC9mRDGV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuHC9mRDGV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuHC9mRDGV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uuHC9mRDGV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuHC9mRDGV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuHC9mRDGV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuHC9mRDGV .dropdown-item.active,
.cid-uuHC9mRDGV .dropdown-item:active {
  background-color: transparent;
}
.cid-uuHC9mRDGV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuHC9mRDGV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuHC9mRDGV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuHC9mRDGV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uuHC9mRDGV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuHC9mRDGV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuHC9mRDGV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuHC9mRDGV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuHC9mRDGV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uuHC9mRDGV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuHC9mRDGV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuHC9mRDGV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuHC9mRDGV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuHC9mRDGV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuHC9mRDGV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuHC9mRDGV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuHC9mRDGV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuHC9mRDGV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuHC9mRDGV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuHC9mRDGV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuHC9mRDGV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuHC9mRDGV .navbar {
    height: 70px;
  }
  .cid-uuHC9mRDGV .navbar.opened {
    height: auto;
  }
  .cid-uuHC9mRDGV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuHZn4tqzu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uuHZn4tqzu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uuHZn4tqzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuHZn4tqzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuHZn4tqzu .content-wrap {
  margin: 0;
}
.cid-uuHZn4tqzu .content-wrap .card {
  padding: 0;
}
.cid-uuHZn4tqzu .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uuHZn4tqzu .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uuHZn4tqzu .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uuHZn4tqzu .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uuHZn4tqzu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uuHZn4tqzu .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uuHZn4tqzu .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uuHZn4tqzu .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uuHZn4tqzu .image-wrapper {
  height: 100%;
}
.cid-uuHZn4tqzu .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuHZn4tqzu .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uuHZn4tqzu .mbr-section-title {
  color: #150764;
}
.cid-uuHZn4tqzu .mbr-text {
  color: #150764;
}
.cid-uuHCh9PWq7 {
  z-index: 1;
}
.cid-uuHC9saMjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uuHC9saMjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuHC9saMjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuHC9saMjr .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uuHC9saMjr .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uuHC9saMjr .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uuHC9saMjr .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uuHC9saMjr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uuHC9saMjr .content-wrapper .content-wrap .mbr-section-title span {
  color: #3d7bf6;
}
@media (max-width: 992px) {
  .cid-uuHC9saMjr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uuHC9saMjr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uuHC9saMjr .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uuHC9saMjr .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uuHC9saMjr .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuHC9saMjr .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uuHC9saMjr .mbr-section-title {
  color: #212529;
}
.cid-uuHC9saMjr .mbr-desc {
  color: #212529;
}
.cid-uuHC9saMjr .mbr-section-title,
.cid-uuHC9saMjr .mbr-section-btn {
  text-align: left;
  color: #080674;
}
.cid-uuHC9yaOb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uuHC9yaOb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuHC9yaOb8 .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-uuHC9yaOb8 .container {
    padding: 0 30px;
  }
}
.cid-uuHC9yaOb8 .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuHC9yaOb8 .row {
    padding-bottom: 50px;
  }
}
.cid-uuHC9yaOb8 .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uuHC9yaOb8 .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uuHC9yaOb8 .card {
  justify-content: center;
}
.cid-uuHC9yaOb8 .title-wrapper {
  margin-bottom: 20px;
}
.cid-uuHC9yaOb8 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uuHC9yaOb8 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uuHC9yaOb8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuHC9yaOb8 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uuHC9yaOb8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uuHC9yaOb8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uuHC9yaOb8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uuHC9yaOb8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uuHC9yaOb8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uuHC9yaOb8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uuHC9yaOb8 .mbr-section-title {
  color: #144031;
}
.cid-uuHC9yaOb8 .list {
  color: #144031;
}
.cid-uuHC9yaOb8 .mbr-section-title,
.cid-uuHC9yaOb8 .title-wrapper {
  color: #0038e7;
}
.cid-uuHC9yaOb8 .list,
.cid-uuHC9yaOb8 .item-wrap {
  color: #0038e7;
}
.cid-uvyWuoW6sJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvyWuoW6sJ nav.navbar {
  position: fixed;
}
.cid-uvyWuoW6sJ .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uvyWuoW6sJ .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvyWuoW6sJ .wrapper {
    flex-direction: column;
  }
}
.cid-uvyWuoW6sJ .nav-link {
  position: relative;
}
.cid-uvyWuoW6sJ .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uvyWuoW6sJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyWuoW6sJ .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uvyWuoW6sJ .dropdown-item:hover,
.cid-uvyWuoW6sJ .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uvyWuoW6sJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvyWuoW6sJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvyWuoW6sJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uvyWuoW6sJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvyWuoW6sJ .container {
  display: flex;
  margin: auto;
}
.cid-uvyWuoW6sJ .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uvyWuoW6sJ .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uvyWuoW6sJ .nav-item:focus,
.cid-uvyWuoW6sJ .nav-link:focus {
  outline: none;
}
.cid-uvyWuoW6sJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvyWuoW6sJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvyWuoW6sJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uvyWuoW6sJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvyWuoW6sJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvyWuoW6sJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvyWuoW6sJ .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvyWuoW6sJ .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uvyWuoW6sJ .navbar.opened {
  transition: all .3s;
}
.cid-uvyWuoW6sJ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uvyWuoW6sJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvyWuoW6sJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvyWuoW6sJ .navbar.collapsed {
  justify-content: center;
}
.cid-uvyWuoW6sJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvyWuoW6sJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvyWuoW6sJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvyWuoW6sJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvyWuoW6sJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvyWuoW6sJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvyWuoW6sJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvyWuoW6sJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvyWuoW6sJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvyWuoW6sJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvyWuoW6sJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvyWuoW6sJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvyWuoW6sJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvyWuoW6sJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvyWuoW6sJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvyWuoW6sJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvyWuoW6sJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvyWuoW6sJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvyWuoW6sJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvyWuoW6sJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvyWuoW6sJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvyWuoW6sJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvyWuoW6sJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uvyWuoW6sJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvyWuoW6sJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvyWuoW6sJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvyWuoW6sJ .dropdown-item.active,
.cid-uvyWuoW6sJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvyWuoW6sJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvyWuoW6sJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvyWuoW6sJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvyWuoW6sJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvyWuoW6sJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvyWuoW6sJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvyWuoW6sJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvyWuoW6sJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvyWuoW6sJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uvyWuoW6sJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvyWuoW6sJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvyWuoW6sJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvyWuoW6sJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvyWuoW6sJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvyWuoW6sJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvyWuoW6sJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvyWuoW6sJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvyWuoW6sJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvyWuoW6sJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvyWuoW6sJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvyWuoW6sJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvyWuoW6sJ .navbar {
    height: 70px;
  }
  .cid-uvyWuoW6sJ .navbar.opened {
    height: auto;
  }
  .cid-uvyWuoW6sJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvyWPffUSW {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uvyWPffUSW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uvyWPffUSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyWPffUSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyWPffUSW .content-wrap {
  margin: 0;
}
.cid-uvyWPffUSW .content-wrap .card {
  padding: 0;
}
.cid-uvyWPffUSW .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uvyWPffUSW .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvyWPffUSW .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uvyWPffUSW .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uvyWPffUSW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvyWPffUSW .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uvyWPffUSW .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uvyWPffUSW .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvyWPffUSW .image-wrapper {
  height: 100%;
}
.cid-uvyWPffUSW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvyWPffUSW .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvyWPffUSW .mbr-section-title {
  color: #150764;
}
.cid-uvyWPffUSW .mbr-text {
  color: #150764;
}
.cid-uvyYpiyff9 {
  background-color: #f4f4f2;
}
.cid-uvyYpiyff9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyYpiyff9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyYpiyff9 .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .title-wrapper {
    padding: 0;
  }
}
.cid-uvyYpiyff9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvyYpiyff9 .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvyYpiyff9 .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .content-wrapper {
    display: block;
  }
}
.cid-uvyYpiyff9 .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uvyYpiyff9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uvyYpiyff9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uvyYpiyff9 .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvyYpiyff9 .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uvyYpiyff9 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uvyYpiyff9 .mbr-section-title {
  color: #080674;
}
.cid-uvyYpiyff9 .mbr-text {
  color: #51565c;
}
.cid-uvyYpiyff9 .mbr-price {
  color: #080674;
}
.cid-uvyYpiyff9 .mbr-desc {
  color: #0038e7;
}
.cid-uvyWuqD0cp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uvyWuqD0cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyWuqD0cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyWuqD0cp .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvyWuqD0cp .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uvyWuqD0cp .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uvyWuqD0cp .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uvyWuqD0cp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uvyWuqD0cp .content-wrapper .content-wrap .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvyWuqD0cp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uvyWuqD0cp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvyWuqD0cp .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uvyWuqD0cp .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uvyWuqD0cp .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvyWuqD0cp .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uvyWuqD0cp .mbr-section-title {
  color: #212529;
}
.cid-uvyWuqD0cp .mbr-desc {
  color: #212529;
}
.cid-uvyWuqD0cp .mbr-section-title,
.cid-uvyWuqD0cp .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uvyWuqVLYV {
  background-image: url("../../../assets/images/sorvete-soft-ia-1-1024x1024.png");
}
.cid-uvyWuqVLYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyWuqVLYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyWuqVLYV .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvyWuqVLYV .image-wrap {
    height: 400px;
  }
}
.cid-uvyWurdFgw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvyWurdFgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyWurdFgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyWurdFgw .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvyWurdFgw .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvyWurdFgw .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvyWurdFgw .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvyWurdFgw .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uvyWurdFgw .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvyWurdFgw .google-map iframe {
    height: 350px;
  }
}
.cid-uvyWurdFgw .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uvyWurdFgw .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvyWurdFgw .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uvyWurdFgw .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uvyWurdFgw .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvyWurdFgw .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uvyWurdFgw .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uvyWurdFgw .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uvyWurdFgw .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uvyWurdFgw .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uvyWurdFgw .card {
  justify-content: center;
}
.cid-uvyWurdFgw .mbr-section-title {
  color: #212529;
}
.cid-uvyWurdFgw .mbr-desc {
  color: #51565c;
}
.cid-uvyWurdFgw .mbr-address {
  color: #212529;
}
.cid-uvyWurdFgw .list {
  color: #212529;
}
.cid-uvyWurdFgw .list,
.cid-uvyWurdFgw .item-wrap {
  color: #ff8576;
}
.cid-uvyWurDGyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvyWurDGyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyWurDGyf .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-uvyWurDGyf .container {
    padding: 0 30px;
  }
}
.cid-uvyWurDGyf .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvyWurDGyf .row {
    padding-bottom: 50px;
  }
}
.cid-uvyWurDGyf .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvyWurDGyf .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvyWurDGyf .card {
  justify-content: center;
}
.cid-uvyWurDGyf .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvyWurDGyf .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvyWurDGyf .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvyWurDGyf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvyWurDGyf .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvyWurDGyf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvyWurDGyf .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvyWurDGyf .nav-wrapper .list .item-wrap:hover::before,
.cid-uvyWurDGyf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvyWurDGyf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uvyWurDGyf .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uvyWurDGyf .mbr-section-title {
  color: #144031;
}
.cid-uvyWurDGyf .list {
  color: #144031;
}
.cid-uvyWurDGyf .mbr-section-title,
.cid-uvyWurDGyf .title-wrapper {
  color: #0038e7;
}
.cid-uvyWurDGyf .list,
.cid-uvyWurDGyf .item-wrap {
  color: #0038e7;
}
.cid-uvCoNv7fif {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvCoNv7fif nav.navbar {
  position: fixed;
}
.cid-uvCoNv7fif .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uvCoNv7fif .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvCoNv7fif .wrapper {
    flex-direction: column;
  }
}
.cid-uvCoNv7fif .nav-link {
  position: relative;
}
.cid-uvCoNv7fif .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uvCoNv7fif .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCoNv7fif .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uvCoNv7fif .dropdown-item:hover,
.cid-uvCoNv7fif .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uvCoNv7fif .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvCoNv7fif .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvCoNv7fif .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uvCoNv7fif .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvCoNv7fif .container {
  display: flex;
  margin: auto;
}
.cid-uvCoNv7fif .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uvCoNv7fif .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uvCoNv7fif .nav-item:focus,
.cid-uvCoNv7fif .nav-link:focus {
  outline: none;
}
.cid-uvCoNv7fif .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvCoNv7fif .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvCoNv7fif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uvCoNv7fif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCoNv7fif .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvCoNv7fif .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvCoNv7fif .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvCoNv7fif .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uvCoNv7fif .navbar.opened {
  transition: all .3s;
}
.cid-uvCoNv7fif .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uvCoNv7fif .navbar .navbar-logo img {
  width: auto;
}
.cid-uvCoNv7fif .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvCoNv7fif .navbar.collapsed {
  justify-content: center;
}
.cid-uvCoNv7fif .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvCoNv7fif .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvCoNv7fif .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvCoNv7fif .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvCoNv7fif .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvCoNv7fif .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvCoNv7fif .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvCoNv7fif .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvCoNv7fif .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvCoNv7fif .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvCoNv7fif .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvCoNv7fif .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvCoNv7fif .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvCoNv7fif .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvCoNv7fif .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvCoNv7fif .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvCoNv7fif .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvCoNv7fif .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvCoNv7fif .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvCoNv7fif .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvCoNv7fif .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvCoNv7fif .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvCoNv7fif .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uvCoNv7fif .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvCoNv7fif .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvCoNv7fif .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvCoNv7fif .dropdown-item.active,
.cid-uvCoNv7fif .dropdown-item:active {
  background-color: transparent;
}
.cid-uvCoNv7fif .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvCoNv7fif .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvCoNv7fif .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvCoNv7fif .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvCoNv7fif .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvCoNv7fif .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvCoNv7fif ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvCoNv7fif .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvCoNv7fif button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uvCoNv7fif button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvCoNv7fif button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvCoNv7fif button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCoNv7fif button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCoNv7fif button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvCoNv7fif nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCoNv7fif nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvCoNv7fif nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvCoNv7fif nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCoNv7fif .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvCoNv7fif a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvCoNv7fif .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvCoNv7fif .navbar {
    height: 70px;
  }
  .cid-uvCoNv7fif .navbar.opened {
    height: auto;
  }
  .cid-uvCoNv7fif .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvCoNvsMqg {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uvCoNvsMqg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uvCoNvsMqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCoNvsMqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCoNvsMqg .content-wrap {
  margin: 0;
}
.cid-uvCoNvsMqg .content-wrap .card {
  padding: 0;
}
.cid-uvCoNvsMqg .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uvCoNvsMqg .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvCoNvsMqg .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uvCoNvsMqg .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uvCoNvsMqg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvCoNvsMqg .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uvCoNvsMqg .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uvCoNvsMqg .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvCoNvsMqg .image-wrapper {
  height: 100%;
}
.cid-uvCoNvsMqg .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCoNvsMqg .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvCoNvsMqg .mbr-section-title {
  color: #150764;
}
.cid-uvCoNvsMqg .mbr-text {
  color: #150764;
}
.cid-uvCoNvJSgl {
  background-color: #f4f4f2;
}
.cid-uvCoNvJSgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCoNvJSgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCoNvJSgl .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .title-wrapper {
    padding: 0;
  }
}
.cid-uvCoNvJSgl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCoNvJSgl .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCoNvJSgl .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .content-wrapper {
    display: block;
  }
}
.cid-uvCoNvJSgl .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uvCoNvJSgl .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uvCoNvJSgl .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uvCoNvJSgl .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvCoNvJSgl .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uvCoNvJSgl .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uvCoNvJSgl .mbr-section-title {
  color: #080674;
}
.cid-uvCoNvJSgl .mbr-text {
  color: #51565c;
}
.cid-uvCoNvJSgl .mbr-price {
  color: #080674;
}
.cid-uvCoNvJSgl .mbr-desc {
  color: #0038e7;
}
.cid-uvCoNvZnG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uvCoNvZnG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCoNvZnG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCoNvZnG9 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvCoNvZnG9 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uvCoNvZnG9 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uvCoNvZnG9 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uvCoNvZnG9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uvCoNvZnG9 .content-wrapper .content-wrap .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCoNvZnG9 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uvCoNvZnG9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCoNvZnG9 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uvCoNvZnG9 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uvCoNvZnG9 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCoNvZnG9 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uvCoNvZnG9 .mbr-section-title {
  color: #212529;
}
.cid-uvCoNvZnG9 .mbr-desc {
  color: #212529;
}
.cid-uvCoNvZnG9 .mbr-section-title,
.cid-uvCoNvZnG9 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uvCoNwelwv {
  background-image: url("../../../assets/images/sorvete-soft-ia-1-1024x1024.png");
}
.cid-uvCoNwelwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCoNwelwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCoNwelwv .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvCoNwelwv .image-wrap {
    height: 400px;
  }
}
.cid-uvCoNwtzTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvCoNwtzTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCoNwtzTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCoNwtzTu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCoNwtzTu .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCoNwtzTu .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCoNwtzTu .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvCoNwtzTu .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uvCoNwtzTu .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvCoNwtzTu .google-map iframe {
    height: 350px;
  }
}
.cid-uvCoNwtzTu .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uvCoNwtzTu .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCoNwtzTu .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uvCoNwtzTu .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uvCoNwtzTu .card {
  justify-content: center;
}
.cid-uvCoNwtzTu .mbr-section-title {
  color: #212529;
}
.cid-uvCoNwtzTu .mbr-desc {
  color: #51565c;
}
.cid-uvCoNwtzTu .mbr-address {
  color: #212529;
}
.cid-uvCoNwtzTu .list {
  color: #212529;
}
.cid-uvCoNwtzTu .list,
.cid-uvCoNwtzTu .item-wrap {
  color: #ff8576;
}
.cid-uvCoNwQlK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvCoNwQlK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCoNwQlK9 .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-uvCoNwQlK9 .container {
    padding: 0 30px;
  }
}
.cid-uvCoNwQlK9 .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCoNwQlK9 .row {
    padding-bottom: 50px;
  }
}
.cid-uvCoNwQlK9 .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCoNwQlK9 .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvCoNwQlK9 .card {
  justify-content: center;
}
.cid-uvCoNwQlK9 .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvCoNwQlK9 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvCoNwQlK9 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvCoNwQlK9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvCoNwQlK9 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvCoNwQlK9 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvCoNwQlK9 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvCoNwQlK9 .nav-wrapper .list .item-wrap:hover::before,
.cid-uvCoNwQlK9 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvCoNwQlK9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uvCoNwQlK9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uvCoNwQlK9 .mbr-section-title {
  color: #144031;
}
.cid-uvCoNwQlK9 .list {
  color: #144031;
}
.cid-uvCoNwQlK9 .mbr-section-title,
.cid-uvCoNwQlK9 .title-wrapper {
  color: #0038e7;
}
.cid-uvCoNwQlK9 .list,
.cid-uvCoNwQlK9 .item-wrap {
  color: #0038e7;
}
.cid-uvCqgd9YB1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvCqgd9YB1 nav.navbar {
  position: fixed;
}
.cid-uvCqgd9YB1 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uvCqgd9YB1 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvCqgd9YB1 .wrapper {
    flex-direction: column;
  }
}
.cid-uvCqgd9YB1 .nav-link {
  position: relative;
}
.cid-uvCqgd9YB1 .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uvCqgd9YB1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCqgd9YB1 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uvCqgd9YB1 .dropdown-item:hover,
.cid-uvCqgd9YB1 .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uvCqgd9YB1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvCqgd9YB1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvCqgd9YB1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uvCqgd9YB1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvCqgd9YB1 .container {
  display: flex;
  margin: auto;
}
.cid-uvCqgd9YB1 .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uvCqgd9YB1 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uvCqgd9YB1 .nav-item:focus,
.cid-uvCqgd9YB1 .nav-link:focus {
  outline: none;
}
.cid-uvCqgd9YB1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvCqgd9YB1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvCqgd9YB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uvCqgd9YB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCqgd9YB1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvCqgd9YB1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvCqgd9YB1 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvCqgd9YB1 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uvCqgd9YB1 .navbar.opened {
  transition: all .3s;
}
.cid-uvCqgd9YB1 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uvCqgd9YB1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvCqgd9YB1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvCqgd9YB1 .navbar.collapsed {
  justify-content: center;
}
.cid-uvCqgd9YB1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvCqgd9YB1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvCqgd9YB1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvCqgd9YB1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvCqgd9YB1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvCqgd9YB1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvCqgd9YB1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvCqgd9YB1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvCqgd9YB1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvCqgd9YB1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvCqgd9YB1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvCqgd9YB1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvCqgd9YB1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvCqgd9YB1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvCqgd9YB1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvCqgd9YB1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvCqgd9YB1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvCqgd9YB1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvCqgd9YB1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvCqgd9YB1 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvCqgd9YB1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvCqgd9YB1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvCqgd9YB1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uvCqgd9YB1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvCqgd9YB1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvCqgd9YB1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvCqgd9YB1 .dropdown-item.active,
.cid-uvCqgd9YB1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvCqgd9YB1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvCqgd9YB1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvCqgd9YB1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvCqgd9YB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvCqgd9YB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvCqgd9YB1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvCqgd9YB1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvCqgd9YB1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvCqgd9YB1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uvCqgd9YB1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvCqgd9YB1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvCqgd9YB1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCqgd9YB1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCqgd9YB1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvCqgd9YB1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCqgd9YB1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvCqgd9YB1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvCqgd9YB1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCqgd9YB1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvCqgd9YB1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvCqgd9YB1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvCqgd9YB1 .navbar {
    height: 70px;
  }
  .cid-uvCqgd9YB1 .navbar.opened {
    height: auto;
  }
  .cid-uvCqgd9YB1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvCqgdvNHn {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uvCqgdvNHn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uvCqgdvNHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCqgdvNHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCqgdvNHn .content-wrap {
  margin: 0;
}
.cid-uvCqgdvNHn .content-wrap .card {
  padding: 0;
}
.cid-uvCqgdvNHn .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uvCqgdvNHn .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvCqgdvNHn .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uvCqgdvNHn .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uvCqgdvNHn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvCqgdvNHn .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uvCqgdvNHn .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uvCqgdvNHn .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvCqgdvNHn .image-wrapper {
  height: 100%;
}
.cid-uvCqgdvNHn .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCqgdvNHn .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvCqgdvNHn .mbr-section-title {
  color: #150764;
}
.cid-uvCqgdvNHn .mbr-text {
  color: #150764;
}
.cid-uvCqgdNoR8 {
  background-color: #f4f4f2;
}
.cid-uvCqgdNoR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCqgdNoR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCqgdNoR8 .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .title-wrapper {
    padding: 0;
  }
}
.cid-uvCqgdNoR8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCqgdNoR8 .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCqgdNoR8 .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .content-wrapper {
    display: block;
  }
}
.cid-uvCqgdNoR8 .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uvCqgdNoR8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uvCqgdNoR8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uvCqgdNoR8 .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvCqgdNoR8 .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uvCqgdNoR8 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uvCqgdNoR8 .mbr-section-title {
  color: #080674;
}
.cid-uvCqgdNoR8 .mbr-text {
  color: #51565c;
}
.cid-uvCqgdNoR8 .mbr-price {
  color: #080674;
}
.cid-uvCqgdNoR8 .mbr-desc {
  color: #0038e7;
}
.cid-uvCqge5P39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uvCqge5P39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCqge5P39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCqge5P39 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvCqge5P39 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uvCqge5P39 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uvCqge5P39 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uvCqge5P39 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uvCqge5P39 .content-wrapper .content-wrap .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCqge5P39 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uvCqge5P39 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCqge5P39 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uvCqge5P39 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uvCqge5P39 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCqge5P39 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uvCqge5P39 .mbr-section-title {
  color: #212529;
}
.cid-uvCqge5P39 .mbr-desc {
  color: #212529;
}
.cid-uvCqge5P39 .mbr-section-title,
.cid-uvCqge5P39 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uvCqgem3KC {
  background-image: url("../../../assets/images/sorvete-soft-ia-1-1024x1024.png");
}
.cid-uvCqgem3KC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCqgem3KC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCqgem3KC .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvCqgem3KC .image-wrap {
    height: 400px;
  }
}
.cid-uvCqgeDCgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvCqgeDCgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCqgeDCgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCqgeDCgK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCqgeDCgK .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCqgeDCgK .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCqgeDCgK .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvCqgeDCgK .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uvCqgeDCgK .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvCqgeDCgK .google-map iframe {
    height: 350px;
  }
}
.cid-uvCqgeDCgK .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uvCqgeDCgK .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCqgeDCgK .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uvCqgeDCgK .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uvCqgeDCgK .card {
  justify-content: center;
}
.cid-uvCqgeDCgK .mbr-section-title {
  color: #212529;
}
.cid-uvCqgeDCgK .mbr-desc {
  color: #51565c;
}
.cid-uvCqgeDCgK .mbr-address {
  color: #212529;
}
.cid-uvCqgeDCgK .list {
  color: #212529;
}
.cid-uvCqgeDCgK .list,
.cid-uvCqgeDCgK .item-wrap {
  color: #ff8576;
}
.cid-uvCqgeYENq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvCqgeYENq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCqgeYENq .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-uvCqgeYENq .container {
    padding: 0 30px;
  }
}
.cid-uvCqgeYENq .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCqgeYENq .row {
    padding-bottom: 50px;
  }
}
.cid-uvCqgeYENq .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCqgeYENq .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvCqgeYENq .card {
  justify-content: center;
}
.cid-uvCqgeYENq .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvCqgeYENq .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvCqgeYENq .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvCqgeYENq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvCqgeYENq .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvCqgeYENq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvCqgeYENq .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvCqgeYENq .nav-wrapper .list .item-wrap:hover::before,
.cid-uvCqgeYENq .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvCqgeYENq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uvCqgeYENq .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uvCqgeYENq .mbr-section-title {
  color: #144031;
}
.cid-uvCqgeYENq .list {
  color: #144031;
}
.cid-uvCqgeYENq .mbr-section-title,
.cid-uvCqgeYENq .title-wrapper {
  color: #0038e7;
}
.cid-uvCqgeYENq .list,
.cid-uvCqgeYENq .item-wrap {
  color: #0038e7;
}
.cid-uvCtlsS6aG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvCtlsS6aG nav.navbar {
  position: fixed;
}
.cid-uvCtlsS6aG .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uvCtlsS6aG .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvCtlsS6aG .wrapper {
    flex-direction: column;
  }
}
.cid-uvCtlsS6aG .nav-link {
  position: relative;
}
.cid-uvCtlsS6aG .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uvCtlsS6aG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCtlsS6aG .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uvCtlsS6aG .dropdown-item:hover,
.cid-uvCtlsS6aG .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uvCtlsS6aG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvCtlsS6aG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvCtlsS6aG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uvCtlsS6aG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvCtlsS6aG .container {
  display: flex;
  margin: auto;
}
.cid-uvCtlsS6aG .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uvCtlsS6aG .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uvCtlsS6aG .nav-item:focus,
.cid-uvCtlsS6aG .nav-link:focus {
  outline: none;
}
.cid-uvCtlsS6aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvCtlsS6aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvCtlsS6aG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uvCtlsS6aG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCtlsS6aG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvCtlsS6aG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvCtlsS6aG .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvCtlsS6aG .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uvCtlsS6aG .navbar.opened {
  transition: all .3s;
}
.cid-uvCtlsS6aG .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uvCtlsS6aG .navbar .navbar-logo img {
  width: auto;
}
.cid-uvCtlsS6aG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvCtlsS6aG .navbar.collapsed {
  justify-content: center;
}
.cid-uvCtlsS6aG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvCtlsS6aG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvCtlsS6aG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvCtlsS6aG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvCtlsS6aG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvCtlsS6aG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvCtlsS6aG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvCtlsS6aG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvCtlsS6aG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvCtlsS6aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvCtlsS6aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvCtlsS6aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvCtlsS6aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvCtlsS6aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvCtlsS6aG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvCtlsS6aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvCtlsS6aG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvCtlsS6aG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvCtlsS6aG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvCtlsS6aG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvCtlsS6aG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvCtlsS6aG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvCtlsS6aG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uvCtlsS6aG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvCtlsS6aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvCtlsS6aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvCtlsS6aG .dropdown-item.active,
.cid-uvCtlsS6aG .dropdown-item:active {
  background-color: transparent;
}
.cid-uvCtlsS6aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvCtlsS6aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvCtlsS6aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvCtlsS6aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvCtlsS6aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvCtlsS6aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvCtlsS6aG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvCtlsS6aG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvCtlsS6aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uvCtlsS6aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvCtlsS6aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvCtlsS6aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCtlsS6aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCtlsS6aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvCtlsS6aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCtlsS6aG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvCtlsS6aG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvCtlsS6aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCtlsS6aG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvCtlsS6aG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvCtlsS6aG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvCtlsS6aG .navbar {
    height: 70px;
  }
  .cid-uvCtlsS6aG .navbar.opened {
    height: auto;
  }
  .cid-uvCtlsS6aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvCtltmMfE {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uvCtltmMfE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uvCtltmMfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCtltmMfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCtltmMfE .content-wrap {
  margin: 0;
}
.cid-uvCtltmMfE .content-wrap .card {
  padding: 0;
}
.cid-uvCtltmMfE .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uvCtltmMfE .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvCtltmMfE .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uvCtltmMfE .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uvCtltmMfE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvCtltmMfE .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uvCtltmMfE .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uvCtltmMfE .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvCtltmMfE .image-wrapper {
  height: 100%;
}
.cid-uvCtltmMfE .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCtltmMfE .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvCtltmMfE .mbr-section-title {
  color: #150764;
}
.cid-uvCtltmMfE .mbr-text {
  color: #150764;
}
.cid-uvCtltIdLy {
  background-color: #f4f4f2;
}
.cid-uvCtltIdLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCtltIdLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCtltIdLy .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .title-wrapper {
    padding: 0;
  }
}
.cid-uvCtltIdLy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCtltIdLy .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCtltIdLy .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .content-wrapper {
    display: block;
  }
}
.cid-uvCtltIdLy .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uvCtltIdLy .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uvCtltIdLy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uvCtltIdLy .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvCtltIdLy .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uvCtltIdLy .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uvCtltIdLy .mbr-section-title {
  color: #080674;
}
.cid-uvCtltIdLy .mbr-text {
  color: #51565c;
}
.cid-uvCtltIdLy .mbr-price {
  color: #080674;
}
.cid-uvCtltIdLy .mbr-desc {
  color: #0038e7;
}
.cid-uvCtluidKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uvCtluidKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCtluidKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCtluidKv .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvCtluidKv .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uvCtluidKv .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uvCtluidKv .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uvCtluidKv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uvCtluidKv .content-wrapper .content-wrap .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCtluidKv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uvCtluidKv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCtluidKv .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uvCtluidKv .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uvCtluidKv .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCtluidKv .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uvCtluidKv .mbr-section-title {
  color: #212529;
}
.cid-uvCtluidKv .mbr-desc {
  color: #212529;
}
.cid-uvCtluidKv .mbr-section-title,
.cid-uvCtluidKv .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uvCtluFX7B {
  background-image: url("../../../assets/images/sorvete-soft-ia-1-1024x1024.png");
}
.cid-uvCtluFX7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCtluFX7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCtluFX7B .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvCtluFX7B .image-wrap {
    height: 400px;
  }
}
.cid-uvCtluXDnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvCtluXDnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCtluXDnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCtluXDnM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCtluXDnM .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCtluXDnM .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCtluXDnM .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvCtluXDnM .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uvCtluXDnM .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvCtluXDnM .google-map iframe {
    height: 350px;
  }
}
.cid-uvCtluXDnM .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uvCtluXDnM .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCtluXDnM .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uvCtluXDnM .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uvCtluXDnM .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCtluXDnM .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uvCtluXDnM .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uvCtluXDnM .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uvCtluXDnM .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uvCtluXDnM .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uvCtluXDnM .card {
  justify-content: center;
}
.cid-uvCtluXDnM .mbr-section-title {
  color: #212529;
}
.cid-uvCtluXDnM .mbr-desc {
  color: #51565c;
}
.cid-uvCtluXDnM .mbr-address {
  color: #212529;
}
.cid-uvCtluXDnM .list {
  color: #212529;
}
.cid-uvCtluXDnM .list,
.cid-uvCtluXDnM .item-wrap {
  color: #ff8576;
}
.cid-uvCtlvoVTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvCtlvoVTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCtlvoVTP .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-uvCtlvoVTP .container {
    padding: 0 30px;
  }
}
.cid-uvCtlvoVTP .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCtlvoVTP .row {
    padding-bottom: 50px;
  }
}
.cid-uvCtlvoVTP .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCtlvoVTP .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvCtlvoVTP .card {
  justify-content: center;
}
.cid-uvCtlvoVTP .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvCtlvoVTP .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvCtlvoVTP .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvCtlvoVTP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvCtlvoVTP .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvCtlvoVTP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvCtlvoVTP .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvCtlvoVTP .nav-wrapper .list .item-wrap:hover::before,
.cid-uvCtlvoVTP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvCtlvoVTP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uvCtlvoVTP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uvCtlvoVTP .mbr-section-title {
  color: #144031;
}
.cid-uvCtlvoVTP .list {
  color: #144031;
}
.cid-uvCtlvoVTP .mbr-section-title,
.cid-uvCtlvoVTP .title-wrapper {
  color: #0038e7;
}
.cid-uvCtlvoVTP .list,
.cid-uvCtlvoVTP .item-wrap {
  color: #0038e7;
}
.cid-uvCuq2CBIB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvCuq2CBIB nav.navbar {
  position: fixed;
}
.cid-uvCuq2CBIB .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uvCuq2CBIB .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvCuq2CBIB .wrapper {
    flex-direction: column;
  }
}
.cid-uvCuq2CBIB .nav-link {
  position: relative;
}
.cid-uvCuq2CBIB .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uvCuq2CBIB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCuq2CBIB .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uvCuq2CBIB .dropdown-item:hover,
.cid-uvCuq2CBIB .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uvCuq2CBIB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvCuq2CBIB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvCuq2CBIB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uvCuq2CBIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvCuq2CBIB .container {
  display: flex;
  margin: auto;
}
.cid-uvCuq2CBIB .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uvCuq2CBIB .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uvCuq2CBIB .nav-item:focus,
.cid-uvCuq2CBIB .nav-link:focus {
  outline: none;
}
.cid-uvCuq2CBIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvCuq2CBIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvCuq2CBIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uvCuq2CBIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvCuq2CBIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvCuq2CBIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvCuq2CBIB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvCuq2CBIB .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uvCuq2CBIB .navbar.opened {
  transition: all .3s;
}
.cid-uvCuq2CBIB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uvCuq2CBIB .navbar .navbar-logo img {
  width: auto;
}
.cid-uvCuq2CBIB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uvCuq2CBIB .navbar.collapsed {
  justify-content: center;
}
.cid-uvCuq2CBIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvCuq2CBIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvCuq2CBIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uvCuq2CBIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvCuq2CBIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvCuq2CBIB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvCuq2CBIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvCuq2CBIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvCuq2CBIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvCuq2CBIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvCuq2CBIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvCuq2CBIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvCuq2CBIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvCuq2CBIB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvCuq2CBIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvCuq2CBIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvCuq2CBIB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvCuq2CBIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvCuq2CBIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvCuq2CBIB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvCuq2CBIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvCuq2CBIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvCuq2CBIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uvCuq2CBIB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvCuq2CBIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvCuq2CBIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvCuq2CBIB .dropdown-item.active,
.cid-uvCuq2CBIB .dropdown-item:active {
  background-color: transparent;
}
.cid-uvCuq2CBIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvCuq2CBIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvCuq2CBIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvCuq2CBIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvCuq2CBIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvCuq2CBIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvCuq2CBIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvCuq2CBIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvCuq2CBIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uvCuq2CBIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvCuq2CBIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvCuq2CBIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCuq2CBIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvCuq2CBIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvCuq2CBIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCuq2CBIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvCuq2CBIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvCuq2CBIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvCuq2CBIB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvCuq2CBIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvCuq2CBIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvCuq2CBIB .navbar {
    height: 70px;
  }
  .cid-uvCuq2CBIB .navbar.opened {
    height: auto;
  }
  .cid-uvCuq2CBIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvCuq3bRRU {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uvCuq3bRRU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uvCuq3bRRU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCuq3bRRU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCuq3bRRU .content-wrap {
  margin: 0;
}
.cid-uvCuq3bRRU .content-wrap .card {
  padding: 0;
}
.cid-uvCuq3bRRU .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uvCuq3bRRU .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvCuq3bRRU .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uvCuq3bRRU .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uvCuq3bRRU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvCuq3bRRU .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uvCuq3bRRU .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uvCuq3bRRU .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uvCuq3bRRU .image-wrapper {
  height: 100%;
}
.cid-uvCuq3bRRU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCuq3bRRU .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uvCuq3bRRU .mbr-section-title {
  color: #150764;
}
.cid-uvCuq3bRRU .mbr-text {
  color: #150764;
}
.cid-uvCuq3AYfI {
  background-color: #f4f4f2;
}
.cid-uvCuq3AYfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCuq3AYfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCuq3AYfI .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .title-wrapper {
    padding: 0;
  }
}
.cid-uvCuq3AYfI .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCuq3AYfI .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCuq3AYfI .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .content-wrapper {
    display: block;
  }
}
.cid-uvCuq3AYfI .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uvCuq3AYfI .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uvCuq3AYfI .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uvCuq3AYfI .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvCuq3AYfI .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uvCuq3AYfI .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uvCuq3AYfI .mbr-section-title {
  color: #080674;
}
.cid-uvCuq3AYfI .mbr-text {
  color: #51565c;
}
.cid-uvCuq3AYfI .mbr-price {
  color: #080674;
}
.cid-uvCuq3AYfI .mbr-desc {
  color: #0038e7;
}
.cid-uvCuq3Xg2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2f2f5;
}
.cid-uvCuq3Xg2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCuq3Xg2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCuq3Xg2H .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvCuq3Xg2H .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uvCuq3Xg2H .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uvCuq3Xg2H .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uvCuq3Xg2H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uvCuq3Xg2H .content-wrapper .content-wrap .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCuq3Xg2H .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uvCuq3Xg2H .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvCuq3Xg2H .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uvCuq3Xg2H .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uvCuq3Xg2H .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvCuq3Xg2H .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uvCuq3Xg2H .mbr-section-title {
  color: #212529;
}
.cid-uvCuq3Xg2H .mbr-desc {
  color: #212529;
}
.cid-uvCuq3Xg2H .mbr-section-title,
.cid-uvCuq3Xg2H .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uvCuq4wBKB {
  background-image: url("../../../assets/images/sorvete-soft-ia-1-1024x1024.png");
}
.cid-uvCuq4wBKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCuq4wBKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCuq4wBKB .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvCuq4wBKB .image-wrap {
    height: 400px;
  }
}
.cid-uvCuq4NRBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvCuq4NRBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCuq4NRBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCuq4NRBT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvCuq4NRBT .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uvCuq4NRBT .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvCuq4NRBT .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvCuq4NRBT .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uvCuq4NRBT .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvCuq4NRBT .google-map iframe {
    height: 350px;
  }
}
.cid-uvCuq4NRBT .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uvCuq4NRBT .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCuq4NRBT .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uvCuq4NRBT .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uvCuq4NRBT .card {
  justify-content: center;
}
.cid-uvCuq4NRBT .mbr-section-title {
  color: #212529;
}
.cid-uvCuq4NRBT .mbr-desc {
  color: #51565c;
}
.cid-uvCuq4NRBT .mbr-address {
  color: #212529;
}
.cid-uvCuq4NRBT .list {
  color: #212529;
}
.cid-uvCuq4NRBT .list,
.cid-uvCuq4NRBT .item-wrap {
  color: #ff8576;
}
.cid-uvCuq5aPbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvCuq5aPbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCuq5aPbf .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-uvCuq5aPbf .container {
    padding: 0 30px;
  }
}
.cid-uvCuq5aPbf .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCuq5aPbf .row {
    padding-bottom: 50px;
  }
}
.cid-uvCuq5aPbf .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uvCuq5aPbf .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uvCuq5aPbf .card {
  justify-content: center;
}
.cid-uvCuq5aPbf .title-wrapper {
  margin-bottom: 20px;
}
.cid-uvCuq5aPbf .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uvCuq5aPbf .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uvCuq5aPbf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvCuq5aPbf .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uvCuq5aPbf .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uvCuq5aPbf .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uvCuq5aPbf .nav-wrapper .list .item-wrap:hover::before,
.cid-uvCuq5aPbf .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uvCuq5aPbf .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uvCuq5aPbf .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uvCuq5aPbf .mbr-section-title {
  color: #144031;
}
.cid-uvCuq5aPbf .list {
  color: #144031;
}
.cid-uvCuq5aPbf .mbr-section-title,
.cid-uvCuq5aPbf .title-wrapper {
  color: #0038e7;
}
.cid-uvCuq5aPbf .list,
.cid-uvCuq5aPbf .item-wrap {
  color: #0038e7;
}
.cid-uw0iS5lNP3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uw0iS5lNP3 nav.navbar {
  position: fixed;
}
.cid-uw0iS5lNP3 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uw0iS5lNP3 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uw0iS5lNP3 .wrapper {
    flex-direction: column;
  }
}
.cid-uw0iS5lNP3 .nav-link {
  position: relative;
}
.cid-uw0iS5lNP3 .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uw0iS5lNP3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw0iS5lNP3 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uw0iS5lNP3 .dropdown-item:hover,
.cid-uw0iS5lNP3 .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uw0iS5lNP3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uw0iS5lNP3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uw0iS5lNP3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uw0iS5lNP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw0iS5lNP3 .container {
  display: flex;
  margin: auto;
}
.cid-uw0iS5lNP3 .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uw0iS5lNP3 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uw0iS5lNP3 .nav-item:focus,
.cid-uw0iS5lNP3 .nav-link:focus {
  outline: none;
}
.cid-uw0iS5lNP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw0iS5lNP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw0iS5lNP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uw0iS5lNP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw0iS5lNP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw0iS5lNP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw0iS5lNP3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uw0iS5lNP3 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uw0iS5lNP3 .navbar.opened {
  transition: all .3s;
}
.cid-uw0iS5lNP3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uw0iS5lNP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uw0iS5lNP3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uw0iS5lNP3 .navbar.collapsed {
  justify-content: center;
}
.cid-uw0iS5lNP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw0iS5lNP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw0iS5lNP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uw0iS5lNP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw0iS5lNP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw0iS5lNP3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uw0iS5lNP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw0iS5lNP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uw0iS5lNP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uw0iS5lNP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw0iS5lNP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw0iS5lNP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw0iS5lNP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw0iS5lNP3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw0iS5lNP3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw0iS5lNP3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw0iS5lNP3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw0iS5lNP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uw0iS5lNP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw0iS5lNP3 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uw0iS5lNP3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw0iS5lNP3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw0iS5lNP3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uw0iS5lNP3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw0iS5lNP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw0iS5lNP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw0iS5lNP3 .dropdown-item.active,
.cid-uw0iS5lNP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uw0iS5lNP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw0iS5lNP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw0iS5lNP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw0iS5lNP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uw0iS5lNP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw0iS5lNP3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw0iS5lNP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw0iS5lNP3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw0iS5lNP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uw0iS5lNP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw0iS5lNP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uw0iS5lNP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uw0iS5lNP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uw0iS5lNP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uw0iS5lNP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uw0iS5lNP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uw0iS5lNP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uw0iS5lNP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uw0iS5lNP3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uw0iS5lNP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw0iS5lNP3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw0iS5lNP3 .navbar {
    height: 70px;
  }
  .cid-uw0iS5lNP3 .navbar.opened {
    height: auto;
  }
  .cid-uw0iS5lNP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw0iS5Gvsz {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uw0iS5Gvsz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uw0iS5Gvsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iS5Gvsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iS5Gvsz .content-wrap {
  margin: 0;
}
.cid-uw0iS5Gvsz .content-wrap .card {
  padding: 0;
}
.cid-uw0iS5Gvsz .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uw0iS5Gvsz .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uw0iS5Gvsz .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uw0iS5Gvsz .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uw0iS5Gvsz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw0iS5Gvsz .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uw0iS5Gvsz .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uw0iS5Gvsz .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uw0iS5Gvsz .image-wrapper {
  height: 100%;
}
.cid-uw0iS5Gvsz .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw0iS5Gvsz .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uw0iS5Gvsz .mbr-section-title {
  color: #150764;
}
.cid-uw0iS5Gvsz .mbr-text {
  color: #150764;
}
.cid-uw0iS5VHR9 {
  background-color: #f4f4f2;
}
.cid-uw0iS5VHR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iS5VHR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iS5VHR9 .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .title-wrapper {
    padding: 0;
  }
}
.cid-uw0iS5VHR9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uw0iS5VHR9 .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uw0iS5VHR9 .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .content-wrapper {
    display: block;
  }
}
.cid-uw0iS5VHR9 .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uw0iS5VHR9 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uw0iS5VHR9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uw0iS5VHR9 .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uw0iS5VHR9 .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uw0iS5VHR9 .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uw0iS5VHR9 .mbr-section-title {
  color: #080674;
}
.cid-uw0iS5VHR9 .mbr-text {
  color: #51565c;
}
.cid-uw0iS5VHR9 .mbr-price {
  color: #080674;
}
.cid-uw0iS5VHR9 .mbr-desc {
  color: #0038e7;
}
.cid-uw0iS6uQwx {
  background-image: url("../../../assets/images/loja-picole-1792x1024.jpg");
}
.cid-uw0iS6uQwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iS6uQwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iS6uQwx .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uw0iS6uQwx .image-wrap {
    height: 400px;
  }
}
.cid-uw0iS6IX4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw0iS6IX4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iS6IX4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iS6IX4B .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uw0iS6IX4B .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uw0iS6IX4B .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uw0iS6IX4B .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uw0iS6IX4B .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uw0iS6IX4B .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uw0iS6IX4B .google-map iframe {
    height: 350px;
  }
}
.cid-uw0iS6IX4B .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uw0iS6IX4B .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uw0iS6IX4B .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uw0iS6IX4B .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uw0iS6IX4B .card {
  justify-content: center;
}
.cid-uw0iS6IX4B .mbr-section-title {
  color: #212529;
}
.cid-uw0iS6IX4B .mbr-desc {
  color: #51565c;
}
.cid-uw0iS6IX4B .mbr-address {
  color: #212529;
}
.cid-uw0iS6IX4B .list {
  color: #212529;
}
.cid-uw0iS6IX4B .list,
.cid-uw0iS6IX4B .item-wrap {
  color: #ff8576;
}
.cid-uw0iS73Vp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw0iS73Vp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iS73Vp8 .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-uw0iS73Vp8 .container {
    padding: 0 30px;
  }
}
.cid-uw0iS73Vp8 .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uw0iS73Vp8 .row {
    padding-bottom: 50px;
  }
}
.cid-uw0iS73Vp8 .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uw0iS73Vp8 .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uw0iS73Vp8 .card {
  justify-content: center;
}
.cid-uw0iS73Vp8 .title-wrapper {
  margin-bottom: 20px;
}
.cid-uw0iS73Vp8 .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uw0iS73Vp8 .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uw0iS73Vp8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uw0iS73Vp8 .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uw0iS73Vp8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uw0iS73Vp8 .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uw0iS73Vp8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uw0iS73Vp8 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uw0iS73Vp8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uw0iS73Vp8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uw0iS73Vp8 .mbr-section-title {
  color: #144031;
}
.cid-uw0iS73Vp8 .list {
  color: #144031;
}
.cid-uw0iS73Vp8 .mbr-section-title,
.cid-uw0iS73Vp8 .title-wrapper {
  color: #0038e7;
}
.cid-uw0iS73Vp8 .list,
.cid-uw0iS73Vp8 .item-wrap {
  color: #0038e7;
}
.cid-uw0iVw1RE5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uw0iVw1RE5 nav.navbar {
  position: fixed;
}
.cid-uw0iVw1RE5 .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uw0iVw1RE5 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uw0iVw1RE5 .wrapper {
    flex-direction: column;
  }
}
.cid-uw0iVw1RE5 .nav-link {
  position: relative;
}
.cid-uw0iVw1RE5 .nav-link:hover {
  color: #3d7bf6 !important;
}
.cid-uw0iVw1RE5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw0iVw1RE5 .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0038e7 !important;
}
.cid-uw0iVw1RE5 .dropdown-item:hover,
.cid-uw0iVw1RE5 .dropdown-item:focus {
  color: #3d7bf6 !important;
}
.cid-uw0iVw1RE5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uw0iVw1RE5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uw0iVw1RE5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uw0iVw1RE5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw0iVw1RE5 .container {
  display: flex;
  margin: auto;
}
.cid-uw0iVw1RE5 .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uw0iVw1RE5 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uw0iVw1RE5 .nav-item:focus,
.cid-uw0iVw1RE5 .nav-link:focus {
  outline: none;
}
.cid-uw0iVw1RE5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw0iVw1RE5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw0iVw1RE5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uw0iVw1RE5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw0iVw1RE5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw0iVw1RE5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw0iVw1RE5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uw0iVw1RE5 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uw0iVw1RE5 .navbar.opened {
  transition: all .3s;
}
.cid-uw0iVw1RE5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uw0iVw1RE5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uw0iVw1RE5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uw0iVw1RE5 .navbar.collapsed {
  justify-content: center;
}
.cid-uw0iVw1RE5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw0iVw1RE5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw0iVw1RE5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uw0iVw1RE5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw0iVw1RE5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw0iVw1RE5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uw0iVw1RE5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw0iVw1RE5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uw0iVw1RE5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uw0iVw1RE5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw0iVw1RE5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw0iVw1RE5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw0iVw1RE5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw0iVw1RE5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw0iVw1RE5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw0iVw1RE5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw0iVw1RE5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw0iVw1RE5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uw0iVw1RE5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw0iVw1RE5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uw0iVw1RE5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw0iVw1RE5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw0iVw1RE5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uw0iVw1RE5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw0iVw1RE5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw0iVw1RE5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw0iVw1RE5 .dropdown-item.active,
.cid-uw0iVw1RE5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uw0iVw1RE5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw0iVw1RE5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw0iVw1RE5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw0iVw1RE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uw0iVw1RE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw0iVw1RE5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw0iVw1RE5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw0iVw1RE5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw0iVw1RE5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uw0iVw1RE5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw0iVw1RE5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uw0iVw1RE5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uw0iVw1RE5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uw0iVw1RE5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uw0iVw1RE5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uw0iVw1RE5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uw0iVw1RE5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uw0iVw1RE5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uw0iVw1RE5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uw0iVw1RE5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw0iVw1RE5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw0iVw1RE5 .navbar {
    height: 70px;
  }
  .cid-uw0iVw1RE5 .navbar.opened {
    height: auto;
  }
  .cid-uw0iVw1RE5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw0iVwnRjO {
  position: relative;
  overflow: hidden;
  background-color: #4188ff;
}
.cid-uw0iVwnRjO .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uw0iVwnRjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iVwnRjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iVwnRjO .content-wrap {
  margin: 0;
}
.cid-uw0iVwnRjO .content-wrap .card {
  padding: 0;
}
.cid-uw0iVwnRjO .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uw0iVwnRjO .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uw0iVwnRjO .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uw0iVwnRjO .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uw0iVwnRjO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw0iVwnRjO .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uw0iVwnRjO .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uw0iVwnRjO .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uw0iVwnRjO .image-wrapper {
  height: 100%;
}
.cid-uw0iVwnRjO .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw0iVwnRjO .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uw0iVwnRjO .mbr-section-title {
  color: #150764;
}
.cid-uw0iVwnRjO .mbr-text {
  color: #150764;
}
.cid-uw0iVwEyFB {
  background-color: #f4f4f2;
}
.cid-uw0iVwEyFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iVwEyFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iVwEyFB .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .title-wrapper {
    padding: 0;
  }
}
.cid-uw0iVwEyFB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uw0iVwEyFB .title-wrapper .mbr-section-title span {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uw0iVwEyFB .content-wrapper {
  background-color: #f7e8f4;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .content-wrapper {
    display: block;
  }
}
.cid-uw0iVwEyFB .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uw0iVwEyFB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uw0iVwEyFB .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uw0iVwEyFB .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uw0iVwEyFB .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uw0iVwEyFB .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uw0iVwEyFB .mbr-section-title {
  color: #080674;
}
.cid-uw0iVwEyFB .mbr-text {
  color: #51565c;
}
.cid-uw0iVwEyFB .mbr-price {
  color: #080674;
}
.cid-uw0iVwEyFB .mbr-desc {
  color: #0038e7;
}
.cid-uw0iVxchhc {
  background-image: url("../../../assets/images/loja-picole-1792x1024.jpg");
}
.cid-uw0iVxchhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iVxchhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iVxchhc .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uw0iVxchhc .image-wrap {
    height: 400px;
  }
}
.cid-uw0iVxrWox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw0iVxrWox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iVxrWox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw0iVxrWox .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uw0iVxrWox .title-wrapper .mbr-section-title span {
  color: #080674;
}
@media (max-width: 992px) {
  .cid-uw0iVxrWox .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uw0iVxrWox .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uw0iVxrWox .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uw0iVxrWox .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uw0iVxrWox .google-map iframe {
    height: 350px;
  }
}
.cid-uw0iVxrWox .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uw0iVxrWox .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uw0iVxrWox .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uw0iVxrWox .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uw0iVxrWox .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uw0iVxrWox .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uw0iVxrWox .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uw0iVxrWox .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uw0iVxrWox .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #080674;
}
.cid-uw0iVxrWox .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #080674;
}
.cid-uw0iVxrWox .card {
  justify-content: center;
}
.cid-uw0iVxrWox .mbr-section-title {
  color: #212529;
}
.cid-uw0iVxrWox .mbr-desc {
  color: #51565c;
}
.cid-uw0iVxrWox .mbr-address {
  color: #212529;
}
.cid-uw0iVxrWox .list {
  color: #212529;
}
.cid-uw0iVxrWox .list,
.cid-uw0iVxrWox .item-wrap {
  color: #ff8576;
}
.cid-uw0iVxQJ2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uw0iVxQJ2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw0iVxQJ2u .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-uw0iVxQJ2u .container {
    padding: 0 30px;
  }
}
.cid-uw0iVxQJ2u .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uw0iVxQJ2u .row {
    padding-bottom: 50px;
  }
}
.cid-uw0iVxQJ2u .row .border-wrap {
  background-color: #3d7bf6;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uw0iVxQJ2u .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uw0iVxQJ2u .card {
  justify-content: center;
}
.cid-uw0iVxQJ2u .title-wrapper {
  margin-bottom: 20px;
}
.cid-uw0iVxQJ2u .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uw0iVxQJ2u .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uw0iVxQJ2u .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uw0iVxQJ2u .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uw0iVxQJ2u .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uw0iVxQJ2u .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uw0iVxQJ2u .nav-wrapper .list .item-wrap:hover::before,
.cid-uw0iVxQJ2u .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uw0iVxQJ2u .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #bbbbbb;
  transition: all .3s ease;
}
.cid-uw0iVxQJ2u .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uw0iVxQJ2u .mbr-section-title {
  color: #144031;
}
.cid-uw0iVxQJ2u .list {
  color: #144031;
}
.cid-uw0iVxQJ2u .mbr-section-title,
.cid-uw0iVxQJ2u .title-wrapper {
  color: #0038e7;
}
.cid-uw0iVxQJ2u .list,
.cid-uw0iVxQJ2u .item-wrap {
  color: #0038e7;
}
