.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f4f7f9;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #333652 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #333652 !important;
  border-color: #333652 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #474b71 !important;
  border-color: #474b71 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #474b71 !important;
  border-color: #474b71 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5d15d !important;
  border-color: #f5d15d !important;
  color: #4e3d05 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f8df8d !important;
  border-color: #f8df8d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4e3d05 !important;
  background-color: #f8df8d !important;
  border-color: #f8df8d !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !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: #333652;
  color: #333652;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #12131d !important;
  background-color: transparent !important;
  border-color: #12131d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #333652 !important;
  border-color: #333652 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f5d15d;
  color: #f5d15d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #edb80f !important;
  background-color: transparent !important;
  border-color: #edb80f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4e3d05 !important;
  background-color: #f5d15d !important;
  border-color: #f5d15d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #333652 !important;
}
.text-secondary {
  color: #f5d15d !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c0d13 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dead0e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #333652;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #333652;
  border-color: #333652;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #333652;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a4a7c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #333652 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #333652;
}
/* 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: #333652;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #333652;
}
.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: #333652;
  border-bottom-color: #333652;
}
.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: #333652 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5d15d !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='%23333652' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uKrIyyoK37 {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrIyyoK37 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrIyyoK37 .menu_box .navbar.opened,
  .cid-uKrIyyoK37 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown {
  position: relative !important;
}
.cid-uKrIyyoK37 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrIyyoK37 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrIyyoK37 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrIyyoK37 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #90adc6;
    border-radius: 25px;
  }
}
.cid-uKrIyyoK37 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrIyyoK37 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uKrIyyoK37 .nav-item .nav-link:hover,
.cid-uKrIyyoK37 .nav-item .nav-link:focus {
  color: #333652 !important;
  opacity: 1;
}
.cid-uKrIyyoK37 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrIyyoK37 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrIyyoK37 .offcanvas_box {
    display: none;
  }
}
.cid-uKrIyyoK37 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrIyyoK37 .container {
  display: flex;
  margin: auto;
}
.cid-uKrIyyoK37 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrIyyoK37 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrIyyoK37 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrIyyoK37 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .navbar-nav {
    margin: 0;
  }
}
.cid-uKrIyyoK37 .dropdown-menu,
.cid-uKrIyyoK37 .navbar.opened {
  background-color: false !important;
}
.cid-uKrIyyoK37 .nav-item:focus,
.cid-uKrIyyoK37 .nav-link:focus {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrIyyoK37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyoK37 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrIyyoK37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrIyyoK37 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrIyyoK37 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrIyyoK37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrIyyoK37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrIyyoK37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrIyyoK37 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrIyyoK37 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrIyyoK37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrIyyoK37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrIyyoK37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrIyyoK37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrIyyoK37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrIyyoK37 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrIyyoK37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown-item.active,
.cid-uKrIyyoK37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrIyyoK37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrIyyoK37 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrIyyoK37 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f7f9;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrIyyoK37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrIyyoK37 .navbar {
    height: 70px;
  }
  .cid-uKrIyyoK37 .navbar.opened {
    height: auto;
  }
  .cid-uKrIyyoK37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKrIyyoK37 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrIyyoK37 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uKrIyyoK37 .navbar-caption:hover {
  color: #333652;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrIyyoK37 .text_widget {
  margin-bottom: 32px;
}
.cid-uKrIyyoK37 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrIyyoK37 .text_widget a:hover,
.cid-uKrIyyoK37 .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uKrIyyoK37 .icons-menu-main {
  display: flex;
}
.cid-uKrIyyoK37 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .navbar-caption {
  color: #000000;
}
.cid-uKrIyyoK37 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .mbr-section-subtitle,
.cid-uKrIyyoK37 .text_widget,
.cid-uKrIyyoK37 .mbr-section-btn {
  text-align: center;
}
.cid-uKrIyyoK37 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrIyyoK37 .nav-link,
.cid-uKrIyyoK37 .dropdown-item {
  color: #000000;
}
.cid-uKrIyyrdZ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyrdZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyrdZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyrdZ4 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyrdZ4 .row {
  border-radius: 25px;
  background-color: #90adc6;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKrIyyrdZ4 .row {
    padding: 40px 10px;
  }
}
.cid-uKrIyyrdZ4 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uKrIyyrdZ4 .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .content-wrapper {
    padding: 0;
  }
}
.cid-uKrIyyrdZ4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKrIyyrdZ4 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
}
@media (max-width: 1500px) {
  .cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f7f9;
  opacity: 0.8;
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-uKrIyyrdZ4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKrIyyrdZ4 .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-uKrIyyrdZ4 .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #333652;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-uKrIyyrdZ4 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #f5d15d;
  margin-top: 0;
  color: #000000;
}
.cid-uKrIyyrdZ4 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uKrIyyrdZ4 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-uKrIyyrdZ4 .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-uKrIyyrdZ4 .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-uKrIyyrdZ4 .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f7f9;
  opacity: 0.8;
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-uKrIyyrdZ4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uKrIyyrdZ4 .mbr-section-title {
  color: #ffffff;
}
.cid-uKrIyyrdZ4 .mbr-text {
  color: #000000;
}
.cid-uKrIyyrdZ4 .card-text {
  color: #000000;
}
.cid-uKrIyyrdZ4 .mbr-section-title,
.cid-uKrIyyrdZ4 .mbr-section-btn,
.cid-uKrIyyrdZ4 .cards-wrap {
  color: #000000;
}
.cid-uKrIyyrdZ4 .card-text,
.cid-uKrIyyrdZ4 .dot-wrapper {
  color: #000000;
}
.cid-uKrIyytjuA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyytjuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyytjuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyytjuA .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyytjuA .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyytjuA .row {
  border-radius: 25px;
  background-color: #f5d15d;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKrIyytjuA .row {
    padding: 50px 2px;
  }
}
.cid-uKrIyytjuA .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyytjuA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyytjuA .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #f5d15d;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #90adc6;
  margin-bottom: 0;
}
.cid-uKrIyytjuA .mbr-section-title {
  margin-bottom: 0;
  padding-right: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uKrIyytjuA .mbr-section-title {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uKrIyytjuA .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uKrIyytjuA .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uKrIyytjuA .text-wrapper .mbr-text span {
  opacity: 0.5;
}
.cid-uKrIyytjuA .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uKrIyytjuA .text-wrapper .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uKrIyytjuA .text-wrapper .mbr-section-btn .btn {
    padding: 30px 50px;
  }
}
.cid-uKrIyytjuA .mbr-desc {
  color: #3283fb;
}
.cid-uKrIyytjuA .mbr-desc,
.cid-uKrIyytjuA .desc-wrapper {
  color: #000000;
}
.cid-uKrIyytjuA .mbr-text,
.cid-uKrIyytjuA .mbr-section-btn {
  color: #000000;
}
.cid-uKrIyyAx7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyAx7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyAx7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyAx7I .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyAx7I .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyAx7I .row {
  border-radius: 25px;
  background-color: #90adc6;
  box-shadow: inset 0 0 5rem #f4f7f9;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyAx7I .row {
    padding: 50px 2px 34px;
  }
}
.cid-uKrIyyAx7I .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKrIyyAx7I .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uKrIyyAx7I .card {
  padding: 0 8px;
}
.cid-uKrIyyAx7I .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uKrIyyAx7I .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKrIyyAx7I .card {
    margin-bottom: 16px;
  }
}
.cid-uKrIyyAx7I .card .item {
  margin-bottom: 16px;
}
.cid-uKrIyyAx7I .card .item:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyAx7I .card .item .item-wrapper {
  background-color: #f4f7f9;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uKrIyyAx7I .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uKrIyyAx7I .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uKrIyyAx7I .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-uKrIyyAx7I .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-uKrIyyAx7I .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-uKrIyyAx7I .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-uKrIyyAx7I .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uKrIyyAx7I .card .item .item-wrapper .item-content .name-wrap .card-role {
  margin-bottom: 0;
}
.cid-uKrIyyAx7I .card-text {
  color: #222222;
}
.cid-uKrIyyAx7I .card-name {
  color: #000000;
}
.cid-uKrIyyAx7I .card-role {
  color: #000000;
}
.cid-uKrIyyAx7I .card-text,
.cid-uKrIyyAx7I .item-img {
  color: #000000;
}
.cid-uKrIyyDUid {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyDUid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyDUid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyDUid .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyDUid .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyDUid .row {
  border-radius: 25px;
  background-color: #f5d15d;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKrIyyDUid .row {
    padding: 50px 2px;
  }
}
.cid-uKrIyyDUid .row .card {
  padding: 0 8px;
}
.cid-uKrIyyDUid .row .card:nth-child(2) {
  justify-content: center;
}
.cid-uKrIyyDUid .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-uKrIyyDUid .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-uKrIyyDUid .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uKrIyyDUid .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-uKrIyyDUid .item:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyDUid .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #f4f7f9;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uKrIyyDUid .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uKrIyyDUid .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uKrIyyDUid .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyDUid .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uKrIyyDUid .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyDUid .content-wrapper {
    margin: 50px 0;
  }
}
.cid-uKrIyyDUid .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uKrIyyDUid .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #f5d15d;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #90adc6;
  margin-bottom: 0;
}
.cid-uKrIyyDUid .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uKrIyyDUid .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKrIyyDUid .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKrIyyDUid .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uKrIyyDUid .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uKrIyyDUid .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-uKrIyyDUid .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-uKrIyyDUid .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #f4f7f9;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uKrIyyDUid .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uKrIyyDUid .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-uKrIyyDUid .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyDUid .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uKrIyyDUid .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uKrIyyDUid .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyDUid .mbr-desc,
.cid-uKrIyyDUid .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyDUid .card-title {
  color: #000000;
}
.cid-uKrIyyDUid .card-text {
  color: #000000;
}
.cid-uKrIyyGlU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyGlU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyGlU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyGlU0 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyGlU0 .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyGlU0 .row {
  margin: 0;
}
.cid-uKrIyyGlU0 .row .card {
  padding: 0;
}
.cid-uKrIyyGlU0 .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyGlU0 .image-wrapper {
    margin: 0;
  }
}
.cid-uKrIyyGlU0 .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKrIyyGlU0 .image-wrapper img {
    height: 300px;
  }
}
.cid-uKrIyyGlU0 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #90adc6 0%, #333652 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKrIyyGlU0 .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKrIyyGlU0 .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #f4f7f9;
  margin-bottom: 0;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #f4f7f9;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uKrIyyGlU0 .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uKrIyyGlU0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyGlU0 .mbr-desc,
.cid-uKrIyyGlU0 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyGlU0 .card-title {
  color: #000000;
}
.cid-uKrIyyGlU0 .card-text {
  color: #000000;
}
.cid-uKrIyyHJEk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyHJEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyHJEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyHJEk .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyHJEk .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyHJEk .row {
  border-radius: 25px;
  background-color: #90adc6;
  box-shadow: inset 0 0 5rem #f4f7f9;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKrIyyHJEk .row {
    padding: 50px 10px;
  }
}
.cid-uKrIyyHJEk .row .card {
  padding: 0;
}
.cid-uKrIyyHJEk .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKrIyyHJEk .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uKrIyyHJEk .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-uKrIyyHfbR {
  background-image: url("../../../assets/images/photo-1459257831348-f0cdd359235f.jpeg");
}
.cid-uKrIyyHfbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyHfbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyIwgh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyIwgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyIwgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyIwgh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyIwgh .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyIwgh .row {
  position: relative;
  border-radius: 25px;
  background-color: #f5d15d;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyIwgh .row {
    padding: 50px 10px;
  }
}
.cid-uKrIyyIwgh .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #90adc6;
}
.cid-uKrIyyIwgh .row .card {
  position: relative;
  padding: 0;
}
.cid-uKrIyyIwgh .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-uKrIyyIwgh .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uKrIyyIwgh .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uKrIyyIwgh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #f4f7f9;
  margin-bottom: 0;
}
.cid-uKrIyyIwgh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKrIyyIwgh .content-wrapper .mbr-section-title span {
  opacity: 0.5;
}
.cid-uKrIyyIwgh .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-uKrIyyIwgh .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #333652;
  border-radius: 17px;
}
.cid-uKrIyyIwgh .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 0;
}
.cid-uKrIyyIwgh .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-uKrIyyIwgh .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-uKrIyyIwgh .image-wrapper img {
    height: 300px;
  }
}
.cid-uKrIyyIwgh .mbr-section-title {
  color: #000000;
}
.cid-uKrIyyIwgh .mbr-desc {
  color: #222222;
}
.cid-uKrIyyIwgh .card-title {
  color: #FFFFFF;
}
.cid-uKrIyyIwgh .card-text {
  color: #FFFFFF;
}
.cid-uKrIyyIwgh .mbr-desc,
.cid-uKrIyyIwgh .desc-wrapper {
  color: #000000;
}
.cid-uKrIyyPBOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyPBOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyPBOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyPBOc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyPBOc .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-main {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-main .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .list-wrapper {
    display: block;
  }
}
.cid-uKrIyyPBOc .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:hover,
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyPBOc .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .contacts-wrapper a {
  display: block;
}
.cid-uKrIyyPBOc .contacts-wrapper a:hover .mbr-contact,
.cid-uKrIyyPBOc .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uKrIyyPBOc .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uKrIyyPBOc .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-copy {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-copy .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .list {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact-desc {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyoK37 {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrIyyoK37 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrIyyoK37 .menu_box .navbar.opened,
  .cid-uKrIyyoK37 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown {
  position: relative !important;
}
.cid-uKrIyyoK37 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrIyyoK37 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrIyyoK37 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrIyyoK37 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #90adc6;
    border-radius: 25px;
  }
}
.cid-uKrIyyoK37 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrIyyoK37 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uKrIyyoK37 .nav-item .nav-link:hover,
.cid-uKrIyyoK37 .nav-item .nav-link:focus {
  color: #333652 !important;
  opacity: 1;
}
.cid-uKrIyyoK37 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrIyyoK37 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrIyyoK37 .offcanvas_box {
    display: none;
  }
}
.cid-uKrIyyoK37 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrIyyoK37 .container {
  display: flex;
  margin: auto;
}
.cid-uKrIyyoK37 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrIyyoK37 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrIyyoK37 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrIyyoK37 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .navbar-nav {
    margin: 0;
  }
}
.cid-uKrIyyoK37 .dropdown-menu,
.cid-uKrIyyoK37 .navbar.opened {
  background-color: false !important;
}
.cid-uKrIyyoK37 .nav-item:focus,
.cid-uKrIyyoK37 .nav-link:focus {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrIyyoK37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyoK37 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrIyyoK37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrIyyoK37 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrIyyoK37 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrIyyoK37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrIyyoK37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrIyyoK37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrIyyoK37 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrIyyoK37 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrIyyoK37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrIyyoK37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrIyyoK37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrIyyoK37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrIyyoK37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrIyyoK37 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrIyyoK37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown-item.active,
.cid-uKrIyyoK37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrIyyoK37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrIyyoK37 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrIyyoK37 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f7f9;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrIyyoK37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrIyyoK37 .navbar {
    height: 70px;
  }
  .cid-uKrIyyoK37 .navbar.opened {
    height: auto;
  }
  .cid-uKrIyyoK37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKrIyyoK37 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrIyyoK37 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uKrIyyoK37 .navbar-caption:hover {
  color: #333652;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrIyyoK37 .text_widget {
  margin-bottom: 32px;
}
.cid-uKrIyyoK37 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrIyyoK37 .text_widget a:hover,
.cid-uKrIyyoK37 .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uKrIyyoK37 .icons-menu-main {
  display: flex;
}
.cid-uKrIyyoK37 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .navbar-caption {
  color: #000000;
}
.cid-uKrIyyoK37 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .mbr-section-subtitle,
.cid-uKrIyyoK37 .text_widget,
.cid-uKrIyyoK37 .mbr-section-btn {
  text-align: center;
}
.cid-uKrIyyoK37 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrIyyoK37 .nav-link,
.cid-uKrIyyoK37 .dropdown-item {
  color: #000000;
}
.cid-uKrINvNaOl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrINvNaOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrINvNaOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrINvNaOl .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrINvNaOl .container {
    padding: 10px 8px;
  }
}
.cid-uKrINvNaOl .row {
  border-radius: 25px;
  background-color: #90adc6;
  box-shadow: inset 0 0 5rem #f4f7f9;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrINvNaOl .row {
    padding: 50px 2px 34px;
  }
}
.cid-uKrINvNaOl .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKrINvNaOl .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uKrINvNaOl .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uKrINvNaOl .item .item-wrapper {
  background-color: #f4f7f9;
  border-radius: 25px !important;
  height: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKrINvNaOl .item .item-wrapper {
    display: block;
  }
}
.cid-uKrINvNaOl .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-uKrINvNaOl .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uKrINvNaOl .item .item-wrapper .item-img img {
  min-height: 560px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uKrINvNaOl .item .item-wrapper .item-img img {
    min-height: auto;
    height: 300px;
  }
}
.cid-uKrINvNaOl .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-uKrINvNaOl .item .item-wrapper .item-content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uKrINvNaOl .item .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uKrINvNaOl .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-uKrINvNaOl .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 5px;
}
.cid-uKrINvNaOl .item .item-wrapper .item-content .name-wrap .card-role {
  margin-bottom: 0;
}
.cid-uKrINvNaOl .card-text {
  color: #000000;
}
.cid-uKrINvNaOl .card-name {
  color: #000000;
}
.cid-uKrINvNaOl .card-role {
  color: #000000;
}
.cid-uKrIyyPBOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyPBOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyPBOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyPBOc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyPBOc .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-main {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-main .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .list-wrapper {
    display: block;
  }
}
.cid-uKrIyyPBOc .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:hover,
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyPBOc .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .contacts-wrapper a {
  display: block;
}
.cid-uKrIyyPBOc .contacts-wrapper a:hover .mbr-contact,
.cid-uKrIyyPBOc .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uKrIyyPBOc .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uKrIyyPBOc .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-copy {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-copy .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .list {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact-desc {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyoK37 {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrIyyoK37 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrIyyoK37 .menu_box .navbar.opened,
  .cid-uKrIyyoK37 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown {
  position: relative !important;
}
.cid-uKrIyyoK37 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrIyyoK37 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrIyyoK37 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrIyyoK37 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #90adc6;
    border-radius: 25px;
  }
}
.cid-uKrIyyoK37 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrIyyoK37 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uKrIyyoK37 .nav-item .nav-link:hover,
.cid-uKrIyyoK37 .nav-item .nav-link:focus {
  color: #333652 !important;
  opacity: 1;
}
.cid-uKrIyyoK37 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrIyyoK37 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrIyyoK37 .offcanvas_box {
    display: none;
  }
}
.cid-uKrIyyoK37 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrIyyoK37 .container {
  display: flex;
  margin: auto;
}
.cid-uKrIyyoK37 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrIyyoK37 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrIyyoK37 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrIyyoK37 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .navbar-nav {
    margin: 0;
  }
}
.cid-uKrIyyoK37 .dropdown-menu,
.cid-uKrIyyoK37 .navbar.opened {
  background-color: false !important;
}
.cid-uKrIyyoK37 .nav-item:focus,
.cid-uKrIyyoK37 .nav-link:focus {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrIyyoK37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyoK37 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrIyyoK37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrIyyoK37 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrIyyoK37 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrIyyoK37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrIyyoK37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrIyyoK37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrIyyoK37 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrIyyoK37 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrIyyoK37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrIyyoK37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrIyyoK37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrIyyoK37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrIyyoK37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrIyyoK37 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrIyyoK37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown-item.active,
.cid-uKrIyyoK37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrIyyoK37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrIyyoK37 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrIyyoK37 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f7f9;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrIyyoK37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrIyyoK37 .navbar {
    height: 70px;
  }
  .cid-uKrIyyoK37 .navbar.opened {
    height: auto;
  }
  .cid-uKrIyyoK37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKrIyyoK37 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrIyyoK37 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uKrIyyoK37 .navbar-caption:hover {
  color: #333652;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrIyyoK37 .text_widget {
  margin-bottom: 32px;
}
.cid-uKrIyyoK37 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrIyyoK37 .text_widget a:hover,
.cid-uKrIyyoK37 .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uKrIyyoK37 .icons-menu-main {
  display: flex;
}
.cid-uKrIyyoK37 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .navbar-caption {
  color: #000000;
}
.cid-uKrIyyoK37 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .mbr-section-subtitle,
.cid-uKrIyyoK37 .text_widget,
.cid-uKrIyyoK37 .mbr-section-btn {
  text-align: center;
}
.cid-uKrIyyoK37 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrIyyoK37 .nav-link,
.cid-uKrIyyoK37 .dropdown-item {
  color: #000000;
}
.cid-uKrJ9GE9fw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrJ9GE9fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrJ9GE9fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrJ9GE9fw .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrJ9GE9fw .container {
    padding: 10px 8px;
  }
}
.cid-uKrJ9GE9fw .row {
  border-radius: 25px;
  background-color: #f5d15d;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uKrJ9GE9fw .row {
    padding: 50px 2px;
  }
}
.cid-uKrJ9GE9fw .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-uKrJ9GE9fw .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrJ9GE9fw .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #f5d15d;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #90adc6;
  margin-bottom: 0;
}
.cid-uKrJ9GE9fw .mbr-section-title {
  margin-bottom: 50px;
  color: #222222;
}
@media (max-width: 768px) {
  .cid-uKrJ9GE9fw .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKrJ9GE9fw .tabs-wrap {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-uKrJ9GE9fw .tabs-wrap {
    margin-bottom: 30px;
  }
}
.cid-uKrJ9GE9fw .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-uKrJ9GE9fw .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKrJ9GE9fw .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uKrJ9GE9fw .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  background-color: transparent;
  padding: 35px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 2px solid #000000;
  border-radius: 100px !important;
}
@media (max-width: 768px) {
  .cid-uKrJ9GE9fw .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 30px 50px;
  }
}
.cid-uKrJ9GE9fw .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  background-color: #90adc6;
  border: 2px solid #90adc6;
}
.cid-uKrJ9GE9fw .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uKrJ9GE9fw .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKrJ9GE9fw .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrJ9GE9fw .content-wrapper .item {
  min-height: 300px;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  border-radius: 25px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img {
    padding: 20px 15px;
  }
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img a {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  text-align: right;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img a:hover .mbr-iconfont,
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  pointer-events: visible;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img .item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-uKrJ9GE9fw .content-wrapper .item .item-wrapper .item-img .item-content .card-desc {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-uKrJ9GE9fw .item-menu-overlay .btn-wrapper {
  margin-right: 25%;
}
.cid-uKrJ9GE9fw .mbr-desc {
  color: #3283fb;
}
.cid-uKrJ9GE9fw .card-title {
  color: #ffffff;
}
.cid-uKrJ9GE9fw .card-desc {
  color: #F4F7F9;
}
.cid-uKrJ9GE9fw .mbr-desc,
.cid-uKrJ9GE9fw .desc-wrapper {
  color: #000000;
}
.cid-uKrJ9GE9fw .mbr-section-title,
.cid-uKrJ9GE9fw .tabs-wrap {
  color: #000000;
}
.cid-uKrJ9GE9fw .card-title,
.cid-uKrJ9GE9fw .mbr-section-btn {
  color: #F4F7F9;
}
.cid-uKrJw1b71D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrJw1b71D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrJw1b71D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrJw1b71D .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrJw1b71D .container {
    padding: 10px 8px;
  }
}
.cid-uKrJw1b71D .row {
  position: relative;
  border-radius: 25px;
  background-color: #333652;
  justify-content: center;
  padding: 100px 32px 84px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #f4f7f9;
}
@media (max-width: 768px) {
  .cid-uKrJw1b71D .row {
    padding: 50px 2px 34px;
  }
}
.cid-uKrJw1b71D .row .main-image {
  position: absolute;
  top: 0;
  left: 40px;
  width: 55%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKrJw1b71D .row .main-image {
    display: none;
  }
}
.cid-uKrJw1b71D .item {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uKrJw1b71D .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px !important;
  background-color: #f4f7f9;
  height: 100%;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .cid-uKrJw1b71D .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uKrJw1b71D .item .item-wrapper .item-content {
  margin-bottom: 30px;
}
.cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap a {
  display: block;
}
@media (max-width: 1200px) {
  .cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap a {
    margin-bottom: 16px;
  }
}
.cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap a:hover .mbr-iconfont,
.cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #90adc6;
  color: #000000;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uKrJw1b71D .item .item-wrapper .item-content .title-wrap a .mbr-iconfont {
    margin-left: 0;
  }
}
.cid-uKrJw1b71D .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uKrJw1b71D .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1500px) {
  .cid-uKrJw1b71D .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uKrJw1b71D .item .item-wrapper .item-img img {
  width: 150px;
  height: 150px;
  border-radius: 15px !important;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uKrJw1b71D .item .item-wrapper .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uKrJw1b71D .item .item-wrapper .item-img .card-tag {
  display: inline-flex;
  background-color: #90adc6;
  border: 1px solid #f4f7f9;
  padding: 5px 10px;
  border-radius: 300px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 1500px) {
  .cid-uKrJw1b71D .item .item-wrapper .item-img .card-tag {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-uKrJw1b71D .card-wrap {
    display: none;
  }
}
.cid-uKrJw1b71D .item-menu-overlay .btn-wrapper {
  margin-top: -8%;
}
.cid-uKrJw1b71D .card-title {
  color: #000000;
}
.cid-uKrJw1b71D .card-desc {
  color: #000000;
}
.cid-uKrJw1b71D .card-tag {
  color: #000000;
}
.cid-uKrIyyPBOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyPBOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyPBOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyPBOc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyPBOc .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-main {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-main .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .list-wrapper {
    display: block;
  }
}
.cid-uKrIyyPBOc .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:hover,
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyPBOc .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .contacts-wrapper a {
  display: block;
}
.cid-uKrIyyPBOc .contacts-wrapper a:hover .mbr-contact,
.cid-uKrIyyPBOc .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uKrIyyPBOc .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uKrIyyPBOc .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-copy {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-copy .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .list {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact-desc {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyoK37 {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrIyyoK37 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrIyyoK37 .menu_box .navbar.opened,
  .cid-uKrIyyoK37 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown {
  position: relative !important;
}
.cid-uKrIyyoK37 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrIyyoK37 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrIyyoK37 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrIyyoK37 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #90adc6;
    border-radius: 25px;
  }
}
.cid-uKrIyyoK37 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrIyyoK37 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uKrIyyoK37 .nav-item .nav-link:hover,
.cid-uKrIyyoK37 .nav-item .nav-link:focus {
  color: #333652 !important;
  opacity: 1;
}
.cid-uKrIyyoK37 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrIyyoK37 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrIyyoK37 .offcanvas_box {
    display: none;
  }
}
.cid-uKrIyyoK37 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrIyyoK37 .container {
  display: flex;
  margin: auto;
}
.cid-uKrIyyoK37 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrIyyoK37 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrIyyoK37 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrIyyoK37 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .navbar-nav {
    margin: 0;
  }
}
.cid-uKrIyyoK37 .dropdown-menu,
.cid-uKrIyyoK37 .navbar.opened {
  background-color: false !important;
}
.cid-uKrIyyoK37 .nav-item:focus,
.cid-uKrIyyoK37 .nav-link:focus {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrIyyoK37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyoK37 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrIyyoK37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrIyyoK37 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrIyyoK37 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrIyyoK37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrIyyoK37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrIyyoK37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrIyyoK37 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrIyyoK37 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrIyyoK37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrIyyoK37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrIyyoK37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrIyyoK37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrIyyoK37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrIyyoK37 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrIyyoK37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown-item.active,
.cid-uKrIyyoK37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrIyyoK37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrIyyoK37 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrIyyoK37 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f7f9;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrIyyoK37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrIyyoK37 .navbar {
    height: 70px;
  }
  .cid-uKrIyyoK37 .navbar.opened {
    height: auto;
  }
  .cid-uKrIyyoK37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKrIyyoK37 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrIyyoK37 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uKrIyyoK37 .navbar-caption:hover {
  color: #333652;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrIyyoK37 .text_widget {
  margin-bottom: 32px;
}
.cid-uKrIyyoK37 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrIyyoK37 .text_widget a:hover,
.cid-uKrIyyoK37 .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uKrIyyoK37 .icons-menu-main {
  display: flex;
}
.cid-uKrIyyoK37 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .navbar-caption {
  color: #000000;
}
.cid-uKrIyyoK37 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .mbr-section-subtitle,
.cid-uKrIyyoK37 .text_widget,
.cid-uKrIyyoK37 .mbr-section-btn {
  text-align: center;
}
.cid-uKrIyyoK37 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrIyyoK37 .nav-link,
.cid-uKrIyyoK37 .dropdown-item {
  color: #000000;
}
.cid-uKrJhuMAro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrJhuMAro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrJhuMAro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrJhuMAro .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrJhuMAro .container {
    padding: 10px 8px;
  }
}
.cid-uKrJhuMAro .row {
  border-radius: 25px;
  background-color: #90adc6;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #f4f7f9;
}
@media (max-width: 768px) {
  .cid-uKrJhuMAro .row {
    padding: 50px 2px;
  }
}
.cid-uKrJhuMAro .row .card {
  padding: 0 8px;
  justify-content: center;
}
.cid-uKrJhuMAro .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKrJhuMAro .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKrJhuMAro .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKrJhuMAro .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uKrJhuMAro .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKrJhuMAro .image-wrapper img {
    height: 300px;
  }
}
.cid-uKrJhuMAro .content-wrapper .panel-group {
  border-radius: 25px !important;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card {
  background-color: #f4f7f9;
  border-radius: 17px !important;
  margin-bottom: 16px;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card:last-child {
  margin-bottom: 0;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .card-header {
  padding: 20px;
  border: none;
  background-color: transparent;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-left: 10px;
  background-color: #90adc6;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px;
}
.cid-uKrJhuMAro .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uKrJhuMAro .panel-title {
  color: #222222;
}
.cid-uKrJhuMAro .panel-text {
  color: #000000;
}
.cid-uKrJhuMAro .mbr-section-title,
.cid-uKrJhuMAro .mbr-section-btn {
  color: #000000;
}
.cid-uKrJhuMAro .panel-title-edit {
  color: #000000;
}
.cid-uKrIyyPBOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyPBOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyPBOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyPBOc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyPBOc .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-main {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-main .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .list-wrapper {
    display: block;
  }
}
.cid-uKrIyyPBOc .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:hover,
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyPBOc .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .contacts-wrapper a {
  display: block;
}
.cid-uKrIyyPBOc .contacts-wrapper a:hover .mbr-contact,
.cid-uKrIyyPBOc .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uKrIyyPBOc .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uKrIyyPBOc .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-copy {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-copy .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .list {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact-desc {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyoK37 {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrIyyoK37 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrIyyoK37 .menu_box .navbar.opened,
  .cid-uKrIyyoK37 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown {
  position: relative !important;
}
.cid-uKrIyyoK37 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrIyyoK37 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrIyyoK37 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrIyyoK37 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #90adc6;
    border-radius: 25px;
  }
}
.cid-uKrIyyoK37 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrIyyoK37 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uKrIyyoK37 .nav-item .nav-link:hover,
.cid-uKrIyyoK37 .nav-item .nav-link:focus {
  color: #333652 !important;
  opacity: 1;
}
.cid-uKrIyyoK37 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrIyyoK37 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrIyyoK37 .offcanvas_box {
    display: none;
  }
}
.cid-uKrIyyoK37 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrIyyoK37 .container {
  display: flex;
  margin: auto;
}
.cid-uKrIyyoK37 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrIyyoK37 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrIyyoK37 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrIyyoK37 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .navbar-nav {
    margin: 0;
  }
}
.cid-uKrIyyoK37 .dropdown-menu,
.cid-uKrIyyoK37 .navbar.opened {
  background-color: false !important;
}
.cid-uKrIyyoK37 .nav-item:focus,
.cid-uKrIyyoK37 .nav-link:focus {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrIyyoK37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyoK37 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrIyyoK37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrIyyoK37 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrIyyoK37 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrIyyoK37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrIyyoK37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrIyyoK37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrIyyoK37 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrIyyoK37 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrIyyoK37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrIyyoK37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrIyyoK37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrIyyoK37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrIyyoK37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrIyyoK37 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrIyyoK37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown-item.active,
.cid-uKrIyyoK37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrIyyoK37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrIyyoK37 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrIyyoK37 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f7f9;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrIyyoK37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrIyyoK37 .navbar {
    height: 70px;
  }
  .cid-uKrIyyoK37 .navbar.opened {
    height: auto;
  }
  .cid-uKrIyyoK37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKrIyyoK37 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrIyyoK37 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uKrIyyoK37 .navbar-caption:hover {
  color: #333652;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrIyyoK37 .text_widget {
  margin-bottom: 32px;
}
.cid-uKrIyyoK37 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrIyyoK37 .text_widget a:hover,
.cid-uKrIyyoK37 .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uKrIyyoK37 .icons-menu-main {
  display: flex;
}
.cid-uKrIyyoK37 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .navbar-caption {
  color: #000000;
}
.cid-uKrIyyoK37 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .mbr-section-subtitle,
.cid-uKrIyyoK37 .text_widget,
.cid-uKrIyyoK37 .mbr-section-btn {
  text-align: center;
}
.cid-uKrIyyoK37 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrIyyoK37 .nav-link,
.cid-uKrIyyoK37 .dropdown-item {
  color: #000000;
}
.cid-uKrKnZovoh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrKnZovoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrKnZovoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrKnZovoh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrKnZovoh .container {
    padding: 10px 8px;
  }
}
.cid-uKrKnZovoh .row {
  margin: 0;
}
.cid-uKrKnZovoh .row .card {
  padding: 0;
}
.cid-uKrKnZovoh .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #f5d15d;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uKrKnZovoh .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uKrKnZovoh .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uKrKnZovoh .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uKrKnZovoh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrKnZovoh .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKrKnZovoh .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKrKnZovoh .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uKrKnZovoh .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKrKnZovoh .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-uKrKnZovoh .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-uKrKnZovoh .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-uKrKnZovoh .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #90adc6 0%, #333652 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uKrKnZovoh .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uKrKnZovoh .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-uKrKnZovoh .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-uKrKnZovoh .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uKrKnZovoh .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none;
  background: transparent;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #0aa3c2;
}
@media (max-width: 768px) {
  .cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #0aa3c2;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKrKnZovoh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uKrKnZovoh .mbr-section-title {
  color: #222222;
}
.cid-uKrKnZovoh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uKrKnZovoh .mbr-name {
  color: #000000;
}
.cid-uKrKnZovoh .mbr-role {
  color: #000000;
}
.cid-uKrKnZovoh label {
  color: #ffffff;
}
.cid-uKrKnZovoh .mbr-section-title,
.cid-uKrKnZovoh .person-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKrLiUTQah {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrLiUTQah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrLiUTQah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrLiUTQah .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrLiUTQah .container {
    padding: 10px 8px;
  }
}
.cid-uKrLiUTQah .row {
  margin: 0;
}
.cid-uKrLiUTQah .row .card {
  padding: 0;
}
.cid-uKrLiUTQah .row .card:nth-child(2n) .item-wrapper {
  margin-right: 0;
}
.cid-uKrLiUTQah .item-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #f5d15d;
  border-radius: 25px;
  margin-right: 16px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKrLiUTQah .item-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uKrLiUTQah .item-wrapper {
    padding: 50px 10px;
  }
}
.cid-uKrLiUTQah .item-wrapper .content-wrap {
  width: 100%;
}
.cid-uKrLiUTQah .item-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKrLiUTQah .item-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uKrLiUTQah .item-wrapper .content-wrap .mbr-link {
  margin-bottom: 0;
}
.cid-uKrLiUTQah .item-wrapper .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uKrLiUTQah .item-wrapper .content-wrap .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uKrLiUTQah .item-wrapper .content-wrap .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uKrLiUTQah .mbr-section-title {
  color: #222222;
}
.cid-uKrLiUTQah .mbr-section-title,
.cid-uKrLiUTQah .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uKrLiUTQah .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uKrLiUTQah .mbr-link {
  text-align: center;
  color: #000000;
}
.cid-uKrIyyPBOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyPBOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyPBOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyPBOc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyPBOc .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-main {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-main .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .list-wrapper {
    display: block;
  }
}
.cid-uKrIyyPBOc .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:hover,
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyPBOc .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .contacts-wrapper a {
  display: block;
}
.cid-uKrIyyPBOc .contacts-wrapper a:hover .mbr-contact,
.cid-uKrIyyPBOc .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uKrIyyPBOc .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uKrIyyPBOc .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-copy {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-copy .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .list {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact-desc {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uKrIyyoK37 {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background-color: transparent !important;
  background: #ffffff;
}
.cid-uKrIyyoK37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrIyyoK37 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrIyyoK37 .menu_box .navbar.opened,
  .cid-uKrIyyoK37 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown {
  position: relative !important;
}
.cid-uKrIyyoK37 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrIyyoK37 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKrIyyoK37 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKrIyyoK37 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #90adc6;
    border-radius: 25px;
  }
}
.cid-uKrIyyoK37 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrIyyoK37 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
}
.cid-uKrIyyoK37 .nav-item .nav-link:hover,
.cid-uKrIyyoK37 .nav-item .nav-link:focus {
  color: #333652 !important;
  opacity: 1;
}
.cid-uKrIyyoK37 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrIyyoK37 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrIyyoK37 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrIyyoK37 .offcanvas_box {
    display: none;
  }
}
.cid-uKrIyyoK37 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrIyyoK37 .container {
  display: flex;
  margin: auto;
}
.cid-uKrIyyoK37 .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrIyyoK37 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrIyyoK37 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrIyyoK37 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .navbar-nav {
    margin: 0;
  }
}
.cid-uKrIyyoK37 .dropdown-menu,
.cid-uKrIyyoK37 .navbar.opened {
  background-color: false !important;
}
.cid-uKrIyyoK37 .nav-item:focus,
.cid-uKrIyyoK37 .nav-link:focus {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrIyyoK37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrIyyoK37 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrIyyoK37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrIyyoK37 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrIyyoK37 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrIyyoK37 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrIyyoK37 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrIyyoK37 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrIyyoK37 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar.collapsed {
  justify-content: center;
}
.cid-uKrIyyoK37 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrIyyoK37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrIyyoK37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrIyyoK37 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrIyyoK37 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrIyyoK37 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrIyyoK37 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrIyyoK37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrIyyoK37 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrIyyoK37 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrIyyoK37 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrIyyoK37 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrIyyoK37 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrIyyoK37 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrIyyoK37 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrIyyoK37 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrIyyoK37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrIyyoK37 .dropdown-item.active,
.cid-uKrIyyoK37 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrIyyoK37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrIyyoK37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrIyyoK37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrIyyoK37 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrIyyoK37 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrIyyoK37 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f4f7f9;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrIyyoK37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrIyyoK37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrIyyoK37 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrIyyoK37 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrIyyoK37 .navbar {
    height: 70px;
  }
  .cid-uKrIyyoK37 .navbar.opened {
    height: auto;
  }
  .cid-uKrIyyoK37 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrIyyoK37 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKrIyyoK37 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrIyyoK37 .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-uKrIyyoK37 .navbar-caption:hover {
  color: #333652;
}
@media (min-width: 992px) {
  .cid-uKrIyyoK37 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrIyyoK37 .text_widget {
  margin-bottom: 32px;
}
.cid-uKrIyyoK37 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrIyyoK37 .text_widget a:hover,
.cid-uKrIyyoK37 .text_widget a:focus {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .cid-uKrIyyoK37 .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uKrIyyoK37 .icons-menu-main {
  display: flex;
}
.cid-uKrIyyoK37 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .navbar-caption {
  color: #000000;
}
.cid-uKrIyyoK37 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrIyyoK37 .mbr-section-subtitle,
.cid-uKrIyyoK37 .text_widget,
.cid-uKrIyyoK37 .mbr-section-btn {
  text-align: center;
}
.cid-uKrIyyoK37 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrIyyoK37 .nav-link,
.cid-uKrIyyoK37 .dropdown-item {
  color: #000000;
}
.cid-uKrKvmXWLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKrKvmXWLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrKvmXWLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrKvmXWLT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 768px) {
  .cid-uKrKvmXWLT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKrKvmXWLT .container-fluid .row {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uKrKvmXWLT .container {
    padding: 0 20px;
  }
}
.cid-uKrKvmXWLT .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uKrKvmXWLT .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-uKrKvmXWLT .mbr-section-title {
  color: #1d1d1d;
}
.cid-uKrKvmXWLT .mbr-text {
  color: #000000;
}
.cid-uKrKvmXWLT .mbr-section-title,
.cid-uKrKvmXWLT .mbr-section-btn {
  text-align: left;
}
.cid-uKrIyyPBOc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uKrIyyPBOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrIyyPBOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrIyyPBOc .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .container {
    padding: 10px 8px;
  }
}
.cid-uKrIyyPBOc .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-main {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-main .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-uKrIyyPBOc .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .list-wrapper {
    display: block;
  }
}
.cid-uKrIyyPBOc .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:hover,
.cid-uKrIyyPBOc .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uKrIyyPBOc .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-uKrIyyPBOc .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-uKrIyyPBOc .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .contacts-wrapper a {
  display: block;
}
.cid-uKrIyyPBOc .contacts-wrapper a:hover .mbr-contact,
.cid-uKrIyyPBOc .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-uKrIyyPBOc .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uKrIyyPBOc .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrIyyPBOc .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-uKrIyyPBOc .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uKrIyyPBOc .row-copy {
    padding: 40px 2px;
  }
}
.cid-uKrIyyPBOc .row-copy .card {
  padding: 0 8px;
}
.cid-uKrIyyPBOc .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-uKrIyyPBOc .list {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-contact-desc {
  color: #222222;
}
.cid-uKrIyyPBOc .mbr-copy {
  color: #000000;
  text-align: center;
}
