body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.63rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.104rem;
    font-size: calc( 1.5705rem + (2.63 - 1.5705) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4353ff !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #7232bd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4353ff !important;
  border-color: #4353ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0014eb !important;
  border-color: #0014eb !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7232bd !important;
  border-color: #7232bd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #492078 !important;
  border-color: #492078 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4353ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0014eb !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4353ff !important;
  border-color: #4353ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7232bd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #492078 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7232bd !important;
  border-color: #7232bd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #4353ff !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #7232bd !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0013dc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #411d6c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !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: #4353ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #7232bd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4353ff;
  border-color: #4353ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4353ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b48ee1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4353ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4353ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4353ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4353ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4353ff;
  border-bottom-color: #4353ff;
}
.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: #4353ff !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: #1da1f2 !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='%234353ff' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #4353ff !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-v7dRLrUg4t {
  z-index: 1000;
  width: 100%;
}
.cid-v7dRLrUg4t nav.navbar {
  position: fixed;
}
.cid-v7dRLrUg4t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7dRLrUg4t .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7dRLrUg4t .dropdown-item {
  border: none !important;
  background: #11369c !important;
  font-weight: 400;
}
.cid-v7dRLrUg4t .dropdown-item:hover,
.cid-v7dRLrUg4t .dropdown-item:focus {
  background: #11369c !important;
  color: #004aad !important;
}
.cid-v7dRLrUg4t .dropdown-item:hover span {
  color: white;
}
.cid-v7dRLrUg4t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7dRLrUg4t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7dRLrUg4t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7dRLrUg4t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v7dRLrUg4t .nav-link {
  position: relative;
}
.cid-v7dRLrUg4t .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v7dRLrUg4t .container {
    flex-wrap: nowrap;
  }
}
.cid-v7dRLrUg4t .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7dRLrUg4t .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7dRLrUg4t .dropdown-menu,
.cid-v7dRLrUg4t .navbar.opened {
  background: #11369c !important;
}
.cid-v7dRLrUg4t .nav-item:focus,
.cid-v7dRLrUg4t .nav-link:focus {
  outline: none;
}
.cid-v7dRLrUg4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7dRLrUg4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7dRLrUg4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7dRLrUg4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7dRLrUg4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7dRLrUg4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7dRLrUg4t .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 54, 156, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7dRLrUg4t .navbar.opened {
  transition: all 0.3s;
}
.cid-v7dRLrUg4t .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7dRLrUg4t .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v7dRLrUg4t .navbar .navbar-logo img {
  width: auto;
}
.cid-v7dRLrUg4t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7dRLrUg4t .navbar.collapsed {
  justify-content: center;
}
.cid-v7dRLrUg4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7dRLrUg4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7dRLrUg4t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7dRLrUg4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7dRLrUg4t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7dRLrUg4t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7dRLrUg4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7dRLrUg4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7dRLrUg4t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7dRLrUg4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7dRLrUg4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7dRLrUg4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7dRLrUg4t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7dRLrUg4t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7dRLrUg4t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7dRLrUg4t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7dRLrUg4t .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7dRLrUg4t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7dRLrUg4t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7dRLrUg4t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7dRLrUg4t .navbar.navbar-short {
  min-height: 100px;
}
.cid-v7dRLrUg4t .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v7dRLrUg4t .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7dRLrUg4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7dRLrUg4t .navbar-brand .navbar-caption:hover,
.cid-v7dRLrUg4t .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7dRLrUg4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7dRLrUg4t .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7dRLrUg4t .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7dRLrUg4t .dropdown-item.active,
.cid-v7dRLrUg4t .dropdown-item:active {
  background-color: transparent;
}
.cid-v7dRLrUg4t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7dRLrUg4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7dRLrUg4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7dRLrUg4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #11369c;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7dRLrUg4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7dRLrUg4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7dRLrUg4t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7dRLrUg4t ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7dRLrUg4t ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7dRLrUg4t .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7dRLrUg4t .navbar-buttons {
    text-align: left;
  }
}
.cid-v7dRLrUg4t .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7dRLrUg4t .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7dRLrUg4t button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #11369c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7dRLrUg4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7dRLrUg4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7dRLrUg4t button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7dRLrUg4t button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7dRLrUg4t button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7dRLrUg4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7dRLrUg4t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7dRLrUg4t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7dRLrUg4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7dRLrUg4t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7dRLrUg4t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7dRLrUg4t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7dRLrUg4t .navbar {
    height: 70px;
  }
  .cid-v7dRLrUg4t .navbar.opened {
    height: auto;
  }
  .cid-v7dRLrUg4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7dRLrUg4t .navbar-nav {
  margin: 0 auto;
}
.cid-v7dRLrUg4t .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7dRLrUg4t .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v7dRLrUg4t .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7dRLrUg4t .nav-item .nav-link:hover,
.cid-v7dRLrUg4t .nav-item .nav-link:focus {
  background-color: transparent;
  color: #004aad !important;
  text-decoration-color: #004aad;
}
.cid-v7dRLrUg4t .nav-item .nav-link:hover::after,
.cid-v7dRLrUg4t .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7dRLrUg4t .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7dRLrUg4t .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7dRLrUg4t .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7dRLrUg4t .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7dRLrUg4t .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7dRLrUg4t .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7dRLrUg4t .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7dRLrUg4t .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7dRLrUg4t .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7dRLrUg4t .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7dRLrUg4t .content-wrap {
  min-height: 100px;
}
.cid-v7wPFVOx8B {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7wPFVOx8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wPFVOx8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wPFVOx8B .items-wrap {
  justify-content: space-between;
}
.cid-v7wPFVOx8B .items-wrap .card {
  justify-content: center;
}
.cid-v7wPFVOx8B .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v7wPFVOx8B .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7wPFVOx8B .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7wPFVOx8B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wPFVOx8B .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7wPFVOx8B .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v7wPFVOx8B .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wPFVOx8B .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7wPFVOx8B .image-wrapper img {
    height: 350px;
  }
}
.cid-v7wPFVOx8B .mbr-desc {
  color: #000000;
}
.cid-v7wPFVOx8B .mbr-section-title {
  color: #ffffff;
}
.cid-v7wPFVOx8B .mbr-text {
  color: #000000;
}
.cid-v7wPFVOx8B .mbr-text,
.cid-v7wPFVOx8B .mbr-section-btn {
  color: #ffffff;
}
.cid-v7wQzeYvgJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7wQzeYvgJ .li-item {
  align-items: center;
  display: flex;
}
.cid-v7wQzeYvgJ .item {
  color: #e43f3f;
}
.cid-v7wQzeYvgJ svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v7wQzeYvgJ path {
  fill: currentColor;
}
.cid-v7wQzeYvgJ .item,
.cid-v7wQzeYvgJ path {
  color: #000000;
}
.cid-topn8RebHF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-topn8RebHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-topn8RebHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topn8RebHF .text-wrap {
  width: 100%;
}
.cid-topn8RebHF .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-topn8RebHF .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-topn8RebHF .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-v7dQVmmDq9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7dQVmmDq9 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7dQVmmDq9 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7dQVmmDq9 .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7dQVmmDq9 .brand__email {
  margin-bottom: 15px;
}
.cid-v7dQVmmDq9 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7dQVmmDq9 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7dQVmmDq9 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7dQVmmDq9 .footer__items a:hover {
  color: #7232bd !important;
}
.cid-v7dQVmmDq9 .social {
  margin-top: 30px;
}
.cid-v7dQVmmDq9 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7dQVmmDq9 .social .social__items:hover {
  background-color: #7232bd;
  border-color: #7232bd;
}
.cid-v7dQVmmDq9 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7dQVmmDq9 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7dQVmmDq9 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7dQVmmDq9 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7dQVmmDq9 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7dQVmmDq9 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7dQVmmDq9 .footer__bot_items a:hover {
  color: #7232bd !important;
}
.cid-v7dQVmmDq9 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7dQVmmDq9 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7dQVmmDq9 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #7232bd;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7dQVmmDq9 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7dQVmmDq9 .divider {
    margin-top: 30px;
  }
  .cid-v7dQVmmDq9 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7dQVmmDq9 .align-right,
  .cid-v7dQVmmDq9 .privacy {
    text-align: center;
  }
  .cid-v7dQVmmDq9 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7dQVmmDq9 .privacy {
  color: #000000;
}
.cid-v7dQVmmDq9 .footer__adress {
  color: #000000;
}
.cid-v7dQVSGa79 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}
.cid-v7dQVSGa79 .container {
  z-index: 1;
}
.cid-v7dQVSGa79 .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7dQVSGa79 .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7dQVSGa79 .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7dQVSGa79 .image__card {
  position: relative;
}
.cid-v7dQVSGa79 .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7dQVSGa79 .card__info {
  padding: 25px 25px 30px 50px;
  background: #11369c;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7dQVSGa79 .card__title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-v7dQVSGa79 .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #11369c;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7dQVSGa79 .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7dQVSGa79 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #1da1f2;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7dQVSGa79 .icons__wrap:hover {
  color: #7232bd;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7wRSUGeKD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7wRSUGeKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wRSUGeKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wRSUGeKD .mbr-section-title {
  color: #000000;
}
.cid-v7wRSUGeKD .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7wRSUGeKD .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7wRSUGeKD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7wQhj4art {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7wQhj4art .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wQhj4art .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wQhj4art .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7wQhj4art .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-v7wQhj4art .row {
  align-items: center;
}
.cid-v7wQhj4art img {
  border-radius: 2rem;
}
.cid-v7wQhj4art .image-wrapper {
  background: #11369c;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v7wQhj4art .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7wQhj4art .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7wQhj4art .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7wQhj4art .mbr-section-title {
  color: #000000;
}
.cid-v7wQhj4art .mbr-text,
.cid-v7wQhj4art .mbr-section-btn {
  color: #000000;
}
.cid-v7wSlk1VuM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v7wSlk1VuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wSlk1VuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wSlk1VuM .mbr-section-title {
  color: #000000;
}
.cid-v7wSlk1VuM .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7wSlk1VuM .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7wSlk1VuM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7wOu7RvMn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7wOu7RvMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wOu7RvMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wOu7RvMn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7wOu7RvMn .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v7wOu7RvMn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7wOu7RvMn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7wOu7RvMn .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
}
@media (max-width: 992px) {
  .cid-v7wOu7RvMn .border-wrap {
    margin-top: 32px;
  }
}
.cid-v7wOu7RvMn .mbr-section-title {
  color: #ffffff;
}
.cid-v7wOu7RvMn .mbr-text,
.cid-v7wOu7RvMn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7wOu7RvMn .mbr-section-title,
.cid-v7wOu7RvMn .mbr-section-btn {
  text-align: center;
}
.cid-v7wPV6XFx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wPV6XFx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wPV6XFx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7wPV6XFx5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7wPV6XFx5 .container {
    padding: 0 12px;
  }
}
.cid-v7wPV6XFx5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7wPV6XFx5 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7wPV6XFx5 .row.card-wrapper {
  padding: 80px;
  border: 3px solid #11369c;
  box-shadow: 4px 4px #11369c;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7wPV6XFx5 .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7wPV6XFx5 .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7wPV6XFx5 .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7wPV6XFx5 .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7wPV6XFx5 .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7wPV6XFx5 .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7wPV6XFx5 .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7wPV6XFx5 .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7wPV6XFx5 .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #11369c;
}
.cid-v7wPV6XFx5 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-v7wPV6XFx5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v7wPV6XFx5 .mbr-text {
  color: #222222;
}
.cid-v7wPV6XFx5 .list {
  color: #222222;
}
.cid-v7wQG8MZq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7wQG8MZq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wQG8MZq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wQG8MZq3 .mbr-section-title {
  color: #000000;
}
.cid-v7wQG8MZq3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7wQG8MZq3 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7wQG8MZq3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7wUbQtMsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7wUbQtMsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wUbQtMsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7wUbQtMsK .container {
    padding: 0 22px;
  }
}
.cid-v7wUbQtMsK .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7wUbQtMsK .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7wUbQtMsK .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v7wUbQtMsK .image-wrapper img {
    height: 350px;
  }
}
.cid-v7wUbQtMsK .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7wUbQtMsK .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v7wUbQtMsK .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v7wUbQtMsK .panel-group .card:hover,
.cid-v7wUbQtMsK .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v7wUbQtMsK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7wUbQtMsK .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v7wUbQtMsK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7wUbQtMsK .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v7wUbQtMsK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-v7wUbQtMsK .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v7wUbQtMsK .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v7wUbQtMsK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7wUbQtMsK .panel-title-edit {
  color: #000000;
}
.cid-v7wUbQtMsK .panel-text {
  color: #000000;
}
.cid-v7wPSIHZ1C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7wPSIHZ1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wPSIHZ1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wPSIHZ1C .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7wPSIHZ1C .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7wPSIHZ1C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7wPSIHZ1C .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v7wPSIHZ1C .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7wPSIHZ1C .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7wPSIHZ1C .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v7wPSIHZ1C .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v7wPSIHZ1C .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7wPSIHZ1C .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7wPSIHZ1C .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7wPSIHZ1C .mbr-section-title {
  color: #000000;
}
.cid-v7wPSIHZ1C .mbr-desc {
  color: #000000;
}
.cid-v7wPSIHZ1C .mbr-text {
  color: #000000;
}
.cid-v7elCFkWgP {
  z-index: 1000;
  width: 100%;
}
.cid-v7elCFkWgP nav.navbar {
  position: fixed;
}
.cid-v7elCFkWgP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7elCFkWgP .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7elCFkWgP .dropdown-item {
  border: none !important;
  background: #11369c !important;
  font-weight: 400;
}
.cid-v7elCFkWgP .dropdown-item:hover,
.cid-v7elCFkWgP .dropdown-item:focus {
  background: #11369c !important;
  color: #004aad !important;
}
.cid-v7elCFkWgP .dropdown-item:hover span {
  color: white;
}
.cid-v7elCFkWgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7elCFkWgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7elCFkWgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7elCFkWgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v7elCFkWgP .nav-link {
  position: relative;
}
.cid-v7elCFkWgP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v7elCFkWgP .container {
    flex-wrap: nowrap;
  }
}
.cid-v7elCFkWgP .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7elCFkWgP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7elCFkWgP .dropdown-menu,
.cid-v7elCFkWgP .navbar.opened {
  background: #11369c !important;
}
.cid-v7elCFkWgP .nav-item:focus,
.cid-v7elCFkWgP .nav-link:focus {
  outline: none;
}
.cid-v7elCFkWgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7elCFkWgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7elCFkWgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7elCFkWgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7elCFkWgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7elCFkWgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7elCFkWgP .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 54, 156, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7elCFkWgP .navbar.opened {
  transition: all 0.3s;
}
.cid-v7elCFkWgP .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7elCFkWgP .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v7elCFkWgP .navbar .navbar-logo img {
  width: auto;
}
.cid-v7elCFkWgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7elCFkWgP .navbar.collapsed {
  justify-content: center;
}
.cid-v7elCFkWgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7elCFkWgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7elCFkWgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7elCFkWgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7elCFkWgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7elCFkWgP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7elCFkWgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7elCFkWgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7elCFkWgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7elCFkWgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7elCFkWgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7elCFkWgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7elCFkWgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7elCFkWgP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7elCFkWgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7elCFkWgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7elCFkWgP .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7elCFkWgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7elCFkWgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7elCFkWgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7elCFkWgP .navbar.navbar-short {
  min-height: 100px;
}
.cid-v7elCFkWgP .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v7elCFkWgP .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7elCFkWgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7elCFkWgP .navbar-brand .navbar-caption:hover,
.cid-v7elCFkWgP .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7elCFkWgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7elCFkWgP .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7elCFkWgP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7elCFkWgP .dropdown-item.active,
.cid-v7elCFkWgP .dropdown-item:active {
  background-color: transparent;
}
.cid-v7elCFkWgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7elCFkWgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7elCFkWgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7elCFkWgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #11369c;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7elCFkWgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7elCFkWgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7elCFkWgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7elCFkWgP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7elCFkWgP ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7elCFkWgP .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7elCFkWgP .navbar-buttons {
    text-align: left;
  }
}
.cid-v7elCFkWgP .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7elCFkWgP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7elCFkWgP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #11369c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7elCFkWgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7elCFkWgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7elCFkWgP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7elCFkWgP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7elCFkWgP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7elCFkWgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7elCFkWgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7elCFkWgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7elCFkWgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7elCFkWgP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7elCFkWgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7elCFkWgP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7elCFkWgP .navbar {
    height: 70px;
  }
  .cid-v7elCFkWgP .navbar.opened {
    height: auto;
  }
  .cid-v7elCFkWgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7elCFkWgP .navbar-nav {
  margin: 0 auto;
}
.cid-v7elCFkWgP .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7elCFkWgP .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v7elCFkWgP .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7elCFkWgP .nav-item .nav-link:hover,
.cid-v7elCFkWgP .nav-item .nav-link:focus {
  background-color: transparent;
  color: #004aad !important;
  text-decoration-color: #004aad;
}
.cid-v7elCFkWgP .nav-item .nav-link:hover::after,
.cid-v7elCFkWgP .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7elCFkWgP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7elCFkWgP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7elCFkWgP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7elCFkWgP .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7elCFkWgP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7elCFkWgP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7elCFkWgP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7elCFkWgP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7elCFkWgP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7elCFkWgP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7elCFkWgP .content-wrap {
  min-height: 100px;
}
.cid-v7xoEbruMe {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7xoEbruMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xoEbruMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xoEbruMe .items-wrap {
  justify-content: space-between;
}
.cid-v7xoEbruMe .items-wrap .card {
  justify-content: center;
}
.cid-v7xoEbruMe .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v7xoEbruMe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7xoEbruMe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7xoEbruMe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xoEbruMe .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7xoEbruMe .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v7xoEbruMe .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xoEbruMe .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7xoEbruMe .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xoEbruMe .mbr-desc {
  color: #000000;
}
.cid-v7xoEbruMe .mbr-section-title {
  color: #ffffff;
}
.cid-v7xoEbruMe .mbr-text {
  color: #000000;
}
.cid-v7xoEbruMe .mbr-text,
.cid-v7xoEbruMe .mbr-section-btn {
  color: #ffffff;
}
.cid-v7elCKyMWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7elCKyMWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7elCKyMWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7elCKyMWU .text-wrap {
  width: 100%;
}
.cid-v7elCKyMWU .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v7elCKyMWU .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v7elCKyMWU .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-v7elCO4v30 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7elCO4v30 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7elCO4v30 .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7elCO4v30 .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7elCO4v30 .brand__email {
  margin-bottom: 15px;
}
.cid-v7elCO4v30 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7elCO4v30 .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7elCO4v30 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7elCO4v30 .footer__items a:hover {
  color: #7232bd !important;
}
.cid-v7elCO4v30 .social {
  margin-top: 30px;
}
.cid-v7elCO4v30 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7elCO4v30 .social .social__items:hover {
  background-color: #7232bd;
  border-color: #7232bd;
}
.cid-v7elCO4v30 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7elCO4v30 .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7elCO4v30 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7elCO4v30 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7elCO4v30 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7elCO4v30 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7elCO4v30 .footer__bot_items a:hover {
  color: #7232bd !important;
}
.cid-v7elCO4v30 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7elCO4v30 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7elCO4v30 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #7232bd;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7elCO4v30 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7elCO4v30 .divider {
    margin-top: 30px;
  }
  .cid-v7elCO4v30 .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7elCO4v30 .align-right,
  .cid-v7elCO4v30 .privacy {
    text-align: center;
  }
  .cid-v7elCO4v30 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7elCO4v30 .privacy {
  color: #000000;
}
.cid-v7elCO4v30 .footer__adress {
  color: #000000;
}
.cid-v7em8U20Rg {
  z-index: 1000;
  width: 100%;
}
.cid-v7em8U20Rg nav.navbar {
  position: fixed;
}
.cid-v7em8U20Rg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7em8U20Rg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7em8U20Rg .dropdown-item {
  border: none !important;
  background: #11369c !important;
  font-weight: 400;
}
.cid-v7em8U20Rg .dropdown-item:hover,
.cid-v7em8U20Rg .dropdown-item:focus {
  background: #11369c !important;
  color: #004aad !important;
}
.cid-v7em8U20Rg .dropdown-item:hover span {
  color: white;
}
.cid-v7em8U20Rg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7em8U20Rg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7em8U20Rg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7em8U20Rg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v7em8U20Rg .nav-link {
  position: relative;
}
.cid-v7em8U20Rg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v7em8U20Rg .container {
    flex-wrap: nowrap;
  }
}
.cid-v7em8U20Rg .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7em8U20Rg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7em8U20Rg .dropdown-menu,
.cid-v7em8U20Rg .navbar.opened {
  background: #11369c !important;
}
.cid-v7em8U20Rg .nav-item:focus,
.cid-v7em8U20Rg .nav-link:focus {
  outline: none;
}
.cid-v7em8U20Rg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7em8U20Rg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7em8U20Rg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7em8U20Rg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7em8U20Rg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7em8U20Rg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7em8U20Rg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 54, 156, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7em8U20Rg .navbar.opened {
  transition: all 0.3s;
}
.cid-v7em8U20Rg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7em8U20Rg .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v7em8U20Rg .navbar .navbar-logo img {
  width: auto;
}
.cid-v7em8U20Rg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7em8U20Rg .navbar.collapsed {
  justify-content: center;
}
.cid-v7em8U20Rg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7em8U20Rg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7em8U20Rg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7em8U20Rg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7em8U20Rg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7em8U20Rg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7em8U20Rg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7em8U20Rg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7em8U20Rg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7em8U20Rg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7em8U20Rg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7em8U20Rg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7em8U20Rg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7em8U20Rg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7em8U20Rg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7em8U20Rg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7em8U20Rg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7em8U20Rg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7em8U20Rg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7em8U20Rg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7em8U20Rg .navbar.navbar-short {
  min-height: 100px;
}
.cid-v7em8U20Rg .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v7em8U20Rg .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7em8U20Rg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7em8U20Rg .navbar-brand .navbar-caption:hover,
.cid-v7em8U20Rg .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7em8U20Rg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7em8U20Rg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7em8U20Rg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7em8U20Rg .dropdown-item.active,
.cid-v7em8U20Rg .dropdown-item:active {
  background-color: transparent;
}
.cid-v7em8U20Rg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7em8U20Rg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7em8U20Rg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7em8U20Rg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #11369c;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7em8U20Rg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7em8U20Rg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7em8U20Rg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7em8U20Rg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7em8U20Rg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7em8U20Rg .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7em8U20Rg .navbar-buttons {
    text-align: left;
  }
}
.cid-v7em8U20Rg .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7em8U20Rg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7em8U20Rg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #11369c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7em8U20Rg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7em8U20Rg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7em8U20Rg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7em8U20Rg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7em8U20Rg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7em8U20Rg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7em8U20Rg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7em8U20Rg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7em8U20Rg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7em8U20Rg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7em8U20Rg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7em8U20Rg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7em8U20Rg .navbar {
    height: 70px;
  }
  .cid-v7em8U20Rg .navbar.opened {
    height: auto;
  }
  .cid-v7em8U20Rg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7em8U20Rg .navbar-nav {
  margin: 0 auto;
}
.cid-v7em8U20Rg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7em8U20Rg .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v7em8U20Rg .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7em8U20Rg .nav-item .nav-link:hover,
.cid-v7em8U20Rg .nav-item .nav-link:focus {
  background-color: transparent;
  color: #004aad !important;
  text-decoration-color: #004aad;
}
.cid-v7em8U20Rg .nav-item .nav-link:hover::after,
.cid-v7em8U20Rg .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7em8U20Rg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7em8U20Rg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7em8U20Rg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7em8U20Rg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7em8U20Rg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7em8U20Rg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7em8U20Rg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7em8U20Rg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7em8U20Rg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7em8U20Rg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7em8U20Rg .content-wrap {
  min-height: 100px;
}
.cid-v7xvuZkyWb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7xvuZkyWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xvuZkyWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xvuZkyWb .items-wrap {
  justify-content: space-between;
}
.cid-v7xvuZkyWb .items-wrap .card {
  justify-content: center;
}
.cid-v7xvuZkyWb .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v7xvuZkyWb .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7xvuZkyWb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7xvuZkyWb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xvuZkyWb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7xvuZkyWb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v7xvuZkyWb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xvuZkyWb .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7xvuZkyWb .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xvuZkyWb .mbr-desc {
  color: #000000;
}
.cid-v7xvuZkyWb .mbr-section-title {
  color: #ffffff;
}
.cid-v7xvuZkyWb .mbr-text {
  color: #000000;
}
.cid-v7xvuZkyWb .mbr-text,
.cid-v7xvuZkyWb .mbr-section-btn {
  color: #ffffff;
}
.cid-v7em8Xv56o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7em8Xv56o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7em8Xv56o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7em8Xv56o .text-wrap {
  width: 100%;
}
.cid-v7em8Xv56o .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v7em8Xv56o .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v7em8Xv56o .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-v7em8YE2CF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7em8YE2CF .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7em8YE2CF .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7em8YE2CF .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7em8YE2CF .brand__email {
  margin-bottom: 15px;
}
.cid-v7em8YE2CF .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7em8YE2CF .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7em8YE2CF .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7em8YE2CF .footer__items a:hover {
  color: #7232bd !important;
}
.cid-v7em8YE2CF .social {
  margin-top: 30px;
}
.cid-v7em8YE2CF .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7em8YE2CF .social .social__items:hover {
  background-color: #7232bd;
  border-color: #7232bd;
}
.cid-v7em8YE2CF .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7em8YE2CF .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7em8YE2CF .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7em8YE2CF .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7em8YE2CF .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7em8YE2CF .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7em8YE2CF .footer__bot_items a:hover {
  color: #7232bd !important;
}
.cid-v7em8YE2CF .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7em8YE2CF .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7em8YE2CF .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #7232bd;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7em8YE2CF .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7em8YE2CF .divider {
    margin-top: 30px;
  }
  .cid-v7em8YE2CF .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7em8YE2CF .align-right,
  .cid-v7em8YE2CF .privacy {
    text-align: center;
  }
  .cid-v7em8YE2CF .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7em8YE2CF .privacy {
  color: #000000;
}
.cid-v7em8YE2CF .footer__adress {
  color: #000000;
}
.cid-v7x4NYlUzx {
  z-index: 1000;
  width: 100%;
}
.cid-v7x4NYlUzx nav.navbar {
  position: fixed;
}
.cid-v7x4NYlUzx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7x4NYlUzx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7x4NYlUzx .dropdown-item {
  border: none !important;
  background: #11369c !important;
  font-weight: 400;
}
.cid-v7x4NYlUzx .dropdown-item:hover,
.cid-v7x4NYlUzx .dropdown-item:focus {
  background: #11369c !important;
  color: #004aad !important;
}
.cid-v7x4NYlUzx .dropdown-item:hover span {
  color: white;
}
.cid-v7x4NYlUzx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7x4NYlUzx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7x4NYlUzx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7x4NYlUzx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v7x4NYlUzx .nav-link {
  position: relative;
}
.cid-v7x4NYlUzx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v7x4NYlUzx .container {
    flex-wrap: nowrap;
  }
}
.cid-v7x4NYlUzx .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7x4NYlUzx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7x4NYlUzx .dropdown-menu,
.cid-v7x4NYlUzx .navbar.opened {
  background: #11369c !important;
}
.cid-v7x4NYlUzx .nav-item:focus,
.cid-v7x4NYlUzx .nav-link:focus {
  outline: none;
}
.cid-v7x4NYlUzx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7x4NYlUzx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7x4NYlUzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7x4NYlUzx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7x4NYlUzx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7x4NYlUzx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7x4NYlUzx .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 54, 156, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7x4NYlUzx .navbar.opened {
  transition: all 0.3s;
}
.cid-v7x4NYlUzx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7x4NYlUzx .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v7x4NYlUzx .navbar .navbar-logo img {
  width: auto;
}
.cid-v7x4NYlUzx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7x4NYlUzx .navbar.collapsed {
  justify-content: center;
}
.cid-v7x4NYlUzx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7x4NYlUzx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7x4NYlUzx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7x4NYlUzx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7x4NYlUzx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7x4NYlUzx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7x4NYlUzx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7x4NYlUzx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7x4NYlUzx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7x4NYlUzx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7x4NYlUzx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7x4NYlUzx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7x4NYlUzx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7x4NYlUzx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7x4NYlUzx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7x4NYlUzx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7x4NYlUzx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7x4NYlUzx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7x4NYlUzx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7x4NYlUzx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7x4NYlUzx .navbar.navbar-short {
  min-height: 100px;
}
.cid-v7x4NYlUzx .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v7x4NYlUzx .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7x4NYlUzx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7x4NYlUzx .navbar-brand .navbar-caption:hover,
.cid-v7x4NYlUzx .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7x4NYlUzx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7x4NYlUzx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7x4NYlUzx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7x4NYlUzx .dropdown-item.active,
.cid-v7x4NYlUzx .dropdown-item:active {
  background-color: transparent;
}
.cid-v7x4NYlUzx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7x4NYlUzx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7x4NYlUzx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7x4NYlUzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #11369c;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7x4NYlUzx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7x4NYlUzx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7x4NYlUzx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7x4NYlUzx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7x4NYlUzx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7x4NYlUzx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7x4NYlUzx .navbar-buttons {
    text-align: left;
  }
}
.cid-v7x4NYlUzx .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7x4NYlUzx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7x4NYlUzx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #11369c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7x4NYlUzx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7x4NYlUzx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7x4NYlUzx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7x4NYlUzx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7x4NYlUzx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7x4NYlUzx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7x4NYlUzx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7x4NYlUzx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7x4NYlUzx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7x4NYlUzx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7x4NYlUzx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7x4NYlUzx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7x4NYlUzx .navbar {
    height: 70px;
  }
  .cid-v7x4NYlUzx .navbar.opened {
    height: auto;
  }
  .cid-v7x4NYlUzx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7x4NYlUzx .navbar-nav {
  margin: 0 auto;
}
.cid-v7x4NYlUzx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7x4NYlUzx .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v7x4NYlUzx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7x4NYlUzx .nav-item .nav-link:hover,
.cid-v7x4NYlUzx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #004aad !important;
  text-decoration-color: #004aad;
}
.cid-v7x4NYlUzx .nav-item .nav-link:hover::after,
.cid-v7x4NYlUzx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7x4NYlUzx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7x4NYlUzx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7x4NYlUzx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7x4NYlUzx .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7x4NYlUzx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7x4NYlUzx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7x4NYlUzx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7x4NYlUzx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7x4NYlUzx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7x4NYlUzx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7x4NYlUzx .content-wrap {
  min-height: 100px;
}
.cid-v7x4NZiDhS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7x4NZiDhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4NZiDhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4NZiDhS .items-wrap {
  justify-content: space-between;
}
.cid-v7x4NZiDhS .items-wrap .card {
  justify-content: center;
}
.cid-v7x4NZiDhS .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v7x4NZiDhS .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7x4NZiDhS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7x4NZiDhS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7x4NZiDhS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7x4NZiDhS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v7x4NZiDhS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7x4NZiDhS .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7x4NZiDhS .image-wrapper img {
    height: 350px;
  }
}
.cid-v7x4NZiDhS .mbr-desc {
  color: #000000;
}
.cid-v7x4NZiDhS .mbr-section-title {
  color: #ffffff;
}
.cid-v7x4NZiDhS .mbr-text {
  color: #000000;
}
.cid-v7x4NZiDhS .mbr-text,
.cid-v7x4NZiDhS .mbr-section-btn {
  color: #ffffff;
}
.cid-v7x4NZT9DT {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7x4NZT9DT .li-item {
  align-items: center;
  display: flex;
}
.cid-v7x4NZT9DT .item {
  color: #e43f3f;
}
.cid-v7x4NZT9DT svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v7x4NZT9DT path {
  fill: currentColor;
}
.cid-v7x4NZT9DT .item,
.cid-v7x4NZT9DT path {
  color: #000000;
}
.cid-v7x4O0noUw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x4O0noUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O0noUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O0noUw .text-wrap {
  width: 100%;
}
.cid-v7x4O0noUw .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v7x4O0noUw .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v7x4O0noUw .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-v7x4O0TdLj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7x4O0TdLj .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7x4O0TdLj .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7x4O0TdLj .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7x4O0TdLj .brand__email {
  margin-bottom: 15px;
}
.cid-v7x4O0TdLj .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7x4O0TdLj .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7x4O0TdLj .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7x4O0TdLj .footer__items a:hover {
  color: #7232bd !important;
}
.cid-v7x4O0TdLj .social {
  margin-top: 30px;
}
.cid-v7x4O0TdLj .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7x4O0TdLj .social .social__items:hover {
  background-color: #7232bd;
  border-color: #7232bd;
}
.cid-v7x4O0TdLj .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7x4O0TdLj .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7x4O0TdLj .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7x4O0TdLj .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7x4O0TdLj .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7x4O0TdLj .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7x4O0TdLj .footer__bot_items a:hover {
  color: #7232bd !important;
}
.cid-v7x4O0TdLj .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7x4O0TdLj .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7x4O0TdLj .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #7232bd;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7x4O0TdLj .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7x4O0TdLj .divider {
    margin-top: 30px;
  }
  .cid-v7x4O0TdLj .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7x4O0TdLj .align-right,
  .cid-v7x4O0TdLj .privacy {
    text-align: center;
  }
  .cid-v7x4O0TdLj .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7x4O0TdLj .privacy {
  color: #000000;
}
.cid-v7x4O0TdLj .footer__adress {
  color: #000000;
}
.cid-v7x4O1MLKt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}
.cid-v7x4O1MLKt .container {
  z-index: 1;
}
.cid-v7x4O1MLKt .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7x4O1MLKt .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7x4O1MLKt .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7x4O1MLKt .image__card {
  position: relative;
}
.cid-v7x4O1MLKt .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7x4O1MLKt .card__info {
  padding: 25px 25px 30px 50px;
  background: #11369c;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7x4O1MLKt .card__title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-v7x4O1MLKt .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #11369c;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7x4O1MLKt .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7x4O1MLKt .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #1da1f2;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7x4O1MLKt .icons__wrap:hover {
  color: #7232bd;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7x4O2Mf4m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7x4O2Mf4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O2Mf4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O2Mf4m .mbr-section-title {
  color: #000000;
}
.cid-v7x4O2Mf4m .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7x4O2Mf4m .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7x4O2Mf4m .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7x4O3A09d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7x4O3A09d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O3A09d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O3A09d .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7x4O3A09d .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-v7x4O3A09d .row {
  align-items: center;
}
.cid-v7x4O3A09d img {
  border-radius: 2rem;
}
.cid-v7x4O3A09d .image-wrapper {
  background: #11369c;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v7x4O3A09d .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7x4O3A09d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7x4O3A09d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7x4O3A09d .mbr-section-title {
  color: #000000;
}
.cid-v7x4O3A09d .mbr-text,
.cid-v7x4O3A09d .mbr-section-btn {
  color: #000000;
}
.cid-v7x4O4mEbU {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7x4O4mEbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O4mEbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O4mEbU .mbr-section-title {
  color: #000000;
}
.cid-v7x4O4mEbU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7x4O4mEbU .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7x4O4mEbU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7x4O5CfvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7x4O5CfvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O5CfvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O5CfvW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7x4O5CfvW .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v7x4O5CfvW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7x4O5CfvW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7x4O5CfvW .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
}
@media (max-width: 992px) {
  .cid-v7x4O5CfvW .border-wrap {
    margin-top: 32px;
  }
}
.cid-v7x4O5CfvW .mbr-section-title {
  color: #ffffff;
}
.cid-v7x4O5CfvW .mbr-text,
.cid-v7x4O5CfvW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7x4O5CfvW .mbr-section-title,
.cid-v7x4O5CfvW .mbr-section-btn {
  text-align: center;
}
.cid-v7x4O6asCc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x4O6asCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O6asCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7x4O6asCc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7x4O6asCc .container {
    padding: 0 12px;
  }
}
.cid-v7x4O6asCc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7x4O6asCc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7x4O6asCc .row.card-wrapper {
  padding: 80px;
  border: 3px solid #11369c;
  box-shadow: 4px 4px #11369c;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7x4O6asCc .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7x4O6asCc .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7x4O6asCc .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7x4O6asCc .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7x4O6asCc .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7x4O6asCc .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7x4O6asCc .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7x4O6asCc .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7x4O6asCc .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #11369c;
}
.cid-v7x4O6asCc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-v7x4O6asCc .mbr-section-subtitle {
  color: #000000;
}
.cid-v7x4O6asCc .mbr-text {
  color: #222222;
}
.cid-v7x4O6asCc .list {
  color: #222222;
}
.cid-v7x4O6MUta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7x4O6MUta .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O6MUta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O6MUta .mbr-section-title {
  color: #000000;
}
.cid-v7x4O6MUta .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7x4O6MUta .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7x4O6MUta .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7x4O7qNOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x4O7qNOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O7qNOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7x4O7qNOa .container {
    padding: 0 22px;
  }
}
.cid-v7x4O7qNOa .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7x4O7qNOa .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7x4O7qNOa .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v7x4O7qNOa .image-wrapper img {
    height: 350px;
  }
}
.cid-v7x4O7qNOa .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7x4O7qNOa .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v7x4O7qNOa .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v7x4O7qNOa .panel-group .card:hover,
.cid-v7x4O7qNOa .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v7x4O7qNOa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7x4O7qNOa .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v7x4O7qNOa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7x4O7qNOa .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v7x4O7qNOa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-v7x4O7qNOa .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v7x4O7qNOa .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v7x4O7qNOa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7x4O7qNOa .panel-title-edit {
  color: #000000;
}
.cid-v7x4O7qNOa .panel-text {
  color: #000000;
}
.cid-v7x4O8nDrW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7x4O8nDrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x4O8nDrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x4O8nDrW .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7x4O8nDrW .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7x4O8nDrW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7x4O8nDrW .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v7x4O8nDrW .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7x4O8nDrW .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7x4O8nDrW .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v7x4O8nDrW .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v7x4O8nDrW .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7x4O8nDrW .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7x4O8nDrW .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7x4O8nDrW .mbr-section-title {
  color: #000000;
}
.cid-v7x4O8nDrW .mbr-desc {
  color: #000000;
}
.cid-v7x4O8nDrW .mbr-text {
  color: #000000;
}
.cid-v7x7bnyHwR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x7bnyHwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7bnyHwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7bnyHwR .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v7x7bnyHwR .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v7x7bnyHwR .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #11369c;
}
@media (max-width: 992px) {
  .cid-v7x7bnyHwR .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v7x7bnyHwR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7x7bnyHwR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7x7bnyHwR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7x7bnyHwR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #11369c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v7x7bnyHwR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7x7bnyHwR .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v7x7bnyHwR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7x7bnyHwR .mbr-section-title {
  color: #19171c;
}
.cid-v7x7bnyHwR .panel-title {
  color: #19171c;
}
.cid-v7x7bnyHwR .panel-text {
  color: #000000;
}
.cid-v7x7bnyHwR .panel-title-edit {
  color: #000000;
}
.cid-v7xkaiHp5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v7xkaiHp5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xkaiHp5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xkaiHp5G .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v7xkaiHp5G .content-wrapper {
    padding: 0;
  }
}
.cid-v7xkaiHp5G .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7xkaiHp5G .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7xkaiHp5G .content-wrapper .google-map {
  border: 3px solid #11369c;
  box-shadow: 4px 4px 0 0 #11369c;
}
.cid-v7xkaiHp5G .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7xkaiHp5G .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v7xkaiHp5G .mbr-section-title {
  color: #050f0f;
}
.cid-v7x7sA3Fru {
  z-index: 1000;
  width: 100%;
}
.cid-v7x7sA3Fru nav.navbar {
  position: fixed;
}
.cid-v7x7sA3Fru .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7x7sA3Fru .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7x7sA3Fru .dropdown-item {
  border: none !important;
  background: #11369c !important;
  font-weight: 400;
}
.cid-v7x7sA3Fru .dropdown-item:hover,
.cid-v7x7sA3Fru .dropdown-item:focus {
  background: #11369c !important;
  color: #004aad !important;
}
.cid-v7x7sA3Fru .dropdown-item:hover span {
  color: white;
}
.cid-v7x7sA3Fru .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7x7sA3Fru .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7x7sA3Fru .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7x7sA3Fru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v7x7sA3Fru .nav-link {
  position: relative;
}
.cid-v7x7sA3Fru .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v7x7sA3Fru .container {
    flex-wrap: nowrap;
  }
}
.cid-v7x7sA3Fru .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7x7sA3Fru .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7x7sA3Fru .dropdown-menu,
.cid-v7x7sA3Fru .navbar.opened {
  background: #11369c !important;
}
.cid-v7x7sA3Fru .nav-item:focus,
.cid-v7x7sA3Fru .nav-link:focus {
  outline: none;
}
.cid-v7x7sA3Fru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7x7sA3Fru .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7x7sA3Fru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7x7sA3Fru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7x7sA3Fru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7x7sA3Fru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7x7sA3Fru .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 54, 156, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7x7sA3Fru .navbar.opened {
  transition: all 0.3s;
}
.cid-v7x7sA3Fru .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7x7sA3Fru .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v7x7sA3Fru .navbar .navbar-logo img {
  width: auto;
}
.cid-v7x7sA3Fru .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7x7sA3Fru .navbar.collapsed {
  justify-content: center;
}
.cid-v7x7sA3Fru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7x7sA3Fru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7x7sA3Fru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7x7sA3Fru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7x7sA3Fru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7x7sA3Fru .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7x7sA3Fru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7x7sA3Fru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7x7sA3Fru .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7x7sA3Fru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7x7sA3Fru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7x7sA3Fru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7x7sA3Fru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7x7sA3Fru .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7x7sA3Fru .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7x7sA3Fru .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7x7sA3Fru .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7x7sA3Fru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7x7sA3Fru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7x7sA3Fru .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7x7sA3Fru .navbar.navbar-short {
  min-height: 100px;
}
.cid-v7x7sA3Fru .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v7x7sA3Fru .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7x7sA3Fru .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7x7sA3Fru .navbar-brand .navbar-caption:hover,
.cid-v7x7sA3Fru .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7x7sA3Fru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7x7sA3Fru .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7x7sA3Fru .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7x7sA3Fru .dropdown-item.active,
.cid-v7x7sA3Fru .dropdown-item:active {
  background-color: transparent;
}
.cid-v7x7sA3Fru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7x7sA3Fru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7x7sA3Fru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7x7sA3Fru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #11369c;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7x7sA3Fru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7x7sA3Fru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7x7sA3Fru .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7x7sA3Fru ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7x7sA3Fru ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7x7sA3Fru .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7x7sA3Fru .navbar-buttons {
    text-align: left;
  }
}
.cid-v7x7sA3Fru .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7x7sA3Fru .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7x7sA3Fru button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #11369c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7x7sA3Fru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7x7sA3Fru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7x7sA3Fru button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7x7sA3Fru button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7x7sA3Fru button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7x7sA3Fru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7x7sA3Fru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7x7sA3Fru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7x7sA3Fru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7x7sA3Fru .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7x7sA3Fru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7x7sA3Fru .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7x7sA3Fru .navbar {
    height: 70px;
  }
  .cid-v7x7sA3Fru .navbar.opened {
    height: auto;
  }
  .cid-v7x7sA3Fru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7x7sA3Fru .navbar-nav {
  margin: 0 auto;
}
.cid-v7x7sA3Fru .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7x7sA3Fru .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v7x7sA3Fru .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7x7sA3Fru .nav-item .nav-link:hover,
.cid-v7x7sA3Fru .nav-item .nav-link:focus {
  background-color: transparent;
  color: #004aad !important;
  text-decoration-color: #004aad;
}
.cid-v7x7sA3Fru .nav-item .nav-link:hover::after,
.cid-v7x7sA3Fru .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7x7sA3Fru .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7x7sA3Fru .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7x7sA3Fru .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7x7sA3Fru .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7x7sA3Fru .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7x7sA3Fru .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7x7sA3Fru .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7x7sA3Fru .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7x7sA3Fru .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7x7sA3Fru .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7x7sA3Fru .content-wrap {
  min-height: 100px;
}
.cid-v7x7sAGJI4 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7x7sAGJI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sAGJI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sAGJI4 .items-wrap {
  justify-content: space-between;
}
.cid-v7x7sAGJI4 .items-wrap .card {
  justify-content: center;
}
.cid-v7x7sAGJI4 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v7x7sAGJI4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7x7sAGJI4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7x7sAGJI4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7x7sAGJI4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7x7sAGJI4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v7x7sAGJI4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7x7sAGJI4 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7x7sAGJI4 .image-wrapper img {
    height: 350px;
  }
}
.cid-v7x7sAGJI4 .mbr-desc {
  color: #000000;
}
.cid-v7x7sAGJI4 .mbr-section-title {
  color: #ffffff;
}
.cid-v7x7sAGJI4 .mbr-text {
  color: #000000;
}
.cid-v7x7sAGJI4 .mbr-text,
.cid-v7x7sAGJI4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v7x7sBeDag {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7x7sBeDag .li-item {
  align-items: center;
  display: flex;
}
.cid-v7x7sBeDag .item {
  color: #e43f3f;
}
.cid-v7x7sBeDag svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v7x7sBeDag path {
  fill: currentColor;
}
.cid-v7x7sBeDag .item,
.cid-v7x7sBeDag path {
  color: #000000;
}
.cid-v7x7sBJiWj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x7sBJiWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sBJiWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sBJiWj .text-wrap {
  width: 100%;
}
.cid-v7x7sBJiWj .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v7x7sBJiWj .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v7x7sBJiWj .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-v7x7sCkKrD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7x7sCkKrD .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7x7sCkKrD .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7x7sCkKrD .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7x7sCkKrD .brand__email {
  margin-bottom: 15px;
}
.cid-v7x7sCkKrD .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7x7sCkKrD .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7x7sCkKrD .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7x7sCkKrD .footer__items a:hover {
  color: #7232bd !important;
}
.cid-v7x7sCkKrD .social {
  margin-top: 30px;
}
.cid-v7x7sCkKrD .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7x7sCkKrD .social .social__items:hover {
  background-color: #7232bd;
  border-color: #7232bd;
}
.cid-v7x7sCkKrD .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7x7sCkKrD .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7x7sCkKrD .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7x7sCkKrD .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7x7sCkKrD .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7x7sCkKrD .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7x7sCkKrD .footer__bot_items a:hover {
  color: #7232bd !important;
}
.cid-v7x7sCkKrD .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7x7sCkKrD .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7x7sCkKrD .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #7232bd;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7x7sCkKrD .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7x7sCkKrD .divider {
    margin-top: 30px;
  }
  .cid-v7x7sCkKrD .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7x7sCkKrD .align-right,
  .cid-v7x7sCkKrD .privacy {
    text-align: center;
  }
  .cid-v7x7sCkKrD .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7x7sCkKrD .privacy {
  color: #000000;
}
.cid-v7x7sCkKrD .footer__adress {
  color: #000000;
}
.cid-v7x7sD83ap {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}
.cid-v7x7sD83ap .container {
  z-index: 1;
}
.cid-v7x7sD83ap .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7x7sD83ap .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7x7sD83ap .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7x7sD83ap .image__card {
  position: relative;
}
.cid-v7x7sD83ap .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7x7sD83ap .card__info {
  padding: 25px 25px 30px 50px;
  background: #11369c;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7x7sD83ap .card__title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-v7x7sD83ap .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #11369c;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7x7sD83ap .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7x7sD83ap .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #1da1f2;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7x7sD83ap .icons__wrap:hover {
  color: #7232bd;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7x7sDXLU3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7x7sDXLU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sDXLU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sDXLU3 .mbr-section-title {
  color: #000000;
}
.cid-v7x7sDXLU3 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7x7sDXLU3 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7x7sDXLU3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7x7sED1gb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7x7sED1gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sED1gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sED1gb .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7x7sED1gb .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-v7x7sED1gb .row {
  align-items: center;
}
.cid-v7x7sED1gb img {
  border-radius: 2rem;
}
.cid-v7x7sED1gb .image-wrapper {
  background: #11369c;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v7x7sED1gb .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7x7sED1gb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7x7sED1gb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7x7sED1gb .mbr-section-title {
  color: #000000;
}
.cid-v7x7sED1gb .mbr-text,
.cid-v7x7sED1gb .mbr-section-btn {
  color: #000000;
}
.cid-v7x7sFlrUk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7x7sFlrUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sFlrUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sFlrUk .mbr-section-title {
  color: #000000;
}
.cid-v7x7sFlrUk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7x7sFlrUk .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7x7sFlrUk .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7x7sFZ6K3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x7sFZ6K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sFZ6K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7x7sFZ6K3 .container {
    padding: 0 20px;
  }
}
.cid-v7x7sFZ6K3 .row {
  margin: 0;
}
.cid-v7x7sFZ6K3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7x7sFZ6K3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7x7sFZ6K3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v7x7sFZ6K3 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v7x7sFZ6K3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v7x7sFZ6K3 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v7x7sFZ6K3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7x7sGBZmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7x7sGBZmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sGBZmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sGBZmf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7x7sGBZmf .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v7x7sGBZmf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7x7sGBZmf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7x7sGBZmf .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
}
@media (max-width: 992px) {
  .cid-v7x7sGBZmf .border-wrap {
    margin-top: 32px;
  }
}
.cid-v7x7sGBZmf .mbr-section-title {
  color: #ffffff;
}
.cid-v7x7sGBZmf .mbr-text,
.cid-v7x7sGBZmf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7x7sGBZmf .mbr-section-title,
.cid-v7x7sGBZmf .mbr-section-btn {
  text-align: center;
}
.cid-v7x7sHdMm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x7sHdMm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sHdMm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7x7sHdMm5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7x7sHdMm5 .container {
    padding: 0 12px;
  }
}
.cid-v7x7sHdMm5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7x7sHdMm5 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7x7sHdMm5 .row.card-wrapper {
  padding: 80px;
  border: 3px solid #11369c;
  box-shadow: 4px 4px #11369c;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7x7sHdMm5 .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7x7sHdMm5 .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7x7sHdMm5 .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7x7sHdMm5 .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7x7sHdMm5 .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7x7sHdMm5 .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7x7sHdMm5 .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7x7sHdMm5 .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7x7sHdMm5 .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #11369c;
}
.cid-v7x7sHdMm5 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-v7x7sHdMm5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v7x7sHdMm5 .mbr-text {
  color: #222222;
}
.cid-v7x7sHdMm5 .list {
  color: #222222;
}
.cid-v7x7sHQpdI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7x7sHQpdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sHQpdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sHQpdI .mbr-section-title {
  color: #000000;
}
.cid-v7x7sHQpdI .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7x7sHQpdI .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7x7sHQpdI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7x7sIteX4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x7sIteX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sIteX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7x7sIteX4 .container {
    padding: 0 22px;
  }
}
.cid-v7x7sIteX4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7x7sIteX4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7x7sIteX4 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v7x7sIteX4 .image-wrapper img {
    height: 350px;
  }
}
.cid-v7x7sIteX4 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7x7sIteX4 .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v7x7sIteX4 .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v7x7sIteX4 .panel-group .card:hover,
.cid-v7x7sIteX4 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v7x7sIteX4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7x7sIteX4 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v7x7sIteX4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7x7sIteX4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v7x7sIteX4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-v7x7sIteX4 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v7x7sIteX4 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v7x7sIteX4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7x7sIteX4 .panel-title-edit {
  color: #000000;
}
.cid-v7x7sIteX4 .panel-text {
  color: #000000;
}
.cid-v7x7sJqjFb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7x7sJqjFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sJqjFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sJqjFb .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7x7sJqjFb .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7x7sJqjFb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7x7sJqjFb .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v7x7sJqjFb .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7x7sJqjFb .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7x7sJqjFb .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v7x7sJqjFb .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v7x7sJqjFb .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7x7sJqjFb .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7x7sJqjFb .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7x7sJqjFb .mbr-section-title {
  color: #000000;
}
.cid-v7x7sJqjFb .mbr-desc {
  color: #000000;
}
.cid-v7x7sJqjFb .mbr-text {
  color: #000000;
}
.cid-v7x7sKaLWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7x7sKaLWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7x7sKaLWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7x7sKaLWt .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v7x7sKaLWt .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v7x7sKaLWt .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #11369c;
}
@media (max-width: 992px) {
  .cid-v7x7sKaLWt .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v7x7sKaLWt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7x7sKaLWt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7x7sKaLWt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7x7sKaLWt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #11369c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v7x7sKaLWt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7x7sKaLWt .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v7x7sKaLWt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7x7sKaLWt .mbr-section-title {
  color: #19171c;
}
.cid-v7x7sKaLWt .panel-title {
  color: #19171c;
}
.cid-v7x7sKaLWt .panel-text {
  color: #000000;
}
.cid-v7x7sKaLWt .panel-title-edit {
  color: #000000;
}
.cid-v7xhhXrI9w {
  z-index: 1000;
  width: 100%;
}
.cid-v7xhhXrI9w nav.navbar {
  position: fixed;
}
.cid-v7xhhXrI9w .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7xhhXrI9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v7xhhXrI9w .dropdown-item {
  border: none !important;
  background: #11369c !important;
  font-weight: 400;
}
.cid-v7xhhXrI9w .dropdown-item:hover,
.cid-v7xhhXrI9w .dropdown-item:focus {
  background: #11369c !important;
  color: #004aad !important;
}
.cid-v7xhhXrI9w .dropdown-item:hover span {
  color: white;
}
.cid-v7xhhXrI9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7xhhXrI9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7xhhXrI9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7xhhXrI9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-v7xhhXrI9w .nav-link {
  position: relative;
}
.cid-v7xhhXrI9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-v7xhhXrI9w .container {
    flex-wrap: nowrap;
  }
}
.cid-v7xhhXrI9w .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7xhhXrI9w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7xhhXrI9w .dropdown-menu,
.cid-v7xhhXrI9w .navbar.opened {
  background: #11369c !important;
}
.cid-v7xhhXrI9w .nav-item:focus,
.cid-v7xhhXrI9w .nav-link:focus {
  outline: none;
}
.cid-v7xhhXrI9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7xhhXrI9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7xhhXrI9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7xhhXrI9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7xhhXrI9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7xhhXrI9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7xhhXrI9w .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 54, 156, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v7xhhXrI9w .navbar.opened {
  transition: all 0.3s;
}
.cid-v7xhhXrI9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v7xhhXrI9w .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v7xhhXrI9w .navbar .navbar-logo img {
  width: auto;
}
.cid-v7xhhXrI9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7xhhXrI9w .navbar.collapsed {
  justify-content: center;
}
.cid-v7xhhXrI9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7xhhXrI9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7xhhXrI9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7xhhXrI9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7xhhXrI9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7xhhXrI9w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7xhhXrI9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7xhhXrI9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7xhhXrI9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7xhhXrI9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7xhhXrI9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7xhhXrI9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7xhhXrI9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7xhhXrI9w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: -0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7xhhXrI9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7xhhXrI9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7xhhXrI9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v7xhhXrI9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7xhhXrI9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7xhhXrI9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7xhhXrI9w .navbar.navbar-short {
  min-height: 100px;
}
.cid-v7xhhXrI9w .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-v7xhhXrI9w .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7xhhXrI9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7xhhXrI9w .navbar-brand .navbar-caption:hover,
.cid-v7xhhXrI9w .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7xhhXrI9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7xhhXrI9w .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7xhhXrI9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #004aad !important;
}
.cid-v7xhhXrI9w .dropdown-item.active,
.cid-v7xhhXrI9w .dropdown-item:active {
  background-color: transparent;
}
.cid-v7xhhXrI9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7xhhXrI9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7xhhXrI9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7xhhXrI9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #11369c;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v7xhhXrI9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7xhhXrI9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7xhhXrI9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7xhhXrI9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7xhhXrI9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v7xhhXrI9w .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v7xhhXrI9w .navbar-buttons {
    text-align: left;
  }
}
.cid-v7xhhXrI9w .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v7xhhXrI9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7xhhXrI9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #11369c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7xhhXrI9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7xhhXrI9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7xhhXrI9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7xhhXrI9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7xhhXrI9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7xhhXrI9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7xhhXrI9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7xhhXrI9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7xhhXrI9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7xhhXrI9w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7xhhXrI9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7xhhXrI9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7xhhXrI9w .navbar {
    height: 70px;
  }
  .cid-v7xhhXrI9w .navbar.opened {
    height: auto;
  }
  .cid-v7xhhXrI9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7xhhXrI9w .navbar-nav {
  margin: 0 auto;
}
.cid-v7xhhXrI9w .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7xhhXrI9w .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v7xhhXrI9w .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7xhhXrI9w .nav-item .nav-link:hover,
.cid-v7xhhXrI9w .nav-item .nav-link:focus {
  background-color: transparent;
  color: #004aad !important;
  text-decoration-color: #004aad;
}
.cid-v7xhhXrI9w .nav-item .nav-link:hover::after,
.cid-v7xhhXrI9w .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v7xhhXrI9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7xhhXrI9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7xhhXrI9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v7xhhXrI9w .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7xhhXrI9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7xhhXrI9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7xhhXrI9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7xhhXrI9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7xhhXrI9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v7xhhXrI9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v7xhhXrI9w .content-wrap {
  min-height: 100px;
}
.cid-v7xhhYhVSy {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7xhhYhVSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhhYhVSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhhYhVSy .items-wrap {
  justify-content: space-between;
}
.cid-v7xhhYhVSy .items-wrap .card {
  justify-content: center;
}
.cid-v7xhhYhVSy .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v7xhhYhVSy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7xhhYhVSy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7xhhYhVSy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xhhYhVSy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7xhhYhVSy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-v7xhhYhVSy .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xhhYhVSy .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7xhhYhVSy .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xhhYhVSy .mbr-desc {
  color: #000000;
}
.cid-v7xhhYhVSy .mbr-section-title {
  color: #ffffff;
}
.cid-v7xhhYhVSy .mbr-text {
  color: #000000;
}
.cid-v7xhhYhVSy .mbr-text,
.cid-v7xhhYhVSy .mbr-section-btn {
  color: #ffffff;
}
.cid-v7xhhYXccg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7xhhYXccg .li-item {
  align-items: center;
  display: flex;
}
.cid-v7xhhYXccg .item {
  color: #e43f3f;
}
.cid-v7xhhYXccg svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v7xhhYXccg path {
  fill: currentColor;
}
.cid-v7xhhYXccg .item,
.cid-v7xhhYXccg path {
  color: #000000;
}
.cid-v7xhhZvxcX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7xhhZvxcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhhZvxcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhhZvxcX .text-wrap {
  width: 100%;
}
.cid-v7xhhZvxcX .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-v7xhhZvxcX .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-v7xhhZvxcX .comment-text {
  margin-top: 40px;
  color: #000000;
}
.cid-v7xhi07Z8p {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v7xhi07Z8p .container {
  pointer-events: none;
  z-index: 1;
}
.cid-v7xhi07Z8p .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-v7xhi07Z8p .brand__text {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7xhi07Z8p .brand__email {
  margin-bottom: 15px;
}
.cid-v7xhi07Z8p .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-v7xhi07Z8p .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-v7xhi07Z8p .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7xhi07Z8p .footer__items a:hover {
  color: #7232bd !important;
}
.cid-v7xhi07Z8p .social {
  margin-top: 30px;
}
.cid-v7xhi07Z8p .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 10px;
  color: #000000;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v7xhi07Z8p .social .social__items:hover {
  background-color: #7232bd;
  border-color: #7232bd;
}
.cid-v7xhi07Z8p .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-v7xhi07Z8p .social .social__items:last-child {
  margin-right: 0;
}
.cid-v7xhi07Z8p .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-v7xhi07Z8p .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-v7xhi07Z8p .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-v7xhi07Z8p .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-v7xhi07Z8p .footer__bot_items a:hover {
  color: #7232bd !important;
}
.cid-v7xhi07Z8p .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-v7xhi07Z8p .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-v7xhi07Z8p .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #7232bd;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-v7xhi07Z8p .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-v7xhi07Z8p .divider {
    margin-top: 30px;
  }
  .cid-v7xhi07Z8p .footer__bottom {
    padding: 30px 0;
  }
  .cid-v7xhi07Z8p .align-right,
  .cid-v7xhi07Z8p .privacy {
    text-align: center;
  }
  .cid-v7xhi07Z8p .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-v7xhi07Z8p .privacy {
  color: #000000;
}
.cid-v7xhi07Z8p .footer__adress {
  color: #000000;
}
.cid-v7xhi0WQV4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
}
.cid-v7xhi0WQV4 .container {
  z-index: 1;
}
.cid-v7xhi0WQV4 .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-v7xhi0WQV4 .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-v7xhi0WQV4 .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-v7xhi0WQV4 .image__card {
  position: relative;
}
.cid-v7xhi0WQV4 .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-v7xhi0WQV4 .card__info {
  padding: 25px 25px 30px 50px;
  background: #11369c;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-v7xhi0WQV4 .card__title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-v7xhi0WQV4 .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #11369c;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-v7xhi0WQV4 .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-v7xhi0WQV4 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #1da1f2;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-v7xhi0WQV4 .icons__wrap:hover {
  color: #7232bd;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-v7xhi1W7lb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7xhi1W7lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi1W7lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi1W7lb .mbr-section-title {
  color: #000000;
}
.cid-v7xhi1W7lb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7xhi1W7lb .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7xhi1W7lb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7xhi2BZoe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7xhi2BZoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi2BZoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi2BZoe .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7xhi2BZoe .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-v7xhi2BZoe .row {
  align-items: center;
}
.cid-v7xhi2BZoe img {
  border-radius: 2rem;
}
.cid-v7xhi2BZoe .image-wrapper {
  background: #11369c;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v7xhi2BZoe .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v7xhi2BZoe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v7xhi2BZoe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v7xhi2BZoe .mbr-section-title {
  color: #000000;
}
.cid-v7xhi2BZoe .mbr-text,
.cid-v7xhi2BZoe .mbr-section-btn {
  color: #000000;
}
.cid-v7xhi3jfQt {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7xhi3jfQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi3jfQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi3jfQt .mbr-section-title {
  color: #000000;
}
.cid-v7xhi3jfQt .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7xhi3jfQt .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7xhi3jfQt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7xhi4Dhrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #11369c;
}
.cid-v7xhi4Dhrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi4Dhrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi4Dhrt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v7xhi4Dhrt .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v7xhi4Dhrt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v7xhi4Dhrt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v7xhi4Dhrt .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
}
@media (max-width: 992px) {
  .cid-v7xhi4Dhrt .border-wrap {
    margin-top: 32px;
  }
}
.cid-v7xhi4Dhrt .mbr-section-title {
  color: #ffffff;
}
.cid-v7xhi4Dhrt .mbr-text,
.cid-v7xhi4Dhrt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7xhi4Dhrt .mbr-section-title,
.cid-v7xhi4Dhrt .mbr-section-btn {
  text-align: center;
}
.cid-v7xhi5h6Sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7xhi5h6Sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi5h6Sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7xhi5h6Sm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7xhi5h6Sm .container {
    padding: 0 12px;
  }
}
.cid-v7xhi5h6Sm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7xhi5h6Sm .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7xhi5h6Sm .row.card-wrapper {
  padding: 80px;
  border: 3px solid #11369c;
  box-shadow: 4px 4px #11369c;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7xhi5h6Sm .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-v7xhi5h6Sm .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-v7xhi5h6Sm .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-v7xhi5h6Sm .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-v7xhi5h6Sm .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-v7xhi5h6Sm .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v7xhi5h6Sm .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v7xhi5h6Sm .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7xhi5h6Sm .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #11369c;
}
.cid-v7xhi5h6Sm .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-v7xhi5h6Sm .mbr-section-subtitle {
  color: #000000;
}
.cid-v7xhi5h6Sm .mbr-text {
  color: #222222;
}
.cid-v7xhi5h6Sm .list {
  color: #222222;
}
.cid-v7xhi5WeEp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v7xhi5WeEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi5WeEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi5WeEp .mbr-section-title {
  color: #000000;
}
.cid-v7xhi5WeEp .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v7xhi5WeEp .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7xhi5WeEp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v7xhi6ysIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7xhi6ysIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi6ysIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7xhi6ysIU .container {
    padding: 0 22px;
  }
}
.cid-v7xhi6ysIU .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7xhi6ysIU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7xhi6ysIU .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-v7xhi6ysIU .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xhi6ysIU .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7xhi6ysIU .panel-group {
  border-bottom: 1px solid #d4d3d3;
}
.cid-v7xhi6ysIU .panel-group .card {
  border-top: 1px solid #d4d3d3;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-v7xhi6ysIU .panel-group .card:hover,
.cid-v7xhi6ysIU .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-v7xhi6ysIU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7xhi6ysIU .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-v7xhi6ysIU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7xhi6ysIU .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-v7xhi6ysIU .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #491414;
}
.cid-v7xhi6ysIU .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-v7xhi6ysIU .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-v7xhi6ysIU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7xhi6ysIU .panel-title-edit {
  color: #000000;
}
.cid-v7xhi6ysIU .panel-text {
  color: #000000;
}
.cid-v7xhi7wAol {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v7xhi7wAol .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi7wAol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi7wAol .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7xhi7wAol .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7xhi7wAol .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7xhi7wAol .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v7xhi7wAol .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7xhi7wAol .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7xhi7wAol .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v7xhi7wAol .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v7xhi7wAol .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v7xhi7wAol .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7xhi7wAol .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v7xhi7wAol .mbr-section-title {
  color: #000000;
}
.cid-v7xhi7wAol .mbr-desc {
  color: #000000;
}
.cid-v7xhi7wAol .mbr-text {
  color: #000000;
}
.cid-v7xhi8j9k9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7xhi8j9k9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xhi8j9k9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xhi8j9k9 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v7xhi8j9k9 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v7xhi8j9k9 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #11369c;
}
@media (max-width: 992px) {
  .cid-v7xhi8j9k9 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v7xhi8j9k9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7xhi8j9k9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7xhi8j9k9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7xhi8j9k9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #11369c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v7xhi8j9k9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v7xhi8j9k9 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v7xhi8j9k9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7xhi8j9k9 .mbr-section-title {
  color: #19171c;
}
.cid-v7xhi8j9k9 .panel-title {
  color: #19171c;
}
.cid-v7xhi8j9k9 .panel-text {
  color: #000000;
}
