.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #011247 !important;
}
.bg-success {
  background-color: #e354e3 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f85f32 !important;
}
.bg-danger {
  background-color: #e354e3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #011247 !important;
  border-color: #011247 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #021f79 !important;
  border-color: #021f79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #021f79 !important;
  border-color: #021f79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f782a9 !important;
  border-color: #f782a9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fab2ca !important;
  border-color: #fab2ca !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fab2ca !important;
  border-color: #fab2ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa8563 !important;
  border-color: #fa8563 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea80ea !important;
  border-color: #ea80ea !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #011247;
  color: #011247;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #011247 !important;
  border-color: #011247 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f782a9;
  color: #f782a9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f23171 !important;
  background-color: transparent !important;
  border-color: #f23171 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f782a9 !important;
  border-color: #f782a9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f85f32;
  color: #f85f32;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc3407 !important;
  background-color: transparent !important;
  border-color: #cc3407 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f85f32 !important;
  border-color: #f85f32 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e354e3;
  color: #e354e3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c120c1 !important;
  background-color: transparent !important;
  border-color: #c120c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e354e3 !important;
  border-color: #e354e3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #011247 !important;
}
.text-secondary {
  color: #f782a9 !important;
}
.text-success {
  color: #e354e3 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f85f32 !important;
}
.text-danger {
  color: #e354e3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f12267 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b41db4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be3006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b41db4 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #011247;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f85f32;
}
.alert-danger {
  background-color: #e354e3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #011247;
  border-color: #011247;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #011247;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3163fc;
}
.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: #fff9f7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #011247 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #011247;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #011247;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #011247;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #011247;
  border-bottom-color: #011247;
}
.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: #011247 !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: #f782a9 !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='%23011247' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uVaT18tE08 .navbar-dropdown {
  position: relative !important;
}
.cid-uVaT18tE08 .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uVaT18tE08 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVaT18tE08 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uVaT18tE08 .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-uVaT18tE08 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVaT18tE08 .dropdown-item {
  border: none !important;
  background: #011247 !important;
}
.cid-uVaT18tE08 .dropdown-item:hover,
.cid-uVaT18tE08 .dropdown-item:focus {
  background: #011247 !important;
  color: #f782a9 !important;
}
.cid-uVaT18tE08 .dropdown-item:hover span {
  color: white;
}
.cid-uVaT18tE08 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVaT18tE08 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVaT18tE08 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVaT18tE08 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVaT18tE08 .nav-link {
  position: relative;
}
.cid-uVaT18tE08 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVaT18tE08 .container {
    flex-wrap: nowrap;
  }
}
.cid-uVaT18tE08 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVaT18tE08 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVaT18tE08 .dropdown-menu,
.cid-uVaT18tE08 .navbar.opened {
  background: #011247 !important;
}
.cid-uVaT18tE08 .nav-item:focus,
.cid-uVaT18tE08 .nav-link:focus {
  outline: none;
}
.cid-uVaT18tE08 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVaT18tE08 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVaT18tE08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVaT18tE08 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaT18tE08 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVaT18tE08 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVaT18tE08 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaT18tE08 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVaT18tE08 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVaT18tE08 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVaT18tE08 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVaT18tE08 .navbar.collapsed {
  justify-content: center;
}
.cid-uVaT18tE08 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVaT18tE08 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVaT18tE08 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uVaT18tE08 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVaT18tE08 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVaT18tE08 .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-uVaT18tE08 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVaT18tE08 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVaT18tE08 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVaT18tE08 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVaT18tE08 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVaT18tE08 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVaT18tE08 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVaT18tE08 .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-uVaT18tE08 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVaT18tE08 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVaT18tE08 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uVaT18tE08 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVaT18tE08 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVaT18tE08 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVaT18tE08 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVaT18tE08 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVaT18tE08 .navbar-brand {
  min-height: 96px;
  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-uVaT18tE08 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVaT18tE08 .navbar-brand .navbar-caption:hover,
.cid-uVaT18tE08 .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-uVaT18tE08 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVaT18tE08 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVaT18tE08 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-uVaT18tE08 .dropdown-item.active,
.cid-uVaT18tE08 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVaT18tE08 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVaT18tE08 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVaT18tE08 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVaT18tE08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVaT18tE08 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVaT18tE08 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVaT18tE08 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVaT18tE08 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVaT18tE08 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVaT18tE08 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVaT18tE08 .navbar-buttons {
    text-align: left;
  }
}
.cid-uVaT18tE08 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVaT18tE08 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVaT18tE08 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: #011247 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaT18tE08 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f782a9;
}
.cid-uVaT18tE08 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVaT18tE08 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaT18tE08 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaT18tE08 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVaT18tE08 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaT18tE08 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVaT18tE08 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVaT18tE08 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaT18tE08 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVaT18tE08 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaT18tE08 .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-uVaT18tE08 .navbar {
    height: 70px;
  }
  .cid-uVaT18tE08 .navbar.opened {
    height: auto;
  }
  .cid-uVaT18tE08 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaT18tE08 .navbar-nav {
  margin: 0;
}
.cid-uVaT18tE08 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVaT18tE08 .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVaT18tE08 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVaT18tE08 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f782a9;
  transition: all 0.3s ease-in-out;
}
.cid-uVaT18tE08 .nav-item .nav-link:hover,
.cid-uVaT18tE08 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f782a9 !important;
}
.cid-uVaT18tE08 .nav-item .nav-link:hover::after,
.cid-uVaT18tE08 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uVaT18tE08 .nav-item .nav-link:hover::before,
.cid-uVaT18tE08 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVaT18tE08 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVaT18tE08 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVaT18tE08 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVaT18tE08 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVaT18tE08 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVaT18tE08 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVaT18tE08 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVaT18tE08 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVaT18tE08 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVaT18tE08 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVaT18tE08 .content-wrap {
  min-height: 110px;
}
.cid-uVaUyHNbpU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaUyHNbpU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVaUyHNbpU .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-uVaUyHNbpU .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
#custom-html-1s {
  /* Type valid CSS here */
}
#custom-html-1s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1s p {
  font-size: 60px;
  color: #777;
}
.cid-uVaWbUOIxK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaWbUOIxK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVaWbUOIxK .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-uVaWbUOIxK .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uVaT1cyYXS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #011247;
}
.cid-uVaT1cyYXS p {
  text-align: center;
}
.cid-uVaT1cyYXS .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVaT1cyYXS .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uVaT1cyYXS .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f782a9;
}
.cid-uVaT1cyYXS .logo-footer {
  line-height: normal;
}
.cid-uVaT1cyYXS .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uVaT1cyYXS .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uVaT1cyYXS .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uVaT1cyYXS .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaT1cyYXS .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVaT1cyYXS .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uVaT1cyYXS .icon-transition span:hover {
  background-color: #f782a9;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVaT1cyYXS .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uVaT1cyYXS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uVaT1cyYXS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uVaT1cyYXS .logo-footer {
    text-align: center;
  }
  .cid-uVaT1cyYXS .social-media {
    justify-content: center;
  }
}
.cid-uVaT1cyYXS .list-inline-item,
.cid-uVaT1cyYXS .mbr-list,
.cid-uVaT1cyYXS .first-column {
  color: #ffffff;
}
.cid-uVaUKBrLWA .navbar-dropdown {
  position: relative !important;
}
.cid-uVaUKBrLWA .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uVaUKBrLWA .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVaUKBrLWA .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uVaUKBrLWA .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-uVaUKBrLWA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVaUKBrLWA .dropdown-item {
  border: none !important;
  background: #011247 !important;
}
.cid-uVaUKBrLWA .dropdown-item:hover,
.cid-uVaUKBrLWA .dropdown-item:focus {
  background: #011247 !important;
  color: #f782a9 !important;
}
.cid-uVaUKBrLWA .dropdown-item:hover span {
  color: white;
}
.cid-uVaUKBrLWA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVaUKBrLWA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVaUKBrLWA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVaUKBrLWA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVaUKBrLWA .nav-link {
  position: relative;
}
.cid-uVaUKBrLWA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVaUKBrLWA .container {
    flex-wrap: nowrap;
  }
}
.cid-uVaUKBrLWA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uVaUKBrLWA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVaUKBrLWA .dropdown-menu,
.cid-uVaUKBrLWA .navbar.opened {
  background: #011247 !important;
}
.cid-uVaUKBrLWA .nav-item:focus,
.cid-uVaUKBrLWA .nav-link:focus {
  outline: none;
}
.cid-uVaUKBrLWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVaUKBrLWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVaUKBrLWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVaUKBrLWA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaUKBrLWA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVaUKBrLWA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVaUKBrLWA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaUKBrLWA .navbar.opened {
  transition: all 0.3s;
}
.cid-uVaUKBrLWA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVaUKBrLWA .navbar .navbar-logo img {
  width: auto;
}
.cid-uVaUKBrLWA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVaUKBrLWA .navbar.collapsed {
  justify-content: center;
}
.cid-uVaUKBrLWA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVaUKBrLWA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVaUKBrLWA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uVaUKBrLWA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVaUKBrLWA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVaUKBrLWA .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-uVaUKBrLWA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVaUKBrLWA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVaUKBrLWA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVaUKBrLWA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVaUKBrLWA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVaUKBrLWA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVaUKBrLWA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVaUKBrLWA .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-uVaUKBrLWA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVaUKBrLWA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVaUKBrLWA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uVaUKBrLWA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVaUKBrLWA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVaUKBrLWA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVaUKBrLWA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVaUKBrLWA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVaUKBrLWA .navbar-brand {
  min-height: 96px;
  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-uVaUKBrLWA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVaUKBrLWA .navbar-brand .navbar-caption:hover,
.cid-uVaUKBrLWA .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-uVaUKBrLWA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVaUKBrLWA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVaUKBrLWA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-uVaUKBrLWA .dropdown-item.active,
.cid-uVaUKBrLWA .dropdown-item:active {
  background-color: transparent;
}
.cid-uVaUKBrLWA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVaUKBrLWA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVaUKBrLWA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVaUKBrLWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVaUKBrLWA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVaUKBrLWA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVaUKBrLWA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVaUKBrLWA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVaUKBrLWA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVaUKBrLWA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVaUKBrLWA .navbar-buttons {
    text-align: left;
  }
}
.cid-uVaUKBrLWA .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uVaUKBrLWA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVaUKBrLWA 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: #011247 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaUKBrLWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f782a9;
}
.cid-uVaUKBrLWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVaUKBrLWA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaUKBrLWA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaUKBrLWA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVaUKBrLWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaUKBrLWA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVaUKBrLWA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVaUKBrLWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaUKBrLWA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVaUKBrLWA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaUKBrLWA .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-uVaUKBrLWA .navbar {
    height: 70px;
  }
  .cid-uVaUKBrLWA .navbar.opened {
    height: auto;
  }
  .cid-uVaUKBrLWA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaUKBrLWA .navbar-nav {
  margin: 0;
}
.cid-uVaUKBrLWA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVaUKBrLWA .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uVaUKBrLWA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVaUKBrLWA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f782a9;
  transition: all 0.3s ease-in-out;
}
.cid-uVaUKBrLWA .nav-item .nav-link:hover,
.cid-uVaUKBrLWA .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f782a9 !important;
}
.cid-uVaUKBrLWA .nav-item .nav-link:hover::after,
.cid-uVaUKBrLWA .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uVaUKBrLWA .nav-item .nav-link:hover::before,
.cid-uVaUKBrLWA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVaUKBrLWA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVaUKBrLWA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVaUKBrLWA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVaUKBrLWA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVaUKBrLWA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVaUKBrLWA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVaUKBrLWA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVaUKBrLWA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVaUKBrLWA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVaUKBrLWA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVaUKBrLWA .content-wrap {
  min-height: 110px;
}
.cid-uVaUKBLWrg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #011247;
}
.cid-uVaUKBLWrg p {
  text-align: center;
}
.cid-uVaUKBLWrg .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVaUKBLWrg .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uVaUKBLWrg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f782a9;
}
.cid-uVaUKBLWrg .logo-footer {
  line-height: normal;
}
.cid-uVaUKBLWrg .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uVaUKBLWrg .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uVaUKBLWrg .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uVaUKBLWrg .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaUKBLWrg .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uVaUKBLWrg .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uVaUKBLWrg .icon-transition span:hover {
  background-color: #f782a9;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uVaUKBLWrg .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uVaUKBLWrg .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uVaUKBLWrg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uVaUKBLWrg .logo-footer {
    text-align: center;
  }
  .cid-uVaUKBLWrg .social-media {
    justify-content: center;
  }
}
.cid-uVaUKBLWrg .list-inline-item,
.cid-uVaUKBLWrg .mbr-list,
.cid-uVaUKBLWrg .first-column {
  color: #ffffff;
}
.cid-uVaUKC7riv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaUKC7riv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uVaUKC7riv .mbr-section-title {
  text-align: left;
  color: #011247;
}
.cid-uVaUKC7riv .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uUZcnTAeu4 .navbar-dropdown {
  position: relative !important;
}
.cid-uUZcnTAeu4 .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-uUZcnTAeu4 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUZcnTAeu4 .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uUZcnTAeu4 .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-uUZcnTAeu4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUZcnTAeu4 .dropdown-item {
  border: none !important;
  background: #011247 !important;
}
.cid-uUZcnTAeu4 .dropdown-item:hover,
.cid-uUZcnTAeu4 .dropdown-item:focus {
  background: #011247 !important;
  color: #f782a9 !important;
}
.cid-uUZcnTAeu4 .dropdown-item:hover span {
  color: white;
}
.cid-uUZcnTAeu4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUZcnTAeu4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUZcnTAeu4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUZcnTAeu4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUZcnTAeu4 .nav-link {
  position: relative;
}
.cid-uUZcnTAeu4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUZcnTAeu4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uUZcnTAeu4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUZcnTAeu4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUZcnTAeu4 .dropdown-menu,
.cid-uUZcnTAeu4 .navbar.opened {
  background: #011247 !important;
}
.cid-uUZcnTAeu4 .nav-item:focus,
.cid-uUZcnTAeu4 .nav-link:focus {
  outline: none;
}
.cid-uUZcnTAeu4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUZcnTAeu4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUZcnTAeu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUZcnTAeu4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUZcnTAeu4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZcnTAeu4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZcnTAeu4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUZcnTAeu4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZcnTAeu4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUZcnTAeu4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uUZcnTAeu4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUZcnTAeu4 .navbar.collapsed {
  justify-content: center;
}
.cid-uUZcnTAeu4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZcnTAeu4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUZcnTAeu4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uUZcnTAeu4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZcnTAeu4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZcnTAeu4 .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-uUZcnTAeu4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZcnTAeu4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUZcnTAeu4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUZcnTAeu4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZcnTAeu4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZcnTAeu4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZcnTAeu4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUZcnTAeu4 .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-uUZcnTAeu4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUZcnTAeu4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUZcnTAeu4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUZcnTAeu4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUZcnTAeu4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUZcnTAeu4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUZcnTAeu4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUZcnTAeu4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUZcnTAeu4 .navbar-brand {
  min-height: 96px;
  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-uUZcnTAeu4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUZcnTAeu4 .navbar-brand .navbar-caption:hover,
.cid-uUZcnTAeu4 .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-uUZcnTAeu4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZcnTAeu4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUZcnTAeu4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-uUZcnTAeu4 .dropdown-item.active,
.cid-uUZcnTAeu4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZcnTAeu4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUZcnTAeu4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZcnTAeu4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZcnTAeu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUZcnTAeu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUZcnTAeu4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUZcnTAeu4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZcnTAeu4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUZcnTAeu4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUZcnTAeu4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUZcnTAeu4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uUZcnTAeu4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUZcnTAeu4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUZcnTAeu4 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: #011247 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUZcnTAeu4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f782a9;
}
.cid-uUZcnTAeu4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUZcnTAeu4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUZcnTAeu4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUZcnTAeu4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUZcnTAeu4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZcnTAeu4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZcnTAeu4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZcnTAeu4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZcnTAeu4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUZcnTAeu4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUZcnTAeu4 .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-uUZcnTAeu4 .navbar {
    height: 70px;
  }
  .cid-uUZcnTAeu4 .navbar.opened {
    height: auto;
  }
  .cid-uUZcnTAeu4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZcnTAeu4 .navbar-nav {
  margin: 0;
}
.cid-uUZcnTAeu4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUZcnTAeu4 .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUZcnTAeu4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUZcnTAeu4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f782a9;
  transition: all 0.3s ease-in-out;
}
.cid-uUZcnTAeu4 .nav-item .nav-link:hover,
.cid-uUZcnTAeu4 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f782a9 !important;
}
.cid-uUZcnTAeu4 .nav-item .nav-link:hover::after,
.cid-uUZcnTAeu4 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUZcnTAeu4 .nav-item .nav-link:hover::before,
.cid-uUZcnTAeu4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUZcnTAeu4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUZcnTAeu4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUZcnTAeu4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUZcnTAeu4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUZcnTAeu4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUZcnTAeu4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUZcnTAeu4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUZcnTAeu4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUZcnTAeu4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUZcnTAeu4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUZcnTAeu4 .content-wrap {
  min-height: 110px;
}
.cid-uUZfALw2dX {
  background-image: url("../../../assets/images/berti-ws-header-1920x1080.png");
}
.cid-uUZfALw2dX H1 {
  color: #001247;
  text-align: left;
}
.cid-uUZfALw2dX .mbr-text,
.cid-uUZfALw2dX .mbr-section-btn {
  text-align: left;
  color: #001247;
}
.cid-uUZoLUFUEb {
  padding-top: 120px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uUZoLUFUEb H1 {
  color: #011247;
}
.cid-uUZoLUFUEb .mbr-text,
.cid-uUZoLUFUEb .mbr-section-btn {
  color: #011247;
  text-align: center;
}
.cid-uUZoLUFUEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZoLUFUEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV49xDXqhf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uV49xDXqhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV49xDXqhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV49xDXqhf .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uV49xDXqhf .container {
    padding: 10px 8px;
  }
}
.cid-uV49xDXqhf .row {
  border-radius: 25px;
  background-color: #fdf9ed;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uV49xDXqhf .row {
    padding: 50px 2px;
  }
}
.cid-uV49xDXqhf .row .card {
  padding: 0 8px;
}
.cid-uV49xDXqhf .row .card:nth-child(2) {
  justify-content: center;
}
.cid-uV49xDXqhf .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-uV49xDXqhf .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-uV49xDXqhf .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #011247;
}
.cid-uV49xDXqhf .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #011247;
}
.cid-uV49xDXqhf .item:last-child {
  margin-bottom: 0;
}
.cid-uV49xDXqhf .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #f782a9;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uV49xDXqhf .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uV49xDXqhf .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-uV49xDXqhf .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #011247;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uV49xDXqhf .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uV49xDXqhf .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uV49xDXqhf .content-wrapper {
    margin: 50px 0;
  }
}
.cid-uV49xDXqhf .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-uV49xDXqhf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #bad6ff;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #e1edff;
  margin-bottom: 0;
}
.cid-uV49xDXqhf .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uV49xDXqhf .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uV49xDXqhf .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-uV49xDXqhf .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uV49xDXqhf .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uV49xDXqhf .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uV49xDXqhf .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-uV49xDXqhf .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-uV49xDXqhf .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #f782a9;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uV49xDXqhf .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uV49xDXqhf .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-uV49xDXqhf .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #011247;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-uV49xDXqhf .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uV49xDXqhf .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uV49xDXqhf .mbr-section-title {
  color: #011247;
  text-align: center;
}
.cid-uV49xDXqhf .mbr-desc,
.cid-uV49xDXqhf .desc-wrapper {
  color: #3283fb;
  text-align: center;
}
.cid-uV49xDXqhf .card-title {
  color: #011247;
}
.cid-uV49xDXqhf .card-text {
  color: #011247;
}
.cid-uVK180hv8W {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fdf9ed;
}
.cid-uVK180hv8W .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uVK180hv8W .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-uVK180hv8W .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVK180hv8W .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uVK180hv8W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVK180hv8W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uVK180hv8W b,
.cid-uVK180hv8W strong {
  font-weight: 900;
}
.cid-uVK180hv8W img,
.cid-uVK180hv8W .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVK180hv8W .item:focus,
.cid-uVK180hv8W span:focus {
  outline: none;
}
.cid-uVK180hv8W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVK180hv8W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVK180hv8W .mbr-section-title {
  color: #17003b;
}
.cid-uVK180hv8W .mbr-text,
.cid-uVK180hv8W .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-uVK180hv8W .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uVK180hv8W .mbr-section-subtitle {
  color: #17003b;
}
.cid-uVK180hv8W .item-subtitle,
.cid-uVK180hv8W .item-content {
  text-align: center;
}
.cid-uV9Jeb5rCr {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uV9Jeb5rCr H1 {
  color: #011247;
  text-align: center;
}
.cid-uV9Jeb5rCr .mbr-text,
.cid-uV9Jeb5rCr .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uV9Jeb5rCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9Jeb5rCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9L05S1e2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uV9L05S1e2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-uV9L05S1e2 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uV9L05S1e2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uV9L05S1e2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uV9L05S1e2 .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
  color: #011247;
}
.cid-uV9L05S1e2 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uV9L05S1e2 .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-uV9L05S1e2 .mbr-text {
  margin-bottom: 20px;
}
.cid-uV9L05S1e2 .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-uV9L05S1e2 .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-uV9L05S1e2 .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-uV9L05S1e2 .blockquote-details .info {
  padding-left: 20px;
}
.cid-uV9L05S1e2 .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-uV9L05S1e2 .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-uV9L05S1e2 .blockquote-details .info .desk {
  color: #999;
}
.cid-uV9L05S1e2 .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-uV9L05S1e2 .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uV9L05S1e2 .carousel-item > div {
  width: 100%;
}
.cid-uV9L05S1e2 .carousel-item.active,
.cid-uV9L05S1e2 .carousel-item-next,
.cid-uV9L05S1e2 .carousel-item-prev {
  display: flex;
}
.cid-uV9L05S1e2 .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(247, 130, 169, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-uV9L05S1e2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uV9L05S1e2 .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(247, 130, 169, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-uV9L05S1e2 .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-uV9L05S1e2 .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-uV9L05S1e2 .blockquote-details {
    justify-content: center;
  }
}
.cid-uV9L05S1e2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9L05S1e2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9L05S1e2 .box .mbr-text {
  color: #011247;
}
.cid-uV9L05S1e2 .box .blockquote-details .info .desk {
  color: #999999;
}
.cid-uV9L05S1e2 .box .blockquote-details .info .signature {
  color: #f782a9;
}
.cid-uV5cAh42Fp {
  position: relative;
  overflow: hidden;
  background-color: #fdf9ed;
}
.cid-uV5cAh42Fp .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uV5cAh42Fp .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uV5cAh42Fp .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #f782a9;
  z-index: 1;
}
.cid-uV5cAh42Fp .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #011247;
}
.cid-uV5cAh42Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5cAh42Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5cAh42Fp .row {
  position: relative;
  z-index: 2;
}
.cid-uV5cAh42Fp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uV5cAh42Fp .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uV5cAh42Fp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uV5cAh42Fp .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uV5cAh42Fp .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uV5cAh42Fp .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV5cAh42Fp .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uV5cAh42Fp .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uV5cAh42Fp .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uV5cAh42Fp .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uV5cAh42Fp .mbr-section-title {
  color: #011247;
}
.cid-uV5cAh42Fp .mbr-text {
  color: #51565c;
}
.cid-uV5cYPrcHo {
  position: relative;
  overflow: hidden;
  background-color: #fdf9ed;
}
.cid-uV5cYPrcHo .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uV5cYPrcHo .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #f782a9;
  z-index: 1;
}
.cid-uV5cYPrcHo .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #011247;
}
.cid-uV5cYPrcHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5cYPrcHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5cYPrcHo .row {
  position: relative;
  z-index: 2;
}
.cid-uV5cYPrcHo .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uV5cYPrcHo .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uV5cYPrcHo .content-wrapper .text-wrapper {
  padding-right: 32%;
  padding-right: 0;
  padding-left: 32%;
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uV5cYPrcHo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uV5cYPrcHo .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uV5cYPrcHo .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uV5cYPrcHo .image-wrapper img {
    transform: none;
  }
}
.cid-uV5cYPrcHo .mbr-section-title {
  color: #f782a9;
}
.cid-uV5cYPrcHo .mbr-text {
  color: #51565c;
}
.cid-uV4WOndEjN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fdf9ed;
}
.cid-uV4WOndEjN .item:focus,
.cid-uV4WOndEjN span:focus {
  outline: none;
}
.cid-uV4WOndEjN .item {
  cursor: pointer;
}
.cid-uV4WOndEjN .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uV4WOndEjN .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uV4WOndEjN .grid-container-1,
.cid-uV4WOndEjN .grid-container-2,
.cid-uV4WOndEjN .grid-container-3 {
  gap: 0 10px;
}
@media (max-width: 767px) {
  .cid-uV4WOndEjN .grid-container-1,
  .cid-uV4WOndEjN .grid-container-2,
  .cid-uV4WOndEjN .grid-container-3 {
    gap: 0 10px;
  }
}
.cid-uV4WOndEjN .content-head {
  max-width: 800px;
}
@media (max-width: 768px) {
  .cid-uV4WOndEjN .content-head {
    padding: 0;
  }
}
.cid-uV4WOndEjN .container,
.cid-uV4WOndEjN .container-fluid {
  overflow: hidden;
}
.cid-uV4WOndEjN .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uV4WOndEjN .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px !important;
}
.cid-uV4WOndEjN .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 767px) {
  .cid-uV4WOndEjN .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uV4WOndEjN .grid-container-1,
.cid-uV4WOndEjN .grid-container-2,
.cid-uV4WOndEjN .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uV4WOndEjN .grid-container-1 {
  align-items: flex-end;
}
.cid-uV4WOndEjN .grid-container-2 {
  align-items: flex-start;
}
.cid-uV4WOndEjN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uV4WOndEjN .container {
    padding: 10px 8px;
  }
}
.cid-uV4WOndEjN .row {
  border-radius: 25px;
  background-color: #fdf9ed;
  padding: 50px 40px;
  margin: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-uV4WOndEjN .row {
    padding: 50px 10px;
  }
}
.cid-uV4WOndEjN .row .card {
  padding: 0;
}
.cid-uV4WOndEjN .mbr-section-title {
  margin-bottom: 0;
  color: #011247;
  text-align: center;
}
.cid-uV9wZY9BU5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uV9wZY9BU5 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-uV9wZY9BU5 H1 {
  color: #011247;
}
.cid-uV9wZY9BU5 .mbr-text,
.cid-uV9wZY9BU5 .mbr-section-btn {
  color: #716c80;
}
.cid-uV9wZY9BU5 #e1_ellipse {
  fill: #fdf9ed !important;
}
.cid-uV9wZY9BU5 img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uV9wZY9BU5 img {
    width: 100%;
  }
}
.cid-uV9wZY9BU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV9wZY9BU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV9wZY9BU5 H3 {
  color: #f782a9;
}
.cid-uV5ix09TUs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uV5ix09TUs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uV5ix09TUs .form-control,
.cid-uV5ix09TUs .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f0f1f3;
  border-color: #f782a9;
  color: #011247;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-uV5ix09TUs .form-control::-webkit-input-placeholder,
.cid-uV5ix09TUs .field-input::-webkit-input-placeholder,
.cid-uV5ix09TUs .form-control::-webkit-input-placeholder,
.cid-uV5ix09TUs .field-input::-webkit-input-placeholder {
  color: #011247;
}
.cid-uV5ix09TUs .form-control:-moz-placeholder,
.cid-uV5ix09TUs .field-input:-moz-placeholder,
.cid-uV5ix09TUs .form-control:-moz-placeholder,
.cid-uV5ix09TUs .field-input:-moz-placeholder {
  color: #011247;
}
.cid-uV5ix09TUs .form-control:hover,
.cid-uV5ix09TUs .field-input:hover,
.cid-uV5ix09TUs .form-control:focus,
.cid-uV5ix09TUs .field-input:focus {
  background-color: #f782a9;
  border-color: #f782a9;
  color: #f782a9;
  box-shadow: none;
  outline: none;
}
.cid-uV5ix09TUs .form-control:hover::-webkit-input-placeholder,
.cid-uV5ix09TUs .field-input:hover::-webkit-input-placeholder,
.cid-uV5ix09TUs .form-control:focus::-webkit-input-placeholder,
.cid-uV5ix09TUs .field-input:focus::-webkit-input-placeholder,
.cid-uV5ix09TUs .form-control:hover::-webkit-input-placeholder,
.cid-uV5ix09TUs .field-input:hover::-webkit-input-placeholder,
.cid-uV5ix09TUs .form-control:focus::-webkit-input-placeholder,
.cid-uV5ix09TUs .field-input:focus::-webkit-input-placeholder {
  color: #011247;
}
.cid-uV5ix09TUs .form-control:hover:-moz-placeholder,
.cid-uV5ix09TUs .field-input:hover:-moz-placeholder,
.cid-uV5ix09TUs .form-control:focus:-moz-placeholder,
.cid-uV5ix09TUs .field-input:focus:-moz-placeholder,
.cid-uV5ix09TUs .form-control:hover:-moz-placeholder,
.cid-uV5ix09TUs .field-input:hover:-moz-placeholder,
.cid-uV5ix09TUs .form-control:focus:-moz-placeholder,
.cid-uV5ix09TUs .field-input:focus:-moz-placeholder {
  color: #011247;
}
.cid-uV5ix09TUs textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-uV5ix09TUs .jq-number__spin:hover,
.cid-uV5ix09TUs .jq-number__spin:focus {
  background-color: #f782a9;
  border-color: #f782a9;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uV5ix09TUs .jq-number__spin {
  background-color: #f0f1f3;
  border-color: #f782a9;
  color: #011247;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uV5ix09TUs .jq-selectbox li,
.cid-uV5ix09TUs .jq-selectbox li {
  background-color: #f0f1f3;
  color: #000000;
}
.cid-uV5ix09TUs .jq-selectbox li:hover,
.cid-uV5ix09TUs .jq-selectbox li.selected {
  background-color: #f782a9;
  color: #000000;
}
.cid-uV5ix09TUs .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uV5ix09TUs .jq-number__spin.minus:hover:after,
.cid-uV5ix09TUs .jq-number__spin.plus:hover:after {
  border-top-color: #f0f1f3;
  border-bottom-color: #f0f1f3;
}
.cid-uV5ix09TUs .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uV5ix09TUs .jq-number__spin.minus:after,
.cid-uV5ix09TUs .jq-number__spin.plus:after {
  border-top-color: #f782a9;
  border-bottom-color: #f782a9;
}
.cid-uV5ix09TUs input::-webkit-clear-button {
  display: none;
}
.cid-uV5ix09TUs input::-webkit-inner-spin-button {
  display: none;
}
.cid-uV5ix09TUs input::-webkit-outer-spin-button {
  display: none;
}
.cid-uV5ix09TUs input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uV5ix09TUs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #011247;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uV5ix09TUs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uV5ix09TUs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uV5ix09TUs .mbr-text {
  color: #606060;
}
.cid-uV5ix09TUs .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-uV5ix09TUs .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-uV5ix09TUs .required {
  color: #808080;
}
.cid-uV5ix09TUs .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-uV5ix09TUs .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-uV5ix09TUs .list-block .list-item-text {
  color: #606060;
}
.cid-uV5ix09TUs .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uV5ix09TUs .list-block {
  position: relative;
}
.cid-uV5ix09TUs .list-block h4,
.cid-uV5ix09TUs .list-block p {
  padding-left: 3.5rem;
}
.cid-uV5ix09TUs .card-img {
  display: block;
  font-size: 30px;
}
.cid-uV5ix09TUs .mbr-iconfont {
  color: #f85f32;
  font-size: 2rem;
}
.cid-uV5ix09TUs .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-uV5ix09TUs .form-control-label,
.cid-uV5ix09TUs .form-check {
  margin-left: 20px;
}
.cid-uV5ix09TUs .main-title {
  color: #011247;
}
.cid-uV5ix09TUs .list-block .list-item-text {
  color: #011247;
}
.cid-uV5ix09TUs .list-block .list-item-title {
  color: #011247;
}
.cid-uZ1UsZQKBG {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-uZ1UsZQKBG .card-header {
  background: transparent;
}
.cid-uZ1UsZQKBG .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uZ1UsZQKBG .panel-group {
  border-top: 1px solid #f782a9;
}
.cid-uZ1UsZQKBG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uZ1UsZQKBG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uZ1UsZQKBG .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uZ1UsZQKBG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uZ1UsZQKBG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uZ1UsZQKBG .card .panel-body {
  color: #767676;
}
.cid-uZ1UsZQKBG h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f782a9;
  padding: 1.4rem 1.6rem;
}
.cid-uZ1UsZQKBG H4 {
  color: #011247;
}
.cid-uZ1UsZQKBG H2 {
  color: #011247;
  text-align: left;
}
.cid-uZ1UsZQKBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1UsZQKBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1UsZQKBG .panel-text {
  color: #f782a9;
}
.cid-uV5hHGFRFL {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-uV5hHGFRFL .card-header {
  background: transparent;
}
.cid-uV5hHGFRFL .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uV5hHGFRFL .panel-group {
  border-top: 1px solid #f782a9;
}
.cid-uV5hHGFRFL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uV5hHGFRFL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uV5hHGFRFL .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uV5hHGFRFL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uV5hHGFRFL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uV5hHGFRFL .card .panel-body {
  color: #767676;
}
.cid-uV5hHGFRFL h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f782a9;
  padding: 1.4rem 1.6rem;
}
.cid-uV5hHGFRFL H4 {
  color: #011247;
}
.cid-uV5hHGFRFL H2 {
  color: #011247;
  text-align: left;
}
.cid-uV5hHGFRFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV5hHGFRFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV5hHGFRFL .panel-text {
  color: #f782a9;
}
.cid-uV5gUBYbdw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #011247;
}
.cid-uV5gUBYbdw p {
  text-align: center;
}
.cid-uV5gUBYbdw .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uV5gUBYbdw .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uV5gUBYbdw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f782a9;
}
.cid-uV5gUBYbdw .logo-footer {
  line-height: normal;
}
.cid-uV5gUBYbdw .copyright .list-inline {
  margin-bottom: 0;
}
.cid-uV5gUBYbdw .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-uV5gUBYbdw .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-uV5gUBYbdw .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV5gUBYbdw .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uV5gUBYbdw .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-uV5gUBYbdw .icon-transition span:hover {
  background-color: #f782a9;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uV5gUBYbdw .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uV5gUBYbdw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uV5gUBYbdw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-uV5gUBYbdw .logo-footer {
    text-align: center;
  }
  .cid-uV5gUBYbdw .social-media {
    justify-content: center;
  }
}
.cid-uV5gUBYbdw .list-inline-item,
.cid-uV5gUBYbdw .mbr-list,
.cid-uV5gUBYbdw .first-column {
  color: #ffffff;
}
.cid-v48Lfcrgij .navbar-dropdown {
  position: relative !important;
}
.cid-v48Lfcrgij .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v48Lfcrgij .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v48Lfcrgij .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v48Lfcrgij .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-v48Lfcrgij .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v48Lfcrgij .dropdown-item {
  border: none !important;
  background: #011247 !important;
}
.cid-v48Lfcrgij .dropdown-item:hover,
.cid-v48Lfcrgij .dropdown-item:focus {
  background: #011247 !important;
  color: #f782a9 !important;
}
.cid-v48Lfcrgij .dropdown-item:hover span {
  color: white;
}
.cid-v48Lfcrgij .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v48Lfcrgij .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v48Lfcrgij .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v48Lfcrgij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v48Lfcrgij .nav-link {
  position: relative;
}
.cid-v48Lfcrgij .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v48Lfcrgij .container {
    flex-wrap: nowrap;
  }
}
.cid-v48Lfcrgij .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v48Lfcrgij .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v48Lfcrgij .dropdown-menu,
.cid-v48Lfcrgij .navbar.opened {
  background: #011247 !important;
}
.cid-v48Lfcrgij .nav-item:focus,
.cid-v48Lfcrgij .nav-link:focus {
  outline: none;
}
.cid-v48Lfcrgij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v48Lfcrgij .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v48Lfcrgij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v48Lfcrgij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v48Lfcrgij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v48Lfcrgij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v48Lfcrgij .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v48Lfcrgij .navbar.opened {
  transition: all 0.3s;
}
.cid-v48Lfcrgij .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v48Lfcrgij .navbar .navbar-logo img {
  width: auto;
}
.cid-v48Lfcrgij .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v48Lfcrgij .navbar.collapsed {
  justify-content: center;
}
.cid-v48Lfcrgij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v48Lfcrgij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v48Lfcrgij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v48Lfcrgij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v48Lfcrgij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v48Lfcrgij .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-v48Lfcrgij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v48Lfcrgij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v48Lfcrgij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v48Lfcrgij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v48Lfcrgij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v48Lfcrgij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v48Lfcrgij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v48Lfcrgij .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-v48Lfcrgij .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v48Lfcrgij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v48Lfcrgij .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v48Lfcrgij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v48Lfcrgij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v48Lfcrgij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v48Lfcrgij .navbar.navbar-short {
  min-height: 96px;
}
.cid-v48Lfcrgij .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v48Lfcrgij .navbar-brand {
  min-height: 96px;
  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-v48Lfcrgij .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v48Lfcrgij .navbar-brand .navbar-caption:hover,
.cid-v48Lfcrgij .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-v48Lfcrgij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v48Lfcrgij .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v48Lfcrgij .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-v48Lfcrgij .dropdown-item.active,
.cid-v48Lfcrgij .dropdown-item:active {
  background-color: transparent;
}
.cid-v48Lfcrgij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v48Lfcrgij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v48Lfcrgij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v48Lfcrgij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v48Lfcrgij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v48Lfcrgij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v48Lfcrgij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v48Lfcrgij ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v48Lfcrgij ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v48Lfcrgij .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v48Lfcrgij .navbar-buttons {
    text-align: left;
  }
}
.cid-v48Lfcrgij .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v48Lfcrgij .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v48Lfcrgij 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: #011247 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v48Lfcrgij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f782a9;
}
.cid-v48Lfcrgij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v48Lfcrgij button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v48Lfcrgij button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v48Lfcrgij button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v48Lfcrgij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v48Lfcrgij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v48Lfcrgij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v48Lfcrgij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v48Lfcrgij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v48Lfcrgij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v48Lfcrgij .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-v48Lfcrgij .navbar {
    height: 70px;
  }
  .cid-v48Lfcrgij .navbar.opened {
    height: auto;
  }
  .cid-v48Lfcrgij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v48Lfcrgij .navbar-nav {
  margin: 0;
}
.cid-v48Lfcrgij .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v48Lfcrgij .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v48Lfcrgij .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v48Lfcrgij .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f782a9;
  transition: all 0.3s ease-in-out;
}
.cid-v48Lfcrgij .nav-item .nav-link:hover,
.cid-v48Lfcrgij .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f782a9 !important;
}
.cid-v48Lfcrgij .nav-item .nav-link:hover::after,
.cid-v48Lfcrgij .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v48Lfcrgij .nav-item .nav-link:hover::before,
.cid-v48Lfcrgij .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v48Lfcrgij .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v48Lfcrgij .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v48Lfcrgij .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v48Lfcrgij .navbar {
    justify-content: flex-start !important;
  }
  .cid-v48Lfcrgij .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v48Lfcrgij .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v48Lfcrgij .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v48Lfcrgij .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v48Lfcrgij .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v48Lfcrgij .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v48Lfcrgij .content-wrap {
  min-height: 110px;
}
.cid-v48NhcVsFS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v48NhcVsFS .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-v48NhcVsFS h5,
.cid-v48NhcVsFS h4,
.cid-v48NhcVsFS p {
  margin-bottom: 0;
}
.cid-v48NhcVsFS p {
  color: #767676;
}
.cid-v48NhcVsFS .card-img {
  padding: 0;
  width: auto;
}
.cid-v48NhcVsFS .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #011247;
}
.cid-v48NhcVsFS .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-v48NhcVsFS .card-wrapper {
  transition: all 0.3s;
  background-color: #fdf9ed;
}
.cid-v48NhcVsFS .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v48NhcVsFS .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v48NhcVsFS .card-box {
    padding: 2rem 0 0;
  }
  .cid-v48NhcVsFS .card-wrapper {
    display: block !important;
  }
}
.cid-v48NhcVsFS .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-v48NhcVsFS .card-title,
.cid-v48NhcVsFS .main-title {
  color: #57468b;
}
.cid-v48NhcVsFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48NhcVsFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48NhcVsFS .main-title {
  color: #011247;
}
.cid-v48NhcVsFS .card-title {
  color: #f782a9;
}
.cid-v48NhcVsFS .mbr-text,
.cid-v48NhcVsFS .mbr-section-btn {
  color: #011247;
}
.cid-v48LfdqoSX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #011247;
}
.cid-v48LfdqoSX p {
  text-align: center;
}
.cid-v48LfdqoSX .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v48LfdqoSX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v48LfdqoSX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f782a9;
}
.cid-v48LfdqoSX .logo-footer {
  line-height: normal;
}
.cid-v48LfdqoSX .copyright .list-inline {
  margin-bottom: 0;
}
.cid-v48LfdqoSX .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-v48LfdqoSX .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-v48LfdqoSX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v48LfdqoSX .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v48LfdqoSX .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-v48LfdqoSX .icon-transition span:hover {
  background-color: #f782a9;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v48LfdqoSX .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v48LfdqoSX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v48LfdqoSX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v48LfdqoSX .logo-footer {
    text-align: center;
  }
  .cid-v48LfdqoSX .social-media {
    justify-content: center;
  }
}
.cid-v48LfdqoSX .list-inline-item,
.cid-v48LfdqoSX .mbr-list,
.cid-v48LfdqoSX .first-column {
  color: #ffffff;
}
.cid-v48P1KZa2F .navbar-dropdown {
  position: relative !important;
}
.cid-v48P1KZa2F .container-fluid {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1440px) {
  .cid-v48P1KZa2F .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v48P1KZa2F .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-v48P1KZa2F .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-v48P1KZa2F .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v48P1KZa2F .dropdown-item {
  border: none !important;
  background: #011247 !important;
}
.cid-v48P1KZa2F .dropdown-item:hover,
.cid-v48P1KZa2F .dropdown-item:focus {
  background: #011247 !important;
  color: #f782a9 !important;
}
.cid-v48P1KZa2F .dropdown-item:hover span {
  color: white;
}
.cid-v48P1KZa2F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v48P1KZa2F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v48P1KZa2F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v48P1KZa2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v48P1KZa2F .nav-link {
  position: relative;
}
.cid-v48P1KZa2F .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v48P1KZa2F .container {
    flex-wrap: nowrap;
  }
}
.cid-v48P1KZa2F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v48P1KZa2F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v48P1KZa2F .dropdown-menu,
.cid-v48P1KZa2F .navbar.opened {
  background: #011247 !important;
}
.cid-v48P1KZa2F .nav-item:focus,
.cid-v48P1KZa2F .nav-link:focus {
  outline: none;
}
.cid-v48P1KZa2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v48P1KZa2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v48P1KZa2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v48P1KZa2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v48P1KZa2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v48P1KZa2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v48P1KZa2F .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #011247;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v48P1KZa2F .navbar.opened {
  transition: all 0.3s;
}
.cid-v48P1KZa2F .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v48P1KZa2F .navbar .navbar-logo img {
  width: auto;
}
.cid-v48P1KZa2F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v48P1KZa2F .navbar.collapsed {
  justify-content: center;
}
.cid-v48P1KZa2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v48P1KZa2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v48P1KZa2F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v48P1KZa2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v48P1KZa2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v48P1KZa2F .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-v48P1KZa2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v48P1KZa2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v48P1KZa2F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v48P1KZa2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v48P1KZa2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v48P1KZa2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v48P1KZa2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v48P1KZa2F .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-v48P1KZa2F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v48P1KZa2F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v48P1KZa2F .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v48P1KZa2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v48P1KZa2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v48P1KZa2F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v48P1KZa2F .navbar.navbar-short {
  min-height: 96px;
}
.cid-v48P1KZa2F .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v48P1KZa2F .navbar-brand {
  min-height: 96px;
  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-v48P1KZa2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v48P1KZa2F .navbar-brand .navbar-caption:hover,
.cid-v48P1KZa2F .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-v48P1KZa2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v48P1KZa2F .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v48P1KZa2F .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f782a9 !important;
}
.cid-v48P1KZa2F .dropdown-item.active,
.cid-v48P1KZa2F .dropdown-item:active {
  background-color: transparent;
}
.cid-v48P1KZa2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v48P1KZa2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v48P1KZa2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v48P1KZa2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #011247;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v48P1KZa2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v48P1KZa2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v48P1KZa2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v48P1KZa2F ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v48P1KZa2F ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v48P1KZa2F .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v48P1KZa2F .navbar-buttons {
    text-align: left;
  }
}
.cid-v48P1KZa2F .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 7px 20px;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v48P1KZa2F .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v48P1KZa2F 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: #011247 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v48P1KZa2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f782a9;
}
.cid-v48P1KZa2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v48P1KZa2F button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v48P1KZa2F button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v48P1KZa2F button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v48P1KZa2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v48P1KZa2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v48P1KZa2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v48P1KZa2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v48P1KZa2F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v48P1KZa2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v48P1KZa2F .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-v48P1KZa2F .navbar {
    height: 70px;
  }
  .cid-v48P1KZa2F .navbar.opened {
    height: auto;
  }
  .cid-v48P1KZa2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v48P1KZa2F .navbar-nav {
  margin: 0;
}
.cid-v48P1KZa2F .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v48P1KZa2F .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v48P1KZa2F .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v48P1KZa2F .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f782a9;
  transition: all 0.3s ease-in-out;
}
.cid-v48P1KZa2F .nav-item .nav-link:hover,
.cid-v48P1KZa2F .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f782a9 !important;
}
.cid-v48P1KZa2F .nav-item .nav-link:hover::after,
.cid-v48P1KZa2F .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v48P1KZa2F .nav-item .nav-link:hover::before,
.cid-v48P1KZa2F .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v48P1KZa2F .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v48P1KZa2F .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v48P1KZa2F .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v48P1KZa2F .navbar {
    justify-content: flex-start !important;
  }
  .cid-v48P1KZa2F .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v48P1KZa2F .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v48P1KZa2F .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v48P1KZa2F .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v48P1KZa2F .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v48P1KZa2F .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v48P1KZa2F .content-wrap {
  min-height: 110px;
}
.cid-v48Q9dOBO6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v48Q9dOBO6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v48Q9dOBO6 H1 {
  color: #f782a9;
  text-align: left;
}
.cid-v48Q9dOBO6 .mbr-text,
.cid-v48Q9dOBO6 .mbr-section-btn {
  color: #716c80;
}
.cid-v48Q9dOBO6 H3 {
  color: #011247;
  text-align: left;
}
.cid-v48Q9dOBO6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48Q9dOBO6 .btn-info-outline {
  border: none;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-v48Q9dOBO6 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-v48Q9dOBO6 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-v48Q9dOBO6 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-v48Q9dOBO6 .btn-info-outline:active,
.cid-v48Q9dOBO6 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-v48Q9dOBO6 DIV {
  color: #57468b;
}
.cid-v48Q9dOBO6 .mbr-text,
.cid-v48Q9dOBO6 .media-content,
.cid-v48Q9dOBO6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v48Q9dOBO6 P {
  color: #232323;
  text-align: left;
}
.cid-v48XZcaspC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v48XZcaspC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v48XZcaspC H1 {
  color: #f782a9;
}
.cid-v48XZcaspC .mbr-text,
.cid-v48XZcaspC .mbr-section-btn {
  color: #716c80;
}
.cid-v48XZcaspC H3 {
  color: #716c80;
}
.cid-v48XZcaspC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48XZcaspC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v48XZcaspC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v48XZcaspC .link:hover {
  color: #011247 !important;
}
.cid-v48XZcaspC .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-v48XZcaspC DIV {
  color: #57468b;
}
.cid-v48XZcaspC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48XZcaspC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48Q1boWKg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v48Q1boWKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48Q1boWKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48Q1boWKg .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-v48Q1boWKg .item {
    margin-bottom: 16px;
  }
}
.cid-v48Q1boWKg .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-v48Q1boWKg .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-v48Q1boWKg .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-v48Q1boWKg .item .card_1 {
    padding: 0;
  }
}
.cid-v48Q1boWKg .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-v48Q1boWKg .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-v48Q1boWKg .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-v48Q1boWKg .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-v48Q1boWKg .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v48Q1boWKg .mbr-desc,
.cid-v48Q1boWKg .desc-wrapper {
  color: #212529;
  text-align: center;
}
.cid-v48YmEPmws {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v48YmEPmws img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v48YmEPmws H1 {
  color: #f782a9;
}
.cid-v48YmEPmws .mbr-text,
.cid-v48YmEPmws .mbr-section-btn {
  color: #716c80;
}
.cid-v48YmEPmws H3 {
  color: #716c80;
}
.cid-v48YmEPmws .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48YmEPmws .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v48YmEPmws .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v48YmEPmws .link:hover {
  color: #011247 !important;
}
.cid-v48YmEPmws .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-v48YmEPmws DIV {
  color: #57468b;
}
.cid-v48YmEPmws .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48YmEPmws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48Q2ggcKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v48Q2ggcKS .item:focus,
.cid-v48Q2ggcKS span:focus {
  outline: none;
}
.cid-v48Q2ggcKS .item {
  cursor: pointer;
}
.cid-v48Q2ggcKS .grid-container {
  grid-row-gap: 20px;
}
.cid-v48Q2ggcKS .grid-container-1,
.cid-v48Q2ggcKS .grid-container-2,
.cid-v48Q2ggcKS .grid-container-3 {
  gap: 20px;
}
.cid-v48Q2ggcKS .container,
.cid-v48Q2ggcKS .container-fluid {
  overflow: hidden;
}
.cid-v48Q2ggcKS .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v48Q2ggcKS .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v48Q2ggcKS .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v48Q2ggcKS .grid-item img {
    min-width: 50vw;
    height: 200px;
  }
}
.cid-v48Q2ggcKS .grid-container-1,
.cid-v48Q2ggcKS .grid-container-2,
.cid-v48Q2ggcKS .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v48Q2ggcKS .grid-container-1 {
  align-items: flex-end;
}
.cid-v48Q2ggcKS .grid-container-2 {
  align-items: flex-start;
}
.cid-v48Q2ggcKS .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v48Q2ggcKS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v48Yz7Ll0p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v48Yz7Ll0p img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v48Yz7Ll0p H1 {
  color: #f782a9;
}
.cid-v48Yz7Ll0p .mbr-text,
.cid-v48Yz7Ll0p .mbr-section-btn {
  color: #716c80;
}
.cid-v48Yz7Ll0p H3 {
  color: #716c80;
}
.cid-v48Yz7Ll0p .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48Yz7Ll0p .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v48Yz7Ll0p .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v48Yz7Ll0p .link:hover {
  color: #011247 !important;
}
.cid-v48Yz7Ll0p .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-v48Yz7Ll0p DIV {
  color: #57468b;
}
.cid-v48Yz7Ll0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48Yz7Ll0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48PgDrvZj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v48PgDrvZj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-v48PgDrvZj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-v48PgDrvZj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v48PgDrvZj P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-v48PgDrvZj img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-v48PgDrvZj .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-v48PgDrvZj .top,
  .cid-v48PgDrvZj .top-2 {
    margin-top: 0;
  }
}
.cid-v48PdNYvDX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v48PdNYvDX .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v48PdNYvDX .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-v48PdNYvDX .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffffff;
  z-index: 1;
}
.cid-v48PdNYvDX .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ffffff;
}
.cid-v48PdNYvDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48PdNYvDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48PdNYvDX .row {
  position: relative;
  z-index: 2;
}
.cid-v48PdNYvDX .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v48PdNYvDX .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-v48PdNYvDX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v48PdNYvDX .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-v48PdNYvDX .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-v48PdNYvDX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v48PdNYvDX .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v48PdNYvDX .image-wrapper {
    margin-top: 46px;
  }
}
.cid-v48PdNYvDX .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v48PdNYvDX .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-v48PdNYvDX .mbr-section-title {
  color: #f782a9;
}
.cid-v48PdNYvDX .mbr-text {
  color: #51565c;
}
.cid-v48P1LPtrb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #011247;
}
.cid-v48P1LPtrb p {
  text-align: center;
}
.cid-v48P1LPtrb .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v48P1LPtrb .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v48P1LPtrb .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #f782a9;
}
.cid-v48P1LPtrb .logo-footer {
  line-height: normal;
}
.cid-v48P1LPtrb .copyright .list-inline {
  margin-bottom: 0;
}
.cid-v48P1LPtrb .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-v48P1LPtrb .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-v48P1LPtrb .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v48P1LPtrb .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v48P1LPtrb .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-v48P1LPtrb .icon-transition span:hover {
  background-color: #f782a9;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v48P1LPtrb .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v48P1LPtrb .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v48P1LPtrb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v48P1LPtrb .logo-footer {
    text-align: center;
  }
  .cid-v48P1LPtrb .social-media {
    justify-content: center;
  }
}
.cid-v48P1LPtrb .list-inline-item,
.cid-v48P1LPtrb .mbr-list,
.cid-v48P1LPtrb .first-column {
  color: #ffffff;
}
.cid-v48YLHVQHK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v48YLHVQHK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v48YLHVQHK H1 {
  color: #f782a9;
}
.cid-v48YLHVQHK .mbr-text,
.cid-v48YLHVQHK .mbr-section-btn {
  color: #716c80;
}
.cid-v48YLHVQHK H3 {
  color: #716c80;
}
.cid-v48YLHVQHK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48YLHVQHK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v48YLHVQHK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v48YLHVQHK .link:hover {
  color: #011247 !important;
}
.cid-v48YLHVQHK .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-v48YLHVQHK DIV {
  color: #57468b;
}
.cid-v48YLHVQHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48YLHVQHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48YS3WhQk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v48YS3WhQk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v48YS3WhQk H1 {
  color: #f782a9;
}
.cid-v48YS3WhQk .mbr-text,
.cid-v48YS3WhQk .mbr-section-btn {
  color: #716c80;
}
.cid-v48YS3WhQk H3 {
  color: #716c80;
}
.cid-v48YS3WhQk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48YS3WhQk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v48YS3WhQk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v48YS3WhQk .link:hover {
  color: #011247 !important;
}
.cid-v48YS3WhQk .link:hover .link-ico {
  color: #011247 !important;
  padding-left: 10px;
}
.cid-v48YS3WhQk DIV {
  color: #57468b;
}
.cid-v48YS3WhQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48YS3WhQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48Pi7EuSR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v48Pi7EuSR h4 {
  margin-bottom: 0;
}
.cid-v48Pi7EuSR p {
  color: #767676;
}
.cid-v48Pi7EuSR .btn-info-outline {
  border: none;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-v48Pi7EuSR .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-v48Pi7EuSR .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-v48Pi7EuSR .btn-info-outline:hover {
  background-color: transparent!important;
  color: #011247 !important;
  box-shadow: none!important;
}
.cid-v48Pi7EuSR .btn-info-outline:active,
.cid-v48Pi7EuSR .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-v48Pi7EuSR .card-box {
  padding-top: 2rem;
}
.cid-v48Pi7EuSR .card-wrapper {
  height: 100%;
}
.cid-v48Pi7EuSR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v48Pi7EuSR img {
  border-radius: 8px;
}
.cid-v48Pi7EuSR .card-title {
  color: #1e2251;
}
.cid-v48Pi7EuSR .main-title {
  color: #57468b;
  text-align: center;
}
.cid-v48Pi7EuSR DIV {
  color: #57468b;
}
.cid-v48Pi7EuSR .card-img {
  width: auto;
}
.cid-v48Pi7EuSR .mbr-text,
.cid-v48Pi7EuSR .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-v48ZnO3Oso {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v48ZnO3Oso .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48ZnO3Oso .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-v48ZnO3Oso .container {
    padding: 10px 8px;
  }
}
.cid-v48ZnO3Oso .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v48ZnO3Oso .row {
    padding: 50px 10px;
  }
}
.cid-v48ZnO3Oso .row .card {
  padding: 0;
}
.cid-v48ZnO3Oso .social-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-v48ZnO3Oso .social-wrapper {
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-v48ZnO3Oso .social-wrapper .soc-wrap {
    display: block;
  }
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item {
    margin-left: 0;
  }
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item:nth-child(2) a .mbr-iconfont {
  background-color: #011247;
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item:nth-child(3) a .mbr-iconfont {
  background-color: #011247;
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  border-radius: 100%;
}
.cid-v48ZnO3Oso .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  color: #ffffff;
  background-color: #011247;
  transition: all 0.5s ease-in-out;
}
.cid-v48ZnO3Oso .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 992px) {
  .cid-v48ZnO3Oso .mbr-section-title {
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
.cid-v48ZnO3Oso .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v48ZnO3Oso .mbr-section-btn {
    text-align: center;
  }
}
.cid-v48ZnO3Oso .mbr-section-title,
.cid-v48ZnO3Oso .social-wrapper,
.cid-v48ZnO3Oso .mbr-section-btn {
  color: #f782a9;
}
